game_client_logic_deb 1.8.394 → 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.
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
function addFormatStructureForTime(structure) {
|
|
381
381
|
this.b5j(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
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
387
387
|
//endregion
|
|
388
388
|
function GameEngineConfig() {
|
|
389
|
-
this.version = '1.8.
|
|
389
|
+
this.version = '1.8.395';
|
|
390
390
|
}
|
|
391
391
|
protoOf(GameEngineConfig).w3u = function () {
|
|
392
392
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -43216,16 +43216,16 @@
|
|
|
43216
43216
|
var tmp;
|
|
43217
43217
|
switch (playersMode.p2_1) {
|
|
43218
43218
|
case 0:
|
|
43219
|
-
tmp = 0.
|
|
43219
|
+
tmp = 0.8;
|
|
43220
43220
|
break;
|
|
43221
43221
|
case 3:
|
|
43222
43222
|
tmp = 1.0;
|
|
43223
43223
|
break;
|
|
43224
43224
|
case 1:
|
|
43225
|
-
tmp = 1.
|
|
43225
|
+
tmp = 1.2;
|
|
43226
43226
|
break;
|
|
43227
43227
|
case 2:
|
|
43228
|
-
tmp = 1.
|
|
43228
|
+
tmp = 1.3;
|
|
43229
43229
|
break;
|
|
43230
43230
|
default:
|
|
43231
43231
|
noWhenBranchMatchedException();
|
|
@@ -49047,7 +49047,7 @@
|
|
|
49047
49047
|
var element = _iterator__ex2g4s.n();
|
|
49048
49048
|
// Inline function 'kotlin.math.absoluteValue' call
|
|
49049
49049
|
var this_0 = element.oldRating - element.newRating;
|
|
49050
|
-
if (Math.abs(this_0) >=
|
|
49050
|
+
if (Math.abs(this_0) >= 100) {
|
|
49051
49051
|
destination.j(element);
|
|
49052
49052
|
}
|
|
49053
49053
|
}
|