raspberry_games_engine_helpers 1.8.487 → 1.8.488
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/Kosi-Kaverit-kaverit.js +56 -56
- package/Kosi-Kodein-kodein-di.js +491 -491
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +129 -115
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +3 -2
- package/Logic_Debertz-engine.js +7221 -7187
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1065 -1065
- package/ktor-ktor-client-core.js +12 -12
- package/package.json +1 -1
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
function addFormatStructureForTime(structure) {
|
|
381
381
|
this.x1b(structure);
|
|
382
382
|
}
|
|
383
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
383
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
|
|
384
384
|
initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
|
|
385
385
|
initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
|
|
386
386
|
function set_fractionOfSecond(value) {
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
return false;
|
|
210
210
|
}
|
|
211
211
|
function get_isAutoStartTimer() {
|
|
212
|
-
return !this.
|
|
212
|
+
return !this.v1v() && !this.w1v();
|
|
213
213
|
}
|
|
214
214
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
215
215
|
function ignoreValidation() {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
tmp = types;
|
|
238
238
|
}
|
|
239
239
|
types = tmp;
|
|
240
|
-
return $super === VOID ? this.
|
|
240
|
+
return $super === VOID ? this.i1w(types) : $super.i1w.call(this, types);
|
|
241
241
|
}
|
|
242
242
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
243
243
|
initMetadataForCompanion(Companion_23);
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_12});
|
|
246
246
|
//endregion
|
|
247
247
|
function GameEngineConfig() {
|
|
248
|
-
this.version = '1.8.
|
|
248
|
+
this.version = '1.8.488';
|
|
249
249
|
}
|
|
250
250
|
protoOf(GameEngineConfig).u16 = function () {
|
|
251
251
|
return this.version;
|
|
@@ -3780,7 +3780,7 @@
|
|
|
3780
3780
|
// Inline function 'kotlin.arrayOf' call
|
|
3781
3781
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3782
3782
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3783
|
-
tmp.e1u_1 = [null, null, null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, tmp_5, null, null, null, null, null, null, null, null, null, null, null, null, tmp_7, null, null, null, null, null, null, null, lazy(tmp_8, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_3)];
|
|
3783
|
+
tmp.e1u_1 = [null, null, null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, tmp_5, null, null, null, null, null, null, null, null, null, null, null, null, tmp_7, null, null, null, null, null, null, null, null, lazy(tmp_8, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_3)];
|
|
3784
3784
|
}
|
|
3785
3785
|
var Companion_instance_21;
|
|
3786
3786
|
function Companion_getInstance_24() {
|
|
@@ -3790,7 +3790,7 @@
|
|
|
3790
3790
|
}
|
|
3791
3791
|
function $serializer_11() {
|
|
3792
3792
|
$serializer_instance_11 = this;
|
|
3793
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.rules.RulesDto', this,
|
|
3793
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.rules.RulesDto', this, 38);
|
|
3794
3794
|
tmp0_serialDesc.ku('name', false);
|
|
3795
3795
|
tmp0_serialDesc.ku('playerWhoChooseSuitGoFirst', false);
|
|
3796
3796
|
tmp0_serialDesc.ku('winnerShuffleCards', false);
|
|
@@ -3827,6 +3827,7 @@
|
|
|
3827
3827
|
tmp0_serialDesc.ku('capotBonus', false);
|
|
3828
3828
|
tmp0_serialDesc.ku('enableGeneral', false);
|
|
3829
3829
|
tmp0_serialDesc.ku('generalBonus', false);
|
|
3830
|
+
tmp0_serialDesc.ku('enableFrezaCard', false);
|
|
3830
3831
|
tmp0_serialDesc.ku('supportedPlayersModes', false);
|
|
3831
3832
|
this.f1u_1 = tmp0_serialDesc;
|
|
3832
3833
|
}
|
|
@@ -3870,7 +3871,8 @@
|
|
|
3870
3871
|
tmp1_output.no(tmp0_desc, 33, IntSerializer_getInstance(), value.o1v_1);
|
|
3871
3872
|
tmp1_output.no(tmp0_desc, 34, BooleanSerializer_getInstance(), value.p1v_1);
|
|
3872
3873
|
tmp1_output.no(tmp0_desc, 35, IntSerializer_getInstance(), value.q1v_1);
|
|
3873
|
-
tmp1_output.no(tmp0_desc, 36,
|
|
3874
|
+
tmp1_output.no(tmp0_desc, 36, BooleanSerializer_getInstance(), value.r1v_1);
|
|
3875
|
+
tmp1_output.no(tmp0_desc, 37, tmp2_cached[37].j2(), value.s1v_1);
|
|
3874
3876
|
tmp1_output.vm(tmp0_desc);
|
|
3875
3877
|
};
|
|
3876
3878
|
protoOf($serializer_11).mj = function (encoder, value) {
|
|
@@ -3919,244 +3921,251 @@
|
|
|
3919
3921
|
var tmp39_local34 = null;
|
|
3920
3922
|
var tmp40_local35 = null;
|
|
3921
3923
|
var tmp41_local36 = null;
|
|
3922
|
-
var
|
|
3923
|
-
var
|
|
3924
|
-
|
|
3925
|
-
|
|
3924
|
+
var tmp42_local37 = null;
|
|
3925
|
+
var tmp43_input = decoder.um(tmp0_desc);
|
|
3926
|
+
var tmp44_cached = Companion_getInstance_24().e1u_1;
|
|
3927
|
+
if (tmp43_input.kn()) {
|
|
3928
|
+
tmp5_local0 = tmp43_input.in(tmp0_desc, 0, StringSerializer_getInstance(), tmp5_local0);
|
|
3926
3929
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
3927
|
-
tmp6_local1 =
|
|
3930
|
+
tmp6_local1 = tmp43_input.in(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp6_local1);
|
|
3928
3931
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
3929
|
-
tmp7_local2 =
|
|
3932
|
+
tmp7_local2 = tmp43_input.in(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp7_local2);
|
|
3930
3933
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
3931
|
-
tmp8_local3 =
|
|
3934
|
+
tmp8_local3 = tmp43_input.in(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp8_local3);
|
|
3932
3935
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
3933
|
-
tmp9_local4 =
|
|
3936
|
+
tmp9_local4 = tmp43_input.in(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp9_local4);
|
|
3934
3937
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
3935
|
-
tmp10_local5 =
|
|
3938
|
+
tmp10_local5 = tmp43_input.in(tmp0_desc, 5, IntSerializer_getInstance(), tmp10_local5);
|
|
3936
3939
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
3937
|
-
tmp11_local6 =
|
|
3940
|
+
tmp11_local6 = tmp43_input.in(tmp0_desc, 6, IntSerializer_getInstance(), tmp11_local6);
|
|
3938
3941
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
3939
|
-
tmp12_local7 =
|
|
3942
|
+
tmp12_local7 = tmp43_input.in(tmp0_desc, 7, BooleanSerializer_getInstance(), tmp12_local7);
|
|
3940
3943
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
3941
|
-
tmp13_local8 =
|
|
3944
|
+
tmp13_local8 = tmp43_input.in(tmp0_desc, 8, BooleanSerializer_getInstance(), tmp13_local8);
|
|
3942
3945
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
3943
|
-
tmp14_local9 =
|
|
3946
|
+
tmp14_local9 = tmp43_input.in(tmp0_desc, 9, IntSerializer_getInstance(), tmp14_local9);
|
|
3944
3947
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
3945
|
-
tmp15_local10 =
|
|
3948
|
+
tmp15_local10 = tmp43_input.in(tmp0_desc, 10, tmp44_cached[10].j2(), tmp15_local10);
|
|
3946
3949
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
3947
|
-
tmp16_local11 =
|
|
3950
|
+
tmp16_local11 = tmp43_input.in(tmp0_desc, 11, tmp44_cached[11].j2(), tmp16_local11);
|
|
3948
3951
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
3949
|
-
tmp17_local12 =
|
|
3952
|
+
tmp17_local12 = tmp43_input.in(tmp0_desc, 12, BooleanSerializer_getInstance(), tmp17_local12);
|
|
3950
3953
|
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
3951
|
-
tmp18_local13 =
|
|
3954
|
+
tmp18_local13 = tmp43_input.in(tmp0_desc, 13, StringSerializer_getInstance(), tmp18_local13);
|
|
3952
3955
|
tmp3_bitMask0 = tmp3_bitMask0 | 8192;
|
|
3953
|
-
tmp19_local14 =
|
|
3956
|
+
tmp19_local14 = tmp43_input.in(tmp0_desc, 14, StringSerializer_getInstance(), tmp19_local14);
|
|
3954
3957
|
tmp3_bitMask0 = tmp3_bitMask0 | 16384;
|
|
3955
|
-
tmp20_local15 =
|
|
3958
|
+
tmp20_local15 = tmp43_input.in(tmp0_desc, 15, tmp44_cached[15].j2(), tmp20_local15);
|
|
3956
3959
|
tmp3_bitMask0 = tmp3_bitMask0 | 32768;
|
|
3957
|
-
tmp21_local16 =
|
|
3960
|
+
tmp21_local16 = tmp43_input.in(tmp0_desc, 16, BooleanSerializer_getInstance(), tmp21_local16);
|
|
3958
3961
|
tmp3_bitMask0 = tmp3_bitMask0 | 65536;
|
|
3959
|
-
tmp22_local17 =
|
|
3962
|
+
tmp22_local17 = tmp43_input.in(tmp0_desc, 17, BooleanSerializer_getInstance(), tmp22_local17);
|
|
3960
3963
|
tmp3_bitMask0 = tmp3_bitMask0 | 131072;
|
|
3961
|
-
tmp23_local18 =
|
|
3964
|
+
tmp23_local18 = tmp43_input.in(tmp0_desc, 18, BooleanSerializer_getInstance(), tmp23_local18);
|
|
3962
3965
|
tmp3_bitMask0 = tmp3_bitMask0 | 262144;
|
|
3963
|
-
tmp24_local19 =
|
|
3966
|
+
tmp24_local19 = tmp43_input.in(tmp0_desc, 19, BooleanSerializer_getInstance(), tmp24_local19);
|
|
3964
3967
|
tmp3_bitMask0 = tmp3_bitMask0 | 524288;
|
|
3965
|
-
tmp25_local20 =
|
|
3968
|
+
tmp25_local20 = tmp43_input.in(tmp0_desc, 20, BooleanSerializer_getInstance(), tmp25_local20);
|
|
3966
3969
|
tmp3_bitMask0 = tmp3_bitMask0 | 1048576;
|
|
3967
|
-
tmp26_local21 =
|
|
3970
|
+
tmp26_local21 = tmp43_input.in(tmp0_desc, 21, BooleanSerializer_getInstance(), tmp26_local21);
|
|
3968
3971
|
tmp3_bitMask0 = tmp3_bitMask0 | 2097152;
|
|
3969
|
-
tmp27_local22 =
|
|
3972
|
+
tmp27_local22 = tmp43_input.in(tmp0_desc, 22, BooleanSerializer_getInstance(), tmp27_local22);
|
|
3970
3973
|
tmp3_bitMask0 = tmp3_bitMask0 | 4194304;
|
|
3971
|
-
tmp28_local23 =
|
|
3974
|
+
tmp28_local23 = tmp43_input.en(tmp0_desc, 23);
|
|
3972
3975
|
tmp3_bitMask0 = tmp3_bitMask0 | 8388608;
|
|
3973
|
-
tmp29_local24 =
|
|
3976
|
+
tmp29_local24 = tmp43_input.in(tmp0_desc, 24, BooleanSerializer_getInstance(), tmp29_local24);
|
|
3974
3977
|
tmp3_bitMask0 = tmp3_bitMask0 | 16777216;
|
|
3975
|
-
tmp30_local25 =
|
|
3978
|
+
tmp30_local25 = tmp43_input.in(tmp0_desc, 25, IntSerializer_getInstance(), tmp30_local25);
|
|
3976
3979
|
tmp3_bitMask0 = tmp3_bitMask0 | 33554432;
|
|
3977
|
-
tmp31_local26 =
|
|
3980
|
+
tmp31_local26 = tmp43_input.in(tmp0_desc, 26, BooleanSerializer_getInstance(), tmp31_local26);
|
|
3978
3981
|
tmp3_bitMask0 = tmp3_bitMask0 | 67108864;
|
|
3979
|
-
tmp32_local27 =
|
|
3982
|
+
tmp32_local27 = tmp43_input.in(tmp0_desc, 27, IntSerializer_getInstance(), tmp32_local27);
|
|
3980
3983
|
tmp3_bitMask0 = tmp3_bitMask0 | 134217728;
|
|
3981
|
-
tmp33_local28 =
|
|
3984
|
+
tmp33_local28 = tmp43_input.in(tmp0_desc, 28, tmp44_cached[28].j2(), tmp33_local28);
|
|
3982
3985
|
tmp3_bitMask0 = tmp3_bitMask0 | 268435456;
|
|
3983
|
-
tmp34_local29 =
|
|
3986
|
+
tmp34_local29 = tmp43_input.in(tmp0_desc, 29, IntSerializer_getInstance(), tmp34_local29);
|
|
3984
3987
|
tmp3_bitMask0 = tmp3_bitMask0 | 536870912;
|
|
3985
|
-
tmp35_local30 =
|
|
3988
|
+
tmp35_local30 = tmp43_input.in(tmp0_desc, 30, IntSerializer_getInstance(), tmp35_local30);
|
|
3986
3989
|
tmp3_bitMask0 = tmp3_bitMask0 | 1073741824;
|
|
3987
|
-
tmp36_local31 =
|
|
3990
|
+
tmp36_local31 = tmp43_input.in(tmp0_desc, 31, IntSerializer_getInstance(), tmp36_local31);
|
|
3988
3991
|
tmp3_bitMask0 = tmp3_bitMask0 | -2147483648;
|
|
3989
|
-
tmp37_local32 =
|
|
3992
|
+
tmp37_local32 = tmp43_input.in(tmp0_desc, 32, BooleanSerializer_getInstance(), tmp37_local32);
|
|
3990
3993
|
tmp4_bitMask1 = tmp4_bitMask1 | 1;
|
|
3991
|
-
tmp38_local33 =
|
|
3994
|
+
tmp38_local33 = tmp43_input.in(tmp0_desc, 33, IntSerializer_getInstance(), tmp38_local33);
|
|
3992
3995
|
tmp4_bitMask1 = tmp4_bitMask1 | 2;
|
|
3993
|
-
tmp39_local34 =
|
|
3996
|
+
tmp39_local34 = tmp43_input.in(tmp0_desc, 34, BooleanSerializer_getInstance(), tmp39_local34);
|
|
3994
3997
|
tmp4_bitMask1 = tmp4_bitMask1 | 4;
|
|
3995
|
-
tmp40_local35 =
|
|
3998
|
+
tmp40_local35 = tmp43_input.in(tmp0_desc, 35, IntSerializer_getInstance(), tmp40_local35);
|
|
3996
3999
|
tmp4_bitMask1 = tmp4_bitMask1 | 8;
|
|
3997
|
-
tmp41_local36 =
|
|
4000
|
+
tmp41_local36 = tmp43_input.in(tmp0_desc, 36, BooleanSerializer_getInstance(), tmp41_local36);
|
|
3998
4001
|
tmp4_bitMask1 = tmp4_bitMask1 | 16;
|
|
4002
|
+
tmp42_local37 = tmp43_input.in(tmp0_desc, 37, tmp44_cached[37].j2(), tmp42_local37);
|
|
4003
|
+
tmp4_bitMask1 = tmp4_bitMask1 | 32;
|
|
3999
4004
|
} else
|
|
4000
4005
|
while (tmp1_flag) {
|
|
4001
|
-
tmp2_index =
|
|
4006
|
+
tmp2_index = tmp43_input.ln(tmp0_desc);
|
|
4002
4007
|
switch (tmp2_index) {
|
|
4003
4008
|
case -1:
|
|
4004
4009
|
tmp1_flag = false;
|
|
4005
4010
|
break;
|
|
4006
4011
|
case 0:
|
|
4007
|
-
tmp5_local0 =
|
|
4012
|
+
tmp5_local0 = tmp43_input.in(tmp0_desc, 0, StringSerializer_getInstance(), tmp5_local0);
|
|
4008
4013
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
4009
4014
|
break;
|
|
4010
4015
|
case 1:
|
|
4011
|
-
tmp6_local1 =
|
|
4016
|
+
tmp6_local1 = tmp43_input.in(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp6_local1);
|
|
4012
4017
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
4013
4018
|
break;
|
|
4014
4019
|
case 2:
|
|
4015
|
-
tmp7_local2 =
|
|
4020
|
+
tmp7_local2 = tmp43_input.in(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp7_local2);
|
|
4016
4021
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
4017
4022
|
break;
|
|
4018
4023
|
case 3:
|
|
4019
|
-
tmp8_local3 =
|
|
4024
|
+
tmp8_local3 = tmp43_input.in(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp8_local3);
|
|
4020
4025
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
4021
4026
|
break;
|
|
4022
4027
|
case 4:
|
|
4023
|
-
tmp9_local4 =
|
|
4028
|
+
tmp9_local4 = tmp43_input.in(tmp0_desc, 4, BooleanSerializer_getInstance(), tmp9_local4);
|
|
4024
4029
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
4025
4030
|
break;
|
|
4026
4031
|
case 5:
|
|
4027
|
-
tmp10_local5 =
|
|
4032
|
+
tmp10_local5 = tmp43_input.in(tmp0_desc, 5, IntSerializer_getInstance(), tmp10_local5);
|
|
4028
4033
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
4029
4034
|
break;
|
|
4030
4035
|
case 6:
|
|
4031
|
-
tmp11_local6 =
|
|
4036
|
+
tmp11_local6 = tmp43_input.in(tmp0_desc, 6, IntSerializer_getInstance(), tmp11_local6);
|
|
4032
4037
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
4033
4038
|
break;
|
|
4034
4039
|
case 7:
|
|
4035
|
-
tmp12_local7 =
|
|
4040
|
+
tmp12_local7 = tmp43_input.in(tmp0_desc, 7, BooleanSerializer_getInstance(), tmp12_local7);
|
|
4036
4041
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
4037
4042
|
break;
|
|
4038
4043
|
case 8:
|
|
4039
|
-
tmp13_local8 =
|
|
4044
|
+
tmp13_local8 = tmp43_input.in(tmp0_desc, 8, BooleanSerializer_getInstance(), tmp13_local8);
|
|
4040
4045
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
4041
4046
|
break;
|
|
4042
4047
|
case 9:
|
|
4043
|
-
tmp14_local9 =
|
|
4048
|
+
tmp14_local9 = tmp43_input.in(tmp0_desc, 9, IntSerializer_getInstance(), tmp14_local9);
|
|
4044
4049
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
4045
4050
|
break;
|
|
4046
4051
|
case 10:
|
|
4047
|
-
tmp15_local10 =
|
|
4052
|
+
tmp15_local10 = tmp43_input.in(tmp0_desc, 10, tmp44_cached[10].j2(), tmp15_local10);
|
|
4048
4053
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
4049
4054
|
break;
|
|
4050
4055
|
case 11:
|
|
4051
|
-
tmp16_local11 =
|
|
4056
|
+
tmp16_local11 = tmp43_input.in(tmp0_desc, 11, tmp44_cached[11].j2(), tmp16_local11);
|
|
4052
4057
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
4053
4058
|
break;
|
|
4054
4059
|
case 12:
|
|
4055
|
-
tmp17_local12 =
|
|
4060
|
+
tmp17_local12 = tmp43_input.in(tmp0_desc, 12, BooleanSerializer_getInstance(), tmp17_local12);
|
|
4056
4061
|
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
4057
4062
|
break;
|
|
4058
4063
|
case 13:
|
|
4059
|
-
tmp18_local13 =
|
|
4064
|
+
tmp18_local13 = tmp43_input.in(tmp0_desc, 13, StringSerializer_getInstance(), tmp18_local13);
|
|
4060
4065
|
tmp3_bitMask0 = tmp3_bitMask0 | 8192;
|
|
4061
4066
|
break;
|
|
4062
4067
|
case 14:
|
|
4063
|
-
tmp19_local14 =
|
|
4068
|
+
tmp19_local14 = tmp43_input.in(tmp0_desc, 14, StringSerializer_getInstance(), tmp19_local14);
|
|
4064
4069
|
tmp3_bitMask0 = tmp3_bitMask0 | 16384;
|
|
4065
4070
|
break;
|
|
4066
4071
|
case 15:
|
|
4067
|
-
tmp20_local15 =
|
|
4072
|
+
tmp20_local15 = tmp43_input.in(tmp0_desc, 15, tmp44_cached[15].j2(), tmp20_local15);
|
|
4068
4073
|
tmp3_bitMask0 = tmp3_bitMask0 | 32768;
|
|
4069
4074
|
break;
|
|
4070
4075
|
case 16:
|
|
4071
|
-
tmp21_local16 =
|
|
4076
|
+
tmp21_local16 = tmp43_input.in(tmp0_desc, 16, BooleanSerializer_getInstance(), tmp21_local16);
|
|
4072
4077
|
tmp3_bitMask0 = tmp3_bitMask0 | 65536;
|
|
4073
4078
|
break;
|
|
4074
4079
|
case 17:
|
|
4075
|
-
tmp22_local17 =
|
|
4080
|
+
tmp22_local17 = tmp43_input.in(tmp0_desc, 17, BooleanSerializer_getInstance(), tmp22_local17);
|
|
4076
4081
|
tmp3_bitMask0 = tmp3_bitMask0 | 131072;
|
|
4077
4082
|
break;
|
|
4078
4083
|
case 18:
|
|
4079
|
-
tmp23_local18 =
|
|
4084
|
+
tmp23_local18 = tmp43_input.in(tmp0_desc, 18, BooleanSerializer_getInstance(), tmp23_local18);
|
|
4080
4085
|
tmp3_bitMask0 = tmp3_bitMask0 | 262144;
|
|
4081
4086
|
break;
|
|
4082
4087
|
case 19:
|
|
4083
|
-
tmp24_local19 =
|
|
4088
|
+
tmp24_local19 = tmp43_input.in(tmp0_desc, 19, BooleanSerializer_getInstance(), tmp24_local19);
|
|
4084
4089
|
tmp3_bitMask0 = tmp3_bitMask0 | 524288;
|
|
4085
4090
|
break;
|
|
4086
4091
|
case 20:
|
|
4087
|
-
tmp25_local20 =
|
|
4092
|
+
tmp25_local20 = tmp43_input.in(tmp0_desc, 20, BooleanSerializer_getInstance(), tmp25_local20);
|
|
4088
4093
|
tmp3_bitMask0 = tmp3_bitMask0 | 1048576;
|
|
4089
4094
|
break;
|
|
4090
4095
|
case 21:
|
|
4091
|
-
tmp26_local21 =
|
|
4096
|
+
tmp26_local21 = tmp43_input.in(tmp0_desc, 21, BooleanSerializer_getInstance(), tmp26_local21);
|
|
4092
4097
|
tmp3_bitMask0 = tmp3_bitMask0 | 2097152;
|
|
4093
4098
|
break;
|
|
4094
4099
|
case 22:
|
|
4095
|
-
tmp27_local22 =
|
|
4100
|
+
tmp27_local22 = tmp43_input.in(tmp0_desc, 22, BooleanSerializer_getInstance(), tmp27_local22);
|
|
4096
4101
|
tmp3_bitMask0 = tmp3_bitMask0 | 4194304;
|
|
4097
4102
|
break;
|
|
4098
4103
|
case 23:
|
|
4099
|
-
tmp28_local23 =
|
|
4104
|
+
tmp28_local23 = tmp43_input.en(tmp0_desc, 23);
|
|
4100
4105
|
tmp3_bitMask0 = tmp3_bitMask0 | 8388608;
|
|
4101
4106
|
break;
|
|
4102
4107
|
case 24:
|
|
4103
|
-
tmp29_local24 =
|
|
4108
|
+
tmp29_local24 = tmp43_input.in(tmp0_desc, 24, BooleanSerializer_getInstance(), tmp29_local24);
|
|
4104
4109
|
tmp3_bitMask0 = tmp3_bitMask0 | 16777216;
|
|
4105
4110
|
break;
|
|
4106
4111
|
case 25:
|
|
4107
|
-
tmp30_local25 =
|
|
4112
|
+
tmp30_local25 = tmp43_input.in(tmp0_desc, 25, IntSerializer_getInstance(), tmp30_local25);
|
|
4108
4113
|
tmp3_bitMask0 = tmp3_bitMask0 | 33554432;
|
|
4109
4114
|
break;
|
|
4110
4115
|
case 26:
|
|
4111
|
-
tmp31_local26 =
|
|
4116
|
+
tmp31_local26 = tmp43_input.in(tmp0_desc, 26, BooleanSerializer_getInstance(), tmp31_local26);
|
|
4112
4117
|
tmp3_bitMask0 = tmp3_bitMask0 | 67108864;
|
|
4113
4118
|
break;
|
|
4114
4119
|
case 27:
|
|
4115
|
-
tmp32_local27 =
|
|
4120
|
+
tmp32_local27 = tmp43_input.in(tmp0_desc, 27, IntSerializer_getInstance(), tmp32_local27);
|
|
4116
4121
|
tmp3_bitMask0 = tmp3_bitMask0 | 134217728;
|
|
4117
4122
|
break;
|
|
4118
4123
|
case 28:
|
|
4119
|
-
tmp33_local28 =
|
|
4124
|
+
tmp33_local28 = tmp43_input.in(tmp0_desc, 28, tmp44_cached[28].j2(), tmp33_local28);
|
|
4120
4125
|
tmp3_bitMask0 = tmp3_bitMask0 | 268435456;
|
|
4121
4126
|
break;
|
|
4122
4127
|
case 29:
|
|
4123
|
-
tmp34_local29 =
|
|
4128
|
+
tmp34_local29 = tmp43_input.in(tmp0_desc, 29, IntSerializer_getInstance(), tmp34_local29);
|
|
4124
4129
|
tmp3_bitMask0 = tmp3_bitMask0 | 536870912;
|
|
4125
4130
|
break;
|
|
4126
4131
|
case 30:
|
|
4127
|
-
tmp35_local30 =
|
|
4132
|
+
tmp35_local30 = tmp43_input.in(tmp0_desc, 30, IntSerializer_getInstance(), tmp35_local30);
|
|
4128
4133
|
tmp3_bitMask0 = tmp3_bitMask0 | 1073741824;
|
|
4129
4134
|
break;
|
|
4130
4135
|
case 31:
|
|
4131
|
-
tmp36_local31 =
|
|
4136
|
+
tmp36_local31 = tmp43_input.in(tmp0_desc, 31, IntSerializer_getInstance(), tmp36_local31);
|
|
4132
4137
|
tmp3_bitMask0 = tmp3_bitMask0 | -2147483648;
|
|
4133
4138
|
break;
|
|
4134
4139
|
case 32:
|
|
4135
|
-
tmp37_local32 =
|
|
4140
|
+
tmp37_local32 = tmp43_input.in(tmp0_desc, 32, BooleanSerializer_getInstance(), tmp37_local32);
|
|
4136
4141
|
tmp4_bitMask1 = tmp4_bitMask1 | 1;
|
|
4137
4142
|
break;
|
|
4138
4143
|
case 33:
|
|
4139
|
-
tmp38_local33 =
|
|
4144
|
+
tmp38_local33 = tmp43_input.in(tmp0_desc, 33, IntSerializer_getInstance(), tmp38_local33);
|
|
4140
4145
|
tmp4_bitMask1 = tmp4_bitMask1 | 2;
|
|
4141
4146
|
break;
|
|
4142
4147
|
case 34:
|
|
4143
|
-
tmp39_local34 =
|
|
4148
|
+
tmp39_local34 = tmp43_input.in(tmp0_desc, 34, BooleanSerializer_getInstance(), tmp39_local34);
|
|
4144
4149
|
tmp4_bitMask1 = tmp4_bitMask1 | 4;
|
|
4145
4150
|
break;
|
|
4146
4151
|
case 35:
|
|
4147
|
-
tmp40_local35 =
|
|
4152
|
+
tmp40_local35 = tmp43_input.in(tmp0_desc, 35, IntSerializer_getInstance(), tmp40_local35);
|
|
4148
4153
|
tmp4_bitMask1 = tmp4_bitMask1 | 8;
|
|
4149
4154
|
break;
|
|
4150
4155
|
case 36:
|
|
4151
|
-
tmp41_local36 =
|
|
4156
|
+
tmp41_local36 = tmp43_input.in(tmp0_desc, 36, BooleanSerializer_getInstance(), tmp41_local36);
|
|
4152
4157
|
tmp4_bitMask1 = tmp4_bitMask1 | 16;
|
|
4153
4158
|
break;
|
|
4159
|
+
case 37:
|
|
4160
|
+
tmp42_local37 = tmp43_input.in(tmp0_desc, 37, tmp44_cached[37].j2(), tmp42_local37);
|
|
4161
|
+
tmp4_bitMask1 = tmp4_bitMask1 | 32;
|
|
4162
|
+
break;
|
|
4154
4163
|
default:
|
|
4155
4164
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
4156
4165
|
}
|
|
4157
4166
|
}
|
|
4158
|
-
|
|
4159
|
-
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_bitMask1, tmp5_local0, tmp6_local1, tmp7_local2, tmp8_local3, tmp9_local4, tmp10_local5, tmp11_local6, tmp12_local7, tmp13_local8, tmp14_local9, tmp15_local10, tmp16_local11, tmp17_local12, tmp18_local13, tmp19_local14, tmp20_local15, tmp21_local16, tmp22_local17, tmp23_local18, tmp24_local19, tmp25_local20, tmp26_local21, tmp27_local22, tmp28_local23, tmp29_local24, tmp30_local25, tmp31_local26, tmp32_local27, tmp33_local28, tmp34_local29, tmp35_local30, tmp36_local31, tmp37_local32, tmp38_local33, tmp39_local34, tmp40_local35, tmp41_local36, null);
|
|
4167
|
+
tmp43_input.vm(tmp0_desc);
|
|
4168
|
+
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_bitMask1, tmp5_local0, tmp6_local1, tmp7_local2, tmp8_local3, tmp9_local4, tmp10_local5, tmp11_local6, tmp12_local7, tmp13_local8, tmp14_local9, tmp15_local10, tmp16_local11, tmp17_local12, tmp18_local13, tmp19_local14, tmp20_local15, tmp21_local16, tmp22_local17, tmp23_local18, tmp24_local19, tmp25_local20, tmp26_local21, tmp27_local22, tmp28_local23, tmp29_local24, tmp30_local25, tmp31_local26, tmp32_local27, tmp33_local28, tmp34_local29, tmp35_local30, tmp36_local31, tmp37_local32, tmp38_local33, tmp39_local34, tmp40_local35, tmp41_local36, tmp42_local37, null);
|
|
4160
4169
|
};
|
|
4161
4170
|
protoOf($serializer_11).lj = function () {
|
|
4162
4171
|
return this.f1u_1;
|
|
@@ -4166,7 +4175,7 @@
|
|
|
4166
4175
|
// Inline function 'kotlin.arrayOf' call
|
|
4167
4176
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4168
4177
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4169
|
-
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(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(tmp0_cached[10].j2()), get_nullable(tmp0_cached[11].j2()), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(tmp0_cached[15].j2()), 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()), StringSerializer_getInstance(), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(tmp0_cached[28].j2()), get_nullable(IntSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(tmp0_cached[
|
|
4178
|
+
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(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(tmp0_cached[10].j2()), get_nullable(tmp0_cached[11].j2()), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(tmp0_cached[15].j2()), 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()), StringSerializer_getInstance(), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(tmp0_cached[28].j2()), get_nullable(IntSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(IntSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(tmp0_cached[37].j2())];
|
|
4170
4179
|
};
|
|
4171
4180
|
var $serializer_instance_11;
|
|
4172
4181
|
function $serializer_getInstance_11() {
|
|
@@ -4174,12 +4183,12 @@
|
|
|
4174
4183
|
new $serializer_11();
|
|
4175
4184
|
return $serializer_instance_11;
|
|
4176
4185
|
}
|
|
4177
|
-
function RulesDto_init_$Init$(seen0, seen1, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, supportedPlayersModes, serializationConstructorMarker, $this) {
|
|
4178
|
-
if (!!(!(-1 === (-1 & seen0)) | !(
|
|
4186
|
+
function RulesDto_init_$Init$(seen0, seen1, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, enableFrezaCard, supportedPlayersModes, serializationConstructorMarker, $this) {
|
|
4187
|
+
if (!!(!(-1 === (-1 & seen0)) | !(63 === (63 & seen1)))) {
|
|
4179
4188
|
// Inline function 'kotlin.intArrayOf' call
|
|
4180
4189
|
var tmp = new Int32Array([seen0, seen1]);
|
|
4181
4190
|
// Inline function 'kotlin.intArrayOf' call
|
|
4182
|
-
var tmp$ret$1 = new Int32Array([-1,
|
|
4191
|
+
var tmp$ret$1 = new Int32Array([-1, 63]);
|
|
4183
4192
|
throwArrayMissingFieldException(tmp, tmp$ret$1, $serializer_getInstance_11().f1u_1);
|
|
4184
4193
|
}
|
|
4185
4194
|
$this.h1u_1 = name;
|
|
@@ -4218,13 +4227,14 @@
|
|
|
4218
4227
|
$this.o1v_1 = capotBonus;
|
|
4219
4228
|
$this.p1v_1 = enableGeneral;
|
|
4220
4229
|
$this.q1v_1 = generalBonus;
|
|
4221
|
-
$this.r1v_1 =
|
|
4230
|
+
$this.r1v_1 = enableFrezaCard;
|
|
4231
|
+
$this.s1v_1 = supportedPlayersModes;
|
|
4222
4232
|
return $this;
|
|
4223
4233
|
}
|
|
4224
|
-
function RulesDto_init_$Create$(seen0, seen1, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, supportedPlayersModes, serializationConstructorMarker) {
|
|
4225
|
-
return RulesDto_init_$Init$(seen0, seen1, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, supportedPlayersModes, serializationConstructorMarker, objectCreate(protoOf(RulesDto)));
|
|
4234
|
+
function RulesDto_init_$Create$(seen0, seen1, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, enableFrezaCard, supportedPlayersModes, serializationConstructorMarker) {
|
|
4235
|
+
return RulesDto_init_$Init$(seen0, seen1, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, enableFrezaCard, supportedPlayersModes, serializationConstructorMarker, objectCreate(protoOf(RulesDto)));
|
|
4226
4236
|
}
|
|
4227
|
-
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, supportedPlayersModes) {
|
|
4237
|
+
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, enableRedealOnWeakHand, weakHandThreshold, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, supportedPointsModes, scoreRoundingStep, scoreDivisor, noTrumpScoreMultiplier, enableCapot, capotBonus, enableGeneral, generalBonus, enableFrezaCard, supportedPlayersModes) {
|
|
4228
4238
|
Companion_getInstance_24();
|
|
4229
4239
|
this.h1u_1 = name;
|
|
4230
4240
|
this.i1u_1 = playerWhoChooseSuitGoFirst;
|
|
@@ -4262,10 +4272,11 @@
|
|
|
4262
4272
|
this.o1v_1 = capotBonus;
|
|
4263
4273
|
this.p1v_1 = enableGeneral;
|
|
4264
4274
|
this.q1v_1 = generalBonus;
|
|
4265
|
-
this.r1v_1 =
|
|
4275
|
+
this.r1v_1 = enableFrezaCard;
|
|
4276
|
+
this.s1v_1 = supportedPlayersModes;
|
|
4266
4277
|
}
|
|
4267
4278
|
protoOf(RulesDto).toString = function () {
|
|
4268
|
-
return 'RulesDto(name=' + this.h1u_1 + ', playerWhoChooseSuitGoFirst=' + this.i1u_1 + ', winnerShuffleCards=' + this.j1u_1 + ', playWithoutLiabilities=' + this.k1u_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.l1u_1 + ', dealerInitialCardsCount=' + this.m1u_1 + ', dealerFinalCardsCount=' + this.n1u_1 + ', dealerCounterClockwise=' + this.o1u_1 + ', enableRedealOnWeakHand=' + this.p1u_1 + ', weakHandThreshold=' + this.q1u_1 + ', contractTypes=' + toString(this.r1u_1) + ', bidTypes=' + toString(this.s1u_1) + ', needToPutHigherTrump=' + this.t1u_1 + ', trumpCardStepMode=' + this.u1u_1 + ', trumpCardStepPartnerMode=' + this.v1u_1 + ', combinationsWithFirstCard=' + toString(this.w1u_1) + ', protectBella=' + this.x1u_1 + ', oneTryToProtectBella=' + this.y1u_1 + ', enableFourSevensCombination=' + this.z1u_1 + ', enableTrumpSevenCombination=' + this.a1v_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.b1v_1 + ', checkTrumpCombination=' + this.c1v_1 + ', checkOnlyTrumpDebertz=' + this.d1v_1 + ', pointsDistributeMode=' + this.e1v_1 + ', enableFineIfNoBribes=' + this.f1v_1 + ', fineIfNoBribes=' + this.g1v_1 + ', enableFineAfterThirdByte=' + this.h1v_1 + ', fineAfterThirdFailedContract=' + this.i1v_1 + ', supportedPointsModes=' + toString(this.j1v_1) + ', scoreRoundingStep=' + this.k1v_1 + ', scoreDivisor=' + this.l1v_1 + ', noTrumpScoreMultiplier=' + this.m1v_1 + ', enableCapot=' + this.n1v_1 + ', capotBonus=' + this.o1v_1 + ', enableGeneral=' + this.p1v_1 + ', generalBonus=' + this.q1v_1 + ', supportedPlayersModes=' + toString(this.
|
|
4279
|
+
return 'RulesDto(name=' + this.h1u_1 + ', playerWhoChooseSuitGoFirst=' + this.i1u_1 + ', winnerShuffleCards=' + this.j1u_1 + ', playWithoutLiabilities=' + this.k1u_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.l1u_1 + ', dealerInitialCardsCount=' + this.m1u_1 + ', dealerFinalCardsCount=' + this.n1u_1 + ', dealerCounterClockwise=' + this.o1u_1 + ', enableRedealOnWeakHand=' + this.p1u_1 + ', weakHandThreshold=' + this.q1u_1 + ', contractTypes=' + toString(this.r1u_1) + ', bidTypes=' + toString(this.s1u_1) + ', needToPutHigherTrump=' + this.t1u_1 + ', trumpCardStepMode=' + this.u1u_1 + ', trumpCardStepPartnerMode=' + this.v1u_1 + ', combinationsWithFirstCard=' + toString(this.w1u_1) + ', protectBella=' + this.x1u_1 + ', oneTryToProtectBella=' + this.y1u_1 + ', enableFourSevensCombination=' + this.z1u_1 + ', enableTrumpSevenCombination=' + this.a1v_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.b1v_1 + ', checkTrumpCombination=' + this.c1v_1 + ', checkOnlyTrumpDebertz=' + this.d1v_1 + ', pointsDistributeMode=' + this.e1v_1 + ', enableFineIfNoBribes=' + this.f1v_1 + ', fineIfNoBribes=' + this.g1v_1 + ', enableFineAfterThirdByte=' + this.h1v_1 + ', fineAfterThirdFailedContract=' + this.i1v_1 + ', supportedPointsModes=' + toString(this.j1v_1) + ', scoreRoundingStep=' + this.k1v_1 + ', scoreDivisor=' + this.l1v_1 + ', noTrumpScoreMultiplier=' + this.m1v_1 + ', enableCapot=' + this.n1v_1 + ', capotBonus=' + this.o1v_1 + ', enableGeneral=' + this.p1v_1 + ', generalBonus=' + this.q1v_1 + ', enableFrezaCard=' + this.r1v_1 + ', supportedPlayersModes=' + toString(this.s1v_1) + ')';
|
|
4269
4280
|
};
|
|
4270
4281
|
protoOf(RulesDto).hashCode = function () {
|
|
4271
4282
|
var result = this.h1u_1 == null ? 0 : getStringHashCode(this.h1u_1);
|
|
@@ -4304,7 +4315,8 @@
|
|
|
4304
4315
|
result = imul(result, 31) + (this.o1v_1 == null ? 0 : this.o1v_1) | 0;
|
|
4305
4316
|
result = imul(result, 31) + (this.p1v_1 == null ? 0 : getBooleanHashCode(this.p1v_1)) | 0;
|
|
4306
4317
|
result = imul(result, 31) + (this.q1v_1 == null ? 0 : this.q1v_1) | 0;
|
|
4307
|
-
result = imul(result, 31) + (this.r1v_1 == null ? 0 :
|
|
4318
|
+
result = imul(result, 31) + (this.r1v_1 == null ? 0 : getBooleanHashCode(this.r1v_1)) | 0;
|
|
4319
|
+
result = imul(result, 31) + (this.s1v_1 == null ? 0 : hashCode(this.s1v_1)) | 0;
|
|
4308
4320
|
return result;
|
|
4309
4321
|
};
|
|
4310
4322
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4384,7 +4396,9 @@
|
|
|
4384
4396
|
return false;
|
|
4385
4397
|
if (!(this.q1v_1 == other.q1v_1))
|
|
4386
4398
|
return false;
|
|
4387
|
-
if (!
|
|
4399
|
+
if (!(this.r1v_1 == other.r1v_1))
|
|
4400
|
+
return false;
|
|
4401
|
+
if (!equals(this.s1v_1, other.s1v_1))
|
|
4388
4402
|
return false;
|
|
4389
4403
|
return true;
|
|
4390
4404
|
};
|
|
@@ -4538,7 +4552,7 @@
|
|
|
4538
4552
|
return tmp;
|
|
4539
4553
|
}
|
|
4540
4554
|
function _get_$cachedSerializer__te6jhj_10($this) {
|
|
4541
|
-
return $this.
|
|
4555
|
+
return $this.d1w_1.j2();
|
|
4542
4556
|
}
|
|
4543
4557
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
4544
4558
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -4578,7 +4592,7 @@
|
|
|
4578
4592
|
Companion_instance_22 = this;
|
|
4579
4593
|
var tmp = this;
|
|
4580
4594
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
4581
|
-
tmp.
|
|
4595
|
+
tmp.d1w_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
4582
4596
|
}
|
|
4583
4597
|
protoOf(Companion_22).n17 = function () {
|
|
4584
4598
|
return _get_$cachedSerializer__te6jhj_10(this);
|
|
@@ -4641,7 +4655,7 @@
|
|
|
4641
4655
|
// Inline function 'kotlin.arrayOf' call
|
|
4642
4656
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4643
4657
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4644
|
-
tmp.
|
|
4658
|
+
tmp.j1w_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
4645
4659
|
}
|
|
4646
4660
|
var Companion_instance_23;
|
|
4647
4661
|
function Companion_getInstance_26() {
|
|
@@ -4657,12 +4671,12 @@
|
|
|
4657
4671
|
tmp0_serialDesc.ku('tag', false);
|
|
4658
4672
|
tmp0_serialDesc.ku('message', false);
|
|
4659
4673
|
tmp0_serialDesc.ku('stackTrace', false);
|
|
4660
|
-
this.
|
|
4674
|
+
this.k1w_1 = tmp0_serialDesc;
|
|
4661
4675
|
}
|
|
4662
|
-
protoOf($serializer_12).
|
|
4663
|
-
var tmp0_desc = this.
|
|
4676
|
+
protoOf($serializer_12).l1w = function (encoder, value) {
|
|
4677
|
+
var tmp0_desc = this.k1w_1;
|
|
4664
4678
|
var tmp1_output = encoder.um(tmp0_desc);
|
|
4665
|
-
var tmp2_cached = Companion_getInstance_26().
|
|
4679
|
+
var tmp2_cached = Companion_getInstance_26().j1w_1;
|
|
4666
4680
|
tmp1_output.lo(tmp0_desc, 0, tmp2_cached[0].j2(), value.type);
|
|
4667
4681
|
tmp1_output.no(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
4668
4682
|
tmp1_output.no(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -4671,10 +4685,10 @@
|
|
|
4671
4685
|
tmp1_output.vm(tmp0_desc);
|
|
4672
4686
|
};
|
|
4673
4687
|
protoOf($serializer_12).mj = function (encoder, value) {
|
|
4674
|
-
return this.
|
|
4688
|
+
return this.l1w(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
4675
4689
|
};
|
|
4676
4690
|
protoOf($serializer_12).nj = function (decoder) {
|
|
4677
|
-
var tmp0_desc = this.
|
|
4691
|
+
var tmp0_desc = this.k1w_1;
|
|
4678
4692
|
var tmp1_flag = true;
|
|
4679
4693
|
var tmp2_index = 0;
|
|
4680
4694
|
var tmp3_bitMask0 = 0;
|
|
@@ -4684,7 +4698,7 @@
|
|
|
4684
4698
|
var tmp7_local3 = null;
|
|
4685
4699
|
var tmp8_local4 = null;
|
|
4686
4700
|
var tmp9_input = decoder.um(tmp0_desc);
|
|
4687
|
-
var tmp10_cached = Companion_getInstance_26().
|
|
4701
|
+
var tmp10_cached = Companion_getInstance_26().j1w_1;
|
|
4688
4702
|
if (tmp9_input.kn()) {
|
|
4689
4703
|
tmp4_local0 = tmp9_input.gn(tmp0_desc, 0, tmp10_cached[0].j2(), tmp4_local0);
|
|
4690
4704
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4731,13 +4745,13 @@
|
|
|
4731
4745
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
4732
4746
|
};
|
|
4733
4747
|
protoOf($serializer_12).lj = function () {
|
|
4734
|
-
return this.
|
|
4748
|
+
return this.k1w_1;
|
|
4735
4749
|
};
|
|
4736
4750
|
protoOf($serializer_12).bv = function () {
|
|
4737
4751
|
// Inline function 'kotlin.arrayOf' call
|
|
4738
4752
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4739
4753
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4740
|
-
return [Companion_getInstance_26().
|
|
4754
|
+
return [Companion_getInstance_26().j1w_1[0].j2(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
4741
4755
|
};
|
|
4742
4756
|
var $serializer_instance_12;
|
|
4743
4757
|
function $serializer_getInstance_12() {
|
|
@@ -4747,7 +4761,7 @@
|
|
|
4747
4761
|
}
|
|
4748
4762
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
4749
4763
|
if (!(31 === (31 & seen0))) {
|
|
4750
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().
|
|
4764
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().k1w_1);
|
|
4751
4765
|
}
|
|
4752
4766
|
$this.type = type;
|
|
4753
4767
|
$this.key = key;
|
|
@@ -4767,7 +4781,7 @@
|
|
|
4767
4781
|
this.message = message;
|
|
4768
4782
|
this.stackTrace = stackTrace;
|
|
4769
4783
|
}
|
|
4770
|
-
protoOf(LoggerOutputDataDto).
|
|
4784
|
+
protoOf(LoggerOutputDataDto).m1w = function () {
|
|
4771
4785
|
return this.type;
|
|
4772
4786
|
};
|
|
4773
4787
|
protoOf(LoggerOutputDataDto).i2 = function () {
|
|
@@ -4779,7 +4793,7 @@
|
|
|
4779
4793
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
4780
4794
|
return this.message;
|
|
4781
4795
|
};
|
|
4782
|
-
protoOf(LoggerOutputDataDto).
|
|
4796
|
+
protoOf(LoggerOutputDataDto).n1w = function () {
|
|
4783
4797
|
return this.stackTrace;
|
|
4784
4798
|
};
|
|
4785
4799
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -4836,7 +4850,7 @@
|
|
|
4836
4850
|
protoOf(LoggerOutputDataDto).d1p = function () {
|
|
4837
4851
|
return this.stackTrace;
|
|
4838
4852
|
};
|
|
4839
|
-
protoOf(LoggerOutputDataDto).
|
|
4853
|
+
protoOf(LoggerOutputDataDto).o1w = function (type, key, tag, message, stackTrace) {
|
|
4840
4854
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
4841
4855
|
};
|
|
4842
4856
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -4845,7 +4859,7 @@
|
|
|
4845
4859
|
tag = tag === VOID ? this.tag : tag;
|
|
4846
4860
|
message = message === VOID ? this.message : message;
|
|
4847
4861
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
4848
|
-
return $super === VOID ? this.
|
|
4862
|
+
return $super === VOID ? this.o1w(type, key, tag, message, stackTrace) : $super.o1w.call(this, type, key, tag, message, stackTrace);
|
|
4849
4863
|
};
|
|
4850
4864
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
4851
4865
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|