game_client_logic_deb 1.8.245 → 1.8.246
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 +7 -6
- package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
- package/Logic_Debertz-core.js +948 -893
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +14299 -11807
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +103 -3
- package/Logic_Debertz-game_client.js +2374 -2402
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +30 -30
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-random.js +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -49,24 +49,25 @@
|
|
|
49
49
|
var protoOf = kotlin_kotlin.$_$.uc;
|
|
50
50
|
var initMetadataForObject = kotlin_kotlin.$_$.yb;
|
|
51
51
|
var defineProp = kotlin_kotlin.$_$.kb;
|
|
52
|
+
var getKClass = kotlin_kotlin.$_$.e;
|
|
53
|
+
var ObjectSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a;
|
|
54
|
+
var SealedClassSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c;
|
|
55
|
+
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.k;
|
|
56
|
+
var lazy = kotlin_kotlin.$_$.oh;
|
|
57
|
+
var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c2;
|
|
52
58
|
var initMetadataForCompanion = kotlin_kotlin.$_$.ub;
|
|
59
|
+
var VOID = kotlin_kotlin.$_$.f;
|
|
60
|
+
var initMetadataForClass = kotlin_kotlin.$_$.tb;
|
|
53
61
|
var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.b2;
|
|
54
62
|
var THROW_CCE = kotlin_kotlin.$_$.sg;
|
|
55
63
|
var UnknownFieldException_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.f;
|
|
56
64
|
var StringSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.t;
|
|
57
65
|
var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w1;
|
|
58
66
|
var GeneratedSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.x1;
|
|
59
|
-
var VOID = kotlin_kotlin.$_$.f;
|
|
60
67
|
var throwMissingFieldException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g2;
|
|
61
68
|
var Unit_instance = kotlin_kotlin.$_$.p5;
|
|
62
69
|
var objectCreate = kotlin_kotlin.$_$.tc;
|
|
63
70
|
var getStringHashCode = kotlin_kotlin.$_$.rb;
|
|
64
|
-
var initMetadataForClass = kotlin_kotlin.$_$.tb;
|
|
65
|
-
var getKClass = kotlin_kotlin.$_$.e;
|
|
66
|
-
var SealedClassSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c;
|
|
67
|
-
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.k;
|
|
68
|
-
var lazy = kotlin_kotlin.$_$.oh;
|
|
69
|
-
var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c2;
|
|
70
71
|
var replace = kotlin_kotlin.$_$.ve;
|
|
71
72
|
var get_SystemTemporaryDirectory = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.d;
|
|
72
73
|
var getBooleanHashCode = kotlin_kotlin.$_$.ob;
|
|
@@ -74,7 +75,6 @@
|
|
|
74
75
|
var first = kotlin_kotlin.$_$.u7;
|
|
75
76
|
var contains = kotlin_kotlin.$_$.yd;
|
|
76
77
|
var initMetadataForInterface = kotlin_kotlin.$_$.wb;
|
|
77
|
-
var ObjectSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a;
|
|
78
78
|
var createSimpleEnumSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e2;
|
|
79
79
|
var THROW_IAE = kotlin_kotlin.$_$.tg;
|
|
80
80
|
var enumEntries = kotlin_kotlin.$_$.xa;
|
|
@@ -89,17 +89,17 @@
|
|
|
89
89
|
var hashCode = kotlin_kotlin.$_$.sb;
|
|
90
90
|
var equals = kotlin_kotlin.$_$.lb;
|
|
91
91
|
var toString_0 = kotlin_kotlin.$_$.yc;
|
|
92
|
-
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
93
92
|
var compareTo = kotlin_kotlin.$_$.jb;
|
|
94
93
|
var Comparator = kotlin_kotlin.$_$.eg;
|
|
94
|
+
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
95
95
|
var isInterface = kotlin_kotlin.$_$.hc;
|
|
96
|
-
var System_instance = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.
|
|
97
|
-
var Duration__plus_impl_yu9v8f = kotlin_kotlin.$_$.t2;
|
|
96
|
+
var System_instance = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.b;
|
|
98
97
|
var Companion_getInstance = kotlin_kotlin.$_$.g5;
|
|
98
|
+
var Duration = kotlin_kotlin.$_$.wf;
|
|
99
|
+
var Duration__plus_impl_yu9v8f = kotlin_kotlin.$_$.t2;
|
|
99
100
|
var _Duration___get_inWholeMilliseconds__impl__msfiry = kotlin_kotlin.$_$.p2;
|
|
100
101
|
var round = kotlin_kotlin.$_$.bd;
|
|
101
102
|
var numberToInt = kotlin_kotlin.$_$.rc;
|
|
102
|
-
var Duration = kotlin_kotlin.$_$.wf;
|
|
103
103
|
var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.v2;
|
|
104
104
|
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.o2;
|
|
105
105
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.s1;
|
|
@@ -179,18 +179,19 @@
|
|
|
179
179
|
var copyToArray = kotlin_kotlin.$_$.i7;
|
|
180
180
|
var LoggerOutput = kotlin_io_raspberryapps_cardgame_logger.$_$.a;
|
|
181
181
|
var LoggerEnabledTrigger = kotlin_io_raspberryapps_cardgame_logger.$_$.d;
|
|
182
|
-
var Companion_getInstance_0 = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.
|
|
183
|
-
var toLocalDateTime = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.
|
|
182
|
+
var Companion_getInstance_0 = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.d;
|
|
183
|
+
var toLocalDateTime = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.f;
|
|
184
184
|
var charSequenceLength = kotlin_kotlin.$_$.hb;
|
|
185
185
|
//endregion
|
|
186
186
|
//region block: pre-declaration
|
|
187
187
|
initMetadataForObject(GameEngineConfig, 'GameEngineConfig');
|
|
188
188
|
initMetadataForObject(Toggles, 'Toggles');
|
|
189
|
-
initMetadataForCompanion(Companion);
|
|
189
|
+
initMetadataForCompanion(Companion, VOID, [SerializerFactory]);
|
|
190
|
+
initMetadataForClass(ContinueGameReason, 'ContinueGameReason', VOID, VOID, VOID, VOID, VOID, {0: Companion_getInstance_1});
|
|
191
|
+
initMetadataForCompanion(Companion_0);
|
|
190
192
|
initMetadataForObject($serializer, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
191
|
-
initMetadataForClass(ContinueGameReason, 'ContinueGameReason', VOID, VOID, VOID, VOID, VOID, {0: Companion_getInstance_2});
|
|
192
193
|
initMetadataForClass(PlayerReturnsReason, 'PlayerReturnsReason', VOID, ContinueGameReason, VOID, VOID, VOID, {0: $serializer_getInstance});
|
|
193
|
-
|
|
194
|
+
initMetadataForObject(RestartRoundReason, 'RestartRoundReason', VOID, ContinueGameReason, [ContinueGameReason, SerializerFactory], VOID, VOID, {0: RestartRoundReason_getInstance});
|
|
194
195
|
initMetadataForCompanion(Companion_1);
|
|
195
196
|
initMetadataForClass(CoreConfig, 'CoreConfig', CoreConfig);
|
|
196
197
|
initMetadataForCompanion(Companion_2);
|
|
@@ -216,8 +217,8 @@
|
|
|
216
217
|
return this.v5l().m();
|
|
217
218
|
}
|
|
218
219
|
initMetadataForInterface(Player, 'Player', VOID, VOID, [PlayerIdContract]);
|
|
219
|
-
initMetadataForClass(PlayerIndex, 'PlayerIndex', VOID, VOID, [PlayerIdContract]);
|
|
220
220
|
initMetadataForClass(PlayerIdOrderComparator, 'PlayerIdOrderComparator', VOID, VOID, [Comparator]);
|
|
221
|
+
initMetadataForClass(PlayerIndex, 'PlayerIndex', VOID, VOID, [PlayerIdContract]);
|
|
221
222
|
initMetadataForClass(PlayerIdContractOrderComparator, 'PlayerIdContractOrderComparator', VOID, VOID, [Comparator]);
|
|
222
223
|
initMetadataForCompanion(Companion_5);
|
|
223
224
|
initMetadataForClass(PlayerConnection, 'PlayerConnection');
|
|
@@ -256,16 +257,16 @@
|
|
|
256
257
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
257
258
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
258
259
|
function launchDefault$default(context, block, $super) {
|
|
259
|
-
context = context === VOID ? this.
|
|
260
|
-
return $super === VOID ? this.
|
|
260
|
+
context = context === VOID ? this.m6e() : context;
|
|
261
|
+
return $super === VOID ? this.n6e(context, block) : $super.n6e.call(this, context, block);
|
|
261
262
|
}
|
|
262
263
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
263
|
-
context = context === VOID ? this.
|
|
264
|
-
return $super === VOID ? this.
|
|
264
|
+
context = context === VOID ? this.m6e() : context;
|
|
265
|
+
return $super === VOID ? this.p6e(context, block) : $super.p6e.call(this, context, block);
|
|
265
266
|
}
|
|
266
267
|
function launchMain$default(context, block, $super) {
|
|
267
|
-
context = context === VOID ? this.
|
|
268
|
-
return $super === VOID ? this.
|
|
268
|
+
context = context === VOID ? this.m6e() : context;
|
|
269
|
+
return $super === VOID ? this.r6e(context, block) : $super.r6e.call(this, context, block);
|
|
269
270
|
}
|
|
270
271
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
271
272
|
initMetadataForClass(_no_name_provided__qut3iv, VOID, VOID, AbstractCoroutineContextElement, [AbstractCoroutineContextElement, Element]);
|
|
@@ -303,7 +304,7 @@
|
|
|
303
304
|
return false;
|
|
304
305
|
}
|
|
305
306
|
function get_isAutoStartTimer() {
|
|
306
|
-
return !this.
|
|
307
|
+
return !this.h6h() && !this.i6h();
|
|
307
308
|
}
|
|
308
309
|
initMetadataForInterface(ExpectantAction, 'ExpectantAction', VOID, VOID, [BufferedAction]);
|
|
309
310
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -354,7 +355,7 @@
|
|
|
354
355
|
tmp = types;
|
|
355
356
|
}
|
|
356
357
|
types = tmp;
|
|
357
|
-
return this.
|
|
358
|
+
return this.e6l(types);
|
|
358
359
|
}
|
|
359
360
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
360
361
|
initMetadataForCompanion(Companion_18);
|
|
@@ -364,7 +365,7 @@
|
|
|
364
365
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
365
366
|
//endregion
|
|
366
367
|
function GameEngineConfig() {
|
|
367
|
-
this.version = '1.8.
|
|
368
|
+
this.version = '1.8.246';
|
|
368
369
|
}
|
|
369
370
|
protoOf(GameEngineConfig).j2y = function () {
|
|
370
371
|
return this.version;
|
|
@@ -385,29 +386,78 @@
|
|
|
385
386
|
function Toggles_getInstance() {
|
|
386
387
|
return Toggles_instance;
|
|
387
388
|
}
|
|
389
|
+
function _get_$cachedSerializer__te6jhj($this) {
|
|
390
|
+
return $this.h68_1.u();
|
|
391
|
+
}
|
|
392
|
+
function ContinueGameReason$Companion$_anonymous__g3m3ym() {
|
|
393
|
+
var tmp = getKClass(ContinueGameReason);
|
|
394
|
+
// Inline function 'kotlin.arrayOf' call
|
|
395
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
396
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
397
|
+
var tmp_0 = [getKClass(PlayerReturnsReason), getKClass(RestartRoundReason)];
|
|
398
|
+
// Inline function 'kotlin.arrayOf' call
|
|
399
|
+
var tmp_1 = $serializer_getInstance();
|
|
400
|
+
var tmp_2 = RestartRoundReason_getInstance();
|
|
401
|
+
// Inline function 'kotlin.arrayOf' call
|
|
402
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
403
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
404
|
+
var tmp$ret$5 = [];
|
|
405
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
406
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
407
|
+
var tmp_3 = [tmp_1, ObjectSerializer_init_$Create$('RESTART_ROUND', tmp_2, tmp$ret$5)];
|
|
408
|
+
// Inline function 'kotlin.arrayOf' call
|
|
409
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
410
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
411
|
+
var tmp$ret$11 = [];
|
|
412
|
+
return SealedClassSerializer_init_$Create$('com.logic.data.models.ContinueGameReason', tmp, tmp_0, tmp_3, tmp$ret$11);
|
|
413
|
+
}
|
|
388
414
|
function Companion() {
|
|
415
|
+
Companion_instance_1 = this;
|
|
416
|
+
var tmp = this;
|
|
417
|
+
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
418
|
+
tmp.h68_1 = lazy(tmp_0, ContinueGameReason$Companion$_anonymous__g3m3ym);
|
|
389
419
|
}
|
|
420
|
+
protoOf(Companion).s4v = function () {
|
|
421
|
+
return _get_$cachedSerializer__te6jhj(this);
|
|
422
|
+
};
|
|
423
|
+
protoOf(Companion).p4f = function (typeParamsSerializers) {
|
|
424
|
+
return this.s4v();
|
|
425
|
+
};
|
|
390
426
|
var Companion_instance_1;
|
|
391
427
|
function Companion_getInstance_1() {
|
|
428
|
+
if (Companion_instance_1 == null)
|
|
429
|
+
new Companion();
|
|
392
430
|
return Companion_instance_1;
|
|
393
431
|
}
|
|
432
|
+
function ContinueGameReason_init_$Init$(seen0, serializationConstructorMarker, $this) {
|
|
433
|
+
return $this;
|
|
434
|
+
}
|
|
435
|
+
function ContinueGameReason() {
|
|
436
|
+
Companion_getInstance_1();
|
|
437
|
+
}
|
|
438
|
+
function Companion_0() {
|
|
439
|
+
}
|
|
440
|
+
var Companion_instance_2;
|
|
441
|
+
function Companion_getInstance_2() {
|
|
442
|
+
return Companion_instance_2;
|
|
443
|
+
}
|
|
394
444
|
function $serializer() {
|
|
395
445
|
$serializer_instance = this;
|
|
396
446
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_RETURNS', this, 1);
|
|
397
447
|
tmp0_serialDesc.p4e('playerId', false);
|
|
398
|
-
this.
|
|
448
|
+
this.i68_1 = tmp0_serialDesc;
|
|
399
449
|
}
|
|
400
|
-
protoOf($serializer).
|
|
401
|
-
var tmp0_desc = this.
|
|
450
|
+
protoOf($serializer).j68 = function (encoder, value) {
|
|
451
|
+
var tmp0_desc = this.i68_1;
|
|
402
452
|
var tmp1_output = encoder.b47(tmp0_desc);
|
|
403
|
-
tmp1_output.p48(tmp0_desc, 0, value.
|
|
453
|
+
tmp1_output.p48(tmp0_desc, 0, value.k68_1);
|
|
404
454
|
tmp1_output.c47(tmp0_desc);
|
|
405
455
|
};
|
|
406
456
|
protoOf($serializer).o43 = function (encoder, value) {
|
|
407
|
-
return this.
|
|
457
|
+
return this.j68(encoder, value instanceof PlayerReturnsReason ? value : THROW_CCE());
|
|
408
458
|
};
|
|
409
459
|
protoOf($serializer).p43 = function (decoder) {
|
|
410
|
-
var tmp0_desc = this.
|
|
460
|
+
var tmp0_desc = this.i68_1;
|
|
411
461
|
var tmp1_flag = true;
|
|
412
462
|
var tmp2_index = 0;
|
|
413
463
|
var tmp3_bitMask0 = 0;
|
|
@@ -435,7 +485,7 @@
|
|
|
435
485
|
return PlayerReturnsReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
436
486
|
};
|
|
437
487
|
protoOf($serializer).n43 = function () {
|
|
438
|
-
return this.
|
|
488
|
+
return this.i68_1;
|
|
439
489
|
};
|
|
440
490
|
protoOf($serializer).e4f = function () {
|
|
441
491
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -451,10 +501,10 @@
|
|
|
451
501
|
}
|
|
452
502
|
function PlayerReturnsReason_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
453
503
|
if (!(1 === (1 & seen0))) {
|
|
454
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance().
|
|
504
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance().i68_1);
|
|
455
505
|
}
|
|
456
506
|
ContinueGameReason_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
457
|
-
$this.
|
|
507
|
+
$this.k68_1 = playerId;
|
|
458
508
|
return $this;
|
|
459
509
|
}
|
|
460
510
|
function PlayerReturnsReason_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -462,13 +512,13 @@
|
|
|
462
512
|
}
|
|
463
513
|
function PlayerReturnsReason(playerId) {
|
|
464
514
|
ContinueGameReason.call(this);
|
|
465
|
-
this.
|
|
515
|
+
this.k68_1 = playerId;
|
|
466
516
|
}
|
|
467
517
|
protoOf(PlayerReturnsReason).toString = function () {
|
|
468
|
-
return 'PlayerReturnsReason(playerId=' + this.
|
|
518
|
+
return 'PlayerReturnsReason(playerId=' + this.k68_1 + ')';
|
|
469
519
|
};
|
|
470
520
|
protoOf(PlayerReturnsReason).hashCode = function () {
|
|
471
|
-
return getStringHashCode(this.
|
|
521
|
+
return getStringHashCode(this.k68_1);
|
|
472
522
|
};
|
|
473
523
|
protoOf(PlayerReturnsReason).equals = function (other) {
|
|
474
524
|
if (this === other)
|
|
@@ -476,61 +526,62 @@
|
|
|
476
526
|
if (!(other instanceof PlayerReturnsReason))
|
|
477
527
|
return false;
|
|
478
528
|
var tmp0_other_with_cast = other instanceof PlayerReturnsReason ? other : THROW_CCE();
|
|
479
|
-
if (!(this.
|
|
529
|
+
if (!(this.k68_1 === tmp0_other_with_cast.k68_1))
|
|
480
530
|
return false;
|
|
481
531
|
return true;
|
|
482
532
|
};
|
|
483
|
-
function _get_$
|
|
484
|
-
return $this.
|
|
533
|
+
function _get_$cachedSerializer__te6jhj_0($this) {
|
|
534
|
+
return $this.l68_1.u();
|
|
485
535
|
}
|
|
486
|
-
function
|
|
487
|
-
var tmp =
|
|
488
|
-
// Inline function 'kotlin.arrayOf' call
|
|
489
|
-
// Inline function 'kotlin.js.unsafeCast' call
|
|
490
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
491
|
-
var tmp_0 = [getKClass(PlayerReturnsReason)];
|
|
536
|
+
function RestartRoundReason$_anonymous__2hwtqk() {
|
|
537
|
+
var tmp = RestartRoundReason_getInstance();
|
|
492
538
|
// Inline function 'kotlin.arrayOf' call
|
|
493
539
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
494
540
|
// Inline function 'kotlin.js.asDynamic' call
|
|
495
|
-
var
|
|
496
|
-
|
|
497
|
-
// Inline function 'kotlin.js.unsafeCast' call
|
|
498
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
499
|
-
var tmp$ret$8 = [];
|
|
500
|
-
return SealedClassSerializer_init_$Create$('com.logic.data.models.ContinueGameReason', tmp, tmp_0, tmp_1, tmp$ret$8);
|
|
541
|
+
var tmp$ret$2 = [];
|
|
542
|
+
return ObjectSerializer_init_$Create$('RESTART_ROUND', tmp, tmp$ret$2);
|
|
501
543
|
}
|
|
502
|
-
function
|
|
503
|
-
|
|
544
|
+
function RestartRoundReason() {
|
|
545
|
+
RestartRoundReason_instance = this;
|
|
546
|
+
ContinueGameReason.call(this);
|
|
504
547
|
var tmp = this;
|
|
505
548
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
506
|
-
tmp.
|
|
549
|
+
tmp.l68_1 = lazy(tmp_0, RestartRoundReason$_anonymous__2hwtqk);
|
|
507
550
|
}
|
|
508
|
-
protoOf(
|
|
509
|
-
return _get_$
|
|
551
|
+
protoOf(RestartRoundReason).s4v = function () {
|
|
552
|
+
return _get_$cachedSerializer__te6jhj_0(this);
|
|
510
553
|
};
|
|
511
|
-
protoOf(
|
|
554
|
+
protoOf(RestartRoundReason).p4f = function (typeParamsSerializers) {
|
|
512
555
|
return this.s4v();
|
|
513
556
|
};
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
return
|
|
519
|
-
}
|
|
520
|
-
function
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
557
|
+
protoOf(RestartRoundReason).toString = function () {
|
|
558
|
+
return 'RestartRoundReason';
|
|
559
|
+
};
|
|
560
|
+
protoOf(RestartRoundReason).hashCode = function () {
|
|
561
|
+
return 1970706848;
|
|
562
|
+
};
|
|
563
|
+
protoOf(RestartRoundReason).equals = function (other) {
|
|
564
|
+
if (this === other)
|
|
565
|
+
return true;
|
|
566
|
+
if (!(other instanceof RestartRoundReason))
|
|
567
|
+
return false;
|
|
568
|
+
other instanceof RestartRoundReason || THROW_CCE();
|
|
569
|
+
return true;
|
|
570
|
+
};
|
|
571
|
+
var RestartRoundReason_instance;
|
|
572
|
+
function RestartRoundReason_getInstance() {
|
|
573
|
+
if (RestartRoundReason_instance == null)
|
|
574
|
+
new RestartRoundReason();
|
|
575
|
+
return RestartRoundReason_instance;
|
|
525
576
|
}
|
|
526
577
|
function Companion_1() {
|
|
527
578
|
}
|
|
528
|
-
protoOf(Companion_1).
|
|
579
|
+
protoOf(Companion_1).m68 = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat) {
|
|
529
580
|
return new CoreConfig(fileLogsEnabled, false, logsDirectoryPath, fileNameFormat);
|
|
530
581
|
};
|
|
531
582
|
protoOf(Companion_1).getClientEngineTestMode = function (fileLogsEnabled, logsDirectoryPath, fileNameFormat, $super) {
|
|
532
583
|
fileNameFormat = fileNameFormat === VOID ? 'user_[uid].txt' : fileNameFormat;
|
|
533
|
-
return this.
|
|
584
|
+
return this.m68(fileLogsEnabled, logsDirectoryPath, fileNameFormat);
|
|
534
585
|
};
|
|
535
586
|
protoOf(Companion_1).formatter = function (segment, gameId, roomId, userId) {
|
|
536
587
|
return replace(replace(replace(segment, '[gid]', gameId), '[rid]', roomId), '[uid]', userId);
|
|
@@ -549,19 +600,19 @@
|
|
|
549
600
|
this.logsDirectoryPath = logsDirectoryPath;
|
|
550
601
|
this.fileNameFormat = fileNameFormat;
|
|
551
602
|
}
|
|
552
|
-
protoOf(CoreConfig).
|
|
603
|
+
protoOf(CoreConfig).n68 = function () {
|
|
553
604
|
return this.fileLogsEnabled;
|
|
554
605
|
};
|
|
555
|
-
protoOf(CoreConfig).
|
|
606
|
+
protoOf(CoreConfig).o68 = function () {
|
|
556
607
|
return this.deleteFilesOnClear;
|
|
557
608
|
};
|
|
558
|
-
protoOf(CoreConfig).
|
|
609
|
+
protoOf(CoreConfig).p68 = function () {
|
|
559
610
|
return this.logsDirectoryPath;
|
|
560
611
|
};
|
|
561
|
-
protoOf(CoreConfig).
|
|
612
|
+
protoOf(CoreConfig).q68 = function () {
|
|
562
613
|
return this.fileNameFormat;
|
|
563
614
|
};
|
|
564
|
-
protoOf(CoreConfig).
|
|
615
|
+
protoOf(CoreConfig).r68 = function () {
|
|
565
616
|
var tmp0_elvis_lhs = this.logsDirectoryPath;
|
|
566
617
|
return tmp0_elvis_lhs == null ? get_SystemTemporaryDirectory().toString() : tmp0_elvis_lhs;
|
|
567
618
|
};
|
|
@@ -577,7 +628,7 @@
|
|
|
577
628
|
protoOf(CoreConfig).s5l = function () {
|
|
578
629
|
return this.fileNameFormat;
|
|
579
630
|
};
|
|
580
|
-
protoOf(CoreConfig).
|
|
631
|
+
protoOf(CoreConfig).s68 = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) {
|
|
581
632
|
return new CoreConfig(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
582
633
|
};
|
|
583
634
|
protoOf(CoreConfig).copy = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat, $super) {
|
|
@@ -585,7 +636,7 @@
|
|
|
585
636
|
deleteFilesOnClear = deleteFilesOnClear === VOID ? this.deleteFilesOnClear : deleteFilesOnClear;
|
|
586
637
|
logsDirectoryPath = logsDirectoryPath === VOID ? this.logsDirectoryPath : logsDirectoryPath;
|
|
587
638
|
fileNameFormat = fileNameFormat === VOID ? this.fileNameFormat : fileNameFormat;
|
|
588
|
-
return this.
|
|
639
|
+
return this.s68(fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat);
|
|
589
640
|
};
|
|
590
641
|
protoOf(CoreConfig).toString = function () {
|
|
591
642
|
return 'CoreConfig(fileLogsEnabled=' + this.fileLogsEnabled + ', deleteFilesOnClear=' + this.deleteFilesOnClear + ', logsDirectoryPath=' + this.logsDirectoryPath + ', fileNameFormat=' + this.fileNameFormat + ')';
|
|
@@ -614,15 +665,15 @@
|
|
|
614
665
|
return true;
|
|
615
666
|
};
|
|
616
667
|
function Companion_2() {
|
|
617
|
-
this.
|
|
618
|
-
this.
|
|
619
|
-
this.
|
|
668
|
+
this.t68_1 = ':';
|
|
669
|
+
this.u68_1 = '4';
|
|
670
|
+
this.v68_1 = 'v4';
|
|
620
671
|
}
|
|
621
|
-
protoOf(Companion_2).
|
|
622
|
-
var versionName = this.
|
|
672
|
+
protoOf(Companion_2).w68 = function (_this__u8e3s4, version) {
|
|
673
|
+
var versionName = this.x68(_this__u8e3s4);
|
|
623
674
|
return versionName === version;
|
|
624
675
|
};
|
|
625
|
-
protoOf(Companion_2).
|
|
676
|
+
protoOf(Companion_2).x68 = function (_this__u8e3s4) {
|
|
626
677
|
var version = first(split(_this__u8e3s4, [':']));
|
|
627
678
|
// Inline function 'kotlin.takeIf' call
|
|
628
679
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -641,8 +692,8 @@
|
|
|
641
692
|
}
|
|
642
693
|
function IdempotencyTag() {
|
|
643
694
|
}
|
|
644
|
-
function _get_$
|
|
645
|
-
return $this.
|
|
695
|
+
function _get_$cachedSerializer__te6jhj_1($this) {
|
|
696
|
+
return $this.z68_1.u();
|
|
646
697
|
}
|
|
647
698
|
function RestartGameReason$_anonymous__zfkhim() {
|
|
648
699
|
var tmp = RestartGameReason_getInstance();
|
|
@@ -656,10 +707,10 @@
|
|
|
656
707
|
RestartGameReason_instance = this;
|
|
657
708
|
var tmp = this;
|
|
658
709
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
659
|
-
tmp.
|
|
710
|
+
tmp.z68_1 = lazy(tmp_0, RestartGameReason$_anonymous__zfkhim);
|
|
660
711
|
}
|
|
661
712
|
protoOf(RestartGameReason).s4v = function () {
|
|
662
|
-
return _get_$
|
|
713
|
+
return _get_$cachedSerializer__te6jhj_1(this);
|
|
663
714
|
};
|
|
664
715
|
protoOf(RestartGameReason).p4f = function (typeParamsSerializers) {
|
|
665
716
|
return this.s4v();
|
|
@@ -688,37 +739,37 @@
|
|
|
688
739
|
}
|
|
689
740
|
function PlayerLostConnectionReason(playerId, tag) {
|
|
690
741
|
TerminationGameReason.call(this);
|
|
691
|
-
this.
|
|
742
|
+
this.a69_1 = playerId;
|
|
692
743
|
this.tag = tag;
|
|
693
744
|
}
|
|
694
|
-
protoOf(PlayerLostConnectionReason).
|
|
695
|
-
return this.
|
|
745
|
+
protoOf(PlayerLostConnectionReason).b69 = function () {
|
|
746
|
+
return this.a69_1;
|
|
696
747
|
};
|
|
697
|
-
protoOf(PlayerLostConnectionReason).
|
|
748
|
+
protoOf(PlayerLostConnectionReason).y68 = function () {
|
|
698
749
|
return this.tag;
|
|
699
750
|
};
|
|
700
|
-
protoOf(PlayerLostConnectionReason).
|
|
751
|
+
protoOf(PlayerLostConnectionReason).c69 = function () {
|
|
701
752
|
return PlayerConnectionState_LOST_CONNECTION_getInstance();
|
|
702
753
|
};
|
|
703
754
|
protoOf(PlayerLostConnectionReason).pe = function () {
|
|
704
|
-
return this.
|
|
755
|
+
return this.a69_1;
|
|
705
756
|
};
|
|
706
757
|
protoOf(PlayerLostConnectionReason).qe = function () {
|
|
707
758
|
return this.tag;
|
|
708
759
|
};
|
|
709
|
-
protoOf(PlayerLostConnectionReason).
|
|
760
|
+
protoOf(PlayerLostConnectionReason).d69 = function (playerId, tag) {
|
|
710
761
|
return new PlayerLostConnectionReason(playerId, tag);
|
|
711
762
|
};
|
|
712
763
|
protoOf(PlayerLostConnectionReason).copy = function (playerId, tag, $super) {
|
|
713
|
-
playerId = playerId === VOID ? this.
|
|
764
|
+
playerId = playerId === VOID ? this.a69_1 : playerId;
|
|
714
765
|
tag = tag === VOID ? this.tag : tag;
|
|
715
|
-
return this.
|
|
766
|
+
return this.d69(playerId, tag);
|
|
716
767
|
};
|
|
717
768
|
protoOf(PlayerLostConnectionReason).toString = function () {
|
|
718
|
-
return 'PlayerLostConnectionReason(playerId=' + this.
|
|
769
|
+
return 'PlayerLostConnectionReason(playerId=' + this.a69_1 + ', tag=' + this.tag + ')';
|
|
719
770
|
};
|
|
720
771
|
protoOf(PlayerLostConnectionReason).hashCode = function () {
|
|
721
|
-
var result = getStringHashCode(this.
|
|
772
|
+
var result = getStringHashCode(this.a69_1);
|
|
722
773
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
723
774
|
return result;
|
|
724
775
|
};
|
|
@@ -728,7 +779,7 @@
|
|
|
728
779
|
if (!(other instanceof PlayerLostConnectionReason))
|
|
729
780
|
return false;
|
|
730
781
|
var tmp0_other_with_cast = other instanceof PlayerLostConnectionReason ? other : THROW_CCE();
|
|
731
|
-
if (!(this.
|
|
782
|
+
if (!(this.a69_1 === tmp0_other_with_cast.a69_1))
|
|
732
783
|
return false;
|
|
733
784
|
if (!(this.tag == tmp0_other_with_cast.tag))
|
|
734
785
|
return false;
|
|
@@ -736,37 +787,37 @@
|
|
|
736
787
|
};
|
|
737
788
|
function PlayerTimeoutReason(playerId, tag) {
|
|
738
789
|
TerminationGameReason.call(this);
|
|
739
|
-
this.
|
|
790
|
+
this.e69_1 = playerId;
|
|
740
791
|
this.tag = tag;
|
|
741
792
|
}
|
|
742
|
-
protoOf(PlayerTimeoutReason).
|
|
743
|
-
return this.
|
|
793
|
+
protoOf(PlayerTimeoutReason).b69 = function () {
|
|
794
|
+
return this.e69_1;
|
|
744
795
|
};
|
|
745
|
-
protoOf(PlayerTimeoutReason).
|
|
796
|
+
protoOf(PlayerTimeoutReason).y68 = function () {
|
|
746
797
|
return this.tag;
|
|
747
798
|
};
|
|
748
|
-
protoOf(PlayerTimeoutReason).
|
|
799
|
+
protoOf(PlayerTimeoutReason).c69 = function () {
|
|
749
800
|
return PlayerConnectionState_TIMEOUT_getInstance();
|
|
750
801
|
};
|
|
751
802
|
protoOf(PlayerTimeoutReason).pe = function () {
|
|
752
|
-
return this.
|
|
803
|
+
return this.e69_1;
|
|
753
804
|
};
|
|
754
805
|
protoOf(PlayerTimeoutReason).qe = function () {
|
|
755
806
|
return this.tag;
|
|
756
807
|
};
|
|
757
|
-
protoOf(PlayerTimeoutReason).
|
|
808
|
+
protoOf(PlayerTimeoutReason).d69 = function (playerId, tag) {
|
|
758
809
|
return new PlayerTimeoutReason(playerId, tag);
|
|
759
810
|
};
|
|
760
811
|
protoOf(PlayerTimeoutReason).copy = function (playerId, tag, $super) {
|
|
761
|
-
playerId = playerId === VOID ? this.
|
|
812
|
+
playerId = playerId === VOID ? this.e69_1 : playerId;
|
|
762
813
|
tag = tag === VOID ? this.tag : tag;
|
|
763
|
-
return this.
|
|
814
|
+
return this.d69(playerId, tag);
|
|
764
815
|
};
|
|
765
816
|
protoOf(PlayerTimeoutReason).toString = function () {
|
|
766
|
-
return 'PlayerTimeoutReason(playerId=' + this.
|
|
817
|
+
return 'PlayerTimeoutReason(playerId=' + this.e69_1 + ', tag=' + this.tag + ')';
|
|
767
818
|
};
|
|
768
819
|
protoOf(PlayerTimeoutReason).hashCode = function () {
|
|
769
|
-
var result = getStringHashCode(this.
|
|
820
|
+
var result = getStringHashCode(this.e69_1);
|
|
770
821
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
771
822
|
return result;
|
|
772
823
|
};
|
|
@@ -776,7 +827,7 @@
|
|
|
776
827
|
if (!(other instanceof PlayerTimeoutReason))
|
|
777
828
|
return false;
|
|
778
829
|
var tmp0_other_with_cast = other instanceof PlayerTimeoutReason ? other : THROW_CCE();
|
|
779
|
-
if (!(this.
|
|
830
|
+
if (!(this.e69_1 === tmp0_other_with_cast.e69_1))
|
|
780
831
|
return false;
|
|
781
832
|
if (!(this.tag == tmp0_other_with_cast.tag))
|
|
782
833
|
return false;
|
|
@@ -784,29 +835,29 @@
|
|
|
784
835
|
};
|
|
785
836
|
function PlayerExitReason(playerId) {
|
|
786
837
|
TerminationGameReason.call(this);
|
|
787
|
-
this.
|
|
838
|
+
this.f69_1 = playerId;
|
|
788
839
|
}
|
|
789
|
-
protoOf(PlayerExitReason).a69 = function () {
|
|
790
|
-
return this.e69_1;
|
|
791
|
-
};
|
|
792
840
|
protoOf(PlayerExitReason).b69 = function () {
|
|
841
|
+
return this.f69_1;
|
|
842
|
+
};
|
|
843
|
+
protoOf(PlayerExitReason).c69 = function () {
|
|
793
844
|
return PlayerConnectionState_LEFT_getInstance();
|
|
794
845
|
};
|
|
795
846
|
protoOf(PlayerExitReason).pe = function () {
|
|
796
|
-
return this.
|
|
847
|
+
return this.f69_1;
|
|
797
848
|
};
|
|
798
|
-
protoOf(PlayerExitReason).
|
|
849
|
+
protoOf(PlayerExitReason).g69 = function (playerId) {
|
|
799
850
|
return new PlayerExitReason(playerId);
|
|
800
851
|
};
|
|
801
852
|
protoOf(PlayerExitReason).copy = function (playerId, $super) {
|
|
802
|
-
playerId = playerId === VOID ? this.
|
|
803
|
-
return this.
|
|
853
|
+
playerId = playerId === VOID ? this.f69_1 : playerId;
|
|
854
|
+
return this.g69(playerId);
|
|
804
855
|
};
|
|
805
856
|
protoOf(PlayerExitReason).toString = function () {
|
|
806
|
-
return 'PlayerExitReason(playerId=' + this.
|
|
857
|
+
return 'PlayerExitReason(playerId=' + this.f69_1 + ')';
|
|
807
858
|
};
|
|
808
859
|
protoOf(PlayerExitReason).hashCode = function () {
|
|
809
|
-
return getStringHashCode(this.
|
|
860
|
+
return getStringHashCode(this.f69_1);
|
|
810
861
|
};
|
|
811
862
|
protoOf(PlayerExitReason).equals = function (other) {
|
|
812
863
|
if (this === other)
|
|
@@ -814,14 +865,14 @@
|
|
|
814
865
|
if (!(other instanceof PlayerExitReason))
|
|
815
866
|
return false;
|
|
816
867
|
var tmp0_other_with_cast = other instanceof PlayerExitReason ? other : THROW_CCE();
|
|
817
|
-
if (!(this.
|
|
868
|
+
if (!(this.f69_1 === tmp0_other_with_cast.f69_1))
|
|
818
869
|
return false;
|
|
819
870
|
return true;
|
|
820
871
|
};
|
|
821
872
|
function FinishPlayerReason() {
|
|
822
873
|
}
|
|
823
|
-
function _get_$
|
|
824
|
-
return $this.
|
|
874
|
+
function _get_$cachedSerializer__te6jhj_2($this) {
|
|
875
|
+
return $this.h69_1.u();
|
|
825
876
|
}
|
|
826
877
|
function GameFinishedReason$Reason$Companion$_anonymous__q2gwr5() {
|
|
827
878
|
return createSimpleEnumSerializer('com.logic.data.models.GameFinishedReason.Reason', values());
|
|
@@ -861,10 +912,10 @@
|
|
|
861
912
|
Companion_instance_5 = this;
|
|
862
913
|
var tmp = this;
|
|
863
914
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
864
|
-
tmp.
|
|
915
|
+
tmp.h69_1 = lazy(tmp_0, GameFinishedReason$Reason$Companion$_anonymous__q2gwr5);
|
|
865
916
|
}
|
|
866
917
|
protoOf(Companion_3).s4v = function () {
|
|
867
|
-
return _get_$
|
|
918
|
+
return _get_$cachedSerializer__te6jhj_2(this);
|
|
868
919
|
};
|
|
869
920
|
protoOf(Companion_3).p4f = function (typeParamsSerializers) {
|
|
870
921
|
return this.s4v();
|
|
@@ -916,18 +967,18 @@
|
|
|
916
967
|
TerminationGameReason.call(this);
|
|
917
968
|
this.reason = reason;
|
|
918
969
|
}
|
|
919
|
-
protoOf(GameFinishedReason).
|
|
970
|
+
protoOf(GameFinishedReason).k69 = function () {
|
|
920
971
|
return this.reason;
|
|
921
972
|
};
|
|
922
973
|
protoOf(GameFinishedReason).pe = function () {
|
|
923
974
|
return this.reason;
|
|
924
975
|
};
|
|
925
|
-
protoOf(GameFinishedReason).
|
|
976
|
+
protoOf(GameFinishedReason).l69 = function (reason) {
|
|
926
977
|
return new GameFinishedReason(reason);
|
|
927
978
|
};
|
|
928
979
|
protoOf(GameFinishedReason).copy = function (reason, $super) {
|
|
929
980
|
reason = reason === VOID ? this.reason : reason;
|
|
930
|
-
return this.
|
|
981
|
+
return this.l69(reason);
|
|
931
982
|
};
|
|
932
983
|
protoOf(GameFinishedReason).toString = function () {
|
|
933
984
|
return 'GameFinishedReason(reason=' + this.reason.toString() + ')';
|
|
@@ -945,8 +996,8 @@
|
|
|
945
996
|
return false;
|
|
946
997
|
return true;
|
|
947
998
|
};
|
|
948
|
-
function _get_$
|
|
949
|
-
return $this.
|
|
999
|
+
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
1000
|
+
return $this.m69_1.u();
|
|
950
1001
|
}
|
|
951
1002
|
function GameErrorReason$Reason$Companion$_anonymous__54sopr() {
|
|
952
1003
|
return createSimpleEnumSerializer('com.logic.data.models.GameErrorReason.Reason', values_0());
|
|
@@ -986,10 +1037,10 @@
|
|
|
986
1037
|
Companion_instance_6 = this;
|
|
987
1038
|
var tmp = this;
|
|
988
1039
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
989
|
-
tmp.
|
|
1040
|
+
tmp.m69_1 = lazy(tmp_0, GameErrorReason$Reason$Companion$_anonymous__54sopr);
|
|
990
1041
|
}
|
|
991
1042
|
protoOf(Companion_4).s4v = function () {
|
|
992
|
-
return _get_$
|
|
1043
|
+
return _get_$cachedSerializer__te6jhj_3(this);
|
|
993
1044
|
};
|
|
994
1045
|
protoOf(Companion_4).p4f = function (typeParamsSerializers) {
|
|
995
1046
|
return this.s4v();
|
|
@@ -1041,18 +1092,18 @@
|
|
|
1041
1092
|
TerminationGameReason.call(this);
|
|
1042
1093
|
this.reason = reason;
|
|
1043
1094
|
}
|
|
1044
|
-
protoOf(GameErrorReason).
|
|
1095
|
+
protoOf(GameErrorReason).k69 = function () {
|
|
1045
1096
|
return this.reason;
|
|
1046
1097
|
};
|
|
1047
1098
|
protoOf(GameErrorReason).pe = function () {
|
|
1048
1099
|
return this.reason;
|
|
1049
1100
|
};
|
|
1050
|
-
protoOf(GameErrorReason).
|
|
1101
|
+
protoOf(GameErrorReason).p69 = function (reason) {
|
|
1051
1102
|
return new GameErrorReason(reason);
|
|
1052
1103
|
};
|
|
1053
1104
|
protoOf(GameErrorReason).copy = function (reason, $super) {
|
|
1054
1105
|
reason = reason === VOID ? this.reason : reason;
|
|
1055
|
-
return this.
|
|
1106
|
+
return this.p69(reason);
|
|
1056
1107
|
};
|
|
1057
1108
|
protoOf(GameErrorReason).toString = function () {
|
|
1058
1109
|
return 'GameErrorReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1127,33 +1178,33 @@
|
|
|
1127
1178
|
isBot = isBot === VOID ? false : isBot;
|
|
1128
1179
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
1129
1180
|
payload = payload === VOID ? null : payload;
|
|
1130
|
-
this.
|
|
1181
|
+
this.q69_1 = playerId;
|
|
1131
1182
|
this.name = name;
|
|
1132
1183
|
this.avatarUrl = avatarUrl;
|
|
1133
1184
|
this.isBot = isBot;
|
|
1134
1185
|
this.initialLuckyFactor = initialLuckyFactor;
|
|
1135
1186
|
this.payload = payload;
|
|
1136
1187
|
}
|
|
1137
|
-
protoOf(GameUserInfo).
|
|
1138
|
-
return this.
|
|
1188
|
+
protoOf(GameUserInfo).b69 = function () {
|
|
1189
|
+
return this.q69_1;
|
|
1139
1190
|
};
|
|
1140
1191
|
protoOf(GameUserInfo).o2 = function () {
|
|
1141
1192
|
return this.name;
|
|
1142
1193
|
};
|
|
1143
|
-
protoOf(GameUserInfo).
|
|
1194
|
+
protoOf(GameUserInfo).r69 = function () {
|
|
1144
1195
|
return this.avatarUrl;
|
|
1145
1196
|
};
|
|
1146
|
-
protoOf(GameUserInfo).
|
|
1197
|
+
protoOf(GameUserInfo).s69 = function () {
|
|
1147
1198
|
return this.isBot;
|
|
1148
1199
|
};
|
|
1149
|
-
protoOf(GameUserInfo).
|
|
1200
|
+
protoOf(GameUserInfo).t69 = function () {
|
|
1150
1201
|
return this.initialLuckyFactor;
|
|
1151
1202
|
};
|
|
1152
|
-
protoOf(GameUserInfo).
|
|
1203
|
+
protoOf(GameUserInfo).u69 = function () {
|
|
1153
1204
|
return this.payload;
|
|
1154
1205
|
};
|
|
1155
1206
|
protoOf(GameUserInfo).toString = function () {
|
|
1156
|
-
var tmp = 'playerId=' + this.
|
|
1207
|
+
var tmp = 'playerId=' + this.q69_1;
|
|
1157
1208
|
var tmp_0 = 'name=' + this.name;
|
|
1158
1209
|
// Inline function 'kotlin.takeIf' call
|
|
1159
1210
|
var this_0 = 'avatarUrl=' + this.avatarUrl;
|
|
@@ -1202,7 +1253,7 @@
|
|
|
1202
1253
|
return 'GameUserInfo(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_2, tmp_4, tmp_6, tmp$ret$7])) + ')';
|
|
1203
1254
|
};
|
|
1204
1255
|
protoOf(GameUserInfo).pe = function () {
|
|
1205
|
-
return this.
|
|
1256
|
+
return this.q69_1;
|
|
1206
1257
|
};
|
|
1207
1258
|
protoOf(GameUserInfo).qe = function () {
|
|
1208
1259
|
return this.name;
|
|
@@ -1213,26 +1264,26 @@
|
|
|
1213
1264
|
protoOf(GameUserInfo).s5l = function () {
|
|
1214
1265
|
return this.isBot;
|
|
1215
1266
|
};
|
|
1216
|
-
protoOf(GameUserInfo).
|
|
1267
|
+
protoOf(GameUserInfo).v69 = function () {
|
|
1217
1268
|
return this.initialLuckyFactor;
|
|
1218
1269
|
};
|
|
1219
|
-
protoOf(GameUserInfo).
|
|
1270
|
+
protoOf(GameUserInfo).w69 = function () {
|
|
1220
1271
|
return this.payload;
|
|
1221
1272
|
};
|
|
1222
|
-
protoOf(GameUserInfo).
|
|
1273
|
+
protoOf(GameUserInfo).x69 = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, payload) {
|
|
1223
1274
|
return new GameUserInfo(playerId, name, avatarUrl, isBot, initialLuckyFactor, payload);
|
|
1224
1275
|
};
|
|
1225
1276
|
protoOf(GameUserInfo).copy = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, payload, $super) {
|
|
1226
|
-
playerId = playerId === VOID ? this.
|
|
1277
|
+
playerId = playerId === VOID ? this.q69_1 : playerId;
|
|
1227
1278
|
name = name === VOID ? this.name : name;
|
|
1228
1279
|
avatarUrl = avatarUrl === VOID ? this.avatarUrl : avatarUrl;
|
|
1229
1280
|
isBot = isBot === VOID ? this.isBot : isBot;
|
|
1230
1281
|
initialLuckyFactor = initialLuckyFactor === VOID ? this.initialLuckyFactor : initialLuckyFactor;
|
|
1231
1282
|
payload = payload === VOID ? this.payload : payload;
|
|
1232
|
-
return this.
|
|
1283
|
+
return this.x69(playerId, name, avatarUrl, isBot, initialLuckyFactor, payload);
|
|
1233
1284
|
};
|
|
1234
1285
|
protoOf(GameUserInfo).hashCode = function () {
|
|
1235
|
-
var result = getStringHashCode(this.
|
|
1286
|
+
var result = getStringHashCode(this.q69_1);
|
|
1236
1287
|
result = imul(result, 31) + getStringHashCode(this.name) | 0;
|
|
1237
1288
|
result = imul(result, 31) + (this.avatarUrl == null ? 0 : getStringHashCode(this.avatarUrl)) | 0;
|
|
1238
1289
|
result = imul(result, 31) + getBooleanHashCode(this.isBot) | 0;
|
|
@@ -1246,7 +1297,7 @@
|
|
|
1246
1297
|
if (!(other instanceof GameUserInfo))
|
|
1247
1298
|
return false;
|
|
1248
1299
|
var tmp0_other_with_cast = other instanceof GameUserInfo ? other : THROW_CCE();
|
|
1249
|
-
if (!(this.
|
|
1300
|
+
if (!(this.q69_1 === tmp0_other_with_cast.q69_1))
|
|
1250
1301
|
return false;
|
|
1251
1302
|
if (!(this.name === tmp0_other_with_cast.name))
|
|
1252
1303
|
return false;
|
|
@@ -1310,6 +1361,45 @@
|
|
|
1310
1361
|
}
|
|
1311
1362
|
function Player() {
|
|
1312
1363
|
}
|
|
1364
|
+
function PlayerIdOrderComparator(players) {
|
|
1365
|
+
this.a6a_1 = players;
|
|
1366
|
+
}
|
|
1367
|
+
protoOf(PlayerIdOrderComparator).b6a = function (a, b) {
|
|
1368
|
+
var indexA = this.a6a_1.u1(a);
|
|
1369
|
+
var indexB = this.a6a_1.u1(b);
|
|
1370
|
+
return compareTo(indexA, indexB);
|
|
1371
|
+
};
|
|
1372
|
+
protoOf(PlayerIdOrderComparator).compare = function (a, b) {
|
|
1373
|
+
var tmp = (!(a == null) ? typeof a === 'string' : false) ? a : THROW_CCE();
|
|
1374
|
+
return this.b6a(tmp, (!(b == null) ? typeof b === 'string' : false) ? b : THROW_CCE());
|
|
1375
|
+
};
|
|
1376
|
+
function PlayerIndex(playerId, index) {
|
|
1377
|
+
this.c6a_1 = playerId;
|
|
1378
|
+
this.d6a_1 = index;
|
|
1379
|
+
}
|
|
1380
|
+
protoOf(PlayerIndex).b69 = function () {
|
|
1381
|
+
return this.c6a_1;
|
|
1382
|
+
};
|
|
1383
|
+
protoOf(PlayerIndex).toString = function () {
|
|
1384
|
+
return 'PlayerIndex(playerId=' + this.c6a_1 + ', index=' + this.d6a_1 + ')';
|
|
1385
|
+
};
|
|
1386
|
+
protoOf(PlayerIndex).hashCode = function () {
|
|
1387
|
+
var result = getStringHashCode(this.c6a_1);
|
|
1388
|
+
result = imul(result, 31) + this.d6a_1 | 0;
|
|
1389
|
+
return result;
|
|
1390
|
+
};
|
|
1391
|
+
protoOf(PlayerIndex).equals = function (other) {
|
|
1392
|
+
if (this === other)
|
|
1393
|
+
return true;
|
|
1394
|
+
if (!(other instanceof PlayerIndex))
|
|
1395
|
+
return false;
|
|
1396
|
+
var tmp0_other_with_cast = other instanceof PlayerIndex ? other : THROW_CCE();
|
|
1397
|
+
if (!(this.c6a_1 === tmp0_other_with_cast.c6a_1))
|
|
1398
|
+
return false;
|
|
1399
|
+
if (!(this.d6a_1 === tmp0_other_with_cast.d6a_1))
|
|
1400
|
+
return false;
|
|
1401
|
+
return true;
|
|
1402
|
+
};
|
|
1313
1403
|
function filterPlayerTurn(_this__u8e3s4) {
|
|
1314
1404
|
_init_properties_Player_kt__qi83pd();
|
|
1315
1405
|
// Inline function 'kotlin.collections.filter' call
|
|
@@ -1340,56 +1430,17 @@
|
|
|
1340
1430
|
}
|
|
1341
1431
|
return destination;
|
|
1342
1432
|
}
|
|
1343
|
-
function PlayerIndex(playerId, index) {
|
|
1344
|
-
this.z69_1 = playerId;
|
|
1345
|
-
this.a6a_1 = index;
|
|
1346
|
-
}
|
|
1347
|
-
protoOf(PlayerIndex).a69 = function () {
|
|
1348
|
-
return this.z69_1;
|
|
1349
|
-
};
|
|
1350
|
-
protoOf(PlayerIndex).toString = function () {
|
|
1351
|
-
return 'PlayerIndex(playerId=' + this.z69_1 + ', index=' + this.a6a_1 + ')';
|
|
1352
|
-
};
|
|
1353
|
-
protoOf(PlayerIndex).hashCode = function () {
|
|
1354
|
-
var result = getStringHashCode(this.z69_1);
|
|
1355
|
-
result = imul(result, 31) + this.a6a_1 | 0;
|
|
1356
|
-
return result;
|
|
1357
|
-
};
|
|
1358
|
-
protoOf(PlayerIndex).equals = function (other) {
|
|
1359
|
-
if (this === other)
|
|
1360
|
-
return true;
|
|
1361
|
-
if (!(other instanceof PlayerIndex))
|
|
1362
|
-
return false;
|
|
1363
|
-
var tmp0_other_with_cast = other instanceof PlayerIndex ? other : THROW_CCE();
|
|
1364
|
-
if (!(this.z69_1 === tmp0_other_with_cast.z69_1))
|
|
1365
|
-
return false;
|
|
1366
|
-
if (!(this.a6a_1 === tmp0_other_with_cast.a6a_1))
|
|
1367
|
-
return false;
|
|
1368
|
-
return true;
|
|
1369
|
-
};
|
|
1370
|
-
function PlayerIdOrderComparator(players) {
|
|
1371
|
-
this.b6a_1 = players;
|
|
1372
|
-
}
|
|
1373
|
-
protoOf(PlayerIdOrderComparator).c6a = function (a, b) {
|
|
1374
|
-
var indexA = this.b6a_1.u1(a);
|
|
1375
|
-
var indexB = this.b6a_1.u1(b);
|
|
1376
|
-
return compareTo(indexA, indexB);
|
|
1377
|
-
};
|
|
1378
|
-
protoOf(PlayerIdOrderComparator).compare = function (a, b) {
|
|
1379
|
-
var tmp = (!(a == null) ? typeof a === 'string' : false) ? a : THROW_CCE();
|
|
1380
|
-
return this.c6a(tmp, (!(b == null) ? typeof b === 'string' : false) ? b : THROW_CCE());
|
|
1381
|
-
};
|
|
1382
1433
|
function PlayerIdContractOrderComparator(players) {
|
|
1383
|
-
this.
|
|
1434
|
+
this.e6a_1 = players;
|
|
1384
1435
|
}
|
|
1385
|
-
protoOf(PlayerIdContractOrderComparator).
|
|
1386
|
-
var indexA = this.
|
|
1387
|
-
var indexB = this.
|
|
1436
|
+
protoOf(PlayerIdContractOrderComparator).f6a = function (a, b) {
|
|
1437
|
+
var indexA = this.e6a_1.u1(a.playerId);
|
|
1438
|
+
var indexB = this.e6a_1.u1(b.playerId);
|
|
1388
1439
|
return compareTo(indexA, indexB);
|
|
1389
1440
|
};
|
|
1390
1441
|
protoOf(PlayerIdContractOrderComparator).compare = function (a, b) {
|
|
1391
1442
|
var tmp = (!(a == null) ? isInterface(a, PlayerIdContract) : false) ? a : THROW_CCE();
|
|
1392
|
-
return this.
|
|
1443
|
+
return this.f6a(tmp, (!(b == null) ? isInterface(b, PlayerIdContract) : false) ? b : THROW_CCE());
|
|
1393
1444
|
};
|
|
1394
1445
|
function previousPlayerId(_this__u8e3s4, playerId) {
|
|
1395
1446
|
_init_properties_Player_kt__qi83pd();
|
|
@@ -1410,7 +1461,7 @@
|
|
|
1410
1461
|
}
|
|
1411
1462
|
function playerTurnPredicate$lambda(p1) {
|
|
1412
1463
|
_init_properties_Player_kt__qi83pd();
|
|
1413
|
-
return p1.
|
|
1464
|
+
return p1.y69().n6a();
|
|
1414
1465
|
}
|
|
1415
1466
|
var properties_initialized_Player_kt_56shkt;
|
|
1416
1467
|
function _init_properties_Player_kt__qi83pd() {
|
|
@@ -1421,28 +1472,32 @@
|
|
|
1421
1472
|
}
|
|
1422
1473
|
}
|
|
1423
1474
|
function Companion_5() {
|
|
1424
|
-
this.
|
|
1475
|
+
this.o6a_1 = 75;
|
|
1425
1476
|
}
|
|
1426
|
-
protoOf(Companion_5).
|
|
1477
|
+
protoOf(Companion_5).p6a = function (state, timeout) {
|
|
1427
1478
|
return new PlayerConnection(state, System_instance.r54().h5k(timeout));
|
|
1428
1479
|
};
|
|
1429
|
-
protoOf(Companion_5).
|
|
1480
|
+
protoOf(Companion_5).q6a = function (state, timeout, $super) {
|
|
1481
|
+
timeout = timeout === VOID ? Companion_getInstance().jj_1 : timeout;
|
|
1482
|
+
return $super === VOID ? this.p6a(state, timeout) : $super.p6a.call(this, state, new Duration(timeout));
|
|
1483
|
+
};
|
|
1484
|
+
protoOf(Companion_5).r6a = function (_this__u8e3s4) {
|
|
1430
1485
|
if (_this__u8e3s4 == null) {
|
|
1431
1486
|
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.r54());
|
|
1432
1487
|
}
|
|
1433
1488
|
var tmp;
|
|
1434
|
-
if (_this__u8e3s4.
|
|
1435
|
-
tmp = _this__u8e3s4.
|
|
1489
|
+
if (_this__u8e3s4.s6a_1.isLive) {
|
|
1490
|
+
tmp = _this__u8e3s4.x6a(VOID, System_instance.r54());
|
|
1436
1491
|
} else {
|
|
1437
|
-
tmp = _this__u8e3s4.
|
|
1492
|
+
tmp = _this__u8e3s4.w6a(PlayerConnectionState_LIVE_getInstance(), System_instance.r54(), Duration__plus_impl_yu9v8f(_this__u8e3s4.u6a_1, _this__u8e3s4.v6a()));
|
|
1438
1493
|
}
|
|
1439
1494
|
return tmp;
|
|
1440
1495
|
};
|
|
1441
|
-
protoOf(Companion_5).
|
|
1496
|
+
protoOf(Companion_5).y6a = function (_this__u8e3s4, state) {
|
|
1442
1497
|
if (_this__u8e3s4 == null) {
|
|
1443
1498
|
return new PlayerConnection(state, System_instance.r54());
|
|
1444
1499
|
}
|
|
1445
|
-
return _this__u8e3s4.
|
|
1500
|
+
return _this__u8e3s4.x6a(state, System_instance.r54());
|
|
1446
1501
|
};
|
|
1447
1502
|
var Companion_instance_7;
|
|
1448
1503
|
function Companion_getInstance_7() {
|
|
@@ -1451,54 +1506,54 @@
|
|
|
1451
1506
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1452
1507
|
connectionChangedTime = connectionChangedTime === VOID ? System_instance.r54() : connectionChangedTime;
|
|
1453
1508
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().jj_1 : notLiveDurationRecord;
|
|
1454
|
-
this.
|
|
1455
|
-
this.
|
|
1456
|
-
this.
|
|
1509
|
+
this.s6a_1 = state;
|
|
1510
|
+
this.t6a_1 = connectionChangedTime;
|
|
1511
|
+
this.u6a_1 = notLiveDurationRecord;
|
|
1457
1512
|
}
|
|
1458
|
-
protoOf(PlayerConnection).
|
|
1459
|
-
return System_instance.r54().i5k(this.
|
|
1513
|
+
protoOf(PlayerConnection).v6a = function () {
|
|
1514
|
+
return System_instance.r54().i5k(this.t6a_1);
|
|
1460
1515
|
};
|
|
1461
|
-
protoOf(PlayerConnection).
|
|
1516
|
+
protoOf(PlayerConnection).z6a = function () {
|
|
1462
1517
|
var tmp;
|
|
1463
|
-
if (this.
|
|
1464
|
-
tmp = this.
|
|
1518
|
+
if (this.s6a_1.isLive) {
|
|
1519
|
+
tmp = this.u6a_1;
|
|
1465
1520
|
} else {
|
|
1466
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1521
|
+
tmp = Duration__plus_impl_yu9v8f(this.u6a_1, this.v6a());
|
|
1467
1522
|
}
|
|
1468
1523
|
return tmp;
|
|
1469
1524
|
};
|
|
1470
|
-
protoOf(PlayerConnection).
|
|
1525
|
+
protoOf(PlayerConnection).a6b = function (gameDuration) {
|
|
1471
1526
|
// Inline function 'kotlin.Long.div' call
|
|
1472
1527
|
var percent = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration).m3() / 100.0;
|
|
1473
1528
|
// Inline function 'kotlin.math.round' call
|
|
1474
1529
|
// Inline function 'kotlin.Long.div' call
|
|
1475
|
-
var x = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1530
|
+
var x = _Duration___get_inWholeMilliseconds__impl__msfiry(this.z6a()).m3() / percent;
|
|
1476
1531
|
var tmp$ret$2 = round(x);
|
|
1477
1532
|
return numberToInt(tmp$ret$2);
|
|
1478
1533
|
};
|
|
1479
|
-
protoOf(PlayerConnection).
|
|
1480
|
-
return 100 - this.
|
|
1534
|
+
protoOf(PlayerConnection).b6b = function (gameDuration) {
|
|
1535
|
+
return 100 - this.a6b(gameDuration) | 0;
|
|
1481
1536
|
};
|
|
1482
|
-
protoOf(PlayerConnection).
|
|
1483
|
-
var percentage = this.
|
|
1537
|
+
protoOf(PlayerConnection).c6b = function (gameDuration) {
|
|
1538
|
+
var percentage = this.b6b(gameDuration);
|
|
1484
1539
|
return percentage >= 75;
|
|
1485
1540
|
};
|
|
1486
|
-
protoOf(PlayerConnection).
|
|
1541
|
+
protoOf(PlayerConnection).w6a = function (state, connectionChangedTime, notLiveDurationRecord) {
|
|
1487
1542
|
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
1488
1543
|
};
|
|
1489
|
-
protoOf(PlayerConnection).
|
|
1490
|
-
state = state === VOID ? this.
|
|
1491
|
-
connectionChangedTime = connectionChangedTime === VOID ? this.
|
|
1492
|
-
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.
|
|
1493
|
-
return $super === VOID ? this.
|
|
1544
|
+
protoOf(PlayerConnection).x6a = function (state, connectionChangedTime, notLiveDurationRecord, $super) {
|
|
1545
|
+
state = state === VOID ? this.s6a_1 : state;
|
|
1546
|
+
connectionChangedTime = connectionChangedTime === VOID ? this.t6a_1 : connectionChangedTime;
|
|
1547
|
+
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.u6a_1 : notLiveDurationRecord;
|
|
1548
|
+
return $super === VOID ? this.w6a(state, connectionChangedTime, notLiveDurationRecord) : $super.w6a.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord));
|
|
1494
1549
|
};
|
|
1495
1550
|
protoOf(PlayerConnection).toString = function () {
|
|
1496
|
-
return 'PlayerConnection(state=' + this.
|
|
1551
|
+
return 'PlayerConnection(state=' + this.s6a_1.toString() + ', connectionChangedTime=' + this.t6a_1.toString() + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.u6a_1) + ')';
|
|
1497
1552
|
};
|
|
1498
1553
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1499
|
-
var result = this.
|
|
1500
|
-
result = imul(result, 31) + this.
|
|
1501
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1554
|
+
var result = this.s6a_1.hashCode();
|
|
1555
|
+
result = imul(result, 31) + this.t6a_1.hashCode() | 0;
|
|
1556
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.u6a_1) | 0;
|
|
1502
1557
|
return result;
|
|
1503
1558
|
};
|
|
1504
1559
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1507,16 +1562,16 @@
|
|
|
1507
1562
|
if (!(other instanceof PlayerConnection))
|
|
1508
1563
|
return false;
|
|
1509
1564
|
var tmp0_other_with_cast = other instanceof PlayerConnection ? other : THROW_CCE();
|
|
1510
|
-
if (!this.
|
|
1565
|
+
if (!this.s6a_1.equals(tmp0_other_with_cast.s6a_1))
|
|
1511
1566
|
return false;
|
|
1512
|
-
if (!this.
|
|
1567
|
+
if (!this.t6a_1.equals(tmp0_other_with_cast.t6a_1))
|
|
1513
1568
|
return false;
|
|
1514
|
-
if (!equals(this.
|
|
1569
|
+
if (!equals(this.u6a_1, tmp0_other_with_cast.u6a_1))
|
|
1515
1570
|
return false;
|
|
1516
1571
|
return true;
|
|
1517
1572
|
};
|
|
1518
|
-
function _get_$
|
|
1519
|
-
return $this.
|
|
1573
|
+
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1574
|
+
return $this.d6b_1.u();
|
|
1520
1575
|
}
|
|
1521
1576
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1522
1577
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
@@ -1554,10 +1609,10 @@
|
|
|
1554
1609
|
Companion_instance_8 = this;
|
|
1555
1610
|
var tmp = this;
|
|
1556
1611
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1557
|
-
tmp.
|
|
1612
|
+
tmp.d6b_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1558
1613
|
}
|
|
1559
1614
|
protoOf(Companion_6).s4v = function () {
|
|
1560
|
-
return _get_$
|
|
1615
|
+
return _get_$cachedSerializer__te6jhj_4(this);
|
|
1561
1616
|
};
|
|
1562
1617
|
protoOf(Companion_6).p4f = function (typeParamsSerializers) {
|
|
1563
1618
|
return this.s4v();
|
|
@@ -1585,34 +1640,34 @@
|
|
|
1585
1640
|
function PlayerConnectionState(name, ordinal) {
|
|
1586
1641
|
Enum.call(this, name, ordinal);
|
|
1587
1642
|
}
|
|
1588
|
-
protoOf(PlayerConnectionState).
|
|
1643
|
+
protoOf(PlayerConnectionState).g6b = function () {
|
|
1589
1644
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1590
1645
|
};
|
|
1591
|
-
protoOf(PlayerConnectionState).
|
|
1646
|
+
protoOf(PlayerConnectionState).h6b = function () {
|
|
1592
1647
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1593
1648
|
};
|
|
1594
|
-
protoOf(PlayerConnectionState).
|
|
1649
|
+
protoOf(PlayerConnectionState).i6b = function () {
|
|
1595
1650
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1596
1651
|
};
|
|
1597
|
-
protoOf(PlayerConnectionState).
|
|
1652
|
+
protoOf(PlayerConnectionState).j6b = function () {
|
|
1598
1653
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1599
1654
|
};
|
|
1600
|
-
protoOf(PlayerConnectionState).
|
|
1655
|
+
protoOf(PlayerConnectionState).k6b = function () {
|
|
1601
1656
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1602
1657
|
};
|
|
1603
|
-
protoOf(PlayerConnectionState).
|
|
1658
|
+
protoOf(PlayerConnectionState).l6b = function () {
|
|
1604
1659
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1605
1660
|
};
|
|
1606
|
-
protoOf(PlayerConnectionState).
|
|
1661
|
+
protoOf(PlayerConnectionState).m6b = function () {
|
|
1607
1662
|
return this.isDisconnected || this.isDeleted;
|
|
1608
1663
|
};
|
|
1609
|
-
protoOf(PlayerConnectionState).
|
|
1664
|
+
protoOf(PlayerConnectionState).n6b = function () {
|
|
1610
1665
|
return this.isTimeOut || this.isLostConnection || this.isLeft;
|
|
1611
1666
|
};
|
|
1612
|
-
protoOf(PlayerConnectionState).
|
|
1667
|
+
protoOf(PlayerConnectionState).o6b = function () {
|
|
1613
1668
|
return this.isTimeOut || this.isLeft || this.isDeleted;
|
|
1614
1669
|
};
|
|
1615
|
-
protoOf(PlayerConnectionState).
|
|
1670
|
+
protoOf(PlayerConnectionState).p6b = function () {
|
|
1616
1671
|
return this.isLostConnection;
|
|
1617
1672
|
};
|
|
1618
1673
|
function PlayerConnectionState_LIVE_getInstance() {
|
|
@@ -1639,8 +1694,8 @@
|
|
|
1639
1694
|
PlayerConnectionState_initEntries();
|
|
1640
1695
|
return PlayerConnectionState_DELETED_instance;
|
|
1641
1696
|
}
|
|
1642
|
-
function _get_$
|
|
1643
|
-
return $this.
|
|
1697
|
+
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
1698
|
+
return $this.q6b_1.u();
|
|
1644
1699
|
}
|
|
1645
1700
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
1646
1701
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -1655,10 +1710,10 @@
|
|
|
1655
1710
|
Companion_instance_9 = this;
|
|
1656
1711
|
var tmp = this;
|
|
1657
1712
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1658
|
-
tmp.
|
|
1713
|
+
tmp.q6b_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
1659
1714
|
}
|
|
1660
1715
|
protoOf(Companion_7).s4v = function () {
|
|
1661
|
-
return _get_$
|
|
1716
|
+
return _get_$cachedSerializer__te6jhj_5(this);
|
|
1662
1717
|
};
|
|
1663
1718
|
protoOf(Companion_7).p4f = function (typeParamsSerializers) {
|
|
1664
1719
|
return this.s4v();
|
|
@@ -1683,28 +1738,28 @@
|
|
|
1683
1738
|
function PlayerWaitingState(name, ordinal) {
|
|
1684
1739
|
Enum.call(this, name, ordinal);
|
|
1685
1740
|
}
|
|
1686
|
-
protoOf(PlayerWaitingState).
|
|
1687
|
-
return this.
|
|
1741
|
+
protoOf(PlayerWaitingState).n6a = function () {
|
|
1742
|
+
return this.t6b() || this.u6b();
|
|
1688
1743
|
};
|
|
1689
|
-
protoOf(PlayerWaitingState).
|
|
1744
|
+
protoOf(PlayerWaitingState).t6b = function () {
|
|
1690
1745
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
1691
1746
|
};
|
|
1692
|
-
protoOf(PlayerWaitingState).
|
|
1747
|
+
protoOf(PlayerWaitingState).u6b = function () {
|
|
1693
1748
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
1694
1749
|
};
|
|
1695
1750
|
function Companion_8() {
|
|
1696
1751
|
}
|
|
1697
|
-
protoOf(Companion_8).
|
|
1752
|
+
protoOf(Companion_8).v6b = function (connection) {
|
|
1698
1753
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
1699
1754
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
1700
1755
|
};
|
|
1701
|
-
protoOf(Companion_8).
|
|
1702
|
-
return _this__u8e3s4.
|
|
1756
|
+
protoOf(Companion_8).w6b = function (_this__u8e3s4) {
|
|
1757
|
+
return _this__u8e3s4.x6b(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
1703
1758
|
};
|
|
1704
|
-
protoOf(Companion_8).
|
|
1759
|
+
protoOf(Companion_8).y6b = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
1705
1760
|
var tmp0_startFromTime = System_instance.r54();
|
|
1706
1761
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
1707
|
-
return _this__u8e3s4.
|
|
1762
|
+
return _this__u8e3s4.x6b(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
1708
1763
|
};
|
|
1709
1764
|
var Companion_instance_10;
|
|
1710
1765
|
function Companion_getInstance_10() {
|
|
@@ -1725,17 +1780,17 @@
|
|
|
1725
1780
|
function PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
1726
1781
|
tag = tag === VOID ? null : tag;
|
|
1727
1782
|
connection = connection === VOID ? null : connection;
|
|
1728
|
-
this.
|
|
1729
|
-
this.
|
|
1730
|
-
this.
|
|
1731
|
-
this.
|
|
1732
|
-
this.
|
|
1733
|
-
this.
|
|
1734
|
-
this.
|
|
1735
|
-
}
|
|
1736
|
-
protoOf(PlayerState).
|
|
1783
|
+
this.g6a_1 = startFromTime;
|
|
1784
|
+
this.h6a_1 = playerTurnTimeout;
|
|
1785
|
+
this.i6a_1 = waitPlayerUntilTime;
|
|
1786
|
+
this.j6a_1 = state;
|
|
1787
|
+
this.k6a_1 = ready;
|
|
1788
|
+
this.l6a_1 = tag;
|
|
1789
|
+
this.m6a_1 = connection;
|
|
1790
|
+
}
|
|
1791
|
+
protoOf(PlayerState).z6b = function () {
|
|
1737
1792
|
// Inline function 'kotlin.requireNotNull' call
|
|
1738
|
-
var value = this.
|
|
1793
|
+
var value = this.m6a_1;
|
|
1739
1794
|
// Inline function 'kotlin.contracts.contract' call
|
|
1740
1795
|
var tmp$ret$1;
|
|
1741
1796
|
$l$block: {
|
|
@@ -1752,9 +1807,9 @@
|
|
|
1752
1807
|
}
|
|
1753
1808
|
return tmp$ret$1;
|
|
1754
1809
|
};
|
|
1755
|
-
protoOf(PlayerState).
|
|
1810
|
+
protoOf(PlayerState).a6c = function () {
|
|
1756
1811
|
// Inline function 'kotlin.requireNotNull' call
|
|
1757
|
-
var value = this.
|
|
1812
|
+
var value = this.l6a_1;
|
|
1758
1813
|
// Inline function 'kotlin.contracts.contract' call
|
|
1759
1814
|
var tmp$ret$1;
|
|
1760
1815
|
$l$block: {
|
|
@@ -1771,73 +1826,73 @@
|
|
|
1771
1826
|
}
|
|
1772
1827
|
return tmp$ret$1;
|
|
1773
1828
|
};
|
|
1774
|
-
protoOf(PlayerState).
|
|
1775
|
-
var tmp0_elvis_lhs = this.
|
|
1829
|
+
protoOf(PlayerState).b6c = function () {
|
|
1830
|
+
var tmp0_elvis_lhs = this.l6a_1;
|
|
1776
1831
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
1777
1832
|
};
|
|
1778
1833
|
protoOf(PlayerState).toString = function () {
|
|
1779
1834
|
// Inline function 'kotlin.takeIf' call
|
|
1780
|
-
var this_0 = 'startFromTime=' + toString(this.
|
|
1835
|
+
var this_0 = 'startFromTime=' + toString(this.g6a_1);
|
|
1781
1836
|
// Inline function 'kotlin.contracts.contract' call
|
|
1782
1837
|
var tmp;
|
|
1783
1838
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1784
|
-
if (!(this.
|
|
1839
|
+
if (!(this.g6a_1 == null)) {
|
|
1785
1840
|
tmp = this_0;
|
|
1786
1841
|
} else {
|
|
1787
1842
|
tmp = null;
|
|
1788
1843
|
}
|
|
1789
1844
|
var tmp_0 = tmp;
|
|
1790
1845
|
// Inline function 'kotlin.takeIf' call
|
|
1791
|
-
var this_1 = 'playerTurnTimeout=' + toString(this.
|
|
1846
|
+
var this_1 = 'playerTurnTimeout=' + toString(this.h6a_1);
|
|
1792
1847
|
// Inline function 'kotlin.contracts.contract' call
|
|
1793
1848
|
var tmp_1;
|
|
1794
1849
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1795
|
-
if (!(this.
|
|
1850
|
+
if (!(this.h6a_1 == null)) {
|
|
1796
1851
|
tmp_1 = this_1;
|
|
1797
1852
|
} else {
|
|
1798
1853
|
tmp_1 = null;
|
|
1799
1854
|
}
|
|
1800
1855
|
var tmp_2 = tmp_1;
|
|
1801
1856
|
// Inline function 'kotlin.takeIf' call
|
|
1802
|
-
var this_2 = 'waitPlayerUntilTime=' + toString(this.
|
|
1857
|
+
var this_2 = 'waitPlayerUntilTime=' + toString(this.i6a_1);
|
|
1803
1858
|
// Inline function 'kotlin.contracts.contract' call
|
|
1804
1859
|
var tmp_3;
|
|
1805
1860
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1806
|
-
if (!(this.
|
|
1861
|
+
if (!(this.i6a_1 == null)) {
|
|
1807
1862
|
tmp_3 = this_2;
|
|
1808
1863
|
} else {
|
|
1809
1864
|
tmp_3 = null;
|
|
1810
1865
|
}
|
|
1811
1866
|
var tmp_4 = tmp_3;
|
|
1812
|
-
var tmp_5 = 'state=' + this.
|
|
1867
|
+
var tmp_5 = 'state=' + this.j6a_1.toString();
|
|
1813
1868
|
// Inline function 'kotlin.takeIf' call
|
|
1814
|
-
var this_3 = 'ready=' + this.
|
|
1869
|
+
var this_3 = 'ready=' + this.k6a_1;
|
|
1815
1870
|
// Inline function 'kotlin.contracts.contract' call
|
|
1816
1871
|
var tmp_6;
|
|
1817
1872
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1818
|
-
if (this.
|
|
1873
|
+
if (this.k6a_1) {
|
|
1819
1874
|
tmp_6 = this_3;
|
|
1820
1875
|
} else {
|
|
1821
1876
|
tmp_6 = null;
|
|
1822
1877
|
}
|
|
1823
1878
|
var tmp_7 = tmp_6;
|
|
1824
1879
|
// Inline function 'kotlin.takeIf' call
|
|
1825
|
-
var this_4 = 'tag=' + this.
|
|
1880
|
+
var this_4 = 'tag=' + this.l6a_1;
|
|
1826
1881
|
// Inline function 'kotlin.contracts.contract' call
|
|
1827
1882
|
var tmp_8;
|
|
1828
1883
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1829
|
-
if (!(this.
|
|
1884
|
+
if (!(this.l6a_1 == null)) {
|
|
1830
1885
|
tmp_8 = this_4;
|
|
1831
1886
|
} else {
|
|
1832
1887
|
tmp_8 = null;
|
|
1833
1888
|
}
|
|
1834
1889
|
var tmp_9 = tmp_8;
|
|
1835
1890
|
// Inline function 'kotlin.takeIf' call
|
|
1836
|
-
var this_5 = 'connection=' + toString(this.
|
|
1891
|
+
var this_5 = 'connection=' + toString(this.m6a_1);
|
|
1837
1892
|
// Inline function 'kotlin.contracts.contract' call
|
|
1838
1893
|
var tmp_10;
|
|
1839
1894
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
1840
|
-
if (!(this.
|
|
1895
|
+
if (!(this.m6a_1 == null)) {
|
|
1841
1896
|
tmp_10 = this_5;
|
|
1842
1897
|
} else {
|
|
1843
1898
|
tmp_10 = null;
|
|
@@ -1845,30 +1900,30 @@
|
|
|
1845
1900
|
var tmp$ret$11 = tmp_10;
|
|
1846
1901
|
return 'PlayerState(' + joinToString(listOfNotNull([tmp_0, tmp_2, tmp_4, tmp_5, tmp_7, tmp_9, tmp$ret$11])) + ')';
|
|
1847
1902
|
};
|
|
1848
|
-
protoOf(PlayerState).
|
|
1849
|
-
return this.
|
|
1903
|
+
protoOf(PlayerState).n6a = function () {
|
|
1904
|
+
return this.j6a_1.n6a();
|
|
1850
1905
|
};
|
|
1851
|
-
protoOf(PlayerState).
|
|
1906
|
+
protoOf(PlayerState).c6c = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
1852
1907
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
1853
1908
|
};
|
|
1854
|
-
protoOf(PlayerState).
|
|
1855
|
-
startFromTime = startFromTime === VOID ? this.
|
|
1856
|
-
playerTurnTimeout = playerTurnTimeout === VOID ? this.
|
|
1857
|
-
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.
|
|
1858
|
-
state = state === VOID ? this.
|
|
1859
|
-
ready = ready === VOID ? this.
|
|
1860
|
-
tag = tag === VOID ? this.
|
|
1861
|
-
connection = connection === VOID ? this.
|
|
1862
|
-
return $super === VOID ? this.
|
|
1909
|
+
protoOf(PlayerState).x6b = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
1910
|
+
startFromTime = startFromTime === VOID ? this.g6a_1 : startFromTime;
|
|
1911
|
+
playerTurnTimeout = playerTurnTimeout === VOID ? this.h6a_1 : playerTurnTimeout;
|
|
1912
|
+
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.i6a_1 : waitPlayerUntilTime;
|
|
1913
|
+
state = state === VOID ? this.j6a_1 : state;
|
|
1914
|
+
ready = ready === VOID ? this.k6a_1 : ready;
|
|
1915
|
+
tag = tag === VOID ? this.l6a_1 : tag;
|
|
1916
|
+
connection = connection === VOID ? this.m6a_1 : connection;
|
|
1917
|
+
return $super === VOID ? this.c6c(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.c6c.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
1863
1918
|
};
|
|
1864
1919
|
protoOf(PlayerState).hashCode = function () {
|
|
1865
|
-
var result = this.
|
|
1866
|
-
result = imul(result, 31) + (this.g6a_1 == null ? 0 : this.g6a_1.hashCode()) | 0;
|
|
1920
|
+
var result = this.g6a_1 == null ? 0 : this.g6a_1.hashCode();
|
|
1867
1921
|
result = imul(result, 31) + (this.h6a_1 == null ? 0 : this.h6a_1.hashCode()) | 0;
|
|
1868
|
-
result = imul(result, 31) + this.i6a_1.hashCode() | 0;
|
|
1869
|
-
result = imul(result, 31) +
|
|
1870
|
-
result = imul(result, 31) + (this.k6a_1
|
|
1871
|
-
result = imul(result, 31) + (this.l6a_1 == null ? 0 : this.l6a_1
|
|
1922
|
+
result = imul(result, 31) + (this.i6a_1 == null ? 0 : this.i6a_1.hashCode()) | 0;
|
|
1923
|
+
result = imul(result, 31) + this.j6a_1.hashCode() | 0;
|
|
1924
|
+
result = imul(result, 31) + getBooleanHashCode(this.k6a_1) | 0;
|
|
1925
|
+
result = imul(result, 31) + (this.l6a_1 == null ? 0 : getStringHashCode(this.l6a_1)) | 0;
|
|
1926
|
+
result = imul(result, 31) + (this.m6a_1 == null ? 0 : this.m6a_1.hashCode()) | 0;
|
|
1872
1927
|
return result;
|
|
1873
1928
|
};
|
|
1874
1929
|
protoOf(PlayerState).equals = function (other) {
|
|
@@ -1877,30 +1932,30 @@
|
|
|
1877
1932
|
if (!(other instanceof PlayerState))
|
|
1878
1933
|
return false;
|
|
1879
1934
|
var tmp0_other_with_cast = other instanceof PlayerState ? other : THROW_CCE();
|
|
1880
|
-
if (!equals(this.f6a_1, tmp0_other_with_cast.f6a_1))
|
|
1881
|
-
return false;
|
|
1882
1935
|
if (!equals(this.g6a_1, tmp0_other_with_cast.g6a_1))
|
|
1883
1936
|
return false;
|
|
1884
1937
|
if (!equals(this.h6a_1, tmp0_other_with_cast.h6a_1))
|
|
1885
1938
|
return false;
|
|
1886
|
-
if (!this.i6a_1
|
|
1939
|
+
if (!equals(this.i6a_1, tmp0_other_with_cast.i6a_1))
|
|
1887
1940
|
return false;
|
|
1888
|
-
if (!
|
|
1941
|
+
if (!this.j6a_1.equals(tmp0_other_with_cast.j6a_1))
|
|
1889
1942
|
return false;
|
|
1890
|
-
if (!(this.k6a_1
|
|
1943
|
+
if (!(this.k6a_1 === tmp0_other_with_cast.k6a_1))
|
|
1891
1944
|
return false;
|
|
1892
|
-
if (!
|
|
1945
|
+
if (!(this.l6a_1 == tmp0_other_with_cast.l6a_1))
|
|
1946
|
+
return false;
|
|
1947
|
+
if (!equals(this.m6a_1, tmp0_other_with_cast.m6a_1))
|
|
1893
1948
|
return false;
|
|
1894
1949
|
return true;
|
|
1895
1950
|
};
|
|
1896
1951
|
function Team(playerIds) {
|
|
1897
|
-
this.
|
|
1952
|
+
this.d6c_1 = playerIds;
|
|
1898
1953
|
}
|
|
1899
1954
|
protoOf(Team).toString = function () {
|
|
1900
|
-
return 'Team(playerIds=' + toString_0(this.
|
|
1955
|
+
return 'Team(playerIds=' + toString_0(this.d6c_1) + ')';
|
|
1901
1956
|
};
|
|
1902
1957
|
protoOf(Team).hashCode = function () {
|
|
1903
|
-
return hashCode(this.
|
|
1958
|
+
return hashCode(this.d6c_1);
|
|
1904
1959
|
};
|
|
1905
1960
|
protoOf(Team).equals = function (other) {
|
|
1906
1961
|
if (this === other)
|
|
@@ -1908,12 +1963,12 @@
|
|
|
1908
1963
|
if (!(other instanceof Team))
|
|
1909
1964
|
return false;
|
|
1910
1965
|
var tmp0_other_with_cast = other instanceof Team ? other : THROW_CCE();
|
|
1911
|
-
if (!equals(this.
|
|
1966
|
+
if (!equals(this.d6c_1, tmp0_other_with_cast.d6c_1))
|
|
1912
1967
|
return false;
|
|
1913
1968
|
return true;
|
|
1914
1969
|
};
|
|
1915
|
-
function _get_$
|
|
1916
|
-
return $this.
|
|
1970
|
+
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
1971
|
+
return $this.e6c_1.u();
|
|
1917
1972
|
}
|
|
1918
1973
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
1919
1974
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -1951,10 +2006,10 @@
|
|
|
1951
2006
|
Companion_instance_11 = this;
|
|
1952
2007
|
var tmp = this;
|
|
1953
2008
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1954
|
-
tmp.
|
|
2009
|
+
tmp.e6c_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
1955
2010
|
}
|
|
1956
2011
|
protoOf(Companion_9).s4v = function () {
|
|
1957
|
-
return _get_$
|
|
2012
|
+
return _get_$cachedSerializer__te6jhj_6(this);
|
|
1958
2013
|
};
|
|
1959
2014
|
protoOf(Companion_9).p4f = function (typeParamsSerializers) {
|
|
1960
2015
|
return this.s4v();
|
|
@@ -1971,8 +2026,8 @@
|
|
|
1971
2026
|
function TerminationGameReasonDto() {
|
|
1972
2027
|
Companion_getInstance_11();
|
|
1973
2028
|
}
|
|
1974
|
-
function _get_$
|
|
1975
|
-
return $this.
|
|
2029
|
+
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2030
|
+
return $this.f6c_1.u();
|
|
1976
2031
|
}
|
|
1977
2032
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
1978
2033
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -1987,10 +2042,10 @@
|
|
|
1987
2042
|
TerminationGameReasonDto.call(this);
|
|
1988
2043
|
var tmp = this;
|
|
1989
2044
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1990
|
-
tmp.
|
|
2045
|
+
tmp.f6c_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
1991
2046
|
}
|
|
1992
2047
|
protoOf(ProcessingReasonDto).s4v = function () {
|
|
1993
|
-
return _get_$
|
|
2048
|
+
return _get_$cachedSerializer__te6jhj_7(this);
|
|
1994
2049
|
};
|
|
1995
2050
|
protoOf(ProcessingReasonDto).p4f = function (typeParamsSerializers) {
|
|
1996
2051
|
return this.s4v();
|
|
@@ -2025,19 +2080,19 @@
|
|
|
2025
2080
|
$serializer_instance_0 = this;
|
|
2026
2081
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2027
2082
|
tmp0_serialDesc.p4e('reason', false);
|
|
2028
|
-
this.
|
|
2083
|
+
this.g6c_1 = tmp0_serialDesc;
|
|
2029
2084
|
}
|
|
2030
|
-
protoOf($serializer_0).
|
|
2031
|
-
var tmp0_desc = this.
|
|
2085
|
+
protoOf($serializer_0).h6c = function (encoder, value) {
|
|
2086
|
+
var tmp0_desc = this.g6c_1;
|
|
2032
2087
|
var tmp1_output = encoder.b47(tmp0_desc);
|
|
2033
2088
|
tmp1_output.p48(tmp0_desc, 0, value.reason);
|
|
2034
2089
|
tmp1_output.c47(tmp0_desc);
|
|
2035
2090
|
};
|
|
2036
2091
|
protoOf($serializer_0).o43 = function (encoder, value) {
|
|
2037
|
-
return this.
|
|
2092
|
+
return this.h6c(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2038
2093
|
};
|
|
2039
2094
|
protoOf($serializer_0).p43 = function (decoder) {
|
|
2040
|
-
var tmp0_desc = this.
|
|
2095
|
+
var tmp0_desc = this.g6c_1;
|
|
2041
2096
|
var tmp1_flag = true;
|
|
2042
2097
|
var tmp2_index = 0;
|
|
2043
2098
|
var tmp3_bitMask0 = 0;
|
|
@@ -2065,7 +2120,7 @@
|
|
|
2065
2120
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2066
2121
|
};
|
|
2067
2122
|
protoOf($serializer_0).n43 = function () {
|
|
2068
|
-
return this.
|
|
2123
|
+
return this.g6c_1;
|
|
2069
2124
|
};
|
|
2070
2125
|
protoOf($serializer_0).e4f = function () {
|
|
2071
2126
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2081,7 +2136,7 @@
|
|
|
2081
2136
|
}
|
|
2082
2137
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2083
2138
|
if (!(1 === (1 & seen0))) {
|
|
2084
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().
|
|
2139
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_0().g6c_1);
|
|
2085
2140
|
}
|
|
2086
2141
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2087
2142
|
$this.reason = reason;
|
|
@@ -2094,7 +2149,7 @@
|
|
|
2094
2149
|
TerminationGameReasonDto.call(this);
|
|
2095
2150
|
this.reason = reason;
|
|
2096
2151
|
}
|
|
2097
|
-
protoOf(GameErrorReasonDto).
|
|
2152
|
+
protoOf(GameErrorReasonDto).k69 = function () {
|
|
2098
2153
|
return this.reason;
|
|
2099
2154
|
};
|
|
2100
2155
|
protoOf(GameErrorReasonDto).toString = function () {
|
|
@@ -2123,19 +2178,19 @@
|
|
|
2123
2178
|
$serializer_instance_1 = this;
|
|
2124
2179
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2125
2180
|
tmp0_serialDesc.p4e('reason', false);
|
|
2126
|
-
this.
|
|
2181
|
+
this.i6c_1 = tmp0_serialDesc;
|
|
2127
2182
|
}
|
|
2128
|
-
protoOf($serializer_1).
|
|
2129
|
-
var tmp0_desc = this.
|
|
2183
|
+
protoOf($serializer_1).j6c = function (encoder, value) {
|
|
2184
|
+
var tmp0_desc = this.i6c_1;
|
|
2130
2185
|
var tmp1_output = encoder.b47(tmp0_desc);
|
|
2131
|
-
tmp1_output.p48(tmp0_desc, 0, value.
|
|
2186
|
+
tmp1_output.p48(tmp0_desc, 0, value.k6c_1);
|
|
2132
2187
|
tmp1_output.c47(tmp0_desc);
|
|
2133
2188
|
};
|
|
2134
2189
|
protoOf($serializer_1).o43 = function (encoder, value) {
|
|
2135
|
-
return this.
|
|
2190
|
+
return this.j6c(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2136
2191
|
};
|
|
2137
2192
|
protoOf($serializer_1).p43 = function (decoder) {
|
|
2138
|
-
var tmp0_desc = this.
|
|
2193
|
+
var tmp0_desc = this.i6c_1;
|
|
2139
2194
|
var tmp1_flag = true;
|
|
2140
2195
|
var tmp2_index = 0;
|
|
2141
2196
|
var tmp3_bitMask0 = 0;
|
|
@@ -2163,7 +2218,7 @@
|
|
|
2163
2218
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2164
2219
|
};
|
|
2165
2220
|
protoOf($serializer_1).n43 = function () {
|
|
2166
|
-
return this.
|
|
2221
|
+
return this.i6c_1;
|
|
2167
2222
|
};
|
|
2168
2223
|
protoOf($serializer_1).e4f = function () {
|
|
2169
2224
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2179,10 +2234,10 @@
|
|
|
2179
2234
|
}
|
|
2180
2235
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2181
2236
|
if (!(1 === (1 & seen0))) {
|
|
2182
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2237
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().i6c_1);
|
|
2183
2238
|
}
|
|
2184
2239
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2185
|
-
$this.
|
|
2240
|
+
$this.k6c_1 = reason;
|
|
2186
2241
|
return $this;
|
|
2187
2242
|
}
|
|
2188
2243
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2190,13 +2245,13 @@
|
|
|
2190
2245
|
}
|
|
2191
2246
|
function GameFinishedReasonDto(reason) {
|
|
2192
2247
|
TerminationGameReasonDto.call(this);
|
|
2193
|
-
this.
|
|
2248
|
+
this.k6c_1 = reason;
|
|
2194
2249
|
}
|
|
2195
2250
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2196
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2251
|
+
return 'GameFinishedReasonDto(reason=' + this.k6c_1 + ')';
|
|
2197
2252
|
};
|
|
2198
2253
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2199
|
-
return getStringHashCode(this.
|
|
2254
|
+
return getStringHashCode(this.k6c_1);
|
|
2200
2255
|
};
|
|
2201
2256
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2202
2257
|
if (this === other)
|
|
@@ -2204,7 +2259,7 @@
|
|
|
2204
2259
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2205
2260
|
return false;
|
|
2206
2261
|
var tmp0_other_with_cast = other instanceof GameFinishedReasonDto ? other : THROW_CCE();
|
|
2207
|
-
if (!(this.
|
|
2262
|
+
if (!(this.k6c_1 === tmp0_other_with_cast.k6c_1))
|
|
2208
2263
|
return false;
|
|
2209
2264
|
return true;
|
|
2210
2265
|
};
|
|
@@ -2218,19 +2273,19 @@
|
|
|
2218
2273
|
$serializer_instance_2 = this;
|
|
2219
2274
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2220
2275
|
tmp0_serialDesc.p4e('playerId', false);
|
|
2221
|
-
this.
|
|
2276
|
+
this.l6c_1 = tmp0_serialDesc;
|
|
2222
2277
|
}
|
|
2223
|
-
protoOf($serializer_2).
|
|
2224
|
-
var tmp0_desc = this.
|
|
2278
|
+
protoOf($serializer_2).m6c = function (encoder, value) {
|
|
2279
|
+
var tmp0_desc = this.l6c_1;
|
|
2225
2280
|
var tmp1_output = encoder.b47(tmp0_desc);
|
|
2226
|
-
tmp1_output.p48(tmp0_desc, 0, value.
|
|
2281
|
+
tmp1_output.p48(tmp0_desc, 0, value.n6c_1);
|
|
2227
2282
|
tmp1_output.c47(tmp0_desc);
|
|
2228
2283
|
};
|
|
2229
2284
|
protoOf($serializer_2).o43 = function (encoder, value) {
|
|
2230
|
-
return this.
|
|
2285
|
+
return this.m6c(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2231
2286
|
};
|
|
2232
2287
|
protoOf($serializer_2).p43 = function (decoder) {
|
|
2233
|
-
var tmp0_desc = this.
|
|
2288
|
+
var tmp0_desc = this.l6c_1;
|
|
2234
2289
|
var tmp1_flag = true;
|
|
2235
2290
|
var tmp2_index = 0;
|
|
2236
2291
|
var tmp3_bitMask0 = 0;
|
|
@@ -2258,7 +2313,7 @@
|
|
|
2258
2313
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2259
2314
|
};
|
|
2260
2315
|
protoOf($serializer_2).n43 = function () {
|
|
2261
|
-
return this.
|
|
2316
|
+
return this.l6c_1;
|
|
2262
2317
|
};
|
|
2263
2318
|
protoOf($serializer_2).e4f = function () {
|
|
2264
2319
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2274,10 +2329,10 @@
|
|
|
2274
2329
|
}
|
|
2275
2330
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2276
2331
|
if (!(1 === (1 & seen0))) {
|
|
2277
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2332
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().l6c_1);
|
|
2278
2333
|
}
|
|
2279
2334
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2280
|
-
$this.
|
|
2335
|
+
$this.n6c_1 = playerId;
|
|
2281
2336
|
return $this;
|
|
2282
2337
|
}
|
|
2283
2338
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2285,13 +2340,13 @@
|
|
|
2285
2340
|
}
|
|
2286
2341
|
function PlayerExitReasonDto(playerId) {
|
|
2287
2342
|
TerminationGameReasonDto.call(this);
|
|
2288
|
-
this.
|
|
2343
|
+
this.n6c_1 = playerId;
|
|
2289
2344
|
}
|
|
2290
2345
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2291
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2346
|
+
return 'PlayerExitReasonDto(playerId=' + this.n6c_1 + ')';
|
|
2292
2347
|
};
|
|
2293
2348
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2294
|
-
return getStringHashCode(this.
|
|
2349
|
+
return getStringHashCode(this.n6c_1);
|
|
2295
2350
|
};
|
|
2296
2351
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2297
2352
|
if (this === other)
|
|
@@ -2299,7 +2354,7 @@
|
|
|
2299
2354
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2300
2355
|
return false;
|
|
2301
2356
|
var tmp0_other_with_cast = other instanceof PlayerExitReasonDto ? other : THROW_CCE();
|
|
2302
|
-
if (!(this.
|
|
2357
|
+
if (!(this.n6c_1 === tmp0_other_with_cast.n6c_1))
|
|
2303
2358
|
return false;
|
|
2304
2359
|
return true;
|
|
2305
2360
|
};
|
|
@@ -2314,20 +2369,20 @@
|
|
|
2314
2369
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2315
2370
|
tmp0_serialDesc.p4e('playerId', false);
|
|
2316
2371
|
tmp0_serialDesc.p4e('tag', false);
|
|
2317
|
-
this.
|
|
2372
|
+
this.o6c_1 = tmp0_serialDesc;
|
|
2318
2373
|
}
|
|
2319
|
-
protoOf($serializer_3).
|
|
2320
|
-
var tmp0_desc = this.
|
|
2374
|
+
protoOf($serializer_3).p6c = function (encoder, value) {
|
|
2375
|
+
var tmp0_desc = this.o6c_1;
|
|
2321
2376
|
var tmp1_output = encoder.b47(tmp0_desc);
|
|
2322
|
-
tmp1_output.p48(tmp0_desc, 0, value.
|
|
2323
|
-
tmp1_output.t48(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2377
|
+
tmp1_output.p48(tmp0_desc, 0, value.q6c_1);
|
|
2378
|
+
tmp1_output.t48(tmp0_desc, 1, StringSerializer_getInstance(), value.r6c_1);
|
|
2324
2379
|
tmp1_output.c47(tmp0_desc);
|
|
2325
2380
|
};
|
|
2326
2381
|
protoOf($serializer_3).o43 = function (encoder, value) {
|
|
2327
|
-
return this.
|
|
2382
|
+
return this.p6c(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2328
2383
|
};
|
|
2329
2384
|
protoOf($serializer_3).p43 = function (decoder) {
|
|
2330
|
-
var tmp0_desc = this.
|
|
2385
|
+
var tmp0_desc = this.o6c_1;
|
|
2331
2386
|
var tmp1_flag = true;
|
|
2332
2387
|
var tmp2_index = 0;
|
|
2333
2388
|
var tmp3_bitMask0 = 0;
|
|
@@ -2362,7 +2417,7 @@
|
|
|
2362
2417
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2363
2418
|
};
|
|
2364
2419
|
protoOf($serializer_3).n43 = function () {
|
|
2365
|
-
return this.
|
|
2420
|
+
return this.o6c_1;
|
|
2366
2421
|
};
|
|
2367
2422
|
protoOf($serializer_3).e4f = function () {
|
|
2368
2423
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2378,11 +2433,11 @@
|
|
|
2378
2433
|
}
|
|
2379
2434
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2380
2435
|
if (!(3 === (3 & seen0))) {
|
|
2381
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_3().
|
|
2436
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_3().o6c_1);
|
|
2382
2437
|
}
|
|
2383
2438
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2384
|
-
$this.
|
|
2385
|
-
$this.
|
|
2439
|
+
$this.q6c_1 = playerId;
|
|
2440
|
+
$this.r6c_1 = tag;
|
|
2386
2441
|
return $this;
|
|
2387
2442
|
}
|
|
2388
2443
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2390,15 +2445,15 @@
|
|
|
2390
2445
|
}
|
|
2391
2446
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2392
2447
|
TerminationGameReasonDto.call(this);
|
|
2393
|
-
this.
|
|
2394
|
-
this.
|
|
2448
|
+
this.q6c_1 = playerId;
|
|
2449
|
+
this.r6c_1 = tag;
|
|
2395
2450
|
}
|
|
2396
2451
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2397
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2452
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.q6c_1 + ', tag=' + this.r6c_1 + ')';
|
|
2398
2453
|
};
|
|
2399
2454
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2400
|
-
var result = getStringHashCode(this.
|
|
2401
|
-
result = imul(result, 31) + (this.
|
|
2455
|
+
var result = getStringHashCode(this.q6c_1);
|
|
2456
|
+
result = imul(result, 31) + (this.r6c_1 == null ? 0 : getStringHashCode(this.r6c_1)) | 0;
|
|
2402
2457
|
return result;
|
|
2403
2458
|
};
|
|
2404
2459
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2407,9 +2462,9 @@
|
|
|
2407
2462
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2408
2463
|
return false;
|
|
2409
2464
|
var tmp0_other_with_cast = other instanceof PlayerLostConnectionReasonDto ? other : THROW_CCE();
|
|
2410
|
-
if (!(this.
|
|
2465
|
+
if (!(this.q6c_1 === tmp0_other_with_cast.q6c_1))
|
|
2411
2466
|
return false;
|
|
2412
|
-
if (!(this.
|
|
2467
|
+
if (!(this.r6c_1 == tmp0_other_with_cast.r6c_1))
|
|
2413
2468
|
return false;
|
|
2414
2469
|
return true;
|
|
2415
2470
|
};
|
|
@@ -2424,20 +2479,20 @@
|
|
|
2424
2479
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2425
2480
|
tmp0_serialDesc.p4e('playerId', false);
|
|
2426
2481
|
tmp0_serialDesc.p4e('tag', false);
|
|
2427
|
-
this.
|
|
2482
|
+
this.s6c_1 = tmp0_serialDesc;
|
|
2428
2483
|
}
|
|
2429
|
-
protoOf($serializer_4).
|
|
2430
|
-
var tmp0_desc = this.
|
|
2484
|
+
protoOf($serializer_4).t6c = function (encoder, value) {
|
|
2485
|
+
var tmp0_desc = this.s6c_1;
|
|
2431
2486
|
var tmp1_output = encoder.b47(tmp0_desc);
|
|
2432
|
-
tmp1_output.p48(tmp0_desc, 0, value.
|
|
2433
|
-
tmp1_output.t48(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2487
|
+
tmp1_output.p48(tmp0_desc, 0, value.u6c_1);
|
|
2488
|
+
tmp1_output.t48(tmp0_desc, 1, StringSerializer_getInstance(), value.v6c_1);
|
|
2434
2489
|
tmp1_output.c47(tmp0_desc);
|
|
2435
2490
|
};
|
|
2436
2491
|
protoOf($serializer_4).o43 = function (encoder, value) {
|
|
2437
|
-
return this.
|
|
2492
|
+
return this.t6c(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2438
2493
|
};
|
|
2439
2494
|
protoOf($serializer_4).p43 = function (decoder) {
|
|
2440
|
-
var tmp0_desc = this.
|
|
2495
|
+
var tmp0_desc = this.s6c_1;
|
|
2441
2496
|
var tmp1_flag = true;
|
|
2442
2497
|
var tmp2_index = 0;
|
|
2443
2498
|
var tmp3_bitMask0 = 0;
|
|
@@ -2472,7 +2527,7 @@
|
|
|
2472
2527
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2473
2528
|
};
|
|
2474
2529
|
protoOf($serializer_4).n43 = function () {
|
|
2475
|
-
return this.
|
|
2530
|
+
return this.s6c_1;
|
|
2476
2531
|
};
|
|
2477
2532
|
protoOf($serializer_4).e4f = function () {
|
|
2478
2533
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2488,11 +2543,11 @@
|
|
|
2488
2543
|
}
|
|
2489
2544
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2490
2545
|
if (!(3 === (3 & seen0))) {
|
|
2491
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2546
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().s6c_1);
|
|
2492
2547
|
}
|
|
2493
2548
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2494
|
-
$this.
|
|
2495
|
-
$this.
|
|
2549
|
+
$this.u6c_1 = playerId;
|
|
2550
|
+
$this.v6c_1 = tag;
|
|
2496
2551
|
return $this;
|
|
2497
2552
|
}
|
|
2498
2553
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2500,15 +2555,15 @@
|
|
|
2500
2555
|
}
|
|
2501
2556
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2502
2557
|
TerminationGameReasonDto.call(this);
|
|
2503
|
-
this.
|
|
2504
|
-
this.
|
|
2558
|
+
this.u6c_1 = playerId;
|
|
2559
|
+
this.v6c_1 = tag;
|
|
2505
2560
|
}
|
|
2506
2561
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2507
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2562
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.u6c_1 + ', tag=' + this.v6c_1 + ')';
|
|
2508
2563
|
};
|
|
2509
2564
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2510
|
-
var result = getStringHashCode(this.
|
|
2511
|
-
result = imul(result, 31) + (this.
|
|
2565
|
+
var result = getStringHashCode(this.u6c_1);
|
|
2566
|
+
result = imul(result, 31) + (this.v6c_1 == null ? 0 : getStringHashCode(this.v6c_1)) | 0;
|
|
2512
2567
|
return result;
|
|
2513
2568
|
};
|
|
2514
2569
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2517,14 +2572,14 @@
|
|
|
2517
2572
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2518
2573
|
return false;
|
|
2519
2574
|
var tmp0_other_with_cast = other instanceof PlayerTimeoutReasonDto ? other : THROW_CCE();
|
|
2520
|
-
if (!(this.
|
|
2575
|
+
if (!(this.u6c_1 === tmp0_other_with_cast.u6c_1))
|
|
2521
2576
|
return false;
|
|
2522
|
-
if (!(this.
|
|
2577
|
+
if (!(this.v6c_1 == tmp0_other_with_cast.v6c_1))
|
|
2523
2578
|
return false;
|
|
2524
2579
|
return true;
|
|
2525
2580
|
};
|
|
2526
|
-
function _get_$
|
|
2527
|
-
return $this.
|
|
2581
|
+
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
2582
|
+
return $this.w6c_1.u();
|
|
2528
2583
|
}
|
|
2529
2584
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2530
2585
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2539,10 +2594,10 @@
|
|
|
2539
2594
|
TerminationGameReasonDto.call(this);
|
|
2540
2595
|
var tmp = this;
|
|
2541
2596
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2542
|
-
tmp.
|
|
2597
|
+
tmp.w6c_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2543
2598
|
}
|
|
2544
2599
|
protoOf(WaitingForConnectionReasonDto).s4v = function () {
|
|
2545
|
-
return _get_$
|
|
2600
|
+
return _get_$cachedSerializer__te6jhj_8(this);
|
|
2546
2601
|
};
|
|
2547
2602
|
protoOf(WaitingForConnectionReasonDto).p4f = function (typeParamsSerializers) {
|
|
2548
2603
|
return this.s4v();
|
|
@@ -2661,15 +2716,15 @@
|
|
|
2661
2716
|
}
|
|
2662
2717
|
function mapToDto_3(_this__u8e3s4) {
|
|
2663
2718
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2664
|
-
return new PlayerExitReasonDto(_this__u8e3s4.
|
|
2719
|
+
return new PlayerExitReasonDto(_this__u8e3s4.f69_1);
|
|
2665
2720
|
}
|
|
2666
2721
|
function mapToDto_4(_this__u8e3s4) {
|
|
2667
2722
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2668
|
-
return new PlayerLostConnectionReasonDto(_this__u8e3s4.
|
|
2723
|
+
return new PlayerLostConnectionReasonDto(_this__u8e3s4.a69_1, _this__u8e3s4.tag);
|
|
2669
2724
|
}
|
|
2670
2725
|
function mapToDto_5(_this__u8e3s4) {
|
|
2671
2726
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2672
|
-
return new PlayerTimeoutReasonDto(_this__u8e3s4.
|
|
2727
|
+
return new PlayerTimeoutReasonDto(_this__u8e3s4.e69_1, _this__u8e3s4.tag);
|
|
2673
2728
|
}
|
|
2674
2729
|
function mapToDto_6(_this__u8e3s4) {
|
|
2675
2730
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2686,20 +2741,20 @@
|
|
|
2686
2741
|
}
|
|
2687
2742
|
function mapFromDto_2(_this__u8e3s4) {
|
|
2688
2743
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2689
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
2744
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.k6c_1, get_gameFinishedReasonMapping());
|
|
2690
2745
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
2691
2746
|
}
|
|
2692
2747
|
function mapFromDto_3(_this__u8e3s4) {
|
|
2693
2748
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2694
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
2749
|
+
return new PlayerExitReason(_this__u8e3s4.n6c_1);
|
|
2695
2750
|
}
|
|
2696
2751
|
function mapFromDto_4(_this__u8e3s4) {
|
|
2697
2752
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2698
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
2753
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.q6c_1, _this__u8e3s4.r6c_1);
|
|
2699
2754
|
}
|
|
2700
2755
|
function mapFromDto_5(_this__u8e3s4) {
|
|
2701
2756
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2702
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
2757
|
+
return new PlayerTimeoutReason(_this__u8e3s4.u6c_1, _this__u8e3s4.v6c_1);
|
|
2703
2758
|
}
|
|
2704
2759
|
function mapFromDto_6(_this__u8e3s4) {
|
|
2705
2760
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2753,11 +2808,11 @@
|
|
|
2753
2808
|
tmp = null;
|
|
2754
2809
|
}
|
|
2755
2810
|
var tmp$ret$1 = tmp;
|
|
2756
|
-
return new GameUserInfoDto(_this__u8e3s4.
|
|
2811
|
+
return new GameUserInfoDto(_this__u8e3s4.q69_1, _this__u8e3s4.name, _this__u8e3s4.avatarUrl, tmp$ret$1, _this__u8e3s4.initialLuckyFactor);
|
|
2757
2812
|
}
|
|
2758
2813
|
function mapFromDto_8(_this__u8e3s4) {
|
|
2759
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2760
|
-
return new GameUserInfo(_this__u8e3s4.
|
|
2814
|
+
var tmp0_elvis_lhs = _this__u8e3s4.a6d_1;
|
|
2815
|
+
return new GameUserInfo(_this__u8e3s4.x6c_1, _this__u8e3s4.y6c_1, _this__u8e3s4.z6c_1, tmp0_elvis_lhs == null ? false : tmp0_elvis_lhs, _this__u8e3s4.b6d_1);
|
|
2761
2816
|
}
|
|
2762
2817
|
function Companion_15() {
|
|
2763
2818
|
}
|
|
@@ -2773,29 +2828,29 @@
|
|
|
2773
2828
|
tmp0_serialDesc.p4e('avatarUrl', true);
|
|
2774
2829
|
tmp0_serialDesc.p4e('isBot', true);
|
|
2775
2830
|
tmp0_serialDesc.p4e('initialLuckyFactor', true);
|
|
2776
|
-
this.
|
|
2831
|
+
this.c6d_1 = tmp0_serialDesc;
|
|
2777
2832
|
}
|
|
2778
|
-
protoOf($serializer_5).
|
|
2779
|
-
var tmp0_desc = this.
|
|
2833
|
+
protoOf($serializer_5).d6d = function (encoder, value) {
|
|
2834
|
+
var tmp0_desc = this.c6d_1;
|
|
2780
2835
|
var tmp1_output = encoder.b47(tmp0_desc);
|
|
2781
|
-
tmp1_output.p48(tmp0_desc, 0, value.
|
|
2782
|
-
tmp1_output.p48(tmp0_desc, 1, value.
|
|
2783
|
-
if (tmp1_output.x48(tmp0_desc, 2) ? true : !(value.
|
|
2784
|
-
tmp1_output.t48(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2836
|
+
tmp1_output.p48(tmp0_desc, 0, value.x6c_1);
|
|
2837
|
+
tmp1_output.p48(tmp0_desc, 1, value.y6c_1);
|
|
2838
|
+
if (tmp1_output.x48(tmp0_desc, 2) ? true : !(value.z6c_1 == null)) {
|
|
2839
|
+
tmp1_output.t48(tmp0_desc, 2, StringSerializer_getInstance(), value.z6c_1);
|
|
2785
2840
|
}
|
|
2786
|
-
if (tmp1_output.x48(tmp0_desc, 3) ? true : !(value.
|
|
2787
|
-
tmp1_output.t48(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
2841
|
+
if (tmp1_output.x48(tmp0_desc, 3) ? true : !(value.a6d_1 == null)) {
|
|
2842
|
+
tmp1_output.t48(tmp0_desc, 3, BooleanSerializer_getInstance(), value.a6d_1);
|
|
2788
2843
|
}
|
|
2789
|
-
if (tmp1_output.x48(tmp0_desc, 4) ? true : !(value.
|
|
2790
|
-
tmp1_output.t48(tmp0_desc, 4, FloatSerializer_getInstance(), value.
|
|
2844
|
+
if (tmp1_output.x48(tmp0_desc, 4) ? true : !(value.b6d_1 == null)) {
|
|
2845
|
+
tmp1_output.t48(tmp0_desc, 4, FloatSerializer_getInstance(), value.b6d_1);
|
|
2791
2846
|
}
|
|
2792
2847
|
tmp1_output.c47(tmp0_desc);
|
|
2793
2848
|
};
|
|
2794
2849
|
protoOf($serializer_5).o43 = function (encoder, value) {
|
|
2795
|
-
return this.
|
|
2850
|
+
return this.d6d(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
2796
2851
|
};
|
|
2797
2852
|
protoOf($serializer_5).p43 = function (decoder) {
|
|
2798
|
-
var tmp0_desc = this.
|
|
2853
|
+
var tmp0_desc = this.c6d_1;
|
|
2799
2854
|
var tmp1_flag = true;
|
|
2800
2855
|
var tmp2_index = 0;
|
|
2801
2856
|
var tmp3_bitMask0 = 0;
|
|
@@ -2851,7 +2906,7 @@
|
|
|
2851
2906
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
2852
2907
|
};
|
|
2853
2908
|
protoOf($serializer_5).n43 = function () {
|
|
2854
|
-
return this.
|
|
2909
|
+
return this.c6d_1;
|
|
2855
2910
|
};
|
|
2856
2911
|
protoOf($serializer_5).e4f = function () {
|
|
2857
2912
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2867,22 +2922,22 @@
|
|
|
2867
2922
|
}
|
|
2868
2923
|
function GameUserInfoDto_init_$Init$(seen0, playerId, name, avatarUrl, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
2869
2924
|
if (!(3 === (3 & seen0))) {
|
|
2870
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2925
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().c6d_1);
|
|
2871
2926
|
}
|
|
2872
|
-
$this.
|
|
2873
|
-
$this.
|
|
2927
|
+
$this.x6c_1 = playerId;
|
|
2928
|
+
$this.y6c_1 = name;
|
|
2874
2929
|
if (0 === (seen0 & 4))
|
|
2875
|
-
$this.
|
|
2930
|
+
$this.z6c_1 = null;
|
|
2876
2931
|
else
|
|
2877
|
-
$this.
|
|
2932
|
+
$this.z6c_1 = avatarUrl;
|
|
2878
2933
|
if (0 === (seen0 & 8))
|
|
2879
|
-
$this.
|
|
2934
|
+
$this.a6d_1 = null;
|
|
2880
2935
|
else
|
|
2881
|
-
$this.
|
|
2936
|
+
$this.a6d_1 = isBot;
|
|
2882
2937
|
if (0 === (seen0 & 16))
|
|
2883
|
-
$this.
|
|
2938
|
+
$this.b6d_1 = null;
|
|
2884
2939
|
else
|
|
2885
|
-
$this.
|
|
2940
|
+
$this.b6d_1 = initialLuckyFactor;
|
|
2886
2941
|
return $this;
|
|
2887
2942
|
}
|
|
2888
2943
|
function GameUserInfoDto_init_$Create$(seen0, playerId, name, avatarUrl, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -2892,35 +2947,35 @@
|
|
|
2892
2947
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
2893
2948
|
isBot = isBot === VOID ? null : isBot;
|
|
2894
2949
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
2895
|
-
this.
|
|
2896
|
-
this.
|
|
2897
|
-
this.
|
|
2898
|
-
this.
|
|
2899
|
-
this.
|
|
2950
|
+
this.x6c_1 = playerId;
|
|
2951
|
+
this.y6c_1 = name;
|
|
2952
|
+
this.z6c_1 = avatarUrl;
|
|
2953
|
+
this.a6d_1 = isBot;
|
|
2954
|
+
this.b6d_1 = initialLuckyFactor;
|
|
2900
2955
|
}
|
|
2901
|
-
protoOf(GameUserInfoDto).
|
|
2902
|
-
return this.
|
|
2956
|
+
protoOf(GameUserInfoDto).e6d = function () {
|
|
2957
|
+
return this.f6d(VOID, VOID, VOID, null, null);
|
|
2903
2958
|
};
|
|
2904
|
-
protoOf(GameUserInfoDto).
|
|
2959
|
+
protoOf(GameUserInfoDto).g6d = function (playerId, name, avatarUrl, isBot, initialLuckyFactor) {
|
|
2905
2960
|
return new GameUserInfoDto(playerId, name, avatarUrl, isBot, initialLuckyFactor);
|
|
2906
2961
|
};
|
|
2907
|
-
protoOf(GameUserInfoDto).
|
|
2908
|
-
playerId = playerId === VOID ? this.
|
|
2909
|
-
name = name === VOID ? this.
|
|
2910
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
2911
|
-
isBot = isBot === VOID ? this.
|
|
2912
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
2913
|
-
return $super === VOID ? this.
|
|
2962
|
+
protoOf(GameUserInfoDto).f6d = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, $super) {
|
|
2963
|
+
playerId = playerId === VOID ? this.x6c_1 : playerId;
|
|
2964
|
+
name = name === VOID ? this.y6c_1 : name;
|
|
2965
|
+
avatarUrl = avatarUrl === VOID ? this.z6c_1 : avatarUrl;
|
|
2966
|
+
isBot = isBot === VOID ? this.a6d_1 : isBot;
|
|
2967
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.b6d_1 : initialLuckyFactor;
|
|
2968
|
+
return $super === VOID ? this.g6d(playerId, name, avatarUrl, isBot, initialLuckyFactor) : $super.g6d.call(this, playerId, name, avatarUrl, isBot, initialLuckyFactor);
|
|
2914
2969
|
};
|
|
2915
2970
|
protoOf(GameUserInfoDto).toString = function () {
|
|
2916
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
2971
|
+
return 'GameUserInfoDto(playerId=' + this.x6c_1 + ', name=' + this.y6c_1 + ', avatarUrl=' + this.z6c_1 + ', isBot=' + this.a6d_1 + ', initialLuckyFactor=' + this.b6d_1 + ')';
|
|
2917
2972
|
};
|
|
2918
2973
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
2919
|
-
var result = getStringHashCode(this.
|
|
2920
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2921
|
-
result = imul(result, 31) + (this.
|
|
2922
|
-
result = imul(result, 31) + (this.
|
|
2923
|
-
result = imul(result, 31) + (this.
|
|
2974
|
+
var result = getStringHashCode(this.x6c_1);
|
|
2975
|
+
result = imul(result, 31) + getStringHashCode(this.y6c_1) | 0;
|
|
2976
|
+
result = imul(result, 31) + (this.z6c_1 == null ? 0 : getStringHashCode(this.z6c_1)) | 0;
|
|
2977
|
+
result = imul(result, 31) + (this.a6d_1 == null ? 0 : getBooleanHashCode(this.a6d_1)) | 0;
|
|
2978
|
+
result = imul(result, 31) + (this.b6d_1 == null ? 0 : getNumberHashCode(this.b6d_1)) | 0;
|
|
2924
2979
|
return result;
|
|
2925
2980
|
};
|
|
2926
2981
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -2929,15 +2984,15 @@
|
|
|
2929
2984
|
if (!(other instanceof GameUserInfoDto))
|
|
2930
2985
|
return false;
|
|
2931
2986
|
var tmp0_other_with_cast = other instanceof GameUserInfoDto ? other : THROW_CCE();
|
|
2932
|
-
if (!(this.
|
|
2987
|
+
if (!(this.x6c_1 === tmp0_other_with_cast.x6c_1))
|
|
2933
2988
|
return false;
|
|
2934
|
-
if (!(this.
|
|
2989
|
+
if (!(this.y6c_1 === tmp0_other_with_cast.y6c_1))
|
|
2935
2990
|
return false;
|
|
2936
|
-
if (!(this.
|
|
2991
|
+
if (!(this.z6c_1 == tmp0_other_with_cast.z6c_1))
|
|
2937
2992
|
return false;
|
|
2938
|
-
if (!(this.
|
|
2993
|
+
if (!(this.a6d_1 == tmp0_other_with_cast.a6d_1))
|
|
2939
2994
|
return false;
|
|
2940
|
-
if (!equals(this.
|
|
2995
|
+
if (!equals(this.b6d_1, tmp0_other_with_cast.b6d_1))
|
|
2941
2996
|
return false;
|
|
2942
2997
|
return true;
|
|
2943
2998
|
};
|
|
@@ -2947,7 +3002,7 @@
|
|
|
2947
3002
|
// Inline function 'kotlin.arrayOf' call
|
|
2948
3003
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
2949
3004
|
// Inline function 'kotlin.js.asDynamic' call
|
|
2950
|
-
tmp.
|
|
3005
|
+
tmp.h6d_1 = [null, null, null, null, null, null, null, null, new ArrayListSerializer(StringSerializer_getInstance()), new ArrayListSerializer(StringSerializer_getInstance()), new ArrayListSerializer(StringSerializer_getInstance()), null, null, null, null, null, null, null, null, null, null, null, null, null];
|
|
2951
3006
|
}
|
|
2952
3007
|
var Companion_instance_18;
|
|
2953
3008
|
function Companion_getInstance_18() {
|
|
@@ -2982,91 +3037,91 @@
|
|
|
2982
3037
|
tmp0_serialDesc.p4e('fineIfNoBribes', true);
|
|
2983
3038
|
tmp0_serialDesc.p4e('enableFineAfterThirdByte', true);
|
|
2984
3039
|
tmp0_serialDesc.p4e('fineAfterThirdFailedContract', true);
|
|
2985
|
-
this.
|
|
3040
|
+
this.i6d_1 = tmp0_serialDesc;
|
|
2986
3041
|
}
|
|
2987
|
-
protoOf($serializer_6).
|
|
2988
|
-
var tmp0_desc = this.
|
|
3042
|
+
protoOf($serializer_6).j6d = function (encoder, value) {
|
|
3043
|
+
var tmp0_desc = this.i6d_1;
|
|
2989
3044
|
var tmp1_output = encoder.b47(tmp0_desc);
|
|
2990
|
-
var tmp2_cached = Companion_getInstance_18().
|
|
2991
|
-
if (tmp1_output.x48(tmp0_desc, 0) ? true : !(value.
|
|
2992
|
-
tmp1_output.t48(tmp0_desc, 0, BooleanSerializer_getInstance(), value.
|
|
3045
|
+
var tmp2_cached = Companion_getInstance_18().h6d_1;
|
|
3046
|
+
if (tmp1_output.x48(tmp0_desc, 0) ? true : !(value.k6d_1 == null)) {
|
|
3047
|
+
tmp1_output.t48(tmp0_desc, 0, BooleanSerializer_getInstance(), value.k6d_1);
|
|
2993
3048
|
}
|
|
2994
|
-
if (tmp1_output.x48(tmp0_desc, 1) ? true : !(value.
|
|
2995
|
-
tmp1_output.t48(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3049
|
+
if (tmp1_output.x48(tmp0_desc, 1) ? true : !(value.l6d_1 == null)) {
|
|
3050
|
+
tmp1_output.t48(tmp0_desc, 1, BooleanSerializer_getInstance(), value.l6d_1);
|
|
2996
3051
|
}
|
|
2997
|
-
if (tmp1_output.x48(tmp0_desc, 2) ? true : !(value.
|
|
2998
|
-
tmp1_output.t48(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3052
|
+
if (tmp1_output.x48(tmp0_desc, 2) ? true : !(value.m6d_1 == null)) {
|
|
3053
|
+
tmp1_output.t48(tmp0_desc, 2, BooleanSerializer_getInstance(), value.m6d_1);
|
|
2999
3054
|
}
|
|
3000
|
-
if (tmp1_output.x48(tmp0_desc, 3) ? true : !(value.
|
|
3001
|
-
tmp1_output.t48(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3055
|
+
if (tmp1_output.x48(tmp0_desc, 3) ? true : !(value.n6d_1 == null)) {
|
|
3056
|
+
tmp1_output.t48(tmp0_desc, 3, BooleanSerializer_getInstance(), value.n6d_1);
|
|
3002
3057
|
}
|
|
3003
|
-
if (tmp1_output.x48(tmp0_desc, 4) ? true : !(value.
|
|
3004
|
-
tmp1_output.t48(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3058
|
+
if (tmp1_output.x48(tmp0_desc, 4) ? true : !(value.o6d_1 == null)) {
|
|
3059
|
+
tmp1_output.t48(tmp0_desc, 4, BooleanSerializer_getInstance(), value.o6d_1);
|
|
3005
3060
|
}
|
|
3006
|
-
if (tmp1_output.x48(tmp0_desc, 5) ? true : !(value.
|
|
3007
|
-
tmp1_output.t48(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3061
|
+
if (tmp1_output.x48(tmp0_desc, 5) ? true : !(value.p6d_1 == null)) {
|
|
3062
|
+
tmp1_output.t48(tmp0_desc, 5, IntSerializer_getInstance(), value.p6d_1);
|
|
3008
3063
|
}
|
|
3009
|
-
if (tmp1_output.x48(tmp0_desc, 6) ? true : !(value.
|
|
3010
|
-
tmp1_output.t48(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3064
|
+
if (tmp1_output.x48(tmp0_desc, 6) ? true : !(value.q6d_1 == null)) {
|
|
3065
|
+
tmp1_output.t48(tmp0_desc, 6, IntSerializer_getInstance(), value.q6d_1);
|
|
3011
3066
|
}
|
|
3012
|
-
if (tmp1_output.x48(tmp0_desc, 7) ? true : !(value.
|
|
3013
|
-
tmp1_output.t48(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3067
|
+
if (tmp1_output.x48(tmp0_desc, 7) ? true : !(value.r6d_1 == null)) {
|
|
3068
|
+
tmp1_output.t48(tmp0_desc, 7, BooleanSerializer_getInstance(), value.r6d_1);
|
|
3014
3069
|
}
|
|
3015
|
-
if (tmp1_output.x48(tmp0_desc, 8) ? true : !(value.
|
|
3016
|
-
tmp1_output.t48(tmp0_desc, 8, tmp2_cached[8], value.
|
|
3070
|
+
if (tmp1_output.x48(tmp0_desc, 8) ? true : !(value.s6d_1 == null)) {
|
|
3071
|
+
tmp1_output.t48(tmp0_desc, 8, tmp2_cached[8], value.s6d_1);
|
|
3017
3072
|
}
|
|
3018
|
-
if (tmp1_output.x48(tmp0_desc, 9) ? true : !(value.
|
|
3019
|
-
tmp1_output.t48(tmp0_desc, 9, tmp2_cached[9], value.
|
|
3073
|
+
if (tmp1_output.x48(tmp0_desc, 9) ? true : !(value.t6d_1 == null)) {
|
|
3074
|
+
tmp1_output.t48(tmp0_desc, 9, tmp2_cached[9], value.t6d_1);
|
|
3020
3075
|
}
|
|
3021
|
-
if (tmp1_output.x48(tmp0_desc, 10) ? true : !(value.
|
|
3022
|
-
tmp1_output.t48(tmp0_desc, 10, tmp2_cached[10], value.
|
|
3076
|
+
if (tmp1_output.x48(tmp0_desc, 10) ? true : !(value.u6d_1 == null)) {
|
|
3077
|
+
tmp1_output.t48(tmp0_desc, 10, tmp2_cached[10], value.u6d_1);
|
|
3023
3078
|
}
|
|
3024
|
-
if (tmp1_output.x48(tmp0_desc, 11) ? true : !(value.
|
|
3025
|
-
tmp1_output.t48(tmp0_desc, 11, BooleanSerializer_getInstance(), value.
|
|
3079
|
+
if (tmp1_output.x48(tmp0_desc, 11) ? true : !(value.v6d_1 == null)) {
|
|
3080
|
+
tmp1_output.t48(tmp0_desc, 11, BooleanSerializer_getInstance(), value.v6d_1);
|
|
3026
3081
|
}
|
|
3027
|
-
if (tmp1_output.x48(tmp0_desc, 12) ? true : !(value.
|
|
3028
|
-
tmp1_output.t48(tmp0_desc, 12, BooleanSerializer_getInstance(), value.
|
|
3082
|
+
if (tmp1_output.x48(tmp0_desc, 12) ? true : !(value.w6d_1 == null)) {
|
|
3083
|
+
tmp1_output.t48(tmp0_desc, 12, BooleanSerializer_getInstance(), value.w6d_1);
|
|
3029
3084
|
}
|
|
3030
|
-
if (tmp1_output.x48(tmp0_desc, 13) ? true : !(value.
|
|
3031
|
-
tmp1_output.t48(tmp0_desc, 13, BooleanSerializer_getInstance(), value.
|
|
3085
|
+
if (tmp1_output.x48(tmp0_desc, 13) ? true : !(value.x6d_1 == null)) {
|
|
3086
|
+
tmp1_output.t48(tmp0_desc, 13, BooleanSerializer_getInstance(), value.x6d_1);
|
|
3032
3087
|
}
|
|
3033
|
-
if (tmp1_output.x48(tmp0_desc, 14) ? true : !(value.
|
|
3034
|
-
tmp1_output.t48(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3088
|
+
if (tmp1_output.x48(tmp0_desc, 14) ? true : !(value.y6d_1 == null)) {
|
|
3089
|
+
tmp1_output.t48(tmp0_desc, 14, BooleanSerializer_getInstance(), value.y6d_1);
|
|
3035
3090
|
}
|
|
3036
|
-
if (tmp1_output.x48(tmp0_desc, 15) ? true : !(value.
|
|
3037
|
-
tmp1_output.t48(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3091
|
+
if (tmp1_output.x48(tmp0_desc, 15) ? true : !(value.z6d_1 == null)) {
|
|
3092
|
+
tmp1_output.t48(tmp0_desc, 15, BooleanSerializer_getInstance(), value.z6d_1);
|
|
3038
3093
|
}
|
|
3039
|
-
if (tmp1_output.x48(tmp0_desc, 16) ? true : !(value.
|
|
3040
|
-
tmp1_output.t48(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3094
|
+
if (tmp1_output.x48(tmp0_desc, 16) ? true : !(value.a6e_1 == null)) {
|
|
3095
|
+
tmp1_output.t48(tmp0_desc, 16, BooleanSerializer_getInstance(), value.a6e_1);
|
|
3041
3096
|
}
|
|
3042
|
-
if (tmp1_output.x48(tmp0_desc, 17) ? true : !(value.
|
|
3043
|
-
tmp1_output.t48(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3097
|
+
if (tmp1_output.x48(tmp0_desc, 17) ? true : !(value.b6e_1 == null)) {
|
|
3098
|
+
tmp1_output.t48(tmp0_desc, 17, BooleanSerializer_getInstance(), value.b6e_1);
|
|
3044
3099
|
}
|
|
3045
|
-
if (tmp1_output.x48(tmp0_desc, 18) ? true : !(value.
|
|
3046
|
-
tmp1_output.t48(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3100
|
+
if (tmp1_output.x48(tmp0_desc, 18) ? true : !(value.c6e_1 == null)) {
|
|
3101
|
+
tmp1_output.t48(tmp0_desc, 18, BooleanSerializer_getInstance(), value.c6e_1);
|
|
3047
3102
|
}
|
|
3048
|
-
if (tmp1_output.x48(tmp0_desc, 19) ? true : !(value.
|
|
3049
|
-
tmp1_output.t48(tmp0_desc, 19, StringSerializer_getInstance(), value.
|
|
3103
|
+
if (tmp1_output.x48(tmp0_desc, 19) ? true : !(value.d6e_1 == null)) {
|
|
3104
|
+
tmp1_output.t48(tmp0_desc, 19, StringSerializer_getInstance(), value.d6e_1);
|
|
3050
3105
|
}
|
|
3051
|
-
if (tmp1_output.x48(tmp0_desc, 20) ? true : !(value.
|
|
3052
|
-
tmp1_output.t48(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3106
|
+
if (tmp1_output.x48(tmp0_desc, 20) ? true : !(value.e6e_1 == null)) {
|
|
3107
|
+
tmp1_output.t48(tmp0_desc, 20, BooleanSerializer_getInstance(), value.e6e_1);
|
|
3053
3108
|
}
|
|
3054
|
-
if (tmp1_output.x48(tmp0_desc, 21) ? true : !(value.
|
|
3055
|
-
tmp1_output.t48(tmp0_desc, 21, IntSerializer_getInstance(), value.
|
|
3109
|
+
if (tmp1_output.x48(tmp0_desc, 21) ? true : !(value.f6e_1 == null)) {
|
|
3110
|
+
tmp1_output.t48(tmp0_desc, 21, IntSerializer_getInstance(), value.f6e_1);
|
|
3056
3111
|
}
|
|
3057
|
-
if (tmp1_output.x48(tmp0_desc, 22) ? true : !(value.
|
|
3058
|
-
tmp1_output.t48(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3112
|
+
if (tmp1_output.x48(tmp0_desc, 22) ? true : !(value.g6e_1 == null)) {
|
|
3113
|
+
tmp1_output.t48(tmp0_desc, 22, BooleanSerializer_getInstance(), value.g6e_1);
|
|
3059
3114
|
}
|
|
3060
|
-
if (tmp1_output.x48(tmp0_desc, 23) ? true : !(value.
|
|
3061
|
-
tmp1_output.t48(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3115
|
+
if (tmp1_output.x48(tmp0_desc, 23) ? true : !(value.h6e_1 == null)) {
|
|
3116
|
+
tmp1_output.t48(tmp0_desc, 23, IntSerializer_getInstance(), value.h6e_1);
|
|
3062
3117
|
}
|
|
3063
3118
|
tmp1_output.c47(tmp0_desc);
|
|
3064
3119
|
};
|
|
3065
3120
|
protoOf($serializer_6).o43 = function (encoder, value) {
|
|
3066
|
-
return this.
|
|
3121
|
+
return this.j6d(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3067
3122
|
};
|
|
3068
3123
|
protoOf($serializer_6).p43 = function (decoder) {
|
|
3069
|
-
var tmp0_desc = this.
|
|
3124
|
+
var tmp0_desc = this.i6d_1;
|
|
3070
3125
|
var tmp1_flag = true;
|
|
3071
3126
|
var tmp2_index = 0;
|
|
3072
3127
|
var tmp3_bitMask0 = 0;
|
|
@@ -3095,7 +3150,7 @@
|
|
|
3095
3150
|
var tmp26_local22 = null;
|
|
3096
3151
|
var tmp27_local23 = null;
|
|
3097
3152
|
var tmp28_input = decoder.b47(tmp0_desc);
|
|
3098
|
-
var tmp29_cached = Companion_getInstance_18().
|
|
3153
|
+
var tmp29_cached = Companion_getInstance_18().h6d_1;
|
|
3099
3154
|
if (tmp28_input.q47()) {
|
|
3100
3155
|
tmp4_local0 = tmp28_input.p47(tmp0_desc, 0, BooleanSerializer_getInstance(), tmp4_local0);
|
|
3101
3156
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3256,10 +3311,10 @@
|
|
|
3256
3311
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, null);
|
|
3257
3312
|
};
|
|
3258
3313
|
protoOf($serializer_6).n43 = function () {
|
|
3259
|
-
return this.
|
|
3314
|
+
return this.i6d_1;
|
|
3260
3315
|
};
|
|
3261
3316
|
protoOf($serializer_6).e4f = function () {
|
|
3262
|
-
var tmp0_cached = Companion_getInstance_18().
|
|
3317
|
+
var tmp0_cached = Companion_getInstance_18().h6d_1;
|
|
3263
3318
|
// Inline function 'kotlin.arrayOf' call
|
|
3264
3319
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3265
3320
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3273,104 +3328,104 @@
|
|
|
3273
3328
|
}
|
|
3274
3329
|
function RulesDto_init_$Init$(seen0, needToPutHigherTrump, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
3275
3330
|
if (!(0 === (0 & seen0))) {
|
|
3276
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_6().
|
|
3331
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_6().i6d_1);
|
|
3277
3332
|
}
|
|
3278
3333
|
if (0 === (seen0 & 1))
|
|
3279
|
-
$this.
|
|
3334
|
+
$this.k6d_1 = null;
|
|
3280
3335
|
else
|
|
3281
|
-
$this.
|
|
3336
|
+
$this.k6d_1 = needToPutHigherTrump;
|
|
3282
3337
|
if (0 === (seen0 & 2))
|
|
3283
|
-
$this.
|
|
3338
|
+
$this.l6d_1 = null;
|
|
3284
3339
|
else
|
|
3285
|
-
$this.
|
|
3340
|
+
$this.l6d_1 = playerWhoChooseSuitGoFirst;
|
|
3286
3341
|
if (0 === (seen0 & 4))
|
|
3287
|
-
$this.
|
|
3342
|
+
$this.m6d_1 = null;
|
|
3288
3343
|
else
|
|
3289
|
-
$this.
|
|
3344
|
+
$this.m6d_1 = winnerShuffleCards;
|
|
3290
3345
|
if (0 === (seen0 & 8))
|
|
3291
|
-
$this.
|
|
3346
|
+
$this.n6d_1 = null;
|
|
3292
3347
|
else
|
|
3293
|
-
$this.
|
|
3348
|
+
$this.n6d_1 = playWithoutLiabilities;
|
|
3294
3349
|
if (0 === (seen0 & 16))
|
|
3295
|
-
$this.
|
|
3350
|
+
$this.o6d_1 = null;
|
|
3296
3351
|
else
|
|
3297
|
-
$this.
|
|
3352
|
+
$this.o6d_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3298
3353
|
if (0 === (seen0 & 32))
|
|
3299
|
-
$this.
|
|
3354
|
+
$this.p6d_1 = null;
|
|
3300
3355
|
else
|
|
3301
|
-
$this.
|
|
3356
|
+
$this.p6d_1 = dealerInitialCardsCount;
|
|
3302
3357
|
if (0 === (seen0 & 64))
|
|
3303
|
-
$this.
|
|
3358
|
+
$this.q6d_1 = null;
|
|
3304
3359
|
else
|
|
3305
|
-
$this.
|
|
3360
|
+
$this.q6d_1 = dealerFinalCardsCount;
|
|
3306
3361
|
if (0 === (seen0 & 128))
|
|
3307
|
-
$this.
|
|
3362
|
+
$this.r6d_1 = null;
|
|
3308
3363
|
else
|
|
3309
|
-
$this.
|
|
3364
|
+
$this.r6d_1 = dealerCounterClockwise;
|
|
3310
3365
|
if (0 === (seen0 & 256))
|
|
3311
|
-
$this.
|
|
3366
|
+
$this.s6d_1 = null;
|
|
3312
3367
|
else
|
|
3313
|
-
$this.
|
|
3368
|
+
$this.s6d_1 = contractTypes;
|
|
3314
3369
|
if (0 === (seen0 & 512))
|
|
3315
|
-
$this.
|
|
3370
|
+
$this.t6d_1 = null;
|
|
3316
3371
|
else
|
|
3317
|
-
$this.
|
|
3372
|
+
$this.t6d_1 = bidTypes;
|
|
3318
3373
|
if (0 === (seen0 & 1024))
|
|
3319
|
-
$this.
|
|
3374
|
+
$this.u6d_1 = null;
|
|
3320
3375
|
else
|
|
3321
|
-
$this.
|
|
3376
|
+
$this.u6d_1 = combinationsWithFirstCard;
|
|
3322
3377
|
if (0 === (seen0 & 2048))
|
|
3323
|
-
$this.
|
|
3378
|
+
$this.v6d_1 = null;
|
|
3324
3379
|
else
|
|
3325
|
-
$this.
|
|
3380
|
+
$this.v6d_1 = protectBella;
|
|
3326
3381
|
if (0 === (seen0 & 4096))
|
|
3327
|
-
$this.
|
|
3382
|
+
$this.w6d_1 = null;
|
|
3328
3383
|
else
|
|
3329
|
-
$this.
|
|
3384
|
+
$this.w6d_1 = oneTryToProtectBella;
|
|
3330
3385
|
if (0 === (seen0 & 8192))
|
|
3331
|
-
$this.
|
|
3386
|
+
$this.x6d_1 = null;
|
|
3332
3387
|
else
|
|
3333
|
-
$this.
|
|
3388
|
+
$this.x6d_1 = enableFourSevensCombination;
|
|
3334
3389
|
if (0 === (seen0 & 16384))
|
|
3335
|
-
$this.
|
|
3390
|
+
$this.y6d_1 = null;
|
|
3336
3391
|
else
|
|
3337
|
-
$this.
|
|
3392
|
+
$this.y6d_1 = enableTrumpSevenCombination;
|
|
3338
3393
|
if (0 === (seen0 & 32768))
|
|
3339
|
-
$this.
|
|
3394
|
+
$this.z6d_1 = null;
|
|
3340
3395
|
else
|
|
3341
|
-
$this.
|
|
3396
|
+
$this.z6d_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3342
3397
|
if (0 === (seen0 & 65536))
|
|
3343
|
-
$this.
|
|
3398
|
+
$this.a6e_1 = null;
|
|
3344
3399
|
else
|
|
3345
|
-
$this.
|
|
3400
|
+
$this.a6e_1 = checkTrumpCombination;
|
|
3346
3401
|
if (0 === (seen0 & 131072))
|
|
3347
|
-
$this.
|
|
3402
|
+
$this.b6e_1 = null;
|
|
3348
3403
|
else
|
|
3349
|
-
$this.
|
|
3404
|
+
$this.b6e_1 = checkOnlyTrumpDebertz;
|
|
3350
3405
|
if (0 === (seen0 & 262144))
|
|
3351
|
-
$this.
|
|
3406
|
+
$this.c6e_1 = null;
|
|
3352
3407
|
else
|
|
3353
|
-
$this.
|
|
3408
|
+
$this.c6e_1 = distributePoints;
|
|
3354
3409
|
if (0 === (seen0 & 524288))
|
|
3355
|
-
$this.
|
|
3410
|
+
$this.d6e_1 = null;
|
|
3356
3411
|
else
|
|
3357
|
-
$this.
|
|
3412
|
+
$this.d6e_1 = pointsDistributeMode;
|
|
3358
3413
|
if (0 === (seen0 & 1048576))
|
|
3359
|
-
$this.
|
|
3414
|
+
$this.e6e_1 = null;
|
|
3360
3415
|
else
|
|
3361
|
-
$this.
|
|
3416
|
+
$this.e6e_1 = enableFineIfNoBribes;
|
|
3362
3417
|
if (0 === (seen0 & 2097152))
|
|
3363
|
-
$this.
|
|
3418
|
+
$this.f6e_1 = null;
|
|
3364
3419
|
else
|
|
3365
|
-
$this.
|
|
3420
|
+
$this.f6e_1 = fineIfNoBribes;
|
|
3366
3421
|
if (0 === (seen0 & 4194304))
|
|
3367
|
-
$this.
|
|
3422
|
+
$this.g6e_1 = null;
|
|
3368
3423
|
else
|
|
3369
|
-
$this.
|
|
3424
|
+
$this.g6e_1 = enableFineAfterThirdByte;
|
|
3370
3425
|
if (0 === (seen0 & 8388608))
|
|
3371
|
-
$this.
|
|
3426
|
+
$this.h6e_1 = null;
|
|
3372
3427
|
else
|
|
3373
|
-
$this.
|
|
3428
|
+
$this.h6e_1 = fineAfterThirdFailedContract;
|
|
3374
3429
|
return $this;
|
|
3375
3430
|
}
|
|
3376
3431
|
function RulesDto_init_$Create$(seen0, needToPutHigherTrump, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
@@ -3402,59 +3457,59 @@
|
|
|
3402
3457
|
fineIfNoBribes = fineIfNoBribes === VOID ? null : fineIfNoBribes;
|
|
3403
3458
|
enableFineAfterThirdByte = enableFineAfterThirdByte === VOID ? null : enableFineAfterThirdByte;
|
|
3404
3459
|
fineAfterThirdFailedContract = fineAfterThirdFailedContract === VOID ? null : fineAfterThirdFailedContract;
|
|
3405
|
-
this.
|
|
3406
|
-
this.
|
|
3407
|
-
this.
|
|
3408
|
-
this.
|
|
3409
|
-
this.
|
|
3410
|
-
this.
|
|
3411
|
-
this.
|
|
3412
|
-
this.
|
|
3413
|
-
this.
|
|
3414
|
-
this.
|
|
3415
|
-
this.
|
|
3416
|
-
this.
|
|
3417
|
-
this.
|
|
3418
|
-
this.
|
|
3419
|
-
this.
|
|
3420
|
-
this.
|
|
3421
|
-
this.
|
|
3422
|
-
this.
|
|
3423
|
-
this.
|
|
3424
|
-
this.
|
|
3425
|
-
this.
|
|
3426
|
-
this.
|
|
3427
|
-
this.
|
|
3428
|
-
this.
|
|
3460
|
+
this.k6d_1 = needToPutHigherTrump;
|
|
3461
|
+
this.l6d_1 = playerWhoChooseSuitGoFirst;
|
|
3462
|
+
this.m6d_1 = winnerShuffleCards;
|
|
3463
|
+
this.n6d_1 = playWithoutLiabilities;
|
|
3464
|
+
this.o6d_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3465
|
+
this.p6d_1 = dealerInitialCardsCount;
|
|
3466
|
+
this.q6d_1 = dealerFinalCardsCount;
|
|
3467
|
+
this.r6d_1 = dealerCounterClockwise;
|
|
3468
|
+
this.s6d_1 = contractTypes;
|
|
3469
|
+
this.t6d_1 = bidTypes;
|
|
3470
|
+
this.u6d_1 = combinationsWithFirstCard;
|
|
3471
|
+
this.v6d_1 = protectBella;
|
|
3472
|
+
this.w6d_1 = oneTryToProtectBella;
|
|
3473
|
+
this.x6d_1 = enableFourSevensCombination;
|
|
3474
|
+
this.y6d_1 = enableTrumpSevenCombination;
|
|
3475
|
+
this.z6d_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3476
|
+
this.a6e_1 = checkTrumpCombination;
|
|
3477
|
+
this.b6e_1 = checkOnlyTrumpDebertz;
|
|
3478
|
+
this.c6e_1 = distributePoints;
|
|
3479
|
+
this.d6e_1 = pointsDistributeMode;
|
|
3480
|
+
this.e6e_1 = enableFineIfNoBribes;
|
|
3481
|
+
this.f6e_1 = fineIfNoBribes;
|
|
3482
|
+
this.g6e_1 = enableFineAfterThirdByte;
|
|
3483
|
+
this.h6e_1 = fineAfterThirdFailedContract;
|
|
3429
3484
|
}
|
|
3430
3485
|
protoOf(RulesDto).toString = function () {
|
|
3431
|
-
return 'RulesDto(needToPutHigherTrump=' + this.
|
|
3486
|
+
return 'RulesDto(needToPutHigherTrump=' + this.k6d_1 + ', playerWhoChooseSuitGoFirst=' + this.l6d_1 + ', winnerShuffleCards=' + this.m6d_1 + ', playWithoutLiabilities=' + this.n6d_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.o6d_1 + ', dealerInitialCardsCount=' + this.p6d_1 + ', dealerFinalCardsCount=' + this.q6d_1 + ', dealerCounterClockwise=' + this.r6d_1 + ', contractTypes=' + toString(this.s6d_1) + ', bidTypes=' + toString(this.t6d_1) + ', combinationsWithFirstCard=' + toString(this.u6d_1) + ', protectBella=' + this.v6d_1 + ', oneTryToProtectBella=' + this.w6d_1 + ', enableFourSevensCombination=' + this.x6d_1 + ', enableTrumpSevenCombination=' + this.y6d_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.z6d_1 + ', checkTrumpCombination=' + this.a6e_1 + ', checkOnlyTrumpDebertz=' + this.b6e_1 + ', distributePoints=' + this.c6e_1 + ', pointsDistributeMode=' + this.d6e_1 + ', enableFineIfNoBribes=' + this.e6e_1 + ', fineIfNoBribes=' + this.f6e_1 + ', enableFineAfterThirdByte=' + this.g6e_1 + ', fineAfterThirdFailedContract=' + this.h6e_1 + ')';
|
|
3432
3487
|
};
|
|
3433
3488
|
protoOf(RulesDto).hashCode = function () {
|
|
3434
|
-
var result = this.
|
|
3435
|
-
result = imul(result, 31) + (this.j6d_1 == null ? 0 : getBooleanHashCode(this.j6d_1)) | 0;
|
|
3436
|
-
result = imul(result, 31) + (this.k6d_1 == null ? 0 : getBooleanHashCode(this.k6d_1)) | 0;
|
|
3489
|
+
var result = this.k6d_1 == null ? 0 : getBooleanHashCode(this.k6d_1);
|
|
3437
3490
|
result = imul(result, 31) + (this.l6d_1 == null ? 0 : getBooleanHashCode(this.l6d_1)) | 0;
|
|
3438
3491
|
result = imul(result, 31) + (this.m6d_1 == null ? 0 : getBooleanHashCode(this.m6d_1)) | 0;
|
|
3439
|
-
result = imul(result, 31) + (this.n6d_1 == null ? 0 : this.n6d_1) | 0;
|
|
3440
|
-
result = imul(result, 31) + (this.o6d_1 == null ? 0 : this.o6d_1) | 0;
|
|
3441
|
-
result = imul(result, 31) + (this.p6d_1 == null ? 0 :
|
|
3442
|
-
result = imul(result, 31) + (this.q6d_1 == null ? 0 :
|
|
3443
|
-
result = imul(result, 31) + (this.r6d_1 == null ? 0 :
|
|
3492
|
+
result = imul(result, 31) + (this.n6d_1 == null ? 0 : getBooleanHashCode(this.n6d_1)) | 0;
|
|
3493
|
+
result = imul(result, 31) + (this.o6d_1 == null ? 0 : getBooleanHashCode(this.o6d_1)) | 0;
|
|
3494
|
+
result = imul(result, 31) + (this.p6d_1 == null ? 0 : this.p6d_1) | 0;
|
|
3495
|
+
result = imul(result, 31) + (this.q6d_1 == null ? 0 : this.q6d_1) | 0;
|
|
3496
|
+
result = imul(result, 31) + (this.r6d_1 == null ? 0 : getBooleanHashCode(this.r6d_1)) | 0;
|
|
3444
3497
|
result = imul(result, 31) + (this.s6d_1 == null ? 0 : hashCode(this.s6d_1)) | 0;
|
|
3445
|
-
result = imul(result, 31) + (this.t6d_1 == null ? 0 :
|
|
3446
|
-
result = imul(result, 31) + (this.u6d_1 == null ? 0 :
|
|
3498
|
+
result = imul(result, 31) + (this.t6d_1 == null ? 0 : hashCode(this.t6d_1)) | 0;
|
|
3499
|
+
result = imul(result, 31) + (this.u6d_1 == null ? 0 : hashCode(this.u6d_1)) | 0;
|
|
3447
3500
|
result = imul(result, 31) + (this.v6d_1 == null ? 0 : getBooleanHashCode(this.v6d_1)) | 0;
|
|
3448
3501
|
result = imul(result, 31) + (this.w6d_1 == null ? 0 : getBooleanHashCode(this.w6d_1)) | 0;
|
|
3449
3502
|
result = imul(result, 31) + (this.x6d_1 == null ? 0 : getBooleanHashCode(this.x6d_1)) | 0;
|
|
3450
3503
|
result = imul(result, 31) + (this.y6d_1 == null ? 0 : getBooleanHashCode(this.y6d_1)) | 0;
|
|
3451
3504
|
result = imul(result, 31) + (this.z6d_1 == null ? 0 : getBooleanHashCode(this.z6d_1)) | 0;
|
|
3452
3505
|
result = imul(result, 31) + (this.a6e_1 == null ? 0 : getBooleanHashCode(this.a6e_1)) | 0;
|
|
3453
|
-
result = imul(result, 31) + (this.b6e_1 == null ? 0 :
|
|
3506
|
+
result = imul(result, 31) + (this.b6e_1 == null ? 0 : getBooleanHashCode(this.b6e_1)) | 0;
|
|
3454
3507
|
result = imul(result, 31) + (this.c6e_1 == null ? 0 : getBooleanHashCode(this.c6e_1)) | 0;
|
|
3455
|
-
result = imul(result, 31) + (this.d6e_1 == null ? 0 : this.d6e_1) | 0;
|
|
3508
|
+
result = imul(result, 31) + (this.d6e_1 == null ? 0 : getStringHashCode(this.d6e_1)) | 0;
|
|
3456
3509
|
result = imul(result, 31) + (this.e6e_1 == null ? 0 : getBooleanHashCode(this.e6e_1)) | 0;
|
|
3457
3510
|
result = imul(result, 31) + (this.f6e_1 == null ? 0 : this.f6e_1) | 0;
|
|
3511
|
+
result = imul(result, 31) + (this.g6e_1 == null ? 0 : getBooleanHashCode(this.g6e_1)) | 0;
|
|
3512
|
+
result = imul(result, 31) + (this.h6e_1 == null ? 0 : this.h6e_1) | 0;
|
|
3458
3513
|
return result;
|
|
3459
3514
|
};
|
|
3460
3515
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -3463,10 +3518,6 @@
|
|
|
3463
3518
|
if (!(other instanceof RulesDto))
|
|
3464
3519
|
return false;
|
|
3465
3520
|
var tmp0_other_with_cast = other instanceof RulesDto ? other : THROW_CCE();
|
|
3466
|
-
if (!(this.i6d_1 == tmp0_other_with_cast.i6d_1))
|
|
3467
|
-
return false;
|
|
3468
|
-
if (!(this.j6d_1 == tmp0_other_with_cast.j6d_1))
|
|
3469
|
-
return false;
|
|
3470
3521
|
if (!(this.k6d_1 == tmp0_other_with_cast.k6d_1))
|
|
3471
3522
|
return false;
|
|
3472
3523
|
if (!(this.l6d_1 == tmp0_other_with_cast.l6d_1))
|
|
@@ -3479,15 +3530,15 @@
|
|
|
3479
3530
|
return false;
|
|
3480
3531
|
if (!(this.p6d_1 == tmp0_other_with_cast.p6d_1))
|
|
3481
3532
|
return false;
|
|
3482
|
-
if (!
|
|
3533
|
+
if (!(this.q6d_1 == tmp0_other_with_cast.q6d_1))
|
|
3483
3534
|
return false;
|
|
3484
|
-
if (!
|
|
3535
|
+
if (!(this.r6d_1 == tmp0_other_with_cast.r6d_1))
|
|
3485
3536
|
return false;
|
|
3486
3537
|
if (!equals(this.s6d_1, tmp0_other_with_cast.s6d_1))
|
|
3487
3538
|
return false;
|
|
3488
|
-
if (!(this.t6d_1
|
|
3539
|
+
if (!equals(this.t6d_1, tmp0_other_with_cast.t6d_1))
|
|
3489
3540
|
return false;
|
|
3490
|
-
if (!(this.u6d_1
|
|
3541
|
+
if (!equals(this.u6d_1, tmp0_other_with_cast.u6d_1))
|
|
3491
3542
|
return false;
|
|
3492
3543
|
if (!(this.v6d_1 == tmp0_other_with_cast.v6d_1))
|
|
3493
3544
|
return false;
|
|
@@ -3511,14 +3562,18 @@
|
|
|
3511
3562
|
return false;
|
|
3512
3563
|
if (!(this.f6e_1 == tmp0_other_with_cast.f6e_1))
|
|
3513
3564
|
return false;
|
|
3565
|
+
if (!(this.g6e_1 == tmp0_other_with_cast.g6e_1))
|
|
3566
|
+
return false;
|
|
3567
|
+
if (!(this.h6e_1 == tmp0_other_with_cast.h6e_1))
|
|
3568
|
+
return false;
|
|
3514
3569
|
return true;
|
|
3515
3570
|
};
|
|
3516
3571
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
3517
|
-
this.
|
|
3518
|
-
this.
|
|
3572
|
+
this.i6e_1 = trump;
|
|
3573
|
+
this.j6e_1 = firstCardSuit;
|
|
3519
3574
|
}
|
|
3520
3575
|
protoOf(CardGrowthComparator).e65 = function (a, b) {
|
|
3521
|
-
return getGrowth(b, this.
|
|
3576
|
+
return getGrowth(b, this.i6e_1, this.j6e_1) - getGrowth(a, this.i6e_1, this.j6e_1) | 0;
|
|
3522
3577
|
};
|
|
3523
3578
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
3524
3579
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -3666,15 +3721,15 @@
|
|
|
3666
3721
|
return tmp;
|
|
3667
3722
|
}
|
|
3668
3723
|
function ProcessingCard(gameCard, payload) {
|
|
3669
|
-
this.
|
|
3670
|
-
this.
|
|
3724
|
+
this.k6e_1 = gameCard;
|
|
3725
|
+
this.l6e_1 = payload;
|
|
3671
3726
|
}
|
|
3672
3727
|
protoOf(ProcessingCard).toString = function () {
|
|
3673
|
-
return 'ProcessingCard(gameCard=' + this.
|
|
3728
|
+
return 'ProcessingCard(gameCard=' + this.k6e_1.toString() + ', payload=' + toString(this.l6e_1) + ')';
|
|
3674
3729
|
};
|
|
3675
3730
|
protoOf(ProcessingCard).hashCode = function () {
|
|
3676
|
-
var result = this.
|
|
3677
|
-
result = imul(result, 31) + (this.
|
|
3731
|
+
var result = this.k6e_1.hashCode();
|
|
3732
|
+
result = imul(result, 31) + (this.l6e_1 == null ? 0 : hashCode(this.l6e_1)) | 0;
|
|
3678
3733
|
return result;
|
|
3679
3734
|
};
|
|
3680
3735
|
protoOf(ProcessingCard).equals = function (other) {
|
|
@@ -3683,28 +3738,28 @@
|
|
|
3683
3738
|
if (!(other instanceof ProcessingCard))
|
|
3684
3739
|
return false;
|
|
3685
3740
|
var tmp0_other_with_cast = other instanceof ProcessingCard ? other : THROW_CCE();
|
|
3686
|
-
if (!this.
|
|
3741
|
+
if (!this.k6e_1.equals(tmp0_other_with_cast.k6e_1))
|
|
3687
3742
|
return false;
|
|
3688
|
-
if (!equals(this.
|
|
3743
|
+
if (!equals(this.l6e_1, tmp0_other_with_cast.l6e_1))
|
|
3689
3744
|
return false;
|
|
3690
3745
|
return true;
|
|
3691
3746
|
};
|
|
3692
3747
|
function AsyncProvider() {
|
|
3693
3748
|
}
|
|
3694
3749
|
function onError($this, message, error) {
|
|
3695
|
-
$this.
|
|
3750
|
+
$this.t6e_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
3696
3751
|
}
|
|
3697
3752
|
function _no_name_provided__qut3iv(this$0) {
|
|
3698
|
-
this.
|
|
3753
|
+
this.c6f_1 = this$0;
|
|
3699
3754
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
3700
3755
|
}
|
|
3701
3756
|
protoOf(_no_name_provided__qut3iv).tw = function (context, exception) {
|
|
3702
|
-
onError(this.
|
|
3757
|
+
onError(this.c6f_1, 'CoroutineContext', exception);
|
|
3703
3758
|
return Unit_instance;
|
|
3704
3759
|
};
|
|
3705
3760
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
3706
|
-
this.
|
|
3707
|
-
this.
|
|
3761
|
+
this.l6f_1 = this$0;
|
|
3762
|
+
this.m6f_1 = $block;
|
|
3708
3763
|
CoroutineImpl.call(this, resultContinuation);
|
|
3709
3764
|
}
|
|
3710
3765
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).n1d = function ($this$launch, $completion) {
|
|
@@ -3725,24 +3780,24 @@
|
|
|
3725
3780
|
case 0:
|
|
3726
3781
|
this.f9_1 = 6;
|
|
3727
3782
|
var tmp_0 = this;
|
|
3728
|
-
tmp_0.
|
|
3783
|
+
tmp_0.o6f_1 = this.l6f_1.v6e_1;
|
|
3729
3784
|
var tmp_1 = this;
|
|
3730
|
-
tmp_1.
|
|
3785
|
+
tmp_1.p6f_1 = null;
|
|
3731
3786
|
this.e9_1 = 1;
|
|
3732
|
-
suspendResult = this.
|
|
3787
|
+
suspendResult = this.o6f_1.k1l(this.p6f_1, this);
|
|
3733
3788
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
3734
3789
|
return suspendResult;
|
|
3735
3790
|
}
|
|
3736
3791
|
|
|
3737
3792
|
continue $sm;
|
|
3738
3793
|
case 1:
|
|
3739
|
-
this.
|
|
3794
|
+
this.q6f_1 = Unit_instance;
|
|
3740
3795
|
this.e9_1 = 2;
|
|
3741
3796
|
continue $sm;
|
|
3742
3797
|
case 2:
|
|
3743
3798
|
this.f9_1 = 5;
|
|
3744
3799
|
this.e9_1 = 3;
|
|
3745
|
-
suspendResult = this.
|
|
3800
|
+
suspendResult = this.m6f_1(this.n6f_1, this);
|
|
3746
3801
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
3747
3802
|
return suspendResult;
|
|
3748
3803
|
}
|
|
@@ -3750,19 +3805,19 @@
|
|
|
3750
3805
|
continue $sm;
|
|
3751
3806
|
case 3:
|
|
3752
3807
|
var tmp_2 = this;
|
|
3753
|
-
tmp_2.
|
|
3808
|
+
tmp_2.q6f_1 = Unit_instance;
|
|
3754
3809
|
this.f9_1 = 6;
|
|
3755
3810
|
this.e9_1 = 4;
|
|
3756
3811
|
continue $sm;
|
|
3757
3812
|
case 4:
|
|
3758
|
-
this.
|
|
3813
|
+
this.q6f_1;
|
|
3759
3814
|
this.f9_1 = 6;
|
|
3760
|
-
this.
|
|
3815
|
+
this.o6f_1.v1k(this.p6f_1);
|
|
3761
3816
|
return Unit_instance;
|
|
3762
3817
|
case 5:
|
|
3763
3818
|
this.f9_1 = 6;
|
|
3764
3819
|
var t = this.h9_1;
|
|
3765
|
-
this.
|
|
3820
|
+
this.o6f_1.v1k(this.p6f_1);
|
|
3766
3821
|
throw t;
|
|
3767
3822
|
case 6:
|
|
3768
3823
|
throw this.h9_1;
|
|
@@ -3779,8 +3834,8 @@
|
|
|
3779
3834
|
while (true);
|
|
3780
3835
|
};
|
|
3781
3836
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).o1d = function ($this$launch, completion) {
|
|
3782
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
3783
|
-
i.
|
|
3837
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.l6f_1, this.m6f_1, completion);
|
|
3838
|
+
i.n6f_1 = $this$launch;
|
|
3784
3839
|
return i;
|
|
3785
3840
|
};
|
|
3786
3841
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -3795,32 +3850,32 @@
|
|
|
3795
3850
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().n10() : mainDispatcher;
|
|
3796
3851
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().j10_1 : defaultDispatcher;
|
|
3797
3852
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().k10_1 : unconfinedDispatcher;
|
|
3798
|
-
this.
|
|
3799
|
-
this.
|
|
3800
|
-
this.
|
|
3801
|
-
this.
|
|
3853
|
+
this.t6e_1 = logger;
|
|
3854
|
+
this.u6e_1 = SupervisorJob();
|
|
3855
|
+
this.v6e_1 = Mutex();
|
|
3856
|
+
this.w6e_1 = Mutex();
|
|
3802
3857
|
var tmp = this;
|
|
3803
3858
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
3804
|
-
tmp.
|
|
3805
|
-
this.
|
|
3806
|
-
this.
|
|
3807
|
-
this.
|
|
3859
|
+
tmp.x6e_1 = new _no_name_provided__qut3iv(this);
|
|
3860
|
+
this.y6e_1 = CoroutineScope_0(mainDispatcher.dg(this.u6e_1).dg(MainContextId_getInstance()));
|
|
3861
|
+
this.z6e_1 = CoroutineScope_0(defaultDispatcher.dg(this.u6e_1).dg(WorkerContextId_getInstance()));
|
|
3862
|
+
this.a6f_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.u6e_1).dg(WorkerContextId_getInstance()));
|
|
3808
3863
|
}
|
|
3809
|
-
protoOf(AsyncProviderImpl).
|
|
3810
|
-
return this.
|
|
3811
|
-
};
|
|
3812
|
-
protoOf(AsyncProviderImpl).p6e = function (context, block) {
|
|
3813
|
-
return launch(this.w6e_1, context, VOID, block);
|
|
3864
|
+
protoOf(AsyncProviderImpl).m6e = function () {
|
|
3865
|
+
return this.x6e_1;
|
|
3814
3866
|
};
|
|
3815
|
-
protoOf(AsyncProviderImpl).
|
|
3816
|
-
return launch(this.
|
|
3867
|
+
protoOf(AsyncProviderImpl).r6e = function (context, block) {
|
|
3868
|
+
return launch(this.y6e_1, context, VOID, block);
|
|
3817
3869
|
};
|
|
3818
3870
|
protoOf(AsyncProviderImpl).n6e = function (context, block) {
|
|
3819
|
-
return launch(this.
|
|
3871
|
+
return launch(this.z6e_1, context, VOID, block);
|
|
3872
|
+
};
|
|
3873
|
+
protoOf(AsyncProviderImpl).p6e = function (context, block) {
|
|
3874
|
+
return launch(this.z6e_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
3820
3875
|
};
|
|
3821
3876
|
protoOf(AsyncProviderImpl).a2 = function () {
|
|
3822
|
-
if (!this.
|
|
3823
|
-
this.
|
|
3877
|
+
if (!this.u6e_1.ep()) {
|
|
3878
|
+
this.u6e_1.sp();
|
|
3824
3879
|
}
|
|
3825
3880
|
};
|
|
3826
3881
|
function Key() {
|
|
@@ -3884,7 +3939,7 @@
|
|
|
3884
3939
|
}
|
|
3885
3940
|
function UUIDIdsProvider() {
|
|
3886
3941
|
}
|
|
3887
|
-
protoOf(UUIDIdsProvider).
|
|
3942
|
+
protoOf(UUIDIdsProvider).r6f = function () {
|
|
3888
3943
|
return uuid4().toString();
|
|
3889
3944
|
};
|
|
3890
3945
|
var UUIDIdsProvider_instance;
|
|
@@ -3902,59 +3957,59 @@
|
|
|
3902
3957
|
tmp = lock;
|
|
3903
3958
|
}
|
|
3904
3959
|
lock = tmp;
|
|
3905
|
-
this.
|
|
3906
|
-
this.
|
|
3960
|
+
this.x6f_1 = logger;
|
|
3961
|
+
this.y6f_1 = lock;
|
|
3907
3962
|
var tmp_0 = this;
|
|
3908
3963
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
3909
|
-
tmp_0.
|
|
3964
|
+
tmp_0.z6f_1 = HashMap_init_$Create$();
|
|
3910
3965
|
}
|
|
3911
|
-
protoOf(JobsProviderImpl).
|
|
3966
|
+
protoOf(JobsProviderImpl).s6f = function (timerTag, job) {
|
|
3912
3967
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
3913
|
-
this.
|
|
3914
|
-
if (this.
|
|
3915
|
-
this.
|
|
3968
|
+
this.y6f_1;
|
|
3969
|
+
if (this.w6f(timerTag)) {
|
|
3970
|
+
this.x6f_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
3916
3971
|
}
|
|
3917
|
-
this.
|
|
3972
|
+
this.z6f_1.j2(timerTag, job);
|
|
3918
3973
|
};
|
|
3919
|
-
protoOf(JobsProviderImpl).
|
|
3974
|
+
protoOf(JobsProviderImpl).w6f = function (timerTag) {
|
|
3920
3975
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
3921
|
-
this.
|
|
3976
|
+
this.y6f_1;
|
|
3922
3977
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.containJob.<anonymous>' call
|
|
3923
|
-
return this.
|
|
3978
|
+
return this.z6f_1.e2(timerTag);
|
|
3924
3979
|
};
|
|
3925
|
-
protoOf(JobsProviderImpl).
|
|
3980
|
+
protoOf(JobsProviderImpl).u6f = function (timerTag) {
|
|
3926
3981
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
3927
|
-
this.
|
|
3982
|
+
this.y6f_1;
|
|
3928
3983
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.removeJob.<anonymous>' call
|
|
3929
|
-
if (!this.
|
|
3930
|
-
this.
|
|
3984
|
+
if (!this.w6f(timerTag)) {
|
|
3985
|
+
this.x6f_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
3931
3986
|
}
|
|
3932
|
-
this.
|
|
3987
|
+
this.z6f_1.k2(timerTag);
|
|
3933
3988
|
};
|
|
3934
|
-
protoOf(JobsProviderImpl).
|
|
3989
|
+
protoOf(JobsProviderImpl).v6f = function (timers) {
|
|
3935
3990
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
3936
|
-
this.
|
|
3991
|
+
this.y6f_1;
|
|
3937
3992
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.cancelJobs.<anonymous>' call
|
|
3938
3993
|
// Inline function 'kotlin.collections.forEach' call
|
|
3939
3994
|
var tmp0_iterator = timers.j();
|
|
3940
3995
|
while (tmp0_iterator.k()) {
|
|
3941
3996
|
var element = tmp0_iterator.l();
|
|
3942
3997
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.cancelJobs.<anonymous>.<anonymous>' call
|
|
3943
|
-
var timer = this.
|
|
3998
|
+
var timer = this.z6f_1.g2(element);
|
|
3944
3999
|
if (timer == null)
|
|
3945
4000
|
null;
|
|
3946
4001
|
else {
|
|
3947
4002
|
timer.sp();
|
|
3948
4003
|
}
|
|
3949
4004
|
}
|
|
3950
|
-
this.
|
|
4005
|
+
this.z6f_1.h2().z1(toSet(timers));
|
|
3951
4006
|
};
|
|
3952
|
-
protoOf(JobsProviderImpl).
|
|
4007
|
+
protoOf(JobsProviderImpl).t6f = function (timerTag) {
|
|
3953
4008
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
3954
|
-
this.
|
|
4009
|
+
this.y6f_1;
|
|
3955
4010
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.cancelJob.<anonymous>' call
|
|
3956
|
-
var timer = this.
|
|
3957
|
-
this.
|
|
4011
|
+
var timer = this.z6f_1.g2(timerTag);
|
|
4012
|
+
this.z6f_1.k2(timerTag);
|
|
3958
4013
|
var tmp;
|
|
3959
4014
|
if (timer == null) {
|
|
3960
4015
|
tmp = null;
|
|
@@ -4343,36 +4398,36 @@
|
|
|
4343
4398
|
}
|
|
4344
4399
|
function FileSystemImpl(fileSystem) {
|
|
4345
4400
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4346
|
-
this.
|
|
4401
|
+
this.d6g_1 = fileSystem;
|
|
4347
4402
|
}
|
|
4348
|
-
protoOf(FileSystemImpl).
|
|
4403
|
+
protoOf(FileSystemImpl).a6g = function (path, $completion) {
|
|
4349
4404
|
var directoryPath = Path(path);
|
|
4350
|
-
var exists = this.
|
|
4405
|
+
var exists = this.d6g_1.r64(directoryPath);
|
|
4351
4406
|
if (!exists) {
|
|
4352
|
-
this.
|
|
4407
|
+
this.d6g_1.v64(directoryPath);
|
|
4353
4408
|
}
|
|
4354
4409
|
return Unit_instance;
|
|
4355
4410
|
};
|
|
4356
|
-
protoOf(FileSystemImpl).
|
|
4357
|
-
return buffered(this.
|
|
4411
|
+
protoOf(FileSystemImpl).b6g = function (path, fileName, append, $completion) {
|
|
4412
|
+
return buffered(this.d6g_1.w64(Path_0(path, [fileName]), append));
|
|
4358
4413
|
};
|
|
4359
|
-
protoOf(FileSystemImpl).
|
|
4360
|
-
this.
|
|
4414
|
+
protoOf(FileSystemImpl).c6g = function (path, $completion) {
|
|
4415
|
+
this.d6g_1.t64(Path_0(path, []));
|
|
4361
4416
|
return Unit_instance;
|
|
4362
4417
|
};
|
|
4363
4418
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4364
|
-
this.
|
|
4365
|
-
this.
|
|
4419
|
+
this.e6g_1 = coreConfig;
|
|
4420
|
+
this.f6g_1 = fileSystem;
|
|
4366
4421
|
}
|
|
4367
|
-
protoOf(LoggerFactoryImpl).
|
|
4422
|
+
protoOf(LoggerFactoryImpl).g6g = function (gameId, roomId, userId) {
|
|
4368
4423
|
// Inline function 'kotlin.let' call
|
|
4369
4424
|
// Inline function 'kotlin.contracts.contract' call
|
|
4370
4425
|
// Inline function 'com.logic.domain.logs.LoggerFactoryImpl.createLogger.<anonymous>' call
|
|
4371
|
-
var it = this.
|
|
4426
|
+
var it = this.e6g_1.fileNameFormat;
|
|
4372
4427
|
var tmp = Companion_instance_3;
|
|
4373
4428
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4374
4429
|
// Inline function 'kotlin.collections.map' call
|
|
4375
|
-
var this_0 = split(this.
|
|
4430
|
+
var this_0 = split(this.e6g_1.requireDirectoryPath, ['/']);
|
|
4376
4431
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4377
4432
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4378
4433
|
var tmp0_iterator = this_0.j();
|
|
@@ -4385,7 +4440,7 @@
|
|
|
4385
4440
|
}
|
|
4386
4441
|
var segments = destination;
|
|
4387
4442
|
var tmp0_path = joinToString(segments, '/');
|
|
4388
|
-
var tmp1_fileSystem = this.
|
|
4443
|
+
var tmp1_fileSystem = this.f6g_1;
|
|
4389
4444
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4390
4445
|
};
|
|
4391
4446
|
function LoggerFactory() {
|
|
@@ -4398,7 +4453,7 @@
|
|
|
4398
4453
|
}
|
|
4399
4454
|
function $createDirectoryCOROUTINE$0(_this__u8e3s4, resultContinuation) {
|
|
4400
4455
|
CoroutineImpl.call(this, resultContinuation);
|
|
4401
|
-
this.
|
|
4456
|
+
this.z6g_1 = _this__u8e3s4;
|
|
4402
4457
|
}
|
|
4403
4458
|
protoOf($createDirectoryCOROUTINE$0).m9 = function () {
|
|
4404
4459
|
var suspendResult = this.g9_1;
|
|
@@ -4410,7 +4465,7 @@
|
|
|
4410
4465
|
this.f9_1 = 3;
|
|
4411
4466
|
this.f9_1 = 2;
|
|
4412
4467
|
this.e9_1 = 1;
|
|
4413
|
-
suspendResult = this.
|
|
4468
|
+
suspendResult = this.z6g_1.c6h_1.a6g(this.z6g_1.b6h_1, this);
|
|
4414
4469
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4415
4470
|
return suspendResult;
|
|
4416
4471
|
}
|
|
@@ -4451,8 +4506,8 @@
|
|
|
4451
4506
|
};
|
|
4452
4507
|
function $appendToFileCOROUTINE$1(_this__u8e3s4, message, resultContinuation) {
|
|
4453
4508
|
CoroutineImpl.call(this, resultContinuation);
|
|
4454
|
-
this.
|
|
4455
|
-
this.
|
|
4509
|
+
this.p6g_1 = _this__u8e3s4;
|
|
4510
|
+
this.q6g_1 = message;
|
|
4456
4511
|
}
|
|
4457
4512
|
protoOf($appendToFileCOROUTINE$1).m9 = function () {
|
|
4458
4513
|
var suspendResult = this.g9_1;
|
|
@@ -4464,7 +4519,7 @@
|
|
|
4464
4519
|
this.f9_1 = 3;
|
|
4465
4520
|
this.f9_1 = 2;
|
|
4466
4521
|
this.e9_1 = 1;
|
|
4467
|
-
suspendResult = this.
|
|
4522
|
+
suspendResult = this.p6g_1.c6h_1.b6g(this.p6g_1.b6h_1, this.p6g_1.a6h_1, true, this);
|
|
4468
4523
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4469
4524
|
return suspendResult;
|
|
4470
4525
|
}
|
|
@@ -4475,7 +4530,7 @@
|
|
|
4475
4530
|
var sink = buffered(ARGUMENT);
|
|
4476
4531
|
l$ret$1: do {
|
|
4477
4532
|
try {
|
|
4478
|
-
writeString(sink, this.
|
|
4533
|
+
writeString(sink, this.q6g_1 + '\n');
|
|
4479
4534
|
break l$ret$1;
|
|
4480
4535
|
} catch ($p) {
|
|
4481
4536
|
var t = $p;
|
|
@@ -4518,17 +4573,17 @@
|
|
|
4518
4573
|
while (true);
|
|
4519
4574
|
};
|
|
4520
4575
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
4521
|
-
this.
|
|
4522
|
-
this.
|
|
4523
|
-
this.
|
|
4576
|
+
this.a6h_1 = fileName;
|
|
4577
|
+
this.b6h_1 = path;
|
|
4578
|
+
this.c6h_1 = fileSystem;
|
|
4524
4579
|
}
|
|
4525
|
-
protoOf(LogsStorageControllerImpl).
|
|
4580
|
+
protoOf(LogsStorageControllerImpl).d6h = function ($completion) {
|
|
4526
4581
|
var tmp = new $createDirectoryCOROUTINE$0(this, $completion);
|
|
4527
4582
|
tmp.g9_1 = Unit_instance;
|
|
4528
4583
|
tmp.h9_1 = null;
|
|
4529
4584
|
return tmp.m9();
|
|
4530
4585
|
};
|
|
4531
|
-
protoOf(LogsStorageControllerImpl).
|
|
4586
|
+
protoOf(LogsStorageControllerImpl).e6h = function (log, $completion) {
|
|
4532
4587
|
return appendToFile(this, log, $completion);
|
|
4533
4588
|
};
|
|
4534
4589
|
function BufferedAction() {
|
|
@@ -4543,32 +4598,32 @@
|
|
|
4543
4598
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
4544
4599
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
4545
4600
|
TimerAction.call(this);
|
|
4546
|
-
this.
|
|
4547
|
-
this.
|
|
4548
|
-
this.
|
|
4549
|
-
this.
|
|
4601
|
+
this.k6h_1 = timerTag;
|
|
4602
|
+
this.l6h_1 = delayMillis;
|
|
4603
|
+
this.m6h_1 = initialDelay;
|
|
4604
|
+
this.n6h_1 = type;
|
|
4550
4605
|
}
|
|
4551
4606
|
protoOf(StartTimerAction).toString = function () {
|
|
4552
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
4553
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
4607
|
+
var tmp = 'timerTag=' + toString_0(this.k6h_1);
|
|
4608
|
+
var tmp_0 = 'delayMillis=' + this.l6h_1.toString();
|
|
4554
4609
|
// Inline function 'kotlin.takeIf' call
|
|
4555
|
-
var this_0 = 'initialDelay=' + this.
|
|
4610
|
+
var this_0 = 'initialDelay=' + this.m6h_1.toString();
|
|
4556
4611
|
// Inline function 'kotlin.contracts.contract' call
|
|
4557
4612
|
var tmp_1;
|
|
4558
4613
|
// Inline function 'com.logic.redux.actions.StartTimerAction.toString.<anonymous>' call
|
|
4559
|
-
if (!this.
|
|
4614
|
+
if (!this.m6h_1.equals(new Long(0, 0))) {
|
|
4560
4615
|
tmp_1 = this_0;
|
|
4561
4616
|
} else {
|
|
4562
4617
|
tmp_1 = null;
|
|
4563
4618
|
}
|
|
4564
4619
|
var tmp$ret$1 = tmp_1;
|
|
4565
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
4620
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.n6h_1.toString()])) + ')';
|
|
4566
4621
|
};
|
|
4567
4622
|
protoOf(StartTimerAction).hashCode = function () {
|
|
4568
|
-
var result = hashCode(this.
|
|
4569
|
-
result = imul(result, 31) + this.j6h_1.hashCode() | 0;
|
|
4570
|
-
result = imul(result, 31) + this.k6h_1.hashCode() | 0;
|
|
4623
|
+
var result = hashCode(this.k6h_1);
|
|
4571
4624
|
result = imul(result, 31) + this.l6h_1.hashCode() | 0;
|
|
4625
|
+
result = imul(result, 31) + this.m6h_1.hashCode() | 0;
|
|
4626
|
+
result = imul(result, 31) + this.n6h_1.hashCode() | 0;
|
|
4572
4627
|
return result;
|
|
4573
4628
|
};
|
|
4574
4629
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -4577,13 +4632,13 @@
|
|
|
4577
4632
|
if (!(other instanceof StartTimerAction))
|
|
4578
4633
|
return false;
|
|
4579
4634
|
var tmp0_other_with_cast = other instanceof StartTimerAction ? other : THROW_CCE();
|
|
4580
|
-
if (!equals(this.
|
|
4635
|
+
if (!equals(this.k6h_1, tmp0_other_with_cast.k6h_1))
|
|
4581
4636
|
return false;
|
|
4582
|
-
if (!this.
|
|
4637
|
+
if (!this.l6h_1.equals(tmp0_other_with_cast.l6h_1))
|
|
4583
4638
|
return false;
|
|
4584
|
-
if (!this.
|
|
4639
|
+
if (!this.m6h_1.equals(tmp0_other_with_cast.m6h_1))
|
|
4585
4640
|
return false;
|
|
4586
|
-
if (!this.
|
|
4641
|
+
if (!this.n6h_1.equals(tmp0_other_with_cast.n6h_1))
|
|
4587
4642
|
return false;
|
|
4588
4643
|
return true;
|
|
4589
4644
|
};
|
|
@@ -4602,18 +4657,18 @@
|
|
|
4602
4657
|
}
|
|
4603
4658
|
function TimerTickAction(timerTag, type) {
|
|
4604
4659
|
TimerAction.call(this);
|
|
4605
|
-
this.
|
|
4606
|
-
this.
|
|
4660
|
+
this.o6h_1 = timerTag;
|
|
4661
|
+
this.p6h_1 = type;
|
|
4607
4662
|
}
|
|
4608
4663
|
protoOf(TimerTickAction).notValidateWhenFinished = function () {
|
|
4609
|
-
return this.
|
|
4664
|
+
return this.o6h_1.notValidateWhenFinished();
|
|
4610
4665
|
};
|
|
4611
4666
|
protoOf(TimerTickAction).toString = function () {
|
|
4612
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
4667
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.o6h_1) + ', type=' + this.p6h_1.toString() + ')';
|
|
4613
4668
|
};
|
|
4614
4669
|
protoOf(TimerTickAction).hashCode = function () {
|
|
4615
|
-
var result = hashCode(this.
|
|
4616
|
-
result = imul(result, 31) + this.
|
|
4670
|
+
var result = hashCode(this.o6h_1);
|
|
4671
|
+
result = imul(result, 31) + this.p6h_1.hashCode() | 0;
|
|
4617
4672
|
return result;
|
|
4618
4673
|
};
|
|
4619
4674
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -4622,21 +4677,21 @@
|
|
|
4622
4677
|
if (!(other instanceof TimerTickAction))
|
|
4623
4678
|
return false;
|
|
4624
4679
|
var tmp0_other_with_cast = other instanceof TimerTickAction ? other : THROW_CCE();
|
|
4625
|
-
if (!equals(this.
|
|
4680
|
+
if (!equals(this.o6h_1, tmp0_other_with_cast.o6h_1))
|
|
4626
4681
|
return false;
|
|
4627
|
-
if (!this.
|
|
4682
|
+
if (!this.p6h_1.equals(tmp0_other_with_cast.p6h_1))
|
|
4628
4683
|
return false;
|
|
4629
4684
|
return true;
|
|
4630
4685
|
};
|
|
4631
4686
|
function StopTimerAction(timerTag) {
|
|
4632
4687
|
TimerAction.call(this);
|
|
4633
|
-
this.
|
|
4688
|
+
this.q6h_1 = timerTag;
|
|
4634
4689
|
}
|
|
4635
4690
|
protoOf(StopTimerAction).toString = function () {
|
|
4636
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
4691
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.q6h_1) + ')';
|
|
4637
4692
|
};
|
|
4638
4693
|
protoOf(StopTimerAction).hashCode = function () {
|
|
4639
|
-
return hashCode(this.
|
|
4694
|
+
return hashCode(this.q6h_1);
|
|
4640
4695
|
};
|
|
4641
4696
|
protoOf(StopTimerAction).equals = function (other) {
|
|
4642
4697
|
if (this === other)
|
|
@@ -4644,7 +4699,7 @@
|
|
|
4644
4699
|
if (!(other instanceof StopTimerAction))
|
|
4645
4700
|
return false;
|
|
4646
4701
|
var tmp0_other_with_cast = other instanceof StopTimerAction ? other : THROW_CCE();
|
|
4647
|
-
if (!equals(this.
|
|
4702
|
+
if (!equals(this.q6h_1, tmp0_other_with_cast.q6h_1))
|
|
4648
4703
|
return false;
|
|
4649
4704
|
return true;
|
|
4650
4705
|
};
|
|
@@ -4702,7 +4757,7 @@
|
|
|
4702
4757
|
}
|
|
4703
4758
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
4704
4759
|
return function (action) {
|
|
4705
|
-
$middleware.
|
|
4760
|
+
$middleware.r6h($store, $dispatcher, action);
|
|
4706
4761
|
return Unit_instance;
|
|
4707
4762
|
};
|
|
4708
4763
|
}
|
|
@@ -4718,7 +4773,7 @@
|
|
|
4718
4773
|
var element = this_0[inductionVariable];
|
|
4719
4774
|
inductionVariable = inductionVariable + 1 | 0;
|
|
4720
4775
|
// Inline function 'com.logic.redux.enhancers.applyMiddleware.<anonymous>.<anonymous>.<anonymous>.<anonymous>' call
|
|
4721
|
-
if (element.
|
|
4776
|
+
if (element.s6h(action)) {
|
|
4722
4777
|
destination.e(element);
|
|
4723
4778
|
}
|
|
4724
4779
|
}
|
|
@@ -4757,9 +4812,9 @@
|
|
|
4757
4812
|
return new _no_name_provided__qut3iv_0(asyncProvider, jobsProvider);
|
|
4758
4813
|
}
|
|
4759
4814
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
4760
|
-
this.
|
|
4761
|
-
this.
|
|
4762
|
-
this.
|
|
4815
|
+
this.b6i_1 = $jobsProvider;
|
|
4816
|
+
this.c6i_1 = $action;
|
|
4817
|
+
this.d6i_1 = $store;
|
|
4763
4818
|
CoroutineImpl.call(this, resultContinuation);
|
|
4764
4819
|
}
|
|
4765
4820
|
protoOf(timerMiddleware$o$handle$slambda$slambda).n1d = function ($this$launchMain, $completion) {
|
|
@@ -4778,8 +4833,8 @@
|
|
|
4778
4833
|
var tmp = this.e9_1;
|
|
4779
4834
|
if (tmp === 0) {
|
|
4780
4835
|
this.f9_1 = 1;
|
|
4781
|
-
if (this.
|
|
4782
|
-
this.
|
|
4836
|
+
if (this.b6i_1.w6f(this.c6i_1.k6h_1)) {
|
|
4837
|
+
this.d6i_1.dispatch(new TimerTickAction(this.c6i_1.k6h_1, TimerType_DELAY_getInstance()));
|
|
4783
4838
|
}
|
|
4784
4839
|
return Unit_instance;
|
|
4785
4840
|
} else if (tmp === 1) {
|
|
@@ -4792,8 +4847,8 @@
|
|
|
4792
4847
|
while (true);
|
|
4793
4848
|
};
|
|
4794
4849
|
protoOf(timerMiddleware$o$handle$slambda$slambda).o1d = function ($this$launchMain, completion) {
|
|
4795
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
4796
|
-
i.
|
|
4850
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.b6i_1, this.c6i_1, this.d6i_1, completion);
|
|
4851
|
+
i.e6i_1 = $this$launchMain;
|
|
4797
4852
|
return i;
|
|
4798
4853
|
};
|
|
4799
4854
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -4805,9 +4860,9 @@
|
|
|
4805
4860
|
return l;
|
|
4806
4861
|
}
|
|
4807
4862
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
4808
|
-
this.
|
|
4809
|
-
this.
|
|
4810
|
-
this.
|
|
4863
|
+
this.n6i_1 = $jobsProvider;
|
|
4864
|
+
this.o6i_1 = $action;
|
|
4865
|
+
this.p6i_1 = $store;
|
|
4811
4866
|
CoroutineImpl.call(this, resultContinuation);
|
|
4812
4867
|
}
|
|
4813
4868
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).n1d = function ($this$launchMain, $completion) {
|
|
@@ -4826,8 +4881,8 @@
|
|
|
4826
4881
|
var tmp = this.e9_1;
|
|
4827
4882
|
if (tmp === 0) {
|
|
4828
4883
|
this.f9_1 = 1;
|
|
4829
|
-
if (this.
|
|
4830
|
-
this.
|
|
4884
|
+
if (this.n6i_1.w6f(this.o6i_1.k6h_1)) {
|
|
4885
|
+
this.p6i_1.dispatch(new TimerTickAction(this.o6i_1.k6h_1, TimerType_INTERVAL_getInstance()));
|
|
4831
4886
|
}
|
|
4832
4887
|
return Unit_instance;
|
|
4833
4888
|
} else if (tmp === 1) {
|
|
@@ -4840,8 +4895,8 @@
|
|
|
4840
4895
|
while (true);
|
|
4841
4896
|
};
|
|
4842
4897
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).o1d = function ($this$launchMain, completion) {
|
|
4843
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
4844
|
-
i.
|
|
4898
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.n6i_1, this.o6i_1, this.p6i_1, completion);
|
|
4899
|
+
i.q6i_1 = $this$launchMain;
|
|
4845
4900
|
return i;
|
|
4846
4901
|
};
|
|
4847
4902
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -4853,10 +4908,10 @@
|
|
|
4853
4908
|
return l;
|
|
4854
4909
|
}
|
|
4855
4910
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
4856
|
-
this.
|
|
4857
|
-
this.
|
|
4858
|
-
this.
|
|
4859
|
-
this.
|
|
4911
|
+
this.z6i_1 = $action;
|
|
4912
|
+
this.a6j_1 = $asyncProvider;
|
|
4913
|
+
this.b6j_1 = $jobsProvider;
|
|
4914
|
+
this.c6j_1 = $store;
|
|
4860
4915
|
CoroutineImpl.call(this, resultContinuation);
|
|
4861
4916
|
}
|
|
4862
4917
|
protoOf(timerMiddleware$o$handle$slambda).n1d = function ($this$launchDefault, $completion) {
|
|
@@ -4876,9 +4931,9 @@
|
|
|
4876
4931
|
switch (tmp) {
|
|
4877
4932
|
case 0:
|
|
4878
4933
|
this.f9_1 = 10;
|
|
4879
|
-
if (!this.
|
|
4934
|
+
if (!this.z6i_1.m6h_1.equals(new Long(0, 0)) && this.z6i_1.n6h_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
4880
4935
|
this.e9_1 = 1;
|
|
4881
|
-
suspendResult = delay(this.
|
|
4936
|
+
suspendResult = delay(this.z6i_1.m6h_1, this);
|
|
4882
4937
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4883
4938
|
return suspendResult;
|
|
4884
4939
|
}
|
|
@@ -4892,20 +4947,20 @@
|
|
|
4892
4947
|
this.e9_1 = 2;
|
|
4893
4948
|
continue $sm;
|
|
4894
4949
|
case 2:
|
|
4895
|
-
this.
|
|
4896
|
-
this.
|
|
4897
|
-
if (this.
|
|
4950
|
+
this.e6j_1 = this.z6i_1.n6h_1;
|
|
4951
|
+
this.f6j_1 = this.e6j_1.n2_1;
|
|
4952
|
+
if (this.f6j_1 === 0) {
|
|
4898
4953
|
this.e9_1 = 8;
|
|
4899
|
-
suspendResult = delay(this.
|
|
4954
|
+
suspendResult = delay(this.z6i_1.l6h_1, this);
|
|
4900
4955
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4901
4956
|
return suspendResult;
|
|
4902
4957
|
}
|
|
4903
4958
|
continue $sm;
|
|
4904
4959
|
} else {
|
|
4905
|
-
if (this.
|
|
4906
|
-
if (!this.
|
|
4960
|
+
if (this.f6j_1 === 1) {
|
|
4961
|
+
if (!this.z6i_1.m6h_1.equals(new Long(0, 0))) {
|
|
4907
4962
|
this.e9_1 = 3;
|
|
4908
|
-
suspendResult = delay(this.
|
|
4963
|
+
suspendResult = delay(this.z6i_1.m6h_1, this);
|
|
4909
4964
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4910
4965
|
return suspendResult;
|
|
4911
4966
|
}
|
|
@@ -4928,14 +4983,14 @@
|
|
|
4928
4983
|
this.e9_1 = 5;
|
|
4929
4984
|
continue $sm;
|
|
4930
4985
|
case 5:
|
|
4931
|
-
if (!get_isActive(this.
|
|
4986
|
+
if (!get_isActive(this.d6j_1)) {
|
|
4932
4987
|
this.e9_1 = 7;
|
|
4933
4988
|
continue $sm;
|
|
4934
4989
|
}
|
|
4935
4990
|
|
|
4936
|
-
this.
|
|
4991
|
+
this.a6j_1.s6e(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.b6j_1, this.z6i_1, this.c6j_1, null));
|
|
4937
4992
|
this.e9_1 = 6;
|
|
4938
|
-
suspendResult = delay(this.
|
|
4993
|
+
suspendResult = delay(this.z6i_1.m6h_1, this);
|
|
4939
4994
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4940
4995
|
return suspendResult;
|
|
4941
4996
|
}
|
|
@@ -4945,12 +5000,12 @@
|
|
|
4945
5000
|
this.e9_1 = 5;
|
|
4946
5001
|
continue $sm;
|
|
4947
5002
|
case 7:
|
|
4948
|
-
this.
|
|
5003
|
+
this.g6j_1 = Unit_instance;
|
|
4949
5004
|
this.e9_1 = 9;
|
|
4950
5005
|
continue $sm;
|
|
4951
5006
|
case 8:
|
|
4952
5007
|
var tmp_1 = this;
|
|
4953
|
-
tmp_1.
|
|
5008
|
+
tmp_1.g6j_1 = this.a6j_1.s6e(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.b6j_1, this.z6i_1, this.c6j_1, null));
|
|
4954
5009
|
this.e9_1 = 9;
|
|
4955
5010
|
continue $sm;
|
|
4956
5011
|
case 9:
|
|
@@ -4970,8 +5025,8 @@
|
|
|
4970
5025
|
while (true);
|
|
4971
5026
|
};
|
|
4972
5027
|
protoOf(timerMiddleware$o$handle$slambda).o1d = function ($this$launchDefault, completion) {
|
|
4973
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
4974
|
-
i.
|
|
5028
|
+
var i = new timerMiddleware$o$handle$slambda(this.z6i_1, this.a6j_1, this.b6j_1, this.c6j_1, completion);
|
|
5029
|
+
i.d6j_1 = $this$launchDefault;
|
|
4975
5030
|
return i;
|
|
4976
5031
|
};
|
|
4977
5032
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -4983,25 +5038,25 @@
|
|
|
4983
5038
|
return l;
|
|
4984
5039
|
}
|
|
4985
5040
|
function _no_name_provided__qut3iv_0($asyncProvider, $jobsProvider) {
|
|
4986
|
-
this.
|
|
4987
|
-
this.
|
|
5041
|
+
this.h6j_1 = $asyncProvider;
|
|
5042
|
+
this.i6j_1 = $jobsProvider;
|
|
4988
5043
|
}
|
|
4989
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
5044
|
+
protoOf(_no_name_provided__qut3iv_0).s6h = function (action) {
|
|
4990
5045
|
return action instanceof TimerAction;
|
|
4991
5046
|
};
|
|
4992
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
5047
|
+
protoOf(_no_name_provided__qut3iv_0).j6j = function (store, next, action) {
|
|
4993
5048
|
// Inline function 'com.logic.redux.middlewares.timers.timerMiddleware.<anonymous>' call
|
|
4994
5049
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
4995
5050
|
if (action_0 instanceof StartTimerAction) {
|
|
4996
|
-
var job = this.
|
|
4997
|
-
this.
|
|
5051
|
+
var job = this.h6j_1.o6e(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.h6j_1, this.i6j_1, store, null));
|
|
5052
|
+
this.i6j_1.s6f(action_0.k6h_1, job);
|
|
4998
5053
|
} else {
|
|
4999
5054
|
if (action_0 instanceof StopTimerAction) {
|
|
5000
|
-
this.
|
|
5055
|
+
this.i6j_1.t6f(action_0.q6h_1);
|
|
5001
5056
|
} else {
|
|
5002
5057
|
if (action_0 instanceof TimerTickAction) {
|
|
5003
|
-
if (action_0.
|
|
5004
|
-
this.
|
|
5058
|
+
if (action_0.p6h_1.equals(TimerType_DELAY_getInstance())) {
|
|
5059
|
+
this.i6j_1.u6f(action_0.o6h_1);
|
|
5005
5060
|
}
|
|
5006
5061
|
} else {
|
|
5007
5062
|
noWhenBranchMatchedException();
|
|
@@ -5010,8 +5065,8 @@
|
|
|
5010
5065
|
}
|
|
5011
5066
|
next(action_0);
|
|
5012
5067
|
};
|
|
5013
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
5014
|
-
return this.
|
|
5068
|
+
protoOf(_no_name_provided__qut3iv_0).r6h = function (store, next, action) {
|
|
5069
|
+
return this.j6j(store, next, action);
|
|
5015
5070
|
};
|
|
5016
5071
|
function compose(functions) {
|
|
5017
5072
|
return compose$lambda(functions);
|
|
@@ -5055,7 +5110,7 @@
|
|
|
5055
5110
|
}
|
|
5056
5111
|
function createStore$dispatch(currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5057
5112
|
try {
|
|
5058
|
-
currentState._v = currentReducer._v.
|
|
5113
|
+
currentState._v = currentReducer._v.k6j(currentState._v, action);
|
|
5059
5114
|
stateTrigger.j1a(Unit_instance);
|
|
5060
5115
|
} catch ($p) {
|
|
5061
5116
|
if ($p instanceof Exception) {
|
|
@@ -5078,8 +5133,8 @@
|
|
|
5078
5133
|
};
|
|
5079
5134
|
}
|
|
5080
5135
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5081
|
-
this.
|
|
5082
|
-
this.
|
|
5136
|
+
this.t6j_1 = $$this$unsafeFlow;
|
|
5137
|
+
this.u6j_1 = this$0;
|
|
5083
5138
|
CoroutineImpl.call(this, resultContinuation);
|
|
5084
5139
|
}
|
|
5085
5140
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).i2r = function (value, $completion) {
|
|
@@ -5100,12 +5155,12 @@
|
|
|
5100
5155
|
case 0:
|
|
5101
5156
|
this.f9_1 = 2;
|
|
5102
5157
|
var tmp_0 = this;
|
|
5103
|
-
tmp_0.
|
|
5158
|
+
tmp_0.w6j_1 = this.t6j_1;
|
|
5104
5159
|
var tmp_1 = this;
|
|
5105
|
-
tmp_1.
|
|
5160
|
+
tmp_1.x6j_1 = this.v6j_1;
|
|
5106
5161
|
this.e9_1 = 1;
|
|
5107
|
-
this.
|
|
5108
|
-
suspendResult = this.
|
|
5162
|
+
this.x6j_1;
|
|
5163
|
+
suspendResult = this.w6j_1.a18(this.u6j_1.state, this);
|
|
5109
5164
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5110
5165
|
return suspendResult;
|
|
5111
5166
|
}
|
|
@@ -5128,8 +5183,8 @@
|
|
|
5128
5183
|
while (true);
|
|
5129
5184
|
};
|
|
5130
5185
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).j2r = function (value, completion) {
|
|
5131
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5132
|
-
i.
|
|
5186
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.t6j_1, this.u6j_1, completion);
|
|
5187
|
+
i.v6j_1 = value;
|
|
5133
5188
|
return i;
|
|
5134
5189
|
};
|
|
5135
5190
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5142,8 +5197,8 @@
|
|
|
5142
5197
|
}
|
|
5143
5198
|
function $collectCOROUTINE$2(_this__u8e3s4, collector, resultContinuation) {
|
|
5144
5199
|
CoroutineImpl.call(this, resultContinuation);
|
|
5145
|
-
this.
|
|
5146
|
-
this.
|
|
5200
|
+
this.g6k_1 = _this__u8e3s4;
|
|
5201
|
+
this.h6k_1 = collector;
|
|
5147
5202
|
}
|
|
5148
5203
|
protoOf($collectCOROUTINE$2).m9 = function () {
|
|
5149
5204
|
var suspendResult = this.g9_1;
|
|
@@ -5154,10 +5209,10 @@
|
|
|
5154
5209
|
case 0:
|
|
5155
5210
|
this.f9_1 = 2;
|
|
5156
5211
|
var tmp_0 = this;
|
|
5157
|
-
tmp_0.
|
|
5212
|
+
tmp_0.i6k_1 = this.h6k_1;
|
|
5158
5213
|
this.e9_1 = 1;
|
|
5159
|
-
var tmp_1 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0(this.
|
|
5160
|
-
suspendResult = this.
|
|
5214
|
+
var tmp_1 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0(this.i6k_1, this.g6k_1.k6k_1, null);
|
|
5215
|
+
suspendResult = this.g6k_1.j6k_1.j17(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
5161
5216
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5162
5217
|
return suspendResult;
|
|
5163
5218
|
}
|
|
@@ -5180,13 +5235,13 @@
|
|
|
5180
5235
|
while (true);
|
|
5181
5236
|
};
|
|
5182
5237
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5183
|
-
this.
|
|
5238
|
+
this.l6k_1 = function_0;
|
|
5184
5239
|
}
|
|
5185
5240
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).a18 = function (value, $completion) {
|
|
5186
|
-
return this.
|
|
5241
|
+
return this.l6k_1(value, $completion);
|
|
5187
5242
|
};
|
|
5188
5243
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).o3 = function () {
|
|
5189
|
-
return this.
|
|
5244
|
+
return this.l6k_1;
|
|
5190
5245
|
};
|
|
5191
5246
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5192
5247
|
var tmp;
|
|
@@ -5219,8 +5274,8 @@
|
|
|
5219
5274
|
};
|
|
5220
5275
|
}
|
|
5221
5276
|
function _no_name_provided__qut3iv_1($this, this$0) {
|
|
5222
|
-
this.
|
|
5223
|
-
this.
|
|
5277
|
+
this.j6k_1 = $this;
|
|
5278
|
+
this.k6k_1 = this$0;
|
|
5224
5279
|
}
|
|
5225
5280
|
protoOf(_no_name_provided__qut3iv_1).b18 = function (collector, $completion) {
|
|
5226
5281
|
var tmp = new $collectCOROUTINE$2(this, collector, $completion);
|
|
@@ -5232,33 +5287,33 @@
|
|
|
5232
5287
|
return this.b18(collector, $completion);
|
|
5233
5288
|
};
|
|
5234
5289
|
function createStore$2($currentState, $currentReducer, $stateTrigger, $logger) {
|
|
5235
|
-
this.
|
|
5236
|
-
this.
|
|
5237
|
-
this.
|
|
5290
|
+
this.p6k_1 = $currentState;
|
|
5291
|
+
this.q6k_1 = $stateTrigger;
|
|
5292
|
+
this.m6k_1 = this;
|
|
5238
5293
|
var tmp = this;
|
|
5239
|
-
tmp.
|
|
5294
|
+
tmp.n6k_1 = createStore$o$dispatch$lambda($currentState, $currentReducer, $stateTrigger, $logger);
|
|
5240
5295
|
var tmp_0 = this;
|
|
5241
|
-
tmp_0.
|
|
5296
|
+
tmp_0.o6k_1 = createStore$o$replaceReducer$lambda($currentReducer, $currentState, $stateTrigger, $logger);
|
|
5242
5297
|
}
|
|
5243
|
-
protoOf(createStore$2).
|
|
5244
|
-
return this.
|
|
5298
|
+
protoOf(createStore$2).r6k = function () {
|
|
5299
|
+
return this.m6k_1;
|
|
5245
5300
|
};
|
|
5246
|
-
protoOf(createStore$2).
|
|
5247
|
-
return createStore$getState(this.
|
|
5301
|
+
protoOf(createStore$2).y69 = function () {
|
|
5302
|
+
return createStore$getState(this.p6k_1);
|
|
5248
5303
|
};
|
|
5249
|
-
protoOf(createStore$2).
|
|
5250
|
-
this.
|
|
5304
|
+
protoOf(createStore$2).s6k = function (_set____db54di) {
|
|
5305
|
+
this.n6k_1 = _set____db54di;
|
|
5251
5306
|
};
|
|
5252
|
-
protoOf(createStore$2).
|
|
5253
|
-
return this.
|
|
5307
|
+
protoOf(createStore$2).t6k = function () {
|
|
5308
|
+
return this.n6k_1;
|
|
5254
5309
|
};
|
|
5255
|
-
protoOf(createStore$2).
|
|
5256
|
-
return this.
|
|
5310
|
+
protoOf(createStore$2).u6k = function () {
|
|
5311
|
+
return this.o6k_1;
|
|
5257
5312
|
};
|
|
5258
|
-
protoOf(createStore$2).
|
|
5313
|
+
protoOf(createStore$2).v6k = function () {
|
|
5259
5314
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5260
5315
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5261
|
-
var this_0 = this.
|
|
5316
|
+
var this_0 = this.q6k_1;
|
|
5262
5317
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5263
5318
|
return new _no_name_provided__qut3iv_1(this_0, this);
|
|
5264
5319
|
};
|
|
@@ -5336,10 +5391,10 @@
|
|
|
5336
5391
|
return new middleware$1(dispatch);
|
|
5337
5392
|
}
|
|
5338
5393
|
function middleware$1($dispatch) {
|
|
5339
|
-
this.
|
|
5394
|
+
this.w6k_1 = $dispatch;
|
|
5340
5395
|
}
|
|
5341
|
-
protoOf(middleware$1).
|
|
5342
|
-
this.
|
|
5396
|
+
protoOf(middleware$1).r6h = function (store, next, action) {
|
|
5397
|
+
this.w6k_1(store, next, action);
|
|
5343
5398
|
};
|
|
5344
5399
|
function Reducer() {
|
|
5345
5400
|
}
|
|
@@ -5347,13 +5402,13 @@
|
|
|
5347
5402
|
return new combineReducers$1(reducers);
|
|
5348
5403
|
}
|
|
5349
5404
|
function combineReducers$1($reducers) {
|
|
5350
|
-
this.
|
|
5405
|
+
this.x6k_1 = $reducers;
|
|
5351
5406
|
}
|
|
5352
|
-
protoOf(combineReducers$1).
|
|
5407
|
+
protoOf(combineReducers$1).y6k = function (state, action) {
|
|
5353
5408
|
// Inline function 'kotlin.collections.fold' call
|
|
5354
5409
|
// Inline function 'kotlin.collections.filter' call
|
|
5355
5410
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5356
|
-
var this_0 = this.
|
|
5411
|
+
var this_0 = this.x6k_1;
|
|
5357
5412
|
var destination = ArrayList_init_$Create$();
|
|
5358
5413
|
var inductionVariable = 0;
|
|
5359
5414
|
var last = this_0.length;
|
|
@@ -5361,7 +5416,7 @@
|
|
|
5361
5416
|
var element = this_0[inductionVariable];
|
|
5362
5417
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5363
5418
|
// Inline function 'com.logic.redux.store.definitions.<no name provided>.reduce.<anonymous>' call
|
|
5364
|
-
if (element.
|
|
5419
|
+
if (element.s6h(action)) {
|
|
5365
5420
|
destination.e(element);
|
|
5366
5421
|
}
|
|
5367
5422
|
}
|
|
@@ -5371,12 +5426,12 @@
|
|
|
5371
5426
|
var element_0 = tmp0_iterator.l();
|
|
5372
5427
|
// Inline function 'com.logic.redux.store.definitions.<no name provided>.reduce.<anonymous>' call
|
|
5373
5428
|
var s = accumulator;
|
|
5374
|
-
accumulator = element_0.
|
|
5429
|
+
accumulator = element_0.k6j(s, action);
|
|
5375
5430
|
}
|
|
5376
5431
|
return accumulator;
|
|
5377
5432
|
};
|
|
5378
|
-
protoOf(combineReducers$1).
|
|
5379
|
-
return this.
|
|
5433
|
+
protoOf(combineReducers$1).k6j = function (state, action) {
|
|
5434
|
+
return this.y6k((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5380
5435
|
};
|
|
5381
5436
|
function Store() {
|
|
5382
5437
|
}
|
|
@@ -5578,8 +5633,8 @@
|
|
|
5578
5633
|
var tmp0_elvis_lhs = toIntOrNull(split(_this__u8e3s4, ['.']).o(1));
|
|
5579
5634
|
return tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
|
|
5580
5635
|
}
|
|
5581
|
-
function _get_$
|
|
5582
|
-
return $this.
|
|
5636
|
+
function _get_$cachedSerializer__te6jhj_9($this) {
|
|
5637
|
+
return $this.z6k_1.u();
|
|
5583
5638
|
}
|
|
5584
5639
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
5585
5640
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -5619,10 +5674,10 @@
|
|
|
5619
5674
|
Companion_instance_19 = this;
|
|
5620
5675
|
var tmp = this;
|
|
5621
5676
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
5622
|
-
tmp.
|
|
5677
|
+
tmp.z6k_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
5623
5678
|
}
|
|
5624
5679
|
protoOf(Companion_17).s4v = function () {
|
|
5625
|
-
return _get_$
|
|
5680
|
+
return _get_$cachedSerializer__te6jhj_9(this);
|
|
5626
5681
|
};
|
|
5627
5682
|
protoOf(Companion_17).p4f = function (typeParamsSerializers) {
|
|
5628
5683
|
return this.s4v();
|
|
@@ -5678,7 +5733,7 @@
|
|
|
5678
5733
|
// Inline function 'kotlin.arrayOf' call
|
|
5679
5734
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
5680
5735
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5681
|
-
tmp.
|
|
5736
|
+
tmp.f6l_1 = [Companion_getInstance_19().s4v(), null, null, null, null];
|
|
5682
5737
|
}
|
|
5683
5738
|
protoOf(Companion_18).s4v = function () {
|
|
5684
5739
|
return $serializer_getInstance_7();
|
|
@@ -5697,12 +5752,12 @@
|
|
|
5697
5752
|
tmp0_serialDesc.p4e('tag', false);
|
|
5698
5753
|
tmp0_serialDesc.p4e('message', false);
|
|
5699
5754
|
tmp0_serialDesc.p4e('stackTrace', false);
|
|
5700
|
-
this.
|
|
5755
|
+
this.g6l_1 = tmp0_serialDesc;
|
|
5701
5756
|
}
|
|
5702
|
-
protoOf($serializer_7).
|
|
5703
|
-
var tmp0_desc = this.
|
|
5757
|
+
protoOf($serializer_7).h6l = function (encoder, value) {
|
|
5758
|
+
var tmp0_desc = this.g6l_1;
|
|
5704
5759
|
var tmp1_output = encoder.b47(tmp0_desc);
|
|
5705
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
5760
|
+
var tmp2_cached = Companion_getInstance_20().f6l_1;
|
|
5706
5761
|
tmp1_output.r48(tmp0_desc, 0, tmp2_cached[0], value.type);
|
|
5707
5762
|
tmp1_output.t48(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
5708
5763
|
tmp1_output.t48(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -5711,10 +5766,10 @@
|
|
|
5711
5766
|
tmp1_output.c47(tmp0_desc);
|
|
5712
5767
|
};
|
|
5713
5768
|
protoOf($serializer_7).o43 = function (encoder, value) {
|
|
5714
|
-
return this.
|
|
5769
|
+
return this.h6l(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
5715
5770
|
};
|
|
5716
5771
|
protoOf($serializer_7).p43 = function (decoder) {
|
|
5717
|
-
var tmp0_desc = this.
|
|
5772
|
+
var tmp0_desc = this.g6l_1;
|
|
5718
5773
|
var tmp1_flag = true;
|
|
5719
5774
|
var tmp2_index = 0;
|
|
5720
5775
|
var tmp3_bitMask0 = 0;
|
|
@@ -5724,7 +5779,7 @@
|
|
|
5724
5779
|
var tmp7_local3 = null;
|
|
5725
5780
|
var tmp8_local4 = null;
|
|
5726
5781
|
var tmp9_input = decoder.b47(tmp0_desc);
|
|
5727
|
-
var tmp10_cached = Companion_getInstance_20().
|
|
5782
|
+
var tmp10_cached = Companion_getInstance_20().f6l_1;
|
|
5728
5783
|
if (tmp9_input.q47()) {
|
|
5729
5784
|
tmp4_local0 = tmp9_input.n47(tmp0_desc, 0, tmp10_cached[0], tmp4_local0);
|
|
5730
5785
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -5771,13 +5826,13 @@
|
|
|
5771
5826
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
5772
5827
|
};
|
|
5773
5828
|
protoOf($serializer_7).n43 = function () {
|
|
5774
|
-
return this.
|
|
5829
|
+
return this.g6l_1;
|
|
5775
5830
|
};
|
|
5776
5831
|
protoOf($serializer_7).e4f = function () {
|
|
5777
5832
|
// Inline function 'kotlin.arrayOf' call
|
|
5778
5833
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
5779
5834
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5780
|
-
return [Companion_getInstance_20().
|
|
5835
|
+
return [Companion_getInstance_20().f6l_1[0], get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
5781
5836
|
};
|
|
5782
5837
|
var $serializer_instance_7;
|
|
5783
5838
|
function $serializer_getInstance_7() {
|
|
@@ -5787,7 +5842,7 @@
|
|
|
5787
5842
|
}
|
|
5788
5843
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
5789
5844
|
if (!(31 === (31 & seen0))) {
|
|
5790
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_7().
|
|
5845
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_7().g6l_1);
|
|
5791
5846
|
}
|
|
5792
5847
|
$this.type = type;
|
|
5793
5848
|
$this.key = key;
|
|
@@ -5813,13 +5868,13 @@
|
|
|
5813
5868
|
protoOf(LoggerOutputDataDto).t = function () {
|
|
5814
5869
|
return this.key;
|
|
5815
5870
|
};
|
|
5816
|
-
protoOf(LoggerOutputDataDto).
|
|
5871
|
+
protoOf(LoggerOutputDataDto).y68 = function () {
|
|
5817
5872
|
return this.tag;
|
|
5818
5873
|
};
|
|
5819
5874
|
protoOf(LoggerOutputDataDto).u9 = function () {
|
|
5820
5875
|
return this.message;
|
|
5821
5876
|
};
|
|
5822
|
-
protoOf(LoggerOutputDataDto).
|
|
5877
|
+
protoOf(LoggerOutputDataDto).i6l = function () {
|
|
5823
5878
|
return this.stackTrace;
|
|
5824
5879
|
};
|
|
5825
5880
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -5881,10 +5936,10 @@
|
|
|
5881
5936
|
protoOf(LoggerOutputDataDto).s5l = function () {
|
|
5882
5937
|
return this.message;
|
|
5883
5938
|
};
|
|
5884
|
-
protoOf(LoggerOutputDataDto).
|
|
5939
|
+
protoOf(LoggerOutputDataDto).v69 = function () {
|
|
5885
5940
|
return this.stackTrace;
|
|
5886
5941
|
};
|
|
5887
|
-
protoOf(LoggerOutputDataDto).
|
|
5942
|
+
protoOf(LoggerOutputDataDto).j6l = function (type, key, tag, message, stackTrace) {
|
|
5888
5943
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
5889
5944
|
};
|
|
5890
5945
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -5893,7 +5948,7 @@
|
|
|
5893
5948
|
tag = tag === VOID ? this.tag : tag;
|
|
5894
5949
|
message = message === VOID ? this.message : message;
|
|
5895
5950
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
5896
|
-
return this.
|
|
5951
|
+
return this.j6l(type, key, tag, message, stackTrace);
|
|
5897
5952
|
};
|
|
5898
5953
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
5899
5954
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -5925,19 +5980,19 @@
|
|
|
5925
5980
|
return true;
|
|
5926
5981
|
};
|
|
5927
5982
|
function checkInitialised($this) {
|
|
5928
|
-
if ($this.
|
|
5983
|
+
if ($this.k6l_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
5929
5984
|
Logger_getInstance().tn(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
5930
5985
|
}
|
|
5931
5986
|
}
|
|
5932
5987
|
function AppEnvironment() {
|
|
5933
5988
|
AppEnvironment_instance = this;
|
|
5934
|
-
this.
|
|
5989
|
+
this.k6l_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
5935
5990
|
}
|
|
5936
|
-
protoOf(AppEnvironment).
|
|
5937
|
-
this.
|
|
5991
|
+
protoOf(AppEnvironment).l6l = function (value) {
|
|
5992
|
+
this.k6l_1 = value;
|
|
5938
5993
|
};
|
|
5939
|
-
protoOf(AppEnvironment).
|
|
5940
|
-
var tmp = this.
|
|
5994
|
+
protoOf(AppEnvironment).m6l = function () {
|
|
5995
|
+
var tmp = this.k6l_1;
|
|
5941
5996
|
// Inline function 'kotlin.also' call
|
|
5942
5997
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
5943
5998
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -5992,45 +6047,45 @@
|
|
|
5992
6047
|
}
|
|
5993
6048
|
//region block: post-declaration
|
|
5994
6049
|
protoOf($serializer).f4f = typeParametersSerializers;
|
|
5995
|
-
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).
|
|
6050
|
+
defineProp(protoOf(CoreConfig), 'requireDirectoryPath', protoOf(CoreConfig).r68);
|
|
5996
6051
|
defineProp(protoOf(PlayerLostConnectionReason), 'playerId', function () {
|
|
5997
|
-
return this.
|
|
6052
|
+
return this.b69();
|
|
5998
6053
|
});
|
|
5999
6054
|
defineProp(protoOf(PlayerLostConnectionReason), 'connectionState', function () {
|
|
6000
|
-
return this.
|
|
6055
|
+
return this.c69();
|
|
6001
6056
|
});
|
|
6002
6057
|
defineProp(protoOf(PlayerTimeoutReason), 'playerId', function () {
|
|
6003
|
-
return this.
|
|
6058
|
+
return this.b69();
|
|
6004
6059
|
});
|
|
6005
6060
|
defineProp(protoOf(PlayerTimeoutReason), 'connectionState', function () {
|
|
6006
|
-
return this.
|
|
6061
|
+
return this.c69();
|
|
6007
6062
|
});
|
|
6008
6063
|
defineProp(protoOf(PlayerExitReason), 'playerId', function () {
|
|
6009
|
-
return this.
|
|
6064
|
+
return this.b69();
|
|
6010
6065
|
});
|
|
6011
6066
|
defineProp(protoOf(PlayerExitReason), 'connectionState', function () {
|
|
6012
|
-
return this.
|
|
6067
|
+
return this.c69();
|
|
6013
6068
|
});
|
|
6014
6069
|
defineProp(protoOf(Reason), 'name', protoOf(Reason).o2);
|
|
6015
6070
|
defineProp(protoOf(Reason), 'ordinal', protoOf(Reason).p2);
|
|
6016
6071
|
defineProp(protoOf(Reason_0), 'name', protoOf(Reason_0).o2);
|
|
6017
6072
|
defineProp(protoOf(Reason_0), 'ordinal', protoOf(Reason_0).p2);
|
|
6018
6073
|
defineProp(protoOf(GameUserInfo), 'playerId', function () {
|
|
6019
|
-
return this.
|
|
6074
|
+
return this.b69();
|
|
6020
6075
|
});
|
|
6021
6076
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
6022
|
-
return this.
|
|
6077
|
+
return this.b69();
|
|
6023
6078
|
});
|
|
6024
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
6025
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
6026
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
6027
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
6028
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
6029
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
6030
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
6031
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnected', protoOf(PlayerConnectionState).
|
|
6032
|
-
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).
|
|
6033
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
6079
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).g6b);
|
|
6080
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).h6b);
|
|
6081
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).i6b);
|
|
6082
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).j6b);
|
|
6083
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).k6b);
|
|
6084
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).l6b);
|
|
6085
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).m6b);
|
|
6086
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnected', protoOf(PlayerConnectionState).n6b);
|
|
6087
|
+
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).o6b);
|
|
6088
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).p6b);
|
|
6034
6089
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).o2);
|
|
6035
6090
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).p2);
|
|
6036
6091
|
protoOf($serializer_0).f4f = typeParametersSerializers;
|
|
@@ -6040,53 +6095,53 @@
|
|
|
6040
6095
|
protoOf($serializer_4).f4f = typeParametersSerializers;
|
|
6041
6096
|
protoOf($serializer_5).f4f = typeParametersSerializers;
|
|
6042
6097
|
protoOf($serializer_6).f4f = typeParametersSerializers;
|
|
6043
|
-
protoOf(AsyncProviderImpl).
|
|
6044
|
-
protoOf(AsyncProviderImpl).
|
|
6045
|
-
protoOf(AsyncProviderImpl).
|
|
6046
|
-
protoOf(TimerAction).
|
|
6098
|
+
protoOf(AsyncProviderImpl).s6e = launchMain$default;
|
|
6099
|
+
protoOf(AsyncProviderImpl).o6e = launchDefault$default;
|
|
6100
|
+
protoOf(AsyncProviderImpl).q6e = launchDefaultWithLock$default;
|
|
6101
|
+
protoOf(TimerAction).f6h = get_actionTag;
|
|
6047
6102
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
6048
|
-
return this.
|
|
6103
|
+
return this.f6h();
|
|
6049
6104
|
});
|
|
6050
6105
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
6051
|
-
return this.
|
|
6106
|
+
return this.f6h();
|
|
6052
6107
|
});
|
|
6053
6108
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
6054
|
-
return this.
|
|
6109
|
+
return this.f6h();
|
|
6055
6110
|
});
|
|
6056
6111
|
protoOf(StopTimerAction).notValidateWhenFinishing = notValidateWhenFinishing;
|
|
6057
6112
|
protoOf(StopTimerAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
6058
6113
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
6059
|
-
return this.
|
|
6114
|
+
return this.f6h();
|
|
6060
6115
|
});
|
|
6061
6116
|
defineProp(protoOf(createStore$2), 'store', function () {
|
|
6062
|
-
return this.
|
|
6117
|
+
return this.r6k();
|
|
6063
6118
|
});
|
|
6064
6119
|
defineProp(protoOf(createStore$2), 'state', function () {
|
|
6065
|
-
return this.
|
|
6120
|
+
return this.y69();
|
|
6066
6121
|
});
|
|
6067
6122
|
defineProp(protoOf(createStore$2), 'dispatch', function () {
|
|
6068
|
-
return this.
|
|
6123
|
+
return this.t6k();
|
|
6069
6124
|
}, function (value) {
|
|
6070
|
-
this.
|
|
6125
|
+
this.s6k(value);
|
|
6071
6126
|
});
|
|
6072
6127
|
defineProp(protoOf(createStore$2), 'replaceReducer', function () {
|
|
6073
|
-
return this.
|
|
6128
|
+
return this.u6k();
|
|
6074
6129
|
});
|
|
6075
6130
|
defineProp(protoOf(createStore$2), 'observe', function () {
|
|
6076
|
-
return this.
|
|
6131
|
+
return this.v6k();
|
|
6077
6132
|
});
|
|
6078
|
-
protoOf(ActionTypes).
|
|
6133
|
+
protoOf(ActionTypes).f6h = get_actionTag;
|
|
6079
6134
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
6080
|
-
return this.
|
|
6135
|
+
return this.f6h();
|
|
6081
6136
|
});
|
|
6082
6137
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
6083
|
-
return this.
|
|
6138
|
+
return this.f6h();
|
|
6084
6139
|
});
|
|
6085
6140
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
6086
|
-
return this.
|
|
6141
|
+
return this.f6h();
|
|
6087
6142
|
});
|
|
6088
|
-
protoOf(middleware$1).
|
|
6089
|
-
protoOf(combineReducers$1).
|
|
6143
|
+
protoOf(middleware$1).s6h = canHandle;
|
|
6144
|
+
protoOf(combineReducers$1).s6h = canHandle_0;
|
|
6090
6145
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).o2);
|
|
6091
6146
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).p2);
|
|
6092
6147
|
protoOf($serializer_7).f4f = typeParametersSerializers;
|
|
@@ -6094,7 +6149,7 @@
|
|
|
6094
6149
|
//region block: init
|
|
6095
6150
|
GameEngineConfig_instance = new GameEngineConfig();
|
|
6096
6151
|
Toggles_instance = new Toggles();
|
|
6097
|
-
|
|
6152
|
+
Companion_instance_2 = new Companion_0();
|
|
6098
6153
|
Companion_instance_3 = new Companion_1();
|
|
6099
6154
|
Companion_instance_4 = new Companion_2();
|
|
6100
6155
|
Companion_instance_7 = new Companion_5();
|
|
@@ -6338,7 +6393,7 @@
|
|
|
6338
6393
|
_.$_$.f4 = $serializer_getInstance_6;
|
|
6339
6394
|
_.$_$.g4 = ProcessingReasonDto_getInstance;
|
|
6340
6395
|
_.$_$.h4 = Companion_getInstance_11;
|
|
6341
|
-
_.$_$.i4 =
|
|
6396
|
+
_.$_$.i4 = Companion_getInstance_1;
|
|
6342
6397
|
_.$_$.j4 = Companion_instance_4;
|
|
6343
6398
|
_.$_$.k4 = ProcessingReason_getInstance;
|
|
6344
6399
|
_.$_$.l4 = RestartGameReason_getInstance;
|