raspberry_games_engine_helpers 1.8.310 → 1.8.318
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/Logic_Debertz-core.js +235 -200
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +21 -15
- package/Logic_Debertz-engine.js +6788 -6733
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +24 -24
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-random.js +2 -2
- package/raspberry-cardgame-lib-random.js.map +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
tmp = types;
|
|
208
208
|
}
|
|
209
209
|
types = tmp;
|
|
210
|
-
return this.
|
|
210
|
+
return this.v2c(types);
|
|
211
211
|
}
|
|
212
212
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
213
213
|
initMetadataForCompanion(Companion_20);
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
|
|
216
216
|
//endregion
|
|
217
217
|
function GameEngineConfig() {
|
|
218
|
-
this.version = '1.8.
|
|
218
|
+
this.version = '1.8.318';
|
|
219
219
|
}
|
|
220
220
|
protoOf(GameEngineConfig).o25 = function () {
|
|
221
221
|
return this.version;
|
|
@@ -1101,7 +1101,7 @@
|
|
|
1101
1101
|
}
|
|
1102
1102
|
var tmp_4 = tmp_3;
|
|
1103
1103
|
// Inline function 'kotlin.takeIf' call
|
|
1104
|
-
var this_2 = '
|
|
1104
|
+
var this_2 = 'factor=' + this.initialLuckyFactor;
|
|
1105
1105
|
// Inline function 'kotlin.contracts.contract' call
|
|
1106
1106
|
var tmp_5;
|
|
1107
1107
|
// Inline function 'com.logic.data.models.player.GameUserInfo.toString.<anonymous>' call
|
|
@@ -3239,7 +3239,7 @@
|
|
|
3239
3239
|
// Inline function 'kotlin.arrayOf' call
|
|
3240
3240
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3241
3241
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3242
|
-
tmp.h2b_1 = [null, null, null, null, null, null, null, new ArrayListSerializer(StringSerializer_getInstance()), new ArrayListSerializer(StringSerializer_getInstance()), null, null, new ArrayListSerializer(StringSerializer_getInstance()), null, null, null, null, null, null, null, null, null, null, null, null, null];
|
|
3242
|
+
tmp.h2b_1 = [null, null, null, null, null, null, null, null, new ArrayListSerializer(StringSerializer_getInstance()), new ArrayListSerializer(StringSerializer_getInstance()), null, null, new ArrayListSerializer(StringSerializer_getInstance()), null, null, null, null, null, null, null, null, null, null, null, null, null];
|
|
3243
3243
|
}
|
|
3244
3244
|
var Companion_instance_18;
|
|
3245
3245
|
function Companion_getInstance_20() {
|
|
@@ -3249,7 +3249,8 @@
|
|
|
3249
3249
|
}
|
|
3250
3250
|
function $serializer_9() {
|
|
3251
3251
|
$serializer_instance_9 = this;
|
|
3252
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.rules.RulesDto', this,
|
|
3252
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.rules.RulesDto', this, 26);
|
|
3253
|
+
tmp0_serialDesc.iv('name', false);
|
|
3253
3254
|
tmp0_serialDesc.iv('playerWhoChooseSuitGoFirst', false);
|
|
3254
3255
|
tmp0_serialDesc.iv('winnerShuffleCards', false);
|
|
3255
3256
|
tmp0_serialDesc.iv('playWithoutLiabilities', false);
|
|
@@ -3281,19 +3282,19 @@
|
|
|
3281
3282
|
var tmp0_desc = this.i2b_1;
|
|
3282
3283
|
var tmp1_output = encoder.sn(tmp0_desc);
|
|
3283
3284
|
var tmp2_cached = Companion_getInstance_20().h2b_1;
|
|
3284
|
-
tmp1_output.lp(tmp0_desc, 0,
|
|
3285
|
+
tmp1_output.lp(tmp0_desc, 0, StringSerializer_getInstance(), value.k2b_1);
|
|
3285
3286
|
tmp1_output.lp(tmp0_desc, 1, BooleanSerializer_getInstance(), value.l2b_1);
|
|
3286
3287
|
tmp1_output.lp(tmp0_desc, 2, BooleanSerializer_getInstance(), value.m2b_1);
|
|
3287
3288
|
tmp1_output.lp(tmp0_desc, 3, BooleanSerializer_getInstance(), value.n2b_1);
|
|
3288
|
-
tmp1_output.lp(tmp0_desc, 4,
|
|
3289
|
+
tmp1_output.lp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.o2b_1);
|
|
3289
3290
|
tmp1_output.lp(tmp0_desc, 5, IntSerializer_getInstance(), value.p2b_1);
|
|
3290
|
-
tmp1_output.lp(tmp0_desc, 6,
|
|
3291
|
-
tmp1_output.lp(tmp0_desc, 7,
|
|
3291
|
+
tmp1_output.lp(tmp0_desc, 6, IntSerializer_getInstance(), value.q2b_1);
|
|
3292
|
+
tmp1_output.lp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.r2b_1);
|
|
3292
3293
|
tmp1_output.lp(tmp0_desc, 8, tmp2_cached[8], value.s2b_1);
|
|
3293
|
-
tmp1_output.lp(tmp0_desc, 9,
|
|
3294
|
-
tmp1_output.lp(tmp0_desc, 10,
|
|
3295
|
-
tmp1_output.lp(tmp0_desc, 11,
|
|
3296
|
-
tmp1_output.lp(tmp0_desc, 12,
|
|
3294
|
+
tmp1_output.lp(tmp0_desc, 9, tmp2_cached[9], value.t2b_1);
|
|
3295
|
+
tmp1_output.lp(tmp0_desc, 10, BooleanSerializer_getInstance(), value.u2b_1);
|
|
3296
|
+
tmp1_output.lp(tmp0_desc, 11, StringSerializer_getInstance(), value.v2b_1);
|
|
3297
|
+
tmp1_output.lp(tmp0_desc, 12, tmp2_cached[12], value.w2b_1);
|
|
3297
3298
|
tmp1_output.lp(tmp0_desc, 13, BooleanSerializer_getInstance(), value.x2b_1);
|
|
3298
3299
|
tmp1_output.lp(tmp0_desc, 14, BooleanSerializer_getInstance(), value.y2b_1);
|
|
3299
3300
|
tmp1_output.lp(tmp0_desc, 15, BooleanSerializer_getInstance(), value.z2b_1);
|
|
@@ -3301,11 +3302,12 @@
|
|
|
3301
3302
|
tmp1_output.lp(tmp0_desc, 17, BooleanSerializer_getInstance(), value.b2c_1);
|
|
3302
3303
|
tmp1_output.lp(tmp0_desc, 18, BooleanSerializer_getInstance(), value.c2c_1);
|
|
3303
3304
|
tmp1_output.lp(tmp0_desc, 19, BooleanSerializer_getInstance(), value.d2c_1);
|
|
3304
|
-
tmp1_output.lp(tmp0_desc, 20,
|
|
3305
|
-
tmp1_output.lp(tmp0_desc, 21,
|
|
3306
|
-
tmp1_output.lp(tmp0_desc, 22,
|
|
3307
|
-
tmp1_output.lp(tmp0_desc, 23,
|
|
3308
|
-
tmp1_output.lp(tmp0_desc, 24,
|
|
3305
|
+
tmp1_output.lp(tmp0_desc, 20, BooleanSerializer_getInstance(), value.e2c_1);
|
|
3306
|
+
tmp1_output.lp(tmp0_desc, 21, StringSerializer_getInstance(), value.f2c_1);
|
|
3307
|
+
tmp1_output.lp(tmp0_desc, 22, BooleanSerializer_getInstance(), value.g2c_1);
|
|
3308
|
+
tmp1_output.lp(tmp0_desc, 23, IntSerializer_getInstance(), value.h2c_1);
|
|
3309
|
+
tmp1_output.lp(tmp0_desc, 24, BooleanSerializer_getInstance(), value.i2c_1);
|
|
3310
|
+
tmp1_output.lp(tmp0_desc, 25, IntSerializer_getInstance(), value.j2c_1);
|
|
3309
3311
|
tmp1_output.tn(tmp0_desc);
|
|
3310
3312
|
};
|
|
3311
3313
|
protoOf($serializer_9).kk = function (encoder, value) {
|
|
@@ -3341,172 +3343,179 @@
|
|
|
3341
3343
|
var tmp26_local22 = null;
|
|
3342
3344
|
var tmp27_local23 = null;
|
|
3343
3345
|
var tmp28_local24 = null;
|
|
3344
|
-
var
|
|
3345
|
-
var
|
|
3346
|
-
|
|
3347
|
-
|
|
3346
|
+
var tmp29_local25 = null;
|
|
3347
|
+
var tmp30_input = decoder.sn(tmp0_desc);
|
|
3348
|
+
var tmp31_cached = Companion_getInstance_20().h2b_1;
|
|
3349
|
+
if (tmp30_input.io()) {
|
|
3350
|
+
tmp4_local0 = tmp30_input.go(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3348
3351
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3349
|
-
tmp5_local1 =
|
|
3352
|
+
tmp5_local1 = tmp30_input.go(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
3350
3353
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3351
|
-
tmp6_local2 =
|
|
3354
|
+
tmp6_local2 = tmp30_input.go(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
3352
3355
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3353
|
-
tmp7_local3 =
|
|
3356
|
+
tmp7_local3 = tmp30_input.go(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
|
|
3354
3357
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3355
|
-
tmp8_local4 =
|
|
3358
|
+
tmp8_local4 = tmp30_input.go(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp8_local4);
|
|
3356
3359
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
3357
|
-
tmp9_local5 =
|
|
3360
|
+
tmp9_local5 = tmp30_input.go(tmp0_desc, 5, IntSerializer_getInstance(), tmp9_local5);
|
|
3358
3361
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
3359
|
-
tmp10_local6 =
|
|
3362
|
+
tmp10_local6 = tmp30_input.go(tmp0_desc, 6, IntSerializer_getInstance(), tmp10_local6);
|
|
3360
3363
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
3361
|
-
tmp11_local7 =
|
|
3364
|
+
tmp11_local7 = tmp30_input.go(tmp0_desc, 7, BooleanSerializer_getInstance(), tmp11_local7);
|
|
3362
3365
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
3363
|
-
tmp12_local8 =
|
|
3366
|
+
tmp12_local8 = tmp30_input.go(tmp0_desc, 8, tmp31_cached[8], tmp12_local8);
|
|
3364
3367
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
3365
|
-
tmp13_local9 =
|
|
3368
|
+
tmp13_local9 = tmp30_input.go(tmp0_desc, 9, tmp31_cached[9], tmp13_local9);
|
|
3366
3369
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
3367
|
-
tmp14_local10 =
|
|
3370
|
+
tmp14_local10 = tmp30_input.go(tmp0_desc, 10, BooleanSerializer_getInstance(), tmp14_local10);
|
|
3368
3371
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
3369
|
-
tmp15_local11 =
|
|
3372
|
+
tmp15_local11 = tmp30_input.go(tmp0_desc, 11, StringSerializer_getInstance(), tmp15_local11);
|
|
3370
3373
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
3371
|
-
tmp16_local12 =
|
|
3374
|
+
tmp16_local12 = tmp30_input.go(tmp0_desc, 12, tmp31_cached[12], tmp16_local12);
|
|
3372
3375
|
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
3373
|
-
tmp17_local13 =
|
|
3376
|
+
tmp17_local13 = tmp30_input.go(tmp0_desc, 13, BooleanSerializer_getInstance(), tmp17_local13);
|
|
3374
3377
|
tmp3_bitMask0 = tmp3_bitMask0 | 8192;
|
|
3375
|
-
tmp18_local14 =
|
|
3378
|
+
tmp18_local14 = tmp30_input.go(tmp0_desc, 14, BooleanSerializer_getInstance(), tmp18_local14);
|
|
3376
3379
|
tmp3_bitMask0 = tmp3_bitMask0 | 16384;
|
|
3377
|
-
tmp19_local15 =
|
|
3380
|
+
tmp19_local15 = tmp30_input.go(tmp0_desc, 15, BooleanSerializer_getInstance(), tmp19_local15);
|
|
3378
3381
|
tmp3_bitMask0 = tmp3_bitMask0 | 32768;
|
|
3379
|
-
tmp20_local16 =
|
|
3382
|
+
tmp20_local16 = tmp30_input.go(tmp0_desc, 16, BooleanSerializer_getInstance(), tmp20_local16);
|
|
3380
3383
|
tmp3_bitMask0 = tmp3_bitMask0 | 65536;
|
|
3381
|
-
tmp21_local17 =
|
|
3384
|
+
tmp21_local17 = tmp30_input.go(tmp0_desc, 17, BooleanSerializer_getInstance(), tmp21_local17);
|
|
3382
3385
|
tmp3_bitMask0 = tmp3_bitMask0 | 131072;
|
|
3383
|
-
tmp22_local18 =
|
|
3386
|
+
tmp22_local18 = tmp30_input.go(tmp0_desc, 18, BooleanSerializer_getInstance(), tmp22_local18);
|
|
3384
3387
|
tmp3_bitMask0 = tmp3_bitMask0 | 262144;
|
|
3385
|
-
tmp23_local19 =
|
|
3388
|
+
tmp23_local19 = tmp30_input.go(tmp0_desc, 19, BooleanSerializer_getInstance(), tmp23_local19);
|
|
3386
3389
|
tmp3_bitMask0 = tmp3_bitMask0 | 524288;
|
|
3387
|
-
tmp24_local20 =
|
|
3390
|
+
tmp24_local20 = tmp30_input.go(tmp0_desc, 20, BooleanSerializer_getInstance(), tmp24_local20);
|
|
3388
3391
|
tmp3_bitMask0 = tmp3_bitMask0 | 1048576;
|
|
3389
|
-
tmp25_local21 =
|
|
3392
|
+
tmp25_local21 = tmp30_input.go(tmp0_desc, 21, StringSerializer_getInstance(), tmp25_local21);
|
|
3390
3393
|
tmp3_bitMask0 = tmp3_bitMask0 | 2097152;
|
|
3391
|
-
tmp26_local22 =
|
|
3394
|
+
tmp26_local22 = tmp30_input.go(tmp0_desc, 22, BooleanSerializer_getInstance(), tmp26_local22);
|
|
3392
3395
|
tmp3_bitMask0 = tmp3_bitMask0 | 4194304;
|
|
3393
|
-
tmp27_local23 =
|
|
3396
|
+
tmp27_local23 = tmp30_input.go(tmp0_desc, 23, IntSerializer_getInstance(), tmp27_local23);
|
|
3394
3397
|
tmp3_bitMask0 = tmp3_bitMask0 | 8388608;
|
|
3395
|
-
tmp28_local24 =
|
|
3398
|
+
tmp28_local24 = tmp30_input.go(tmp0_desc, 24, BooleanSerializer_getInstance(), tmp28_local24);
|
|
3396
3399
|
tmp3_bitMask0 = tmp3_bitMask0 | 16777216;
|
|
3400
|
+
tmp29_local25 = tmp30_input.go(tmp0_desc, 25, IntSerializer_getInstance(), tmp29_local25);
|
|
3401
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 33554432;
|
|
3397
3402
|
} else
|
|
3398
3403
|
while (tmp1_flag) {
|
|
3399
|
-
tmp2_index =
|
|
3404
|
+
tmp2_index = tmp30_input.jo(tmp0_desc);
|
|
3400
3405
|
switch (tmp2_index) {
|
|
3401
3406
|
case -1:
|
|
3402
3407
|
tmp1_flag = false;
|
|
3403
3408
|
break;
|
|
3404
3409
|
case 0:
|
|
3405
|
-
tmp4_local0 =
|
|
3410
|
+
tmp4_local0 = tmp30_input.go(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3406
3411
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3407
3412
|
break;
|
|
3408
3413
|
case 1:
|
|
3409
|
-
tmp5_local1 =
|
|
3414
|
+
tmp5_local1 = tmp30_input.go(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
|
|
3410
3415
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3411
3416
|
break;
|
|
3412
3417
|
case 2:
|
|
3413
|
-
tmp6_local2 =
|
|
3418
|
+
tmp6_local2 = tmp30_input.go(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
|
|
3414
3419
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3415
3420
|
break;
|
|
3416
3421
|
case 3:
|
|
3417
|
-
tmp7_local3 =
|
|
3422
|
+
tmp7_local3 = tmp30_input.go(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
|
|
3418
3423
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3419
3424
|
break;
|
|
3420
3425
|
case 4:
|
|
3421
|
-
tmp8_local4 =
|
|
3426
|
+
tmp8_local4 = tmp30_input.go(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp8_local4);
|
|
3422
3427
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
3423
3428
|
break;
|
|
3424
3429
|
case 5:
|
|
3425
|
-
tmp9_local5 =
|
|
3430
|
+
tmp9_local5 = tmp30_input.go(tmp0_desc, 5, IntSerializer_getInstance(), tmp9_local5);
|
|
3426
3431
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
3427
3432
|
break;
|
|
3428
3433
|
case 6:
|
|
3429
|
-
tmp10_local6 =
|
|
3434
|
+
tmp10_local6 = tmp30_input.go(tmp0_desc, 6, IntSerializer_getInstance(), tmp10_local6);
|
|
3430
3435
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
3431
3436
|
break;
|
|
3432
3437
|
case 7:
|
|
3433
|
-
tmp11_local7 =
|
|
3438
|
+
tmp11_local7 = tmp30_input.go(tmp0_desc, 7, BooleanSerializer_getInstance(), tmp11_local7);
|
|
3434
3439
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
3435
3440
|
break;
|
|
3436
3441
|
case 8:
|
|
3437
|
-
tmp12_local8 =
|
|
3442
|
+
tmp12_local8 = tmp30_input.go(tmp0_desc, 8, tmp31_cached[8], tmp12_local8);
|
|
3438
3443
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
3439
3444
|
break;
|
|
3440
3445
|
case 9:
|
|
3441
|
-
tmp13_local9 =
|
|
3446
|
+
tmp13_local9 = tmp30_input.go(tmp0_desc, 9, tmp31_cached[9], tmp13_local9);
|
|
3442
3447
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
3443
3448
|
break;
|
|
3444
3449
|
case 10:
|
|
3445
|
-
tmp14_local10 =
|
|
3450
|
+
tmp14_local10 = tmp30_input.go(tmp0_desc, 10, BooleanSerializer_getInstance(), tmp14_local10);
|
|
3446
3451
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
3447
3452
|
break;
|
|
3448
3453
|
case 11:
|
|
3449
|
-
tmp15_local11 =
|
|
3454
|
+
tmp15_local11 = tmp30_input.go(tmp0_desc, 11, StringSerializer_getInstance(), tmp15_local11);
|
|
3450
3455
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
3451
3456
|
break;
|
|
3452
3457
|
case 12:
|
|
3453
|
-
tmp16_local12 =
|
|
3458
|
+
tmp16_local12 = tmp30_input.go(tmp0_desc, 12, tmp31_cached[12], tmp16_local12);
|
|
3454
3459
|
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
3455
3460
|
break;
|
|
3456
3461
|
case 13:
|
|
3457
|
-
tmp17_local13 =
|
|
3462
|
+
tmp17_local13 = tmp30_input.go(tmp0_desc, 13, BooleanSerializer_getInstance(), tmp17_local13);
|
|
3458
3463
|
tmp3_bitMask0 = tmp3_bitMask0 | 8192;
|
|
3459
3464
|
break;
|
|
3460
3465
|
case 14:
|
|
3461
|
-
tmp18_local14 =
|
|
3466
|
+
tmp18_local14 = tmp30_input.go(tmp0_desc, 14, BooleanSerializer_getInstance(), tmp18_local14);
|
|
3462
3467
|
tmp3_bitMask0 = tmp3_bitMask0 | 16384;
|
|
3463
3468
|
break;
|
|
3464
3469
|
case 15:
|
|
3465
|
-
tmp19_local15 =
|
|
3470
|
+
tmp19_local15 = tmp30_input.go(tmp0_desc, 15, BooleanSerializer_getInstance(), tmp19_local15);
|
|
3466
3471
|
tmp3_bitMask0 = tmp3_bitMask0 | 32768;
|
|
3467
3472
|
break;
|
|
3468
3473
|
case 16:
|
|
3469
|
-
tmp20_local16 =
|
|
3474
|
+
tmp20_local16 = tmp30_input.go(tmp0_desc, 16, BooleanSerializer_getInstance(), tmp20_local16);
|
|
3470
3475
|
tmp3_bitMask0 = tmp3_bitMask0 | 65536;
|
|
3471
3476
|
break;
|
|
3472
3477
|
case 17:
|
|
3473
|
-
tmp21_local17 =
|
|
3478
|
+
tmp21_local17 = tmp30_input.go(tmp0_desc, 17, BooleanSerializer_getInstance(), tmp21_local17);
|
|
3474
3479
|
tmp3_bitMask0 = tmp3_bitMask0 | 131072;
|
|
3475
3480
|
break;
|
|
3476
3481
|
case 18:
|
|
3477
|
-
tmp22_local18 =
|
|
3482
|
+
tmp22_local18 = tmp30_input.go(tmp0_desc, 18, BooleanSerializer_getInstance(), tmp22_local18);
|
|
3478
3483
|
tmp3_bitMask0 = tmp3_bitMask0 | 262144;
|
|
3479
3484
|
break;
|
|
3480
3485
|
case 19:
|
|
3481
|
-
tmp23_local19 =
|
|
3486
|
+
tmp23_local19 = tmp30_input.go(tmp0_desc, 19, BooleanSerializer_getInstance(), tmp23_local19);
|
|
3482
3487
|
tmp3_bitMask0 = tmp3_bitMask0 | 524288;
|
|
3483
3488
|
break;
|
|
3484
3489
|
case 20:
|
|
3485
|
-
tmp24_local20 =
|
|
3490
|
+
tmp24_local20 = tmp30_input.go(tmp0_desc, 20, BooleanSerializer_getInstance(), tmp24_local20);
|
|
3486
3491
|
tmp3_bitMask0 = tmp3_bitMask0 | 1048576;
|
|
3487
3492
|
break;
|
|
3488
3493
|
case 21:
|
|
3489
|
-
tmp25_local21 =
|
|
3494
|
+
tmp25_local21 = tmp30_input.go(tmp0_desc, 21, StringSerializer_getInstance(), tmp25_local21);
|
|
3490
3495
|
tmp3_bitMask0 = tmp3_bitMask0 | 2097152;
|
|
3491
3496
|
break;
|
|
3492
3497
|
case 22:
|
|
3493
|
-
tmp26_local22 =
|
|
3498
|
+
tmp26_local22 = tmp30_input.go(tmp0_desc, 22, BooleanSerializer_getInstance(), tmp26_local22);
|
|
3494
3499
|
tmp3_bitMask0 = tmp3_bitMask0 | 4194304;
|
|
3495
3500
|
break;
|
|
3496
3501
|
case 23:
|
|
3497
|
-
tmp27_local23 =
|
|
3502
|
+
tmp27_local23 = tmp30_input.go(tmp0_desc, 23, IntSerializer_getInstance(), tmp27_local23);
|
|
3498
3503
|
tmp3_bitMask0 = tmp3_bitMask0 | 8388608;
|
|
3499
3504
|
break;
|
|
3500
3505
|
case 24:
|
|
3501
|
-
tmp28_local24 =
|
|
3506
|
+
tmp28_local24 = tmp30_input.go(tmp0_desc, 24, BooleanSerializer_getInstance(), tmp28_local24);
|
|
3502
3507
|
tmp3_bitMask0 = tmp3_bitMask0 | 16777216;
|
|
3503
3508
|
break;
|
|
3509
|
+
case 25:
|
|
3510
|
+
tmp29_local25 = tmp30_input.go(tmp0_desc, 25, IntSerializer_getInstance(), tmp29_local25);
|
|
3511
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 33554432;
|
|
3512
|
+
break;
|
|
3504
3513
|
default:
|
|
3505
3514
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
3506
3515
|
}
|
|
3507
3516
|
}
|
|
3508
|
-
|
|
3509
|
-
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, tmp28_local24, null);
|
|
3517
|
+
tmp30_input.tn(tmp0_desc);
|
|
3518
|
+
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, tmp28_local24, tmp29_local25, null);
|
|
3510
3519
|
};
|
|
3511
3520
|
protoOf($serializer_9).jk = function () {
|
|
3512
3521
|
return this.i2b_1;
|
|
@@ -3516,7 +3525,7 @@
|
|
|
3516
3525
|
// Inline function 'kotlin.arrayOf' call
|
|
3517
3526
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3518
3527
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3519
|
-
return [get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(tmp0_cached[
|
|
3528
|
+
return [get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(tmp0_cached[8]), get_nullable(tmp0_cached[9]), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(tmp0_cached[12]), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance())];
|
|
3520
3529
|
};
|
|
3521
3530
|
var $serializer_instance_9;
|
|
3522
3531
|
function $serializer_getInstance_9() {
|
|
@@ -3524,85 +3533,87 @@
|
|
|
3524
3533
|
new $serializer_9();
|
|
3525
3534
|
return $serializer_instance_9;
|
|
3526
3535
|
}
|
|
3527
|
-
function RulesDto_init_$Init$(seen0, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
3528
|
-
if (!(
|
|
3529
|
-
throwMissingFieldException(seen0,
|
|
3536
|
+
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
3537
|
+
if (!(67108863 === (67108863 & seen0))) {
|
|
3538
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().i2b_1);
|
|
3530
3539
|
}
|
|
3531
|
-
$this.k2b_1 =
|
|
3532
|
-
$this.l2b_1 =
|
|
3533
|
-
$this.m2b_1 =
|
|
3534
|
-
$this.n2b_1 =
|
|
3535
|
-
$this.o2b_1 =
|
|
3536
|
-
$this.p2b_1 =
|
|
3537
|
-
$this.q2b_1 =
|
|
3538
|
-
$this.r2b_1 =
|
|
3539
|
-
$this.s2b_1 =
|
|
3540
|
-
$this.t2b_1 =
|
|
3541
|
-
$this.u2b_1 =
|
|
3542
|
-
$this.v2b_1 =
|
|
3543
|
-
$this.w2b_1 =
|
|
3544
|
-
$this.x2b_1 =
|
|
3545
|
-
$this.y2b_1 =
|
|
3546
|
-
$this.z2b_1 =
|
|
3547
|
-
$this.a2c_1 =
|
|
3548
|
-
$this.b2c_1 =
|
|
3549
|
-
$this.c2c_1 =
|
|
3550
|
-
$this.d2c_1 =
|
|
3551
|
-
$this.e2c_1 =
|
|
3552
|
-
$this.f2c_1 =
|
|
3553
|
-
$this.g2c_1 =
|
|
3554
|
-
$this.h2c_1 =
|
|
3555
|
-
$this.i2c_1 =
|
|
3540
|
+
$this.k2b_1 = name;
|
|
3541
|
+
$this.l2b_1 = playerWhoChooseSuitGoFirst;
|
|
3542
|
+
$this.m2b_1 = winnerShuffleCards;
|
|
3543
|
+
$this.n2b_1 = playWithoutLiabilities;
|
|
3544
|
+
$this.o2b_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3545
|
+
$this.p2b_1 = dealerInitialCardsCount;
|
|
3546
|
+
$this.q2b_1 = dealerFinalCardsCount;
|
|
3547
|
+
$this.r2b_1 = dealerCounterClockwise;
|
|
3548
|
+
$this.s2b_1 = contractTypes;
|
|
3549
|
+
$this.t2b_1 = bidTypes;
|
|
3550
|
+
$this.u2b_1 = needToPutHigherTrump;
|
|
3551
|
+
$this.v2b_1 = trumpCardStepPartnerMode;
|
|
3552
|
+
$this.w2b_1 = combinationsWithFirstCard;
|
|
3553
|
+
$this.x2b_1 = protectBella;
|
|
3554
|
+
$this.y2b_1 = oneTryToProtectBella;
|
|
3555
|
+
$this.z2b_1 = enableFourSevensCombination;
|
|
3556
|
+
$this.a2c_1 = enableTrumpSevenCombination;
|
|
3557
|
+
$this.b2c_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3558
|
+
$this.c2c_1 = checkTrumpCombination;
|
|
3559
|
+
$this.d2c_1 = checkOnlyTrumpDebertz;
|
|
3560
|
+
$this.e2c_1 = distributePoints;
|
|
3561
|
+
$this.f2c_1 = pointsDistributeMode;
|
|
3562
|
+
$this.g2c_1 = enableFineIfNoBribes;
|
|
3563
|
+
$this.h2c_1 = fineIfNoBribes;
|
|
3564
|
+
$this.i2c_1 = enableFineAfterThirdByte;
|
|
3565
|
+
$this.j2c_1 = fineAfterThirdFailedContract;
|
|
3556
3566
|
return $this;
|
|
3557
3567
|
}
|
|
3558
|
-
function RulesDto_init_$Create$(seen0, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
3559
|
-
return RulesDto_init_$Init$(seen0, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, objectCreate(protoOf(RulesDto)));
|
|
3568
|
+
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
3569
|
+
return RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, objectCreate(protoOf(RulesDto)));
|
|
3560
3570
|
}
|
|
3561
|
-
function RulesDto(playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
3571
|
+
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, distributePoints, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
3562
3572
|
Companion_getInstance_20();
|
|
3563
|
-
this.k2b_1 =
|
|
3564
|
-
this.l2b_1 =
|
|
3565
|
-
this.m2b_1 =
|
|
3566
|
-
this.n2b_1 =
|
|
3567
|
-
this.o2b_1 =
|
|
3568
|
-
this.p2b_1 =
|
|
3569
|
-
this.q2b_1 =
|
|
3570
|
-
this.r2b_1 =
|
|
3571
|
-
this.s2b_1 =
|
|
3572
|
-
this.t2b_1 =
|
|
3573
|
-
this.u2b_1 =
|
|
3574
|
-
this.v2b_1 =
|
|
3575
|
-
this.w2b_1 =
|
|
3576
|
-
this.x2b_1 =
|
|
3577
|
-
this.y2b_1 =
|
|
3578
|
-
this.z2b_1 =
|
|
3579
|
-
this.a2c_1 =
|
|
3580
|
-
this.b2c_1 =
|
|
3581
|
-
this.c2c_1 =
|
|
3582
|
-
this.d2c_1 =
|
|
3583
|
-
this.e2c_1 =
|
|
3584
|
-
this.f2c_1 =
|
|
3585
|
-
this.g2c_1 =
|
|
3586
|
-
this.h2c_1 =
|
|
3587
|
-
this.i2c_1 =
|
|
3573
|
+
this.k2b_1 = name;
|
|
3574
|
+
this.l2b_1 = playerWhoChooseSuitGoFirst;
|
|
3575
|
+
this.m2b_1 = winnerShuffleCards;
|
|
3576
|
+
this.n2b_1 = playWithoutLiabilities;
|
|
3577
|
+
this.o2b_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3578
|
+
this.p2b_1 = dealerInitialCardsCount;
|
|
3579
|
+
this.q2b_1 = dealerFinalCardsCount;
|
|
3580
|
+
this.r2b_1 = dealerCounterClockwise;
|
|
3581
|
+
this.s2b_1 = contractTypes;
|
|
3582
|
+
this.t2b_1 = bidTypes;
|
|
3583
|
+
this.u2b_1 = needToPutHigherTrump;
|
|
3584
|
+
this.v2b_1 = trumpCardStepPartnerMode;
|
|
3585
|
+
this.w2b_1 = combinationsWithFirstCard;
|
|
3586
|
+
this.x2b_1 = protectBella;
|
|
3587
|
+
this.y2b_1 = oneTryToProtectBella;
|
|
3588
|
+
this.z2b_1 = enableFourSevensCombination;
|
|
3589
|
+
this.a2c_1 = enableTrumpSevenCombination;
|
|
3590
|
+
this.b2c_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3591
|
+
this.c2c_1 = checkTrumpCombination;
|
|
3592
|
+
this.d2c_1 = checkOnlyTrumpDebertz;
|
|
3593
|
+
this.e2c_1 = distributePoints;
|
|
3594
|
+
this.f2c_1 = pointsDistributeMode;
|
|
3595
|
+
this.g2c_1 = enableFineIfNoBribes;
|
|
3596
|
+
this.h2c_1 = fineIfNoBribes;
|
|
3597
|
+
this.i2c_1 = enableFineAfterThirdByte;
|
|
3598
|
+
this.j2c_1 = fineAfterThirdFailedContract;
|
|
3588
3599
|
}
|
|
3589
3600
|
protoOf(RulesDto).toString = function () {
|
|
3590
|
-
return 'RulesDto(
|
|
3601
|
+
return 'RulesDto(name=' + this.k2b_1 + ', playerWhoChooseSuitGoFirst=' + this.l2b_1 + ', winnerShuffleCards=' + this.m2b_1 + ', playWithoutLiabilities=' + this.n2b_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.o2b_1 + ', dealerInitialCardsCount=' + this.p2b_1 + ', dealerFinalCardsCount=' + this.q2b_1 + ', dealerCounterClockwise=' + this.r2b_1 + ', contractTypes=' + toString(this.s2b_1) + ', bidTypes=' + toString(this.t2b_1) + ', needToPutHigherTrump=' + this.u2b_1 + ', trumpCardStepPartnerMode=' + this.v2b_1 + ', combinationsWithFirstCard=' + toString(this.w2b_1) + ', protectBella=' + this.x2b_1 + ', oneTryToProtectBella=' + this.y2b_1 + ', enableFourSevensCombination=' + this.z2b_1 + ', enableTrumpSevenCombination=' + this.a2c_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.b2c_1 + ', checkTrumpCombination=' + this.c2c_1 + ', checkOnlyTrumpDebertz=' + this.d2c_1 + ', distributePoints=' + this.e2c_1 + ', pointsDistributeMode=' + this.f2c_1 + ', enableFineIfNoBribes=' + this.g2c_1 + ', fineIfNoBribes=' + this.h2c_1 + ', enableFineAfterThirdByte=' + this.i2c_1 + ', fineAfterThirdFailedContract=' + this.j2c_1 + ')';
|
|
3591
3602
|
};
|
|
3592
3603
|
protoOf(RulesDto).hashCode = function () {
|
|
3593
|
-
var result = this.k2b_1 == null ? 0 :
|
|
3604
|
+
var result = this.k2b_1 == null ? 0 : getStringHashCode(this.k2b_1);
|
|
3594
3605
|
result = imul(result, 31) + (this.l2b_1 == null ? 0 : getBooleanHashCode(this.l2b_1)) | 0;
|
|
3595
3606
|
result = imul(result, 31) + (this.m2b_1 == null ? 0 : getBooleanHashCode(this.m2b_1)) | 0;
|
|
3596
3607
|
result = imul(result, 31) + (this.n2b_1 == null ? 0 : getBooleanHashCode(this.n2b_1)) | 0;
|
|
3597
|
-
result = imul(result, 31) + (this.o2b_1 == null ? 0 : this.o2b_1) | 0;
|
|
3608
|
+
result = imul(result, 31) + (this.o2b_1 == null ? 0 : getBooleanHashCode(this.o2b_1)) | 0;
|
|
3598
3609
|
result = imul(result, 31) + (this.p2b_1 == null ? 0 : this.p2b_1) | 0;
|
|
3599
|
-
result = imul(result, 31) + (this.q2b_1 == null ? 0 :
|
|
3600
|
-
result = imul(result, 31) + (this.r2b_1 == null ? 0 :
|
|
3610
|
+
result = imul(result, 31) + (this.q2b_1 == null ? 0 : this.q2b_1) | 0;
|
|
3611
|
+
result = imul(result, 31) + (this.r2b_1 == null ? 0 : getBooleanHashCode(this.r2b_1)) | 0;
|
|
3601
3612
|
result = imul(result, 31) + (this.s2b_1 == null ? 0 : hashCode(this.s2b_1)) | 0;
|
|
3602
|
-
result = imul(result, 31) + (this.t2b_1 == null ? 0 :
|
|
3603
|
-
result = imul(result, 31) + (this.u2b_1 == null ? 0 :
|
|
3604
|
-
result = imul(result, 31) + (this.v2b_1 == null ? 0 :
|
|
3605
|
-
result = imul(result, 31) + (this.w2b_1 == null ? 0 :
|
|
3613
|
+
result = imul(result, 31) + (this.t2b_1 == null ? 0 : hashCode(this.t2b_1)) | 0;
|
|
3614
|
+
result = imul(result, 31) + (this.u2b_1 == null ? 0 : getBooleanHashCode(this.u2b_1)) | 0;
|
|
3615
|
+
result = imul(result, 31) + (this.v2b_1 == null ? 0 : getStringHashCode(this.v2b_1)) | 0;
|
|
3616
|
+
result = imul(result, 31) + (this.w2b_1 == null ? 0 : hashCode(this.w2b_1)) | 0;
|
|
3606
3617
|
result = imul(result, 31) + (this.x2b_1 == null ? 0 : getBooleanHashCode(this.x2b_1)) | 0;
|
|
3607
3618
|
result = imul(result, 31) + (this.y2b_1 == null ? 0 : getBooleanHashCode(this.y2b_1)) | 0;
|
|
3608
3619
|
result = imul(result, 31) + (this.z2b_1 == null ? 0 : getBooleanHashCode(this.z2b_1)) | 0;
|
|
@@ -3610,11 +3621,12 @@
|
|
|
3610
3621
|
result = imul(result, 31) + (this.b2c_1 == null ? 0 : getBooleanHashCode(this.b2c_1)) | 0;
|
|
3611
3622
|
result = imul(result, 31) + (this.c2c_1 == null ? 0 : getBooleanHashCode(this.c2c_1)) | 0;
|
|
3612
3623
|
result = imul(result, 31) + (this.d2c_1 == null ? 0 : getBooleanHashCode(this.d2c_1)) | 0;
|
|
3613
|
-
result = imul(result, 31) + (this.e2c_1 == null ? 0 :
|
|
3614
|
-
result = imul(result, 31) + (this.f2c_1 == null ? 0 :
|
|
3615
|
-
result = imul(result, 31) + (this.g2c_1 == null ? 0 : this.g2c_1) | 0;
|
|
3616
|
-
result = imul(result, 31) + (this.h2c_1 == null ? 0 :
|
|
3617
|
-
result = imul(result, 31) + (this.i2c_1 == null ? 0 : this.i2c_1) | 0;
|
|
3624
|
+
result = imul(result, 31) + (this.e2c_1 == null ? 0 : getBooleanHashCode(this.e2c_1)) | 0;
|
|
3625
|
+
result = imul(result, 31) + (this.f2c_1 == null ? 0 : getStringHashCode(this.f2c_1)) | 0;
|
|
3626
|
+
result = imul(result, 31) + (this.g2c_1 == null ? 0 : getBooleanHashCode(this.g2c_1)) | 0;
|
|
3627
|
+
result = imul(result, 31) + (this.h2c_1 == null ? 0 : this.h2c_1) | 0;
|
|
3628
|
+
result = imul(result, 31) + (this.i2c_1 == null ? 0 : getBooleanHashCode(this.i2c_1)) | 0;
|
|
3629
|
+
result = imul(result, 31) + (this.j2c_1 == null ? 0 : this.j2c_1) | 0;
|
|
3618
3630
|
return result;
|
|
3619
3631
|
};
|
|
3620
3632
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -3637,17 +3649,17 @@
|
|
|
3637
3649
|
return false;
|
|
3638
3650
|
if (!(this.q2b_1 == tmp0_other_with_cast.q2b_1))
|
|
3639
3651
|
return false;
|
|
3640
|
-
if (!
|
|
3652
|
+
if (!(this.r2b_1 == tmp0_other_with_cast.r2b_1))
|
|
3641
3653
|
return false;
|
|
3642
3654
|
if (!equals(this.s2b_1, tmp0_other_with_cast.s2b_1))
|
|
3643
3655
|
return false;
|
|
3644
|
-
if (!(this.t2b_1
|
|
3656
|
+
if (!equals(this.t2b_1, tmp0_other_with_cast.t2b_1))
|
|
3645
3657
|
return false;
|
|
3646
3658
|
if (!(this.u2b_1 == tmp0_other_with_cast.u2b_1))
|
|
3647
3659
|
return false;
|
|
3648
|
-
if (!
|
|
3660
|
+
if (!(this.v2b_1 == tmp0_other_with_cast.v2b_1))
|
|
3649
3661
|
return false;
|
|
3650
|
-
if (!(this.w2b_1
|
|
3662
|
+
if (!equals(this.w2b_1, tmp0_other_with_cast.w2b_1))
|
|
3651
3663
|
return false;
|
|
3652
3664
|
if (!(this.x2b_1 == tmp0_other_with_cast.x2b_1))
|
|
3653
3665
|
return false;
|
|
@@ -3673,6 +3685,8 @@
|
|
|
3673
3685
|
return false;
|
|
3674
3686
|
if (!(this.i2c_1 == tmp0_other_with_cast.i2c_1))
|
|
3675
3687
|
return false;
|
|
3688
|
+
if (!(this.j2c_1 == tmp0_other_with_cast.j2c_1))
|
|
3689
|
+
return false;
|
|
3676
3690
|
return true;
|
|
3677
3691
|
};
|
|
3678
3692
|
function BufferedAction() {
|
|
@@ -3689,6 +3703,26 @@
|
|
|
3689
3703
|
}
|
|
3690
3704
|
function Store() {
|
|
3691
3705
|
}
|
|
3706
|
+
function enumToStringSafe(_this__u8e3s4, mapping) {
|
|
3707
|
+
// Inline function 'kotlin.collections.find' call
|
|
3708
|
+
var this_0 = mapping.s();
|
|
3709
|
+
var tmp$ret$1;
|
|
3710
|
+
$l$block: {
|
|
3711
|
+
// Inline function 'kotlin.collections.firstOrNull' call
|
|
3712
|
+
var tmp0_iterator = this_0.j();
|
|
3713
|
+
while (tmp0_iterator.k()) {
|
|
3714
|
+
var element = tmp0_iterator.l();
|
|
3715
|
+
// Inline function 'com.logic.utils.enumToStringSafe.<anonymous>' call
|
|
3716
|
+
if (equals(element.a2(), _this__u8e3s4)) {
|
|
3717
|
+
tmp$ret$1 = element;
|
|
3718
|
+
break $l$block;
|
|
3719
|
+
}
|
|
3720
|
+
}
|
|
3721
|
+
tmp$ret$1 = null;
|
|
3722
|
+
}
|
|
3723
|
+
var tmp0_safe_receiver = tmp$ret$1;
|
|
3724
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.z1();
|
|
3725
|
+
}
|
|
3692
3726
|
function enumToString(_this__u8e3s4, mapping) {
|
|
3693
3727
|
// Inline function 'kotlin.collections.find' call
|
|
3694
3728
|
var this_0 = mapping.s();
|
|
@@ -3716,6 +3750,22 @@
|
|
|
3716
3750
|
}
|
|
3717
3751
|
return tmp;
|
|
3718
3752
|
}
|
|
3753
|
+
function toDomainEnumSafe(_this__u8e3s4, mapping) {
|
|
3754
|
+
var tmp;
|
|
3755
|
+
try {
|
|
3756
|
+
tmp = toDomainEnum(_this__u8e3s4, mapping);
|
|
3757
|
+
} catch ($p) {
|
|
3758
|
+
var tmp_0;
|
|
3759
|
+
if ($p instanceof Error) {
|
|
3760
|
+
var t = $p;
|
|
3761
|
+
tmp_0 = null;
|
|
3762
|
+
} else {
|
|
3763
|
+
throw $p;
|
|
3764
|
+
}
|
|
3765
|
+
tmp = tmp_0;
|
|
3766
|
+
}
|
|
3767
|
+
return tmp;
|
|
3768
|
+
}
|
|
3719
3769
|
function toDomainEnum(_this__u8e3s4, mapping, exceptionProvider) {
|
|
3720
3770
|
var tmp;
|
|
3721
3771
|
if (exceptionProvider === VOID) {
|
|
@@ -3733,22 +3783,6 @@
|
|
|
3733
3783
|
}
|
|
3734
3784
|
return tmp_0;
|
|
3735
3785
|
}
|
|
3736
|
-
function toDomainEnumSafe(_this__u8e3s4, mapping) {
|
|
3737
|
-
var tmp;
|
|
3738
|
-
try {
|
|
3739
|
-
tmp = toDomainEnum(_this__u8e3s4, mapping);
|
|
3740
|
-
} catch ($p) {
|
|
3741
|
-
var tmp_0;
|
|
3742
|
-
if ($p instanceof Error) {
|
|
3743
|
-
var t = $p;
|
|
3744
|
-
tmp_0 = null;
|
|
3745
|
-
} else {
|
|
3746
|
-
throw $p;
|
|
3747
|
-
}
|
|
3748
|
-
tmp = tmp_0;
|
|
3749
|
-
}
|
|
3750
|
-
return tmp;
|
|
3751
|
-
}
|
|
3752
3786
|
function toDomainEnum$lambda($this_toDomainEnum, $mapping) {
|
|
3753
3787
|
return function (it) {
|
|
3754
3788
|
return IllegalArgumentException_init_$Create$('Unknown value ' + toString($this_toDomainEnum) + ' for enum mapping ' + toString_0($mapping));
|
|
@@ -3794,7 +3828,7 @@
|
|
|
3794
3828
|
return nextItemIndex > get_lastIndex(_this__u8e3s4) ? null : _this__u8e3s4.o(nextItemIndex);
|
|
3795
3829
|
}
|
|
3796
3830
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
3797
|
-
return $this.
|
|
3831
|
+
return $this.q2c_1.a2();
|
|
3798
3832
|
}
|
|
3799
3833
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
3800
3834
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -3834,7 +3868,7 @@
|
|
|
3834
3868
|
Companion_instance_19 = this;
|
|
3835
3869
|
var tmp = this;
|
|
3836
3870
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3837
|
-
tmp.
|
|
3871
|
+
tmp.q2c_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
3838
3872
|
}
|
|
3839
3873
|
protoOf(Companion_19).z17 = function () {
|
|
3840
3874
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -3893,7 +3927,7 @@
|
|
|
3893
3927
|
// Inline function 'kotlin.arrayOf' call
|
|
3894
3928
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3895
3929
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3896
|
-
tmp.
|
|
3930
|
+
tmp.w2c_1 = [Companion_getInstance_21().z17(), null, null, null, null];
|
|
3897
3931
|
}
|
|
3898
3932
|
protoOf(Companion_20).z17 = function () {
|
|
3899
3933
|
return $serializer_getInstance_10();
|
|
@@ -3912,12 +3946,12 @@
|
|
|
3912
3946
|
tmp0_serialDesc.iv('tag', false);
|
|
3913
3947
|
tmp0_serialDesc.iv('message', false);
|
|
3914
3948
|
tmp0_serialDesc.iv('stackTrace', false);
|
|
3915
|
-
this.
|
|
3949
|
+
this.x2c_1 = tmp0_serialDesc;
|
|
3916
3950
|
}
|
|
3917
|
-
protoOf($serializer_10).
|
|
3918
|
-
var tmp0_desc = this.
|
|
3951
|
+
protoOf($serializer_10).y2c = function (encoder, value) {
|
|
3952
|
+
var tmp0_desc = this.x2c_1;
|
|
3919
3953
|
var tmp1_output = encoder.sn(tmp0_desc);
|
|
3920
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3954
|
+
var tmp2_cached = Companion_getInstance_22().w2c_1;
|
|
3921
3955
|
tmp1_output.jp(tmp0_desc, 0, tmp2_cached[0], value.type);
|
|
3922
3956
|
tmp1_output.lp(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
3923
3957
|
tmp1_output.lp(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -3926,10 +3960,10 @@
|
|
|
3926
3960
|
tmp1_output.tn(tmp0_desc);
|
|
3927
3961
|
};
|
|
3928
3962
|
protoOf($serializer_10).kk = function (encoder, value) {
|
|
3929
|
-
return this.
|
|
3963
|
+
return this.y2c(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
3930
3964
|
};
|
|
3931
3965
|
protoOf($serializer_10).lk = function (decoder) {
|
|
3932
|
-
var tmp0_desc = this.
|
|
3966
|
+
var tmp0_desc = this.x2c_1;
|
|
3933
3967
|
var tmp1_flag = true;
|
|
3934
3968
|
var tmp2_index = 0;
|
|
3935
3969
|
var tmp3_bitMask0 = 0;
|
|
@@ -3939,7 +3973,7 @@
|
|
|
3939
3973
|
var tmp7_local3 = null;
|
|
3940
3974
|
var tmp8_local4 = null;
|
|
3941
3975
|
var tmp9_input = decoder.sn(tmp0_desc);
|
|
3942
|
-
var tmp10_cached = Companion_getInstance_22().
|
|
3976
|
+
var tmp10_cached = Companion_getInstance_22().w2c_1;
|
|
3943
3977
|
if (tmp9_input.io()) {
|
|
3944
3978
|
tmp4_local0 = tmp9_input.eo(tmp0_desc, 0, tmp10_cached[0], tmp4_local0);
|
|
3945
3979
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3986,13 +4020,13 @@
|
|
|
3986
4020
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
3987
4021
|
};
|
|
3988
4022
|
protoOf($serializer_10).jk = function () {
|
|
3989
|
-
return this.
|
|
4023
|
+
return this.x2c_1;
|
|
3990
4024
|
};
|
|
3991
4025
|
protoOf($serializer_10).xv = function () {
|
|
3992
4026
|
// Inline function 'kotlin.arrayOf' call
|
|
3993
4027
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3994
4028
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3995
|
-
return [Companion_getInstance_22().
|
|
4029
|
+
return [Companion_getInstance_22().w2c_1[0], get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
3996
4030
|
};
|
|
3997
4031
|
var $serializer_instance_10;
|
|
3998
4032
|
function $serializer_getInstance_10() {
|
|
@@ -4002,7 +4036,7 @@
|
|
|
4002
4036
|
}
|
|
4003
4037
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
4004
4038
|
if (!(31 === (31 & seen0))) {
|
|
4005
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
4039
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().x2c_1);
|
|
4006
4040
|
}
|
|
4007
4041
|
$this.type = type;
|
|
4008
4042
|
$this.key = key;
|
|
@@ -4034,7 +4068,7 @@
|
|
|
4034
4068
|
protoOf(LoggerOutputDataDto).e9 = function () {
|
|
4035
4069
|
return this.message;
|
|
4036
4070
|
};
|
|
4037
|
-
protoOf(LoggerOutputDataDto).
|
|
4071
|
+
protoOf(LoggerOutputDataDto).z2c = function () {
|
|
4038
4072
|
return this.stackTrace;
|
|
4039
4073
|
};
|
|
4040
4074
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -4099,7 +4133,7 @@
|
|
|
4099
4133
|
protoOf(LoggerOutputDataDto).p27 = function () {
|
|
4100
4134
|
return this.stackTrace;
|
|
4101
4135
|
};
|
|
4102
|
-
protoOf(LoggerOutputDataDto).
|
|
4136
|
+
protoOf(LoggerOutputDataDto).a2d = function (type, key, tag, message, stackTrace) {
|
|
4103
4137
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
4104
4138
|
};
|
|
4105
4139
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -4108,7 +4142,7 @@
|
|
|
4108
4142
|
tag = tag === VOID ? this.tag : tag;
|
|
4109
4143
|
message = message === VOID ? this.message : message;
|
|
4110
4144
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
4111
|
-
return this.
|
|
4145
|
+
return this.a2d(type, key, tag, message, stackTrace);
|
|
4112
4146
|
};
|
|
4113
4147
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
4114
4148
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -4379,25 +4413,26 @@
|
|
|
4379
4413
|
_.$_$.x = ReleaseBufferTriggerAction;
|
|
4380
4414
|
_.$_$.y = get_actionTag;
|
|
4381
4415
|
_.$_$.z = Action;
|
|
4382
|
-
_.$_$.a1 =
|
|
4383
|
-
_.$_$.b1 =
|
|
4384
|
-
_.$_$.c1 =
|
|
4385
|
-
_.$_$.d1 =
|
|
4386
|
-
_.$_$.e1 =
|
|
4387
|
-
_.$_$.f1 =
|
|
4388
|
-
_.$_$.g1 =
|
|
4389
|
-
_.$_$.h1 =
|
|
4390
|
-
_.$_$.i1 =
|
|
4391
|
-
_.$_$.j1 =
|
|
4392
|
-
_.$_$.k1 =
|
|
4393
|
-
_.$_$.l1 =
|
|
4394
|
-
_.$_$.m1 =
|
|
4395
|
-
_.$_$.n1 = $
|
|
4396
|
-
_.$_$.o1 = $
|
|
4397
|
-
_.$_$.p1 =
|
|
4398
|
-
_.$_$.q1 =
|
|
4399
|
-
_.$_$.r1 =
|
|
4400
|
-
_.$_$.s1 =
|
|
4416
|
+
_.$_$.a1 = enumToStringSafe;
|
|
4417
|
+
_.$_$.b1 = enumToString;
|
|
4418
|
+
_.$_$.c1 = mapOfObject;
|
|
4419
|
+
_.$_$.d1 = nextToOrNull;
|
|
4420
|
+
_.$_$.e1 = previousToOrNull;
|
|
4421
|
+
_.$_$.f1 = toDomainEnumSafe;
|
|
4422
|
+
_.$_$.g1 = toDomainEnum;
|
|
4423
|
+
_.$_$.h1 = PlayerConnectionState_LEFT_getInstance;
|
|
4424
|
+
_.$_$.i1 = PlayerConnectionState_LIVE_getInstance;
|
|
4425
|
+
_.$_$.j1 = Companion_instance_5;
|
|
4426
|
+
_.$_$.k1 = Companion_getInstance_8;
|
|
4427
|
+
_.$_$.l1 = Companion_instance_8;
|
|
4428
|
+
_.$_$.m1 = Companion_getInstance_9;
|
|
4429
|
+
_.$_$.n1 = $serializer_getInstance_6;
|
|
4430
|
+
_.$_$.o1 = $serializer_getInstance_8;
|
|
4431
|
+
_.$_$.p1 = $serializer_getInstance_9;
|
|
4432
|
+
_.$_$.q1 = ProcessingReasonDto_getInstance;
|
|
4433
|
+
_.$_$.r1 = Companion_getInstance_11;
|
|
4434
|
+
_.$_$.s1 = Companion_getInstance_1;
|
|
4435
|
+
_.$_$.t1 = RestartGameReason_getInstance;
|
|
4401
4436
|
//endregion
|
|
4402
4437
|
return _;
|
|
4403
4438
|
}));
|