game_client_logic_deb 1.8.332 → 1.8.334
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/Logic_Debertz-core.js +44 -44
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +8635 -8571
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +48 -27
- package/Logic_Debertz-game_client.js +2318 -2243
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
function addFormatStructureForTime(structure) {
|
|
325
325
|
this.y58(structure);
|
|
326
326
|
}
|
|
327
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
327
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
|
|
328
328
|
function offsetHours$default(padding, $super) {
|
|
329
329
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
330
330
|
var tmp;
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
return tmp;
|
|
378
378
|
}
|
|
379
379
|
initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
|
|
380
|
-
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithUtcOffset
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithDate, WithUtcOffset]);
|
|
381
381
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
382
382
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
383
383
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
381
381
|
//endregion
|
|
382
382
|
function GameEngineConfig() {
|
|
383
|
-
this.version = '1.8.
|
|
383
|
+
this.version = '1.8.334';
|
|
384
384
|
}
|
|
385
385
|
protoOf(GameEngineConfig).o2y = function () {
|
|
386
386
|
return this.version;
|
|
@@ -3609,7 +3609,7 @@
|
|
|
3609
3609
|
// Inline function 'kotlin.arrayOf' call
|
|
3610
3610
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3611
3611
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3612
|
-
tmp.b6e_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
|
|
3612
|
+
tmp.b6e_1 = [null, null, null, null, null, null, null, null, new ArrayListSerializer(StringSerializer_getInstance()), new ArrayListSerializer(StringSerializer_getInstance()), null, null, null, new ArrayListSerializer(StringSerializer_getInstance()), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
3613
3613
|
}
|
|
3614
3614
|
var Companion_instance_21;
|
|
3615
3615
|
function Companion_getInstance_21() {
|
|
@@ -3631,6 +3631,7 @@
|
|
|
3631
3631
|
tmp0_serialDesc.u4e('contractTypes', false);
|
|
3632
3632
|
tmp0_serialDesc.u4e('bidTypes', false);
|
|
3633
3633
|
tmp0_serialDesc.u4e('needToPutHigherTrump', false);
|
|
3634
|
+
tmp0_serialDesc.u4e('trumpCardStepMode', false);
|
|
3634
3635
|
tmp0_serialDesc.u4e('trumpCardStepPartnerMode', false);
|
|
3635
3636
|
tmp0_serialDesc.u4e('combinationsWithFirstCard', false);
|
|
3636
3637
|
tmp0_serialDesc.u4e('protectBella', false);
|
|
@@ -3640,7 +3641,6 @@
|
|
|
3640
3641
|
tmp0_serialDesc.u4e('enableTrumpSevenCombinationAfterDistribution', false);
|
|
3641
3642
|
tmp0_serialDesc.u4e('checkTrumpCombination', false);
|
|
3642
3643
|
tmp0_serialDesc.u4e('checkOnlyTrumpDebertz', false);
|
|
3643
|
-
tmp0_serialDesc.u4e('distributePoints', false);
|
|
3644
3644
|
tmp0_serialDesc.u4e('pointsDistributeMode', false);
|
|
3645
3645
|
tmp0_serialDesc.u4e('enableFineIfNoBribes', false);
|
|
3646
3646
|
tmp0_serialDesc.u4e('fineIfNoBribes', false);
|
|
@@ -3664,8 +3664,8 @@
|
|
|
3664
3664
|
tmp1_output.y48(tmp0_desc, 9, tmp2_cached[9], value.n6e_1);
|
|
3665
3665
|
tmp1_output.y48(tmp0_desc, 10, BooleanSerializer_getInstance(), value.o6e_1);
|
|
3666
3666
|
tmp1_output.y48(tmp0_desc, 11, StringSerializer_getInstance(), value.p6e_1);
|
|
3667
|
-
tmp1_output.y48(tmp0_desc, 12,
|
|
3668
|
-
tmp1_output.y48(tmp0_desc, 13,
|
|
3667
|
+
tmp1_output.y48(tmp0_desc, 12, StringSerializer_getInstance(), value.q6e_1);
|
|
3668
|
+
tmp1_output.y48(tmp0_desc, 13, tmp2_cached[13], value.r6e_1);
|
|
3669
3669
|
tmp1_output.y48(tmp0_desc, 14, BooleanSerializer_getInstance(), value.s6e_1);
|
|
3670
3670
|
tmp1_output.y48(tmp0_desc, 15, BooleanSerializer_getInstance(), value.t6e_1);
|
|
3671
3671
|
tmp1_output.y48(tmp0_desc, 16, BooleanSerializer_getInstance(), value.u6e_1);
|
|
@@ -3673,7 +3673,7 @@
|
|
|
3673
3673
|
tmp1_output.y48(tmp0_desc, 18, BooleanSerializer_getInstance(), value.w6e_1);
|
|
3674
3674
|
tmp1_output.y48(tmp0_desc, 19, BooleanSerializer_getInstance(), value.x6e_1);
|
|
3675
3675
|
tmp1_output.y48(tmp0_desc, 20, BooleanSerializer_getInstance(), value.y6e_1);
|
|
3676
|
-
tmp1_output.
|
|
3676
|
+
tmp1_output.u48(tmp0_desc, 21, value.z6e_1);
|
|
3677
3677
|
tmp1_output.y48(tmp0_desc, 22, BooleanSerializer_getInstance(), value.a6f_1);
|
|
3678
3678
|
tmp1_output.y48(tmp0_desc, 23, IntSerializer_getInstance(), value.b6f_1);
|
|
3679
3679
|
tmp1_output.y48(tmp0_desc, 24, BooleanSerializer_getInstance(), value.c6f_1);
|
|
@@ -3741,9 +3741,9 @@
|
|
|
3741
3741
|
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
3742
3742
|
tmp15_local11 = tmp30_input.u47(tmp0_desc, 11, StringSerializer_getInstance(), tmp15_local11);
|
|
3743
3743
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
3744
|
-
tmp16_local12 = tmp30_input.u47(tmp0_desc, 12,
|
|
3744
|
+
tmp16_local12 = tmp30_input.u47(tmp0_desc, 12, StringSerializer_getInstance(), tmp16_local12);
|
|
3745
3745
|
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
3746
|
-
tmp17_local13 = tmp30_input.u47(tmp0_desc, 13,
|
|
3746
|
+
tmp17_local13 = tmp30_input.u47(tmp0_desc, 13, tmp31_cached[13], tmp17_local13);
|
|
3747
3747
|
tmp3_bitMask0 = tmp3_bitMask0 | 8192;
|
|
3748
3748
|
tmp18_local14 = tmp30_input.u47(tmp0_desc, 14, BooleanSerializer_getInstance(), tmp18_local14);
|
|
3749
3749
|
tmp3_bitMask0 = tmp3_bitMask0 | 16384;
|
|
@@ -3759,7 +3759,7 @@
|
|
|
3759
3759
|
tmp3_bitMask0 = tmp3_bitMask0 | 524288;
|
|
3760
3760
|
tmp24_local20 = tmp30_input.u47(tmp0_desc, 20, BooleanSerializer_getInstance(), tmp24_local20);
|
|
3761
3761
|
tmp3_bitMask0 = tmp3_bitMask0 | 1048576;
|
|
3762
|
-
tmp25_local21 = tmp30_input.
|
|
3762
|
+
tmp25_local21 = tmp30_input.q47(tmp0_desc, 21);
|
|
3763
3763
|
tmp3_bitMask0 = tmp3_bitMask0 | 2097152;
|
|
3764
3764
|
tmp26_local22 = tmp30_input.u47(tmp0_desc, 22, BooleanSerializer_getInstance(), tmp26_local22);
|
|
3765
3765
|
tmp3_bitMask0 = tmp3_bitMask0 | 4194304;
|
|
@@ -3825,11 +3825,11 @@
|
|
|
3825
3825
|
tmp3_bitMask0 = tmp3_bitMask0 | 2048;
|
|
3826
3826
|
break;
|
|
3827
3827
|
case 12:
|
|
3828
|
-
tmp16_local12 = tmp30_input.u47(tmp0_desc, 12,
|
|
3828
|
+
tmp16_local12 = tmp30_input.u47(tmp0_desc, 12, StringSerializer_getInstance(), tmp16_local12);
|
|
3829
3829
|
tmp3_bitMask0 = tmp3_bitMask0 | 4096;
|
|
3830
3830
|
break;
|
|
3831
3831
|
case 13:
|
|
3832
|
-
tmp17_local13 = tmp30_input.u47(tmp0_desc, 13,
|
|
3832
|
+
tmp17_local13 = tmp30_input.u47(tmp0_desc, 13, tmp31_cached[13], tmp17_local13);
|
|
3833
3833
|
tmp3_bitMask0 = tmp3_bitMask0 | 8192;
|
|
3834
3834
|
break;
|
|
3835
3835
|
case 14:
|
|
@@ -3861,7 +3861,7 @@
|
|
|
3861
3861
|
tmp3_bitMask0 = tmp3_bitMask0 | 1048576;
|
|
3862
3862
|
break;
|
|
3863
3863
|
case 21:
|
|
3864
|
-
tmp25_local21 = tmp30_input.
|
|
3864
|
+
tmp25_local21 = tmp30_input.q47(tmp0_desc, 21);
|
|
3865
3865
|
tmp3_bitMask0 = tmp3_bitMask0 | 2097152;
|
|
3866
3866
|
break;
|
|
3867
3867
|
case 22:
|
|
@@ -3895,7 +3895,7 @@
|
|
|
3895
3895
|
// Inline function 'kotlin.arrayOf' call
|
|
3896
3896
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3897
3897
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3898
|
-
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(
|
|
3898
|
+
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(StringSerializer_getInstance()), get_nullable(tmp0_cached[13]), 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())];
|
|
3899
3899
|
};
|
|
3900
3900
|
var $serializer_instance_9;
|
|
3901
3901
|
function $serializer_getInstance_9() {
|
|
@@ -3903,7 +3903,7 @@
|
|
|
3903
3903
|
new $serializer_9();
|
|
3904
3904
|
return $serializer_instance_9;
|
|
3905
3905
|
}
|
|
3906
|
-
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,
|
|
3906
|
+
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
3907
3907
|
if (!(67108863 === (67108863 & seen0))) {
|
|
3908
3908
|
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().c6e_1);
|
|
3909
3909
|
}
|
|
@@ -3918,16 +3918,16 @@
|
|
|
3918
3918
|
$this.m6e_1 = contractTypes;
|
|
3919
3919
|
$this.n6e_1 = bidTypes;
|
|
3920
3920
|
$this.o6e_1 = needToPutHigherTrump;
|
|
3921
|
-
$this.p6e_1 =
|
|
3922
|
-
$this.q6e_1 =
|
|
3923
|
-
$this.r6e_1 =
|
|
3924
|
-
$this.s6e_1 =
|
|
3925
|
-
$this.t6e_1 =
|
|
3926
|
-
$this.u6e_1 =
|
|
3927
|
-
$this.v6e_1 =
|
|
3928
|
-
$this.w6e_1 =
|
|
3929
|
-
$this.x6e_1 =
|
|
3930
|
-
$this.y6e_1 =
|
|
3921
|
+
$this.p6e_1 = trumpCardStepMode;
|
|
3922
|
+
$this.q6e_1 = trumpCardStepPartnerMode;
|
|
3923
|
+
$this.r6e_1 = combinationsWithFirstCard;
|
|
3924
|
+
$this.s6e_1 = protectBella;
|
|
3925
|
+
$this.t6e_1 = oneTryToProtectBella;
|
|
3926
|
+
$this.u6e_1 = enableFourSevensCombination;
|
|
3927
|
+
$this.v6e_1 = enableTrumpSevenCombination;
|
|
3928
|
+
$this.w6e_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3929
|
+
$this.x6e_1 = checkTrumpCombination;
|
|
3930
|
+
$this.y6e_1 = checkOnlyTrumpDebertz;
|
|
3931
3931
|
$this.z6e_1 = pointsDistributeMode;
|
|
3932
3932
|
$this.a6f_1 = enableFineIfNoBribes;
|
|
3933
3933
|
$this.b6f_1 = fineIfNoBribes;
|
|
@@ -3935,10 +3935,10 @@
|
|
|
3935
3935
|
$this.d6f_1 = fineAfterThirdFailedContract;
|
|
3936
3936
|
return $this;
|
|
3937
3937
|
}
|
|
3938
|
-
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,
|
|
3939
|
-
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,
|
|
3938
|
+
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
3939
|
+
return RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, objectCreate(protoOf(RulesDto)));
|
|
3940
3940
|
}
|
|
3941
|
-
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz,
|
|
3941
|
+
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
3942
3942
|
Companion_getInstance_21();
|
|
3943
3943
|
this.e6e_1 = name;
|
|
3944
3944
|
this.f6e_1 = playerWhoChooseSuitGoFirst;
|
|
@@ -3951,16 +3951,16 @@
|
|
|
3951
3951
|
this.m6e_1 = contractTypes;
|
|
3952
3952
|
this.n6e_1 = bidTypes;
|
|
3953
3953
|
this.o6e_1 = needToPutHigherTrump;
|
|
3954
|
-
this.p6e_1 =
|
|
3955
|
-
this.q6e_1 =
|
|
3956
|
-
this.r6e_1 =
|
|
3957
|
-
this.s6e_1 =
|
|
3958
|
-
this.t6e_1 =
|
|
3959
|
-
this.u6e_1 =
|
|
3960
|
-
this.v6e_1 =
|
|
3961
|
-
this.w6e_1 =
|
|
3962
|
-
this.x6e_1 =
|
|
3963
|
-
this.y6e_1 =
|
|
3954
|
+
this.p6e_1 = trumpCardStepMode;
|
|
3955
|
+
this.q6e_1 = trumpCardStepPartnerMode;
|
|
3956
|
+
this.r6e_1 = combinationsWithFirstCard;
|
|
3957
|
+
this.s6e_1 = protectBella;
|
|
3958
|
+
this.t6e_1 = oneTryToProtectBella;
|
|
3959
|
+
this.u6e_1 = enableFourSevensCombination;
|
|
3960
|
+
this.v6e_1 = enableTrumpSevenCombination;
|
|
3961
|
+
this.w6e_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3962
|
+
this.x6e_1 = checkTrumpCombination;
|
|
3963
|
+
this.y6e_1 = checkOnlyTrumpDebertz;
|
|
3964
3964
|
this.z6e_1 = pointsDistributeMode;
|
|
3965
3965
|
this.a6f_1 = enableFineIfNoBribes;
|
|
3966
3966
|
this.b6f_1 = fineIfNoBribes;
|
|
@@ -3968,7 +3968,7 @@
|
|
|
3968
3968
|
this.d6f_1 = fineAfterThirdFailedContract;
|
|
3969
3969
|
}
|
|
3970
3970
|
protoOf(RulesDto).toString = function () {
|
|
3971
|
-
return 'RulesDto(name=' + this.e6e_1 + ', playerWhoChooseSuitGoFirst=' + this.f6e_1 + ', winnerShuffleCards=' + this.g6e_1 + ', playWithoutLiabilities=' + this.h6e_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.i6e_1 + ', dealerInitialCardsCount=' + this.j6e_1 + ', dealerFinalCardsCount=' + this.k6e_1 + ', dealerCounterClockwise=' + this.l6e_1 + ', contractTypes=' + toString(this.m6e_1) + ', bidTypes=' + toString(this.n6e_1) + ', needToPutHigherTrump=' + this.o6e_1 + ',
|
|
3971
|
+
return 'RulesDto(name=' + this.e6e_1 + ', playerWhoChooseSuitGoFirst=' + this.f6e_1 + ', winnerShuffleCards=' + this.g6e_1 + ', playWithoutLiabilities=' + this.h6e_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.i6e_1 + ', dealerInitialCardsCount=' + this.j6e_1 + ', dealerFinalCardsCount=' + this.k6e_1 + ', dealerCounterClockwise=' + this.l6e_1 + ', contractTypes=' + toString(this.m6e_1) + ', bidTypes=' + toString(this.n6e_1) + ', needToPutHigherTrump=' + this.o6e_1 + ', trumpCardStepMode=' + this.p6e_1 + ', trumpCardStepPartnerMode=' + this.q6e_1 + ', combinationsWithFirstCard=' + toString(this.r6e_1) + ', protectBella=' + this.s6e_1 + ', oneTryToProtectBella=' + this.t6e_1 + ', enableFourSevensCombination=' + this.u6e_1 + ', enableTrumpSevenCombination=' + this.v6e_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.w6e_1 + ', checkTrumpCombination=' + this.x6e_1 + ', checkOnlyTrumpDebertz=' + this.y6e_1 + ', pointsDistributeMode=' + this.z6e_1 + ', enableFineIfNoBribes=' + this.a6f_1 + ', fineIfNoBribes=' + this.b6f_1 + ', enableFineAfterThirdByte=' + this.c6f_1 + ', fineAfterThirdFailedContract=' + this.d6f_1 + ')';
|
|
3972
3972
|
};
|
|
3973
3973
|
protoOf(RulesDto).hashCode = function () {
|
|
3974
3974
|
var result = this.e6e_1 == null ? 0 : getStringHashCode(this.e6e_1);
|
|
@@ -3983,8 +3983,8 @@
|
|
|
3983
3983
|
result = imul(result, 31) + (this.n6e_1 == null ? 0 : hashCode(this.n6e_1)) | 0;
|
|
3984
3984
|
result = imul(result, 31) + (this.o6e_1 == null ? 0 : getBooleanHashCode(this.o6e_1)) | 0;
|
|
3985
3985
|
result = imul(result, 31) + (this.p6e_1 == null ? 0 : getStringHashCode(this.p6e_1)) | 0;
|
|
3986
|
-
result = imul(result, 31) + (this.q6e_1 == null ? 0 :
|
|
3987
|
-
result = imul(result, 31) + (this.r6e_1 == null ? 0 :
|
|
3986
|
+
result = imul(result, 31) + (this.q6e_1 == null ? 0 : getStringHashCode(this.q6e_1)) | 0;
|
|
3987
|
+
result = imul(result, 31) + (this.r6e_1 == null ? 0 : hashCode(this.r6e_1)) | 0;
|
|
3988
3988
|
result = imul(result, 31) + (this.s6e_1 == null ? 0 : getBooleanHashCode(this.s6e_1)) | 0;
|
|
3989
3989
|
result = imul(result, 31) + (this.t6e_1 == null ? 0 : getBooleanHashCode(this.t6e_1)) | 0;
|
|
3990
3990
|
result = imul(result, 31) + (this.u6e_1 == null ? 0 : getBooleanHashCode(this.u6e_1)) | 0;
|
|
@@ -3992,7 +3992,7 @@
|
|
|
3992
3992
|
result = imul(result, 31) + (this.w6e_1 == null ? 0 : getBooleanHashCode(this.w6e_1)) | 0;
|
|
3993
3993
|
result = imul(result, 31) + (this.x6e_1 == null ? 0 : getBooleanHashCode(this.x6e_1)) | 0;
|
|
3994
3994
|
result = imul(result, 31) + (this.y6e_1 == null ? 0 : getBooleanHashCode(this.y6e_1)) | 0;
|
|
3995
|
-
result = imul(result, 31) +
|
|
3995
|
+
result = imul(result, 31) + getStringHashCode(this.z6e_1) | 0;
|
|
3996
3996
|
result = imul(result, 31) + (this.a6f_1 == null ? 0 : getBooleanHashCode(this.a6f_1)) | 0;
|
|
3997
3997
|
result = imul(result, 31) + (this.b6f_1 == null ? 0 : this.b6f_1) | 0;
|
|
3998
3998
|
result = imul(result, 31) + (this.c6f_1 == null ? 0 : getBooleanHashCode(this.c6f_1)) | 0;
|
|
@@ -4029,9 +4029,9 @@
|
|
|
4029
4029
|
return false;
|
|
4030
4030
|
if (!(this.p6e_1 == tmp0_other_with_cast.p6e_1))
|
|
4031
4031
|
return false;
|
|
4032
|
-
if (!
|
|
4032
|
+
if (!(this.q6e_1 == tmp0_other_with_cast.q6e_1))
|
|
4033
4033
|
return false;
|
|
4034
|
-
if (!(this.r6e_1
|
|
4034
|
+
if (!equals(this.r6e_1, tmp0_other_with_cast.r6e_1))
|
|
4035
4035
|
return false;
|
|
4036
4036
|
if (!(this.s6e_1 == tmp0_other_with_cast.s6e_1))
|
|
4037
4037
|
return false;
|
|
@@ -4047,7 +4047,7 @@
|
|
|
4047
4047
|
return false;
|
|
4048
4048
|
if (!(this.y6e_1 == tmp0_other_with_cast.y6e_1))
|
|
4049
4049
|
return false;
|
|
4050
|
-
if (!(this.z6e_1
|
|
4050
|
+
if (!(this.z6e_1 === tmp0_other_with_cast.z6e_1))
|
|
4051
4051
|
return false;
|
|
4052
4052
|
if (!(this.a6f_1 == tmp0_other_with_cast.a6f_1))
|
|
4053
4053
|
return false;
|