client_plugin_logic_deb 1.8.395 → 1.8.396
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 -6
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +13 -33
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
function addFormatStructureForTime(structure) {
|
|
381
381
|
this.s60(structure);
|
|
382
382
|
}
|
|
383
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
383
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
|
|
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
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
426
426
|
//endregion
|
|
427
427
|
function GameEngineConfig() {
|
|
428
|
-
this.version = '1.8.
|
|
428
|
+
this.version = '1.8.396';
|
|
429
429
|
}
|
|
430
430
|
protoOf(GameEngineConfig).g3z = function () {
|
|
431
431
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -3022,14 +3022,10 @@
|
|
|
3022
3022
|
var tmp;
|
|
3023
3023
|
switch (this.p2_1) {
|
|
3024
3024
|
case 0:
|
|
3025
|
-
tmp = true;
|
|
3026
|
-
break;
|
|
3027
3025
|
case 1:
|
|
3028
3026
|
tmp = true;
|
|
3029
3027
|
break;
|
|
3030
3028
|
case 2:
|
|
3031
|
-
tmp = false;
|
|
3032
|
-
break;
|
|
3033
3029
|
case 3:
|
|
3034
3030
|
tmp = false;
|
|
3035
3031
|
break;
|
|
@@ -40430,6 +40426,8 @@
|
|
|
40430
40426
|
var tmp;
|
|
40431
40427
|
switch (this.p2_1) {
|
|
40432
40428
|
case 0:
|
|
40429
|
+
tmp = false;
|
|
40430
|
+
break;
|
|
40433
40431
|
case 2:
|
|
40434
40432
|
case 1:
|
|
40435
40433
|
case 3:
|
|
@@ -43310,7 +43308,7 @@
|
|
|
43310
43308
|
function getFirstTeam($this, players) {
|
|
43311
43309
|
// Inline function 'kotlin.check' call
|
|
43312
43310
|
if (!(players.o() === 4)) {
|
|
43313
|
-
var message = 'Players count should be 4';
|
|
43311
|
+
var message = 'Players count should be 4, actual ' + toString($this);
|
|
43314
43312
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
43315
43313
|
}
|
|
43316
43314
|
return listOf_0([players.p(0), players.p(2)]);
|
|
@@ -43318,7 +43316,7 @@
|
|
|
43318
43316
|
function getSecondTeam($this, players) {
|
|
43319
43317
|
// Inline function 'kotlin.check' call
|
|
43320
43318
|
if (!(players.o() === 4)) {
|
|
43321
|
-
var message = 'Players count should be 4';
|
|
43319
|
+
var message = 'Players count should be 4, actual ' + toString($this);
|
|
43322
43320
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
43323
43321
|
}
|
|
43324
43322
|
return listOf_0([players.p(1), players.p(3)]);
|