raspberry_games_server_game_logic 1.8.393 → 1.8.395
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +4 -4
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.js +813 -660
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
function addFormatStructureForTime(structure) {
|
|
381
381
|
this.v5k(structure);
|
|
382
382
|
}
|
|
383
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
383
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
384
384
|
initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
|
|
385
385
|
initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
|
|
386
386
|
function set_fractionOfSecond(value) {
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
388
388
|
//endregion
|
|
389
389
|
function GameEngineConfig() {
|
|
390
|
-
this.version = '1.8.
|
|
390
|
+
this.version = '1.8.395';
|
|
391
391
|
}
|
|
392
392
|
protoOf(GameEngineConfig).a3w = function () {
|
|
393
393
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -43077,16 +43077,16 @@
|
|
|
43077
43077
|
var tmp;
|
|
43078
43078
|
switch (playersMode.p2_1) {
|
|
43079
43079
|
case 0:
|
|
43080
|
-
tmp = 0.
|
|
43080
|
+
tmp = 0.8;
|
|
43081
43081
|
break;
|
|
43082
43082
|
case 3:
|
|
43083
43083
|
tmp = 1.0;
|
|
43084
43084
|
break;
|
|
43085
43085
|
case 1:
|
|
43086
|
-
tmp = 1.
|
|
43086
|
+
tmp = 1.2;
|
|
43087
43087
|
break;
|
|
43088
43088
|
case 2:
|
|
43089
|
-
tmp = 1.
|
|
43089
|
+
tmp = 1.3;
|
|
43090
43090
|
break;
|
|
43091
43091
|
default:
|
|
43092
43092
|
noWhenBranchMatchedException();
|
|
@@ -50279,7 +50279,7 @@
|
|
|
50279
50279
|
var element = _iterator__ex2g4s.n();
|
|
50280
50280
|
// Inline function 'kotlin.math.absoluteValue' call
|
|
50281
50281
|
var this_0 = element.oldRating - element.newRating;
|
|
50282
|
-
if (Math.abs(this_0) >=
|
|
50282
|
+
if (Math.abs(this_0) >= 100) {
|
|
50283
50283
|
destination.j(element);
|
|
50284
50284
|
}
|
|
50285
50285
|
}
|