client_plugin_logic_deb 1.8.388 → 1.8.389
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-client_plugin.d.ts +16 -18
- package/Logic_Debertz-client_plugin.js +4 -4
- package/Logic_Debertz-core.js +10 -11
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +1367 -1352
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +117 -123
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +27 -27
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -325,12 +325,10 @@
|
|
|
325
325
|
var filterWhoChoseSuit = kotlin_io_raspberryapps_game_engine_engine.$_$.x;
|
|
326
326
|
var SuitChoiceFromClientAction = kotlin_io_raspberryapps_game_engine_engine.$_$.x4;
|
|
327
327
|
var ValidationCode_SUIT_VALIDATION_NEED_TO_PLAY_getInstance = kotlin_io_raspberryapps_game_engine_engine.$_$.y8;
|
|
328
|
-
var
|
|
328
|
+
var ignoreValidation = kotlin_io_raspberryapps_game_engine_core.$_$.k2;
|
|
329
329
|
var get_actionTag = kotlin_io_raspberryapps_game_engine_core.$_$.d3;
|
|
330
330
|
var Action = kotlin_io_raspberryapps_game_engine_core.$_$.e3;
|
|
331
|
-
var notValidateWhenFinishing = kotlin_io_raspberryapps_game_engine_core.$_$.m2;
|
|
332
331
|
var ReleaseBufferTriggerAction = kotlin_io_raspberryapps_game_engine_core.$_$.v2;
|
|
333
|
-
var NotValidateIfGameFinishing = kotlin_io_raspberryapps_game_engine_core.$_$.n2;
|
|
334
332
|
var IgnoreLoggerAction = kotlin_io_raspberryapps_game_engine_engine.$_$.y7;
|
|
335
333
|
var TimersStoreContract = kotlin_io_raspberryapps_game_engine_engine.$_$.l7;
|
|
336
334
|
var CombinationProvider = kotlin_io_raspberryapps_game_engine_engine.$_$.e4;
|
|
@@ -1046,7 +1044,7 @@
|
|
|
1046
1044
|
initMetadataForClass(ObserverStrategy, 'ObserverStrategy', VOID, Enum);
|
|
1047
1045
|
initMetadataForInterface(TradeScene, 'TradeScene', VOID, VOID, [SceneActionsContract, ExpectantContract, TradeSceneContract]);
|
|
1048
1046
|
initMetadataForInterface(EarnPointsScene, 'EarnPointsScene', VOID, VOID, [SceneActionsContract, ExpectantContract, EarnPointsSceneContract]);
|
|
1049
|
-
initMetadataForInterface(TableScene, 'TableScene', VOID, VOID, [
|
|
1047
|
+
initMetadataForInterface(TableScene, 'TableScene', VOID, VOID, [ExpectantContract, ControlsContract, SceneActionsContract]);
|
|
1050
1048
|
initMetadataForClass(EarnPointsSceneImpl, 'EarnPointsSceneImpl', VOID, VOID, [EarnPointsSceneContract, ExpectantContract, SceneActionsContract, PlayersSceneContract, EarnPointsScene, GameEngineSceneContract]);
|
|
1051
1049
|
initMetadataForLambda(TableSceneImpl$observeControlsMode$o$collect$slambda, CoroutineImpl, VOID, [1]);
|
|
1052
1050
|
initMetadataForCoroutine($collectCOROUTINE$_41, CoroutineImpl);
|
|
@@ -1223,23 +1221,23 @@
|
|
|
1223
1221
|
initMetadataForClass(ClientAction, 'ClientAction', VOID, VOID, [Action]);
|
|
1224
1222
|
initMetadataForObject(UpdateMessagesCountAction, 'UpdateMessagesCountAction', VOID, ClientAction);
|
|
1225
1223
|
initMetadataForClass(TransitionsFinishedAction, 'TransitionsFinishedAction', VOID, ClientAction);
|
|
1226
|
-
initMetadataForClass(SceneActivationAction, 'SceneActivationAction', VOID, ClientAction, [ClientAction, ReleaseBufferTriggerAction,
|
|
1224
|
+
initMetadataForClass(SceneActivationAction, 'SceneActivationAction', VOID, ClientAction, [ClientAction, ReleaseBufferTriggerAction, NotValidateIfGameFinished]);
|
|
1227
1225
|
initMetadataForClass(DisabledCardAction, 'DisabledCardAction', VOID, ClientAction, [ClientAction, Action]);
|
|
1228
1226
|
initMetadataForClass(PutCardAndCheckCombinationsAction, 'PutCardAndCheckCombinationsAction', VOID, ClientAction, [ClientAction, Action]);
|
|
1229
1227
|
initMetadataForClass(AnnouncedCombinationAction, 'AnnouncedCombinationAction', VOID, ClientAction);
|
|
1230
1228
|
initMetadataForClass(InfoMessageAction, 'InfoMessageAction', VOID, ClientAction);
|
|
1231
1229
|
initMetadataForClass(CombinationToAnnounceAction, 'CombinationToAnnounceAction', VOID, ClientAction);
|
|
1232
|
-
initMetadataForClass(UIFocusedAction, 'UIFocusedAction', VOID, ClientAction, [ClientAction,
|
|
1230
|
+
initMetadataForClass(UIFocusedAction, 'UIFocusedAction', VOID, ClientAction, [ClientAction, NotValidateIfGameFinished]);
|
|
1233
1231
|
initMetadataForClass(InitClientStateAction, 'InitClientStateAction', VOID, ClientAction, [ClientAction, IgnoreLoggerAction]);
|
|
1234
1232
|
initMetadataForClass(SwitchLastBribeAction, 'SwitchLastBribeAction', VOID, ClientAction);
|
|
1235
1233
|
initMetadataForClass(SwitchGameInfoAction, 'SwitchGameInfoAction', VOID, ClientAction);
|
|
1236
1234
|
initMetadataForClass(SwitchSettingAction, 'SwitchSettingAction', VOID, ClientAction);
|
|
1237
1235
|
initMetadataForClass(SwitchChatAction, 'SwitchChatAction', VOID, ClientAction);
|
|
1238
|
-
initMetadataForClass(UICreatedAction, 'UICreatedAction', VOID, ClientAction, [ClientAction,
|
|
1236
|
+
initMetadataForClass(UICreatedAction, 'UICreatedAction', VOID, ClientAction, [ClientAction, NotValidateIfGameFinished]);
|
|
1239
1237
|
initMetadataForClass(UpdateConfigAction, 'UpdateConfigAction', VOID, ClientAction);
|
|
1240
1238
|
initMetadataForClass(ClientMessageAction, 'ClientMessageAction', VOID, ClientAction);
|
|
1241
1239
|
initMetadataForClass(TutorialPassedAction, 'TutorialPassedAction', VOID, ClientAction);
|
|
1242
|
-
initMetadataForObject(ResetErrorAction, 'ResetErrorAction', VOID, ClientAction, [ClientAction,
|
|
1240
|
+
initMetadataForObject(ResetErrorAction, 'ResetErrorAction', VOID, ClientAction, [ClientAction, NotValidateIfGameFinished]);
|
|
1243
1241
|
initMetadataForClass(SceneTutorialAction, 'SceneTutorialAction', VOID, ClientAction);
|
|
1244
1242
|
initMetadataForClass(InterceptorLifecycleAction, 'InterceptorLifecycleAction', VOID, VOID, [Action]);
|
|
1245
1243
|
initMetadataForClass(InterceptorStageCompletedClientAction, 'InterceptorStageCompletedClientAction', VOID, InterceptorLifecycleAction);
|
|
@@ -16688,16 +16686,16 @@
|
|
|
16688
16686
|
protoOf(GameHistoryViewModel).nav = function () {
|
|
16689
16687
|
return this.gameType;
|
|
16690
16688
|
};
|
|
16691
|
-
protoOf(GameHistoryViewModel).
|
|
16689
|
+
protoOf(GameHistoryViewModel).q8v = function () {
|
|
16692
16690
|
return this.users;
|
|
16693
16691
|
};
|
|
16694
16692
|
protoOf(GameHistoryViewModel).e3v = function () {
|
|
16695
16693
|
return this.config;
|
|
16696
16694
|
};
|
|
16697
|
-
protoOf(GameHistoryViewModel).
|
|
16695
|
+
protoOf(GameHistoryViewModel).w8y = function () {
|
|
16698
16696
|
return this.gameWinners;
|
|
16699
16697
|
};
|
|
16700
|
-
protoOf(GameHistoryViewModel).
|
|
16698
|
+
protoOf(GameHistoryViewModel).t8y = function () {
|
|
16701
16699
|
return this.metadata;
|
|
16702
16700
|
};
|
|
16703
16701
|
protoOf(GameHistoryViewModel).equals = function (other) {
|
|
@@ -16793,10 +16791,10 @@
|
|
|
16793
16791
|
protoOf(RoundEndedHistoryViewModel).x5i = function () {
|
|
16794
16792
|
return this.gameId;
|
|
16795
16793
|
};
|
|
16796
|
-
protoOf(RoundEndedHistoryViewModel).
|
|
16794
|
+
protoOf(RoundEndedHistoryViewModel).s8y = function () {
|
|
16797
16795
|
return this.roundNumber;
|
|
16798
16796
|
};
|
|
16799
|
-
protoOf(RoundEndedHistoryViewModel).
|
|
16797
|
+
protoOf(RoundEndedHistoryViewModel).f8z = function () {
|
|
16800
16798
|
return this.items;
|
|
16801
16799
|
};
|
|
16802
16800
|
protoOf(RoundEndedHistoryViewModel).pav = function () {
|
|
@@ -18460,7 +18458,7 @@
|
|
|
18460
18458
|
}
|
|
18461
18459
|
}
|
|
18462
18460
|
}
|
|
18463
|
-
if (isGameFinished && !table.sceneInfo.
|
|
18461
|
+
if (isGameFinished && !table.sceneInfo.r8z()) {
|
|
18464
18462
|
return new PutInBuffer(debugLabel);
|
|
18465
18463
|
}
|
|
18466
18464
|
return new AvoidBuffer(debugLabel);
|
|
@@ -18662,7 +18660,7 @@
|
|
|
18662
18660
|
return tmp$ret$0;
|
|
18663
18661
|
}
|
|
18664
18662
|
function isPartnerOf($this, _this__u8e3s4, player, all, teams) {
|
|
18665
|
-
return _this__u8e3s4.c7j_1 === teams.
|
|
18663
|
+
return _this__u8e3s4.c7j_1 === teams.u91(player.playerId, all).playerId;
|
|
18666
18664
|
}
|
|
18667
18665
|
function hasHigherTrump($this, _this__u8e3s4, winningCard, trump, playedCard, firstSuit) {
|
|
18668
18666
|
var tmp$ret$0;
|
|
@@ -18696,7 +18694,7 @@
|
|
|
18696
18694
|
}
|
|
18697
18695
|
protoOf(PutCardValidatorInteractorImpl).yaw = function (putPlayerCard, cardsOnTable, selectedTrump, player, players, config) {
|
|
18698
18696
|
var trump = selectedTrump;
|
|
18699
|
-
var tmp0_elvis_lhs = Companion_instance.
|
|
18697
|
+
var tmp0_elvis_lhs = Companion_instance.d8w(cardsOnTable);
|
|
18700
18698
|
var tmp;
|
|
18701
18699
|
if (tmp0_elvis_lhs == null) {
|
|
18702
18700
|
return null;
|
|
@@ -18731,7 +18729,7 @@
|
|
|
18731
18729
|
tmp$ret$0 = false;
|
|
18732
18730
|
}
|
|
18733
18731
|
var anyTrumpOnTbl = tmp$ret$0;
|
|
18734
|
-
var winningCard = this.aax_1.
|
|
18732
|
+
var winningCard = this.aax_1.q92(cardsOnTable, trump);
|
|
18735
18733
|
var tmp1_safe_receiver = checkHigherTrump(this, config.rules.trumpCardStepMode, config, players, trump, player, putPlayerCard, firstSuit, playerHasSuit, anyTrumpOnTbl, winningCard);
|
|
18736
18734
|
if (tmp1_safe_receiver == null)
|
|
18737
18735
|
null;
|
|
@@ -19925,7 +19923,7 @@
|
|
|
19925
19923
|
var tmp0 = this.ob6_1;
|
|
19926
19924
|
var value = this.qb6_1;
|
|
19927
19925
|
this.r8_1 = 1;
|
|
19928
|
-
var points = get_isChoosePartnerScene(value.z6w().sceneInfo.v8c_1) ? null : this.pb6_1.gaz_1.
|
|
19926
|
+
var points = get_isChoosePartnerScene(value.z6w().sceneInfo.v8c_1) ? null : this.pb6_1.gaz_1.q99(value.z6w().players, value.z6w().config);
|
|
19929
19927
|
var tmp0_safe_receiver = get_clientPayloadOrNull(value);
|
|
19930
19928
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.xa2_1;
|
|
19931
19929
|
suspendResult = tmp0.i24(tmp1_safe_receiver == null ? null : toVM_2(tmp1_safe_receiver, value.z6w().config, value.z6w().players, points), this);
|
|
@@ -22478,7 +22476,7 @@
|
|
|
22478
22476
|
return this.jbk_1;
|
|
22479
22477
|
};
|
|
22480
22478
|
protoOf(OnlineGameMechanicImpl).observeFromClientAction = function () {
|
|
22481
|
-
return this.kbk_1.
|
|
22479
|
+
return this.kbk_1.t93();
|
|
22482
22480
|
};
|
|
22483
22481
|
protoOf(OnlineGameMechanicImpl).mechanicActions = function (actions) {
|
|
22484
22482
|
// Inline function 'kotlin.collections.map' call
|
|
@@ -23163,7 +23161,7 @@
|
|
|
23163
23161
|
if (tmp === 0) {
|
|
23164
23162
|
this.s8_1 = 1;
|
|
23165
23163
|
var table = this.gbp_1.ibo_1.i6e().z6w();
|
|
23166
|
-
this.ibp_1.dispatch(new PlayerReadyFromClientAction(get_currentPlayer(table).playerId, false, this.gbp_1.kbo_1.
|
|
23164
|
+
this.ibp_1.dispatch(new PlayerReadyFromClientAction(get_currentPlayer(table).playerId, false, this.gbp_1.kbo_1.d95(table.gameInfo.round)));
|
|
23167
23165
|
return Unit_instance;
|
|
23168
23166
|
} else if (tmp === 1) {
|
|
23169
23167
|
throw this.u8_1;
|
|
@@ -25025,7 +25023,7 @@
|
|
|
25025
25023
|
var table = this.pc1_1.xc1_1.i6e().z6w();
|
|
25026
25024
|
var tmp_0 = this.sc1_1.dispatch;
|
|
25027
25025
|
var tmp0_playerId = get_currentPlayer(table).playerId;
|
|
25028
|
-
var tmp1_tag = this.pc1_1.yc1_1.
|
|
25026
|
+
var tmp1_tag = this.pc1_1.yc1_1.c95(table.gameInfo.round);
|
|
25029
25027
|
tmp_0(new PartnerSelectedFromClientAction(tmp0_playerId, false, tmp1_tag, this.qc1_1));
|
|
25030
25028
|
return Unit_instance;
|
|
25031
25029
|
} else if (tmp === 1) {
|
|
@@ -31070,7 +31068,7 @@
|
|
|
31070
31068
|
destination.j(tmp$ret$0);
|
|
31071
31069
|
}
|
|
31072
31070
|
var playersCardsToDistribute = flatten(destination);
|
|
31073
|
-
var tmp1_elvis_lhs = cardDeck == null ? null : cardDeck.
|
|
31071
|
+
var tmp1_elvis_lhs = cardDeck == null ? null : cardDeck.e8w();
|
|
31074
31072
|
var tmp4_otherCardsCount = tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs;
|
|
31075
31073
|
var tmp5_trumpCard = cardDeck == null ? null : cardDeck.a80_1;
|
|
31076
31074
|
var tmp6_topOpenedCard = cardDeck == null ? null : cardDeck.b80_1;
|
|
@@ -31099,7 +31097,7 @@
|
|
|
31099
31097
|
}
|
|
31100
31098
|
}
|
|
31101
31099
|
var distributionTransition = firstOrNull(destination);
|
|
31102
|
-
return new CardDeckViewModelV2(cardDeck.
|
|
31100
|
+
return new CardDeckViewModelV2(cardDeck.e8w(), cardDeck.a80_1, cardDeck.b80_1, getCardDeckState($this, table, clientPayload), distributionTransition);
|
|
31103
31101
|
}
|
|
31104
31102
|
function isCardDeckUsed($this, table, clientPayload) {
|
|
31105
31103
|
switch (table.sceneInfo.v8c_1) {
|
|
@@ -32508,7 +32506,7 @@
|
|
|
32508
32506
|
var tmp4_playerId = currentPlayer.playerId;
|
|
32509
32507
|
var tmp1_$this = this.ada_1.gda_1;
|
|
32510
32508
|
var tmp2_round = table.gameInfo.round;
|
|
32511
|
-
var tmp5_tag = tmp1_$this.
|
|
32509
|
+
var tmp5_tag = tmp1_$this.f95(tmp2_round, currentPlayer);
|
|
32512
32510
|
tmp_0(new SuitChoiceFromClientAction(tmp4_playerId, false, tmp5_tag, tmp3_suit));
|
|
32513
32511
|
return Unit_instance;
|
|
32514
32512
|
} else if (tmp === 1) {
|
|
@@ -32559,11 +32557,11 @@
|
|
|
32559
32557
|
var currentPlayer = get_currentPlayer(table);
|
|
32560
32558
|
var playerOption = currentPlayer.c70_1;
|
|
32561
32559
|
if (playerOption.x74_1 && playerOption.i79() && !table.config.rules.playWithoutLiabilities) {
|
|
32562
|
-
this.rda_1.dispatch(new InfoMessageAction(this.pda_1.fda_1.
|
|
32560
|
+
this.rda_1.dispatch(new InfoMessageAction(this.pda_1.fda_1.a94(ValidationCode_SUIT_VALIDATION_NEED_TO_PLAY_getInstance())));
|
|
32563
32561
|
} else {
|
|
32564
32562
|
var tmp_0 = this.rda_1.dispatch;
|
|
32565
32563
|
var tmp0_playerId = currentPlayer.playerId;
|
|
32566
|
-
var tmp1_tag = this.pda_1.gda_1.
|
|
32564
|
+
var tmp1_tag = this.pda_1.gda_1.f95(table.gameInfo.round, currentPlayer);
|
|
32567
32565
|
tmp_0(new SuitChoiceFromClientAction(tmp0_playerId, false, tmp1_tag, null));
|
|
32568
32566
|
}
|
|
32569
32567
|
return Unit_instance;
|
|
@@ -34406,7 +34404,7 @@
|
|
|
34406
34404
|
var tmp = store.dispatch;
|
|
34407
34405
|
var tmp0_playerId = get_currentPlayer(table).playerId;
|
|
34408
34406
|
var tmp1_isAccepted = action_0.adb_1;
|
|
34409
|
-
var tmp2_tag = this.bde_1.
|
|
34407
|
+
var tmp2_tag = this.bde_1.e95(table.sceneInfo, table.gameInfo.round);
|
|
34410
34408
|
tmp(new CombinationChoiceFromClientAction(tmp0_playerId, false, tmp2_tag, tmp1_isAccepted));
|
|
34411
34409
|
}
|
|
34412
34410
|
};
|
|
@@ -34427,7 +34425,7 @@
|
|
|
34427
34425
|
var player = get_currentPlayer(table);
|
|
34428
34426
|
var playerCombinations = player.e70_1.h76_1;
|
|
34429
34427
|
// Inline function 'kotlin.collections.map' call
|
|
34430
|
-
var this_0 = this.cde_1.
|
|
34428
|
+
var this_0 = this.cde_1.x94(playerCombinations);
|
|
34431
34429
|
// Inline function 'kotlin.collections.mapTo' call
|
|
34432
34430
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
34433
34431
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -34535,7 +34533,7 @@
|
|
|
34535
34533
|
if (tmp_0) {
|
|
34536
34534
|
tmp = new CombinationToAnnounceAction(findFirstRoundCombinations, acceptedCombinations, declinedCombinations);
|
|
34537
34535
|
} else {
|
|
34538
|
-
var tmp0_safe_receiver = this.cde_1.
|
|
34536
|
+
var tmp0_safe_receiver = this.cde_1.y94(action_0.xda_1.r6h_1, playerCombinations, table.config.rules.oneTryToProtectBella);
|
|
34539
34537
|
var findBellaCombination = tmp0_safe_receiver == null ? null : mapFromDetailed(tmp0_safe_receiver);
|
|
34540
34538
|
var tmp_6;
|
|
34541
34539
|
var tmp_7;
|
|
@@ -34612,7 +34610,7 @@
|
|
|
34612
34610
|
var tmp5_card = action_0.xda_1.r6h_1;
|
|
34613
34611
|
var tmp1_cardNumber = table.cardsOnTable.o();
|
|
34614
34612
|
var tmp2_round = table.gameInfo.round;
|
|
34615
|
-
var tmp6_tag = this.dde_1.
|
|
34613
|
+
var tmp6_tag = this.dde_1.g95(tmp2_round, VOID, tmp1_cardNumber);
|
|
34616
34614
|
tmp_6 = new CardFromClientAction(tmp3_playerId, false, tmp6_tag, tmp5_card, tmp4_combinations);
|
|
34617
34615
|
}
|
|
34618
34616
|
tmp = tmp_6;
|
|
@@ -34759,7 +34757,7 @@
|
|
|
34759
34757
|
var _iterator__ex2g4s = list.l();
|
|
34760
34758
|
while (_iterator__ex2g4s.m()) {
|
|
34761
34759
|
var item = _iterator__ex2g4s.n();
|
|
34762
|
-
var tmp$ret$6 = this.hde_1.
|
|
34760
|
+
var tmp$ret$6 = this.hde_1.z94();
|
|
34763
34761
|
destination.j(tmp$ret$6);
|
|
34764
34762
|
}
|
|
34765
34763
|
// Inline function 'kotlin.collections.map' call
|
|
@@ -34771,7 +34769,7 @@
|
|
|
34771
34769
|
var tmp$ret$9 = Companion_instance_1.t83(item_0);
|
|
34772
34770
|
destination_0.j(tmp$ret$9);
|
|
34773
34771
|
}
|
|
34774
|
-
var tmp3_tag = this.ide_1.
|
|
34772
|
+
var tmp3_tag = this.ide_1.b95(action_0.m8a_1, store.state.z6w().gameInfo.round);
|
|
34775
34773
|
tmp(new RequestedCardDecksFromClientAction(destination_0, this.gde_1, false, tmp3_tag));
|
|
34776
34774
|
}
|
|
34777
34775
|
} else {
|
|
@@ -34876,7 +34874,7 @@
|
|
|
34876
34874
|
var nextTurnPlayerId = singleOrNull(action.o9f());
|
|
34877
34875
|
if (!(nextTurnPlayerId == null) && currentPlayerId === nextTurnPlayerId) {
|
|
34878
34876
|
var nextTurnPlayer = getPlayer(table.players, nextTurnPlayerId);
|
|
34879
|
-
if (lastCardInteractor.
|
|
34877
|
+
if (lastCardInteractor.q94(nextTurnPlayer)) {
|
|
34880
34878
|
var gameCard = single(nextTurnPlayer.b70_1);
|
|
34881
34879
|
return new PutCardAndCheckCombinationsAction(new ProcessingCard(gameCard));
|
|
34882
34880
|
}
|
|
@@ -34909,7 +34907,7 @@
|
|
|
34909
34907
|
// Inline function 'kotlin.with' call
|
|
34910
34908
|
var $this$with = store.state.z6w();
|
|
34911
34909
|
var player = getPlayer($this$with.players, playerId);
|
|
34912
|
-
store.dispatch(new MessageMechanicAction($this.fdd_1.
|
|
34910
|
+
store.dispatch(new MessageMechanicAction($this.fdd_1.y93(player.c70_1.k79(), selectedSuit, player.z6z_1)));
|
|
34913
34911
|
}
|
|
34914
34912
|
function onCardMessages($this, store, playerId, combinations) {
|
|
34915
34913
|
// Inline function 'kotlin.with' call
|
|
@@ -34930,7 +34928,7 @@
|
|
|
34930
34928
|
var tmp$ret$0 = item.a7k_1;
|
|
34931
34929
|
destination.j(tmp$ret$0);
|
|
34932
34930
|
}
|
|
34933
|
-
tmp_0(new MessageMechanicAction($this.fdd_1.
|
|
34931
|
+
tmp_0(new MessageMechanicAction($this.fdd_1.w93(destination, player.z6z_1)));
|
|
34934
34932
|
tmp = Unit_instance;
|
|
34935
34933
|
}
|
|
34936
34934
|
}
|
|
@@ -34960,13 +34958,13 @@
|
|
|
34960
34958
|
var tmp$ret$1 = item.a7k_1;
|
|
34961
34959
|
destination.j(tmp$ret$1);
|
|
34962
34960
|
}
|
|
34963
|
-
tmp(new MessageMechanicAction($this.fdd_1.
|
|
34961
|
+
tmp(new MessageMechanicAction($this.fdd_1.w93(destination, player.z6z_1)));
|
|
34964
34962
|
}
|
|
34965
34963
|
}
|
|
34966
34964
|
function onWinnerCombinationMessages($this, store, winnerCombinations) {
|
|
34967
34965
|
// Inline function 'kotlin.with' call
|
|
34968
34966
|
var $this$with = store.state.z6w();
|
|
34969
|
-
var message = $this.fdd_1.
|
|
34967
|
+
var message = $this.fdd_1.x93(winnerCombinations, $this$with.players);
|
|
34970
34968
|
store.dispatch(new MessageMechanicAction(message));
|
|
34971
34969
|
}
|
|
34972
34970
|
function onSceneMessages($this, store, action) {
|
|
@@ -34976,7 +34974,7 @@
|
|
|
34976
34974
|
if (tmp0_subject === 'TRADE') {
|
|
34977
34975
|
var tmp;
|
|
34978
34976
|
if (table.config.playersMode.isTeamGame) {
|
|
34979
|
-
var tmp0 = $this.hdd_1.
|
|
34977
|
+
var tmp0 = $this.hdd_1.k93(table.players);
|
|
34980
34978
|
var tmp$ret$0;
|
|
34981
34979
|
$l$block_0: {
|
|
34982
34980
|
// Inline function 'kotlin.collections.any' call
|
|
@@ -35038,7 +35036,7 @@
|
|
|
35038
35036
|
}
|
|
35039
35037
|
var hasWinners = tmp;
|
|
35040
35038
|
if (hasWinners) {
|
|
35041
|
-
store.dispatch(new MessageMechanicAction($this.fdd_1.
|
|
35039
|
+
store.dispatch(new MessageMechanicAction($this.fdd_1.b94('ONE_MORE_ROUND_NEEDED_ID')));
|
|
35042
35040
|
}
|
|
35043
35041
|
var tmp0_1 = action.sceneData;
|
|
35044
35042
|
var tmp$ret$6;
|
|
@@ -35051,10 +35049,10 @@
|
|
|
35051
35049
|
throw new MechanicException('Required ' + getKClass(TradeSceneData).da() + ', current scene is ' + toString_0(tmp0_1));
|
|
35052
35050
|
}
|
|
35053
35051
|
var scene = tmp$ret$6;
|
|
35054
|
-
store.dispatch(new MessageMechanicAction($this.fdd_1.
|
|
35052
|
+
store.dispatch(new MessageMechanicAction($this.fdd_1.v93(getPlayer(table.players, scene.m7l_1).z6z_1, scene.k7l_1)));
|
|
35055
35053
|
var randomData = scene.j7l_1;
|
|
35056
35054
|
if (!(randomData == null)) {
|
|
35057
|
-
store.dispatch(new MessageMechanicAction($this.fdd_1.
|
|
35055
|
+
store.dispatch(new MessageMechanicAction($this.fdd_1.f94(randomData)));
|
|
35058
35056
|
}
|
|
35059
35057
|
} else if (tmp0_subject === 'CALC_POINTS') {
|
|
35060
35058
|
var tmp0_2 = action.sceneData;
|
|
@@ -35072,7 +35070,7 @@
|
|
|
35072
35070
|
var whoChoseSuitPlayerId = getWhoChoseSuit(table_0.players).playerId;
|
|
35073
35071
|
var tmp_3 = store.dispatch;
|
|
35074
35072
|
// Inline function 'kotlin.collections.map' call
|
|
35075
|
-
var this_0 = $this.gdd_1.
|
|
35073
|
+
var this_0 = $this.gdd_1.p99(scene_0.d7l_1);
|
|
35076
35074
|
// Inline function 'kotlin.collections.mapTo' call
|
|
35077
35075
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
35078
35076
|
var _iterator__ex2g4s_2 = this_0.l();
|
|
@@ -35092,7 +35090,7 @@
|
|
|
35092
35090
|
var tmp$ret$11 = new PointItemViewModel(destination_0, tmp0_points);
|
|
35093
35091
|
destination.j(tmp$ret$11);
|
|
35094
35092
|
}
|
|
35095
|
-
tmp_3(new MessageMechanicAction($this.fdd_1.
|
|
35093
|
+
tmp_3(new MessageMechanicAction($this.fdd_1.z93(table_0.gameInfo.round, destination, scene_0.h7l(whoChoseSuitPlayerId), scene_0.g7l(whoChoseSuitPlayerId), scene_0.a7l_1)));
|
|
35096
35094
|
}
|
|
35097
35095
|
}
|
|
35098
35096
|
function onExpectantCreatedMessages($this, store, action, excludePlayersIds) {
|
|
@@ -35106,12 +35104,12 @@
|
|
|
35106
35104
|
onCombinationChoiceMessages($this, store, expectantAction.playerId, expectantAction.d8b_1);
|
|
35107
35105
|
} else {
|
|
35108
35106
|
if (expectantAction instanceof RestartGameMechanicAction) {
|
|
35109
|
-
var message = $this.fdd_1.
|
|
35107
|
+
var message = $this.fdd_1.b94('GAME_RESTART_EVENT_ID');
|
|
35110
35108
|
store.dispatch(new MessageMechanicAction(message));
|
|
35111
35109
|
store.dispatch(new InfoMessageAction(message));
|
|
35112
35110
|
} else {
|
|
35113
35111
|
if (expectantAction instanceof WinnerCombinationsMechanicAction) {
|
|
35114
|
-
var message_0 = $this.fdd_1.
|
|
35112
|
+
var message_0 = $this.fdd_1.x93(expectantAction.p8b_1, $this$with.players);
|
|
35115
35113
|
store.dispatch(new InfoMessageAction(message_0));
|
|
35116
35114
|
}
|
|
35117
35115
|
}
|
|
@@ -35320,23 +35318,23 @@
|
|
|
35320
35318
|
next(tmp4);
|
|
35321
35319
|
var tmp;
|
|
35322
35320
|
if (tmp4 instanceof MessageFromClientAction) {
|
|
35323
|
-
tmp = this.nde_1.
|
|
35321
|
+
tmp = this.nde_1.r98(tmp4, table.players);
|
|
35324
35322
|
} else {
|
|
35325
35323
|
if (tmp4 instanceof PartnerSelectedFromClientAction) {
|
|
35326
|
-
tmp = this.nde_1.
|
|
35324
|
+
tmp = this.nde_1.s98(tmp4, table.players);
|
|
35327
35325
|
} else {
|
|
35328
35326
|
if (tmp4 instanceof PlayerReadyFromClientAction) {
|
|
35329
|
-
tmp = this.nde_1.
|
|
35327
|
+
tmp = this.nde_1.t98(tmp4);
|
|
35330
35328
|
} else {
|
|
35331
35329
|
if (tmp4 instanceof SuitChoiceFromClientAction) {
|
|
35332
|
-
tmp = this.nde_1.
|
|
35330
|
+
tmp = this.nde_1.u98(tmp4, table.players, table.config);
|
|
35333
35331
|
} else {
|
|
35334
35332
|
if (tmp4 instanceof CombinationChoiceFromClientAction) {
|
|
35335
|
-
tmp = this.nde_1.
|
|
35333
|
+
tmp = this.nde_1.v98(tmp4, table);
|
|
35336
35334
|
} else {
|
|
35337
35335
|
if (tmp4 instanceof CardFromClientAction) {
|
|
35338
35336
|
var newCardsOnTheTable = plus_0(table.cardsOnTable, new CardOnTable(tmp4.c83_1, table.cardsOnTable.o(), tmp4.f83_1));
|
|
35339
|
-
var cardMechanicAction = this.nde_1.
|
|
35337
|
+
var cardMechanicAction = this.nde_1.w98(tmp4, newCardsOnTheTable, table.players, table.config);
|
|
35340
35338
|
tmp = cardMechanicAction;
|
|
35341
35339
|
} else {
|
|
35342
35340
|
tmp = null;
|
|
@@ -35371,7 +35369,7 @@
|
|
|
35371
35369
|
var action_0 = action instanceof SceneMechanicAction ? action : THROW_CCE();
|
|
35372
35370
|
var clientPayload = get_clientPayload(state);
|
|
35373
35371
|
var tmp0_subject = action_0.i8a_1;
|
|
35374
|
-
return tmp0_subject === 'CHOOSE_PARTNER' || tmp0_subject === 'TRADE' || (tmp0_subject === 'EARN_POINTS' || tmp0_subject === 'CALC_POINTS') ? state.
|
|
35372
|
+
return tmp0_subject === 'CHOOSE_PARTNER' || tmp0_subject === 'TRADE' || (tmp0_subject === 'EARN_POINTS' || tmp0_subject === 'CALC_POINTS') ? state.l9d(VOID, clientPayload.ode(VOID, VOID, VOID, VOID, VOID, VOID, false)) : state;
|
|
35375
35373
|
};
|
|
35376
35374
|
protoOf(sceneActivationReducer$$inlined$reducerForActionType$1).q6p = function (state, action) {
|
|
35377
35375
|
return this.x9r((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
@@ -35406,7 +35404,7 @@
|
|
|
35406
35404
|
var state = this.xde_1.state;
|
|
35407
35405
|
if (!state.a6x() || state.z6w().isGameFinished) {
|
|
35408
35406
|
var tmp_0 = this;
|
|
35409
|
-
this.xde_1.dispatch(new FinishGameMechanicAction(new PlayerExitReason(this.yde_1.
|
|
35407
|
+
this.xde_1.dispatch(new FinishGameMechanicAction(new PlayerExitReason(this.yde_1.r9d_1), state.z6w().isGameFinished));
|
|
35410
35408
|
tmp_0.bdf_1 = Unit_instance;
|
|
35411
35409
|
this.r8_1 = 3;
|
|
35412
35410
|
continue $sm;
|
|
@@ -35463,7 +35461,7 @@
|
|
|
35463
35461
|
protoOf(exitAndSaveGameMiddleware$$inlined$middlewareForActionType$1).p6p = function (store, next, action) {
|
|
35464
35462
|
var tmp4 = action instanceof PlayerConnectionUpdateAction ? action : THROW_CCE();
|
|
35465
35463
|
$l$block: {
|
|
35466
|
-
if (!(this.cdf_1 === tmp4.
|
|
35464
|
+
if (!(this.cdf_1 === tmp4.r9d_1)) {
|
|
35467
35465
|
next(tmp4);
|
|
35468
35466
|
break $l$block;
|
|
35469
35467
|
}
|
|
@@ -36272,7 +36270,7 @@
|
|
|
36272
36270
|
var tmp2_table = state.z6w();
|
|
36273
36271
|
var validationCode = this.ddi_1.xaw(tmp0_putPlayerCard, tmp2_table, tmp1_player);
|
|
36274
36272
|
if (!(validationCode == null)) {
|
|
36275
|
-
store.dispatch(new InfoMessageAction(this.edi_1.
|
|
36273
|
+
store.dispatch(new InfoMessageAction(this.edi_1.a94(validationCode)));
|
|
36276
36274
|
} else {
|
|
36277
36275
|
this.fdi_1.w(VOID, 'clientShowDisabledCardMessageMiddleware: card is valid, please check');
|
|
36278
36276
|
}
|
|
@@ -36311,7 +36309,7 @@
|
|
|
36311
36309
|
this.hdi_1.w(VOID, 'validateCardMiddleware: card is not valid for the third time, please check');
|
|
36312
36310
|
}
|
|
36313
36311
|
if (!(validationCode == null)) {
|
|
36314
|
-
store.dispatch(new InfoMessageAction(this.idi_1.
|
|
36312
|
+
store.dispatch(new InfoMessageAction(this.idi_1.a94(validationCode)));
|
|
36315
36313
|
} else {
|
|
36316
36314
|
next(action_0);
|
|
36317
36315
|
}
|
|
@@ -36358,7 +36356,7 @@
|
|
|
36358
36356
|
}
|
|
36359
36357
|
throw new MechanicException('Required ' + getKClass(CombinationActData).da() + ', current act is ' + toString_0(tmp0));
|
|
36360
36358
|
}
|
|
36361
|
-
tmp$ret$1 = state.
|
|
36359
|
+
tmp$ret$1 = state.l9d(VOID, tmp.ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, this.kdi_1.jdi(tmp_0, tmp$ret$0)));
|
|
36362
36360
|
break $l$block_0;
|
|
36363
36361
|
}
|
|
36364
36362
|
tmp$ret$1 = state;
|
|
@@ -36529,7 +36527,7 @@
|
|
|
36529
36527
|
this.zdi_1 = clientCombinationsReducer;
|
|
36530
36528
|
}
|
|
36531
36529
|
protoOf(ClientMechanicLifecycleReducer).j9t = function (state, action) {
|
|
36532
|
-
this.xdi_1.d('ClientMechanicLifecycleReducer', 'onStart ' + get_versionOrDefault(GameEngineConfig_instance));
|
|
36530
|
+
this.xdi_1.d('ClientMechanicLifecycleReducer', 'onStart ' + get_versionOrDefault(GameEngineConfig_instance), action);
|
|
36533
36531
|
var clientState = get_clientPayloadOrNull_0(state.payload);
|
|
36534
36532
|
var tmp0_$this = this.k9t_1;
|
|
36535
36533
|
var tmp1_tableId = action.n89_1;
|
|
@@ -36549,7 +36547,7 @@
|
|
|
36549
36547
|
}
|
|
36550
36548
|
var newPayload = tmp;
|
|
36551
36549
|
var tmp8_gameLifecycleState = GameLifecycleState_CREATED_getInstance();
|
|
36552
|
-
return state.
|
|
36550
|
+
return state.l9d(newTable, newPayload, tmp8_gameLifecycleState);
|
|
36553
36551
|
};
|
|
36554
36552
|
protoOf(ClientMechanicLifecycleReducer).i9t = function (state, action) {
|
|
36555
36553
|
this.l9t_1.i5n(action.previousGameId);
|
|
@@ -36557,10 +36555,10 @@
|
|
|
36557
36555
|
var tmp = get_clientPayload(state);
|
|
36558
36556
|
var newPayload = this.ydi_1.mdi(tmp, ClientLifecycleReducer$gameFinishedMessagesReducer$ref(this.ydi_1));
|
|
36559
36557
|
var tmp0_gameLifecycleState = GameLifecycleState_CREATED_getInstance();
|
|
36560
|
-
return state.
|
|
36558
|
+
return state.l9d(newTable, newPayload, tmp0_gameLifecycleState);
|
|
36561
36559
|
};
|
|
36562
36560
|
protoOf(ClientMechanicLifecycleReducer).h9t = function (state, action) {
|
|
36563
|
-
this.xdi_1.d('ClientMechanicLifecycleReducer', 'onContinue ' + get_versionOrDefault(GameEngineConfig_instance));
|
|
36561
|
+
this.xdi_1.d('ClientMechanicLifecycleReducer', 'onContinue ' + get_versionOrDefault(GameEngineConfig_instance), action);
|
|
36564
36562
|
var clientState = get_clientPayloadOrNull_0(action.v89_1);
|
|
36565
36563
|
var tmp;
|
|
36566
36564
|
if (clientState == null) {
|
|
@@ -36589,7 +36587,7 @@
|
|
|
36589
36587
|
var newPayload = tmp;
|
|
36590
36588
|
var tmp1_gameLifecycleState = GameLifecycleState_CREATED_getInstance();
|
|
36591
36589
|
var tmp2_tableOrNull = action.t89_1;
|
|
36592
|
-
return state.
|
|
36590
|
+
return state.l9d(tmp2_tableOrNull, newPayload, tmp1_gameLifecycleState, null);
|
|
36593
36591
|
};
|
|
36594
36592
|
protoOf(ClientMechanicLifecycleReducer).g9t = function (state, action) {
|
|
36595
36593
|
var tmp0_safe_receiver = state.y6v_1;
|
|
@@ -36603,19 +36601,19 @@
|
|
|
36603
36601
|
var newPayload = this.ydi_1.odi(get_clientPayload(state));
|
|
36604
36602
|
var tmp2_gameLifecycleState = GameLifecycleState_FINISHING_getInstance();
|
|
36605
36603
|
var tmp3_terminationState = new TerminationState(action.x89_1, action.z89_1);
|
|
36606
|
-
return state.
|
|
36604
|
+
return state.l9d(VOID, newPayload, tmp2_gameLifecycleState, tmp3_terminationState);
|
|
36607
36605
|
};
|
|
36608
36606
|
protoOf(ClientMechanicLifecycleReducer).f9t = function (state, action) {
|
|
36609
36607
|
var tmp = GameLifecycleState_FINISHED_getInstance();
|
|
36610
36608
|
var tmp0_safe_receiver = state.z6v_1;
|
|
36611
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
36612
|
-
return state.
|
|
36609
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.m9d(action.b8a_1, action.e8a_1);
|
|
36610
|
+
return state.l9d(VOID, VOID, tmp, tmp1_elvis_lhs == null ? new TerminationState(action.b8a_1, action.e8a_1) : tmp1_elvis_lhs);
|
|
36613
36611
|
};
|
|
36614
36612
|
protoOf(ClientMechanicLifecycleReducer).e9t = function (state, action) {
|
|
36615
36613
|
var tmp = get_clientPayload(state);
|
|
36616
36614
|
var newPayload = this.ydi_1.mdi(tmp, ClientLifecycleReducer$roundFinishedMessagesReducer$ref(this.ydi_1));
|
|
36617
36615
|
var newTable = this.k9t_1.m9t(state.z6w());
|
|
36618
|
-
return state.
|
|
36616
|
+
return state.l9d(newTable, newPayload);
|
|
36619
36617
|
};
|
|
36620
36618
|
protoOf(ClientMechanicLifecycleReducer).d9t = function (state, action) {
|
|
36621
36619
|
var tmp0_safe_receiver = state.y6v_1;
|
|
@@ -36636,9 +36634,9 @@
|
|
|
36636
36634
|
}
|
|
36637
36635
|
var newPayload = tmp;
|
|
36638
36636
|
var tmp3_safe_receiver = state.z6v_1;
|
|
36639
|
-
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.
|
|
36637
|
+
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.n9d(action.u8b_1.j82_1);
|
|
36640
36638
|
var newTerminationState = tmp4_elvis_lhs == null ? new TerminationState(action.u8b_1.j82_1) : tmp4_elvis_lhs;
|
|
36641
|
-
return state.
|
|
36639
|
+
return state.l9d(VOID, newPayload, GameLifecycleState_FINISHED_getInstance(), newTerminationState);
|
|
36642
36640
|
};
|
|
36643
36641
|
function clientResetProcessingCardReducer() {
|
|
36644
36642
|
// Inline function 'com.logic.redux.store.definitions.reducerForActionType' call
|
|
@@ -36651,7 +36649,7 @@
|
|
|
36651
36649
|
};
|
|
36652
36650
|
protoOf(clientResetProcessingCardReducer$$inlined$reducerForActionType$1).x9r = function (state, action) {
|
|
36653
36651
|
action instanceof PutCardMechanicAction || THROW_CCE();
|
|
36654
|
-
return state.
|
|
36652
|
+
return state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, null));
|
|
36655
36653
|
};
|
|
36656
36654
|
protoOf(clientResetProcessingCardReducer$$inlined$reducerForActionType$1).q6p = function (state, action) {
|
|
36657
36655
|
return this.x9r((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
@@ -36684,11 +36682,11 @@
|
|
|
36684
36682
|
case 'CHOOSE_PARTNER':
|
|
36685
36683
|
case 'TRADE':
|
|
36686
36684
|
case 'EARN_POINTS':
|
|
36687
|
-
tmp = state.
|
|
36685
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, updateMessagesAsNotShown(get_clientPayload(state).na2_1, this.cdj_1)));
|
|
36688
36686
|
break;
|
|
36689
36687
|
case 'CALC_POINTS':
|
|
36690
36688
|
var tmp_0 = get_clientPayload(state);
|
|
36691
|
-
tmp = state.
|
|
36689
|
+
tmp = state.l9d(VOID, this.ddj_1.mdi(tmp_0, ClientLifecycleReducer$roundFinishedMessagesReducer$ref_0(this.ddj_1)));
|
|
36692
36690
|
break;
|
|
36693
36691
|
default:
|
|
36694
36692
|
throw new MechanicException("clientSceneReducer: Can't support this scene " + action_0.toString());
|
|
@@ -36714,19 +36712,19 @@
|
|
|
36714
36712
|
$l$block: {
|
|
36715
36713
|
var tmp;
|
|
36716
36714
|
if (tmp2 instanceof SwitchChatAction) {
|
|
36717
|
-
tmp = state.
|
|
36715
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp2.kdb_1));
|
|
36718
36716
|
} else {
|
|
36719
36717
|
if (tmp2 instanceof SwitchSettingAction) {
|
|
36720
|
-
tmp = state.
|
|
36718
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp2.jdb_1));
|
|
36721
36719
|
} else {
|
|
36722
36720
|
if (tmp2 instanceof SceneTutorialAction) {
|
|
36723
|
-
tmp = state.
|
|
36721
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp2.gdj_1));
|
|
36724
36722
|
} else {
|
|
36725
36723
|
if (tmp2 instanceof SceneActivationAction) {
|
|
36726
|
-
tmp = state.
|
|
36724
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, tmp2.paw_1));
|
|
36727
36725
|
} else {
|
|
36728
36726
|
if (tmp2 instanceof CombinationToAnnounceAction) {
|
|
36729
|
-
tmp = state.
|
|
36727
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, new CombinationToAnnounceState(tmp2.cdb_1, tmp2.ddb_1, tmp2.edb_1)));
|
|
36730
36728
|
} else {
|
|
36731
36729
|
if (tmp2 instanceof SwitchLastBribeAction) {
|
|
36732
36730
|
var tmp_0 = get_clientPayload(state);
|
|
@@ -36737,7 +36735,7 @@
|
|
|
36737
36735
|
} else {
|
|
36738
36736
|
tmp_1 = null;
|
|
36739
36737
|
}
|
|
36740
|
-
tmp = state.
|
|
36738
|
+
tmp = state.l9d(VOID, tmp_0.ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp_1));
|
|
36741
36739
|
} else {
|
|
36742
36740
|
if (tmp2 instanceof SwitchGameInfoAction) {
|
|
36743
36741
|
var tmp_2 = get_clientPayload(state);
|
|
@@ -36753,19 +36751,19 @@
|
|
|
36753
36751
|
} else {
|
|
36754
36752
|
tmp_3 = null;
|
|
36755
36753
|
}
|
|
36756
|
-
tmp = state.
|
|
36754
|
+
tmp = state.l9d(VOID, tmp_2.ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp_3));
|
|
36757
36755
|
} else {
|
|
36758
36756
|
if (tmp2 instanceof AnnouncedCombinationAction) {
|
|
36759
|
-
tmp = state.
|
|
36757
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, null));
|
|
36760
36758
|
} else {
|
|
36761
36759
|
if (tmp2 instanceof UIFocusedAction) {
|
|
36762
|
-
tmp = state.
|
|
36760
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, get_clientPayload(state).ra2_1.fdj(VOID, tmp2.fdb_1)));
|
|
36763
36761
|
} else {
|
|
36764
36762
|
if (tmp2 instanceof UICreatedAction) {
|
|
36765
|
-
tmp = state.
|
|
36763
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, get_clientPayload(state).ra2_1.fdj(tmp2.ldb_1)));
|
|
36766
36764
|
} else {
|
|
36767
36765
|
if (tmp2 instanceof InitClientStateAction) {
|
|
36768
|
-
tmp = state.
|
|
36766
|
+
tmp = state.l9d(VOID, Companion_instance_87.adj(tmp2.gdb_1));
|
|
36769
36767
|
} else {
|
|
36770
36768
|
if (tmp2 instanceof UpdateConfigAction) {
|
|
36771
36769
|
var tmp6_safe_receiver = tmp2.qdb_1;
|
|
@@ -36800,7 +36798,7 @@
|
|
|
36800
36798
|
var tmp_7 = tmp_5.copy(VOID, VOID, VOID, tmp_6, updatedPlayers == null ? state.z6w().players : updatedPlayers);
|
|
36801
36799
|
var tmp_8 = get_clientPayload(state);
|
|
36802
36800
|
var tmp15_elvis_lhs = tmp2.mdb_1;
|
|
36803
|
-
tmp = state.
|
|
36801
|
+
tmp = state.l9d(tmp_7, tmp_8.ode(tmp15_elvis_lhs == null ? get_clientPayload(state).ma2_1 : tmp15_elvis_lhs));
|
|
36804
36802
|
} else {
|
|
36805
36803
|
if (tmp2 instanceof ClientMessageAction) {
|
|
36806
36804
|
var messages = get_clientPayload(state).na2_1;
|
|
@@ -36809,20 +36807,20 @@
|
|
|
36809
36807
|
tmp$ret$5 = state;
|
|
36810
36808
|
break $l$block;
|
|
36811
36809
|
}
|
|
36812
|
-
tmp = state.
|
|
36810
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, plus_0(messages, tmp2.rdb_1)));
|
|
36813
36811
|
} else {
|
|
36814
36812
|
if (tmp2 instanceof PutCardAndCheckCombinationsAction) {
|
|
36815
|
-
tmp = state.
|
|
36813
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp2.xda_1));
|
|
36816
36814
|
} else {
|
|
36817
36815
|
if (tmp2 instanceof InfoMessageAction) {
|
|
36818
|
-
tmp = state.
|
|
36816
|
+
tmp = state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, tmp2.bdb_1));
|
|
36819
36817
|
} else {
|
|
36820
36818
|
if (tmp2 instanceof UpdateMessagesCountAction) {
|
|
36821
|
-
tmp = state.
|
|
36819
|
+
tmp = state.l9d(updateVoiceCount_0(state.z6w(), this.edj_1));
|
|
36822
36820
|
} else {
|
|
36823
36821
|
if (tmp2 instanceof ResetErrorAction) {
|
|
36824
36822
|
var tmp17_safe_receiver = get_clientPayloadOrNull(state);
|
|
36825
|
-
tmp = state.
|
|
36823
|
+
tmp = state.l9d(VOID, tmp17_safe_receiver == null ? null : tmp17_safe_receiver.ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, null), GameLifecycleState_CREATING_getInstance(), null);
|
|
36826
36824
|
} else {
|
|
36827
36825
|
if (tmp2 instanceof TransitionsFinishedAction) {
|
|
36828
36826
|
var tmp_9 = get_clientPayload(state);
|
|
@@ -36837,7 +36835,7 @@
|
|
|
36837
36835
|
destination_0.j(element);
|
|
36838
36836
|
}
|
|
36839
36837
|
}
|
|
36840
|
-
tmp = state.
|
|
36838
|
+
tmp = state.l9d(VOID, tmp_9.ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, destination_0));
|
|
36841
36839
|
} else {
|
|
36842
36840
|
if (tmp2 instanceof TutorialPassedAction) {
|
|
36843
36841
|
tmp = state;
|
|
@@ -36911,7 +36909,7 @@
|
|
|
36911
36909
|
protoOf(messageReducer$$inlined$reducerForActionType$1).x9r = function (state, action) {
|
|
36912
36910
|
var action_0 = action instanceof MessageMechanicAction ? action : THROW_CCE();
|
|
36913
36911
|
var clientState = get_clientPayload(state);
|
|
36914
|
-
return state.
|
|
36912
|
+
return state.l9d(updateVoiceCount(state.z6w(), action_0), clientState.ode(VOID, plus_0(clientState.na2_1, action_0.r8b_1)));
|
|
36915
36913
|
};
|
|
36916
36914
|
protoOf(messageReducer$$inlined$reducerForActionType$1).q6p = function (state, action) {
|
|
36917
36915
|
return this.x9r((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
@@ -36925,7 +36923,7 @@
|
|
|
36925
36923
|
protoOf(clientResetMessagesAfterSelectedTrumpReducer$$inlined$reducerForActionType$1).x9r = function (state, action) {
|
|
36926
36924
|
action instanceof TrumpMechanicAction || THROW_CCE();
|
|
36927
36925
|
var clientState = get_clientPayload(state);
|
|
36928
|
-
return state.
|
|
36926
|
+
return state.l9d(VOID, clientState.ode(VOID, updateMessagesAsNotShown(clientState.na2_1, this.hdj_1)));
|
|
36929
36927
|
};
|
|
36930
36928
|
protoOf(clientResetMessagesAfterSelectedTrumpReducer$$inlined$reducerForActionType$1).q6p = function (state, action) {
|
|
36931
36929
|
return this.x9r((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
@@ -36939,7 +36937,7 @@
|
|
|
36939
36937
|
protoOf(clientResetMessagesAfterBribeReducer$$inlined$reducerForActionType$1).x9r = function (state, action) {
|
|
36940
36938
|
action instanceof PickUpBribeMechanicAction || THROW_CCE();
|
|
36941
36939
|
var clientState = get_clientPayload(state);
|
|
36942
|
-
return state.
|
|
36940
|
+
return state.l9d(VOID, clientState.ode(VOID, updateMessagesAsNotShown(clientState.na2_1, this.idj_1)));
|
|
36943
36941
|
};
|
|
36944
36942
|
protoOf(clientResetMessagesAfterBribeReducer$$inlined$reducerForActionType$1).q6p = function (state, action) {
|
|
36945
36943
|
return this.x9r((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
@@ -36959,10 +36957,10 @@
|
|
|
36959
36957
|
var tmp;
|
|
36960
36958
|
if (action_0 instanceof AddToBufferAction) {
|
|
36961
36959
|
var bufferedActions = plus_0(clientState.qa2_1, action_0.sda_1);
|
|
36962
|
-
tmp = state.
|
|
36960
|
+
tmp = state.l9d(VOID, clientState.ode(VOID, VOID, VOID, VOID, bufferedActions));
|
|
36963
36961
|
} else {
|
|
36964
36962
|
if (action_0 instanceof ReleaseBufferAction) {
|
|
36965
|
-
tmp = state.
|
|
36963
|
+
tmp = state.l9d(VOID, clientState.ode(VOID, VOID, VOID, VOID, emptyList()));
|
|
36966
36964
|
} else {
|
|
36967
36965
|
noWhenBranchMatchedException();
|
|
36968
36966
|
}
|
|
@@ -36995,7 +36993,7 @@
|
|
|
36995
36993
|
}
|
|
36996
36994
|
}
|
|
36997
36995
|
var errorState = tmp;
|
|
36998
|
-
return state.
|
|
36996
|
+
return state.l9d(VOID, this.jdj_1.odi(get_clientPayload(state)).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, errorState));
|
|
36999
36997
|
};
|
|
37000
36998
|
protoOf(clientErrorStateWhenTerminationActionReducer$$inlined$reducerForActionType$1).q6p = function (state, action) {
|
|
37001
36999
|
return this.x9r((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
@@ -37016,7 +37014,7 @@
|
|
|
37016
37014
|
if (action_0 instanceof InterceptorCreatedClientAction) {
|
|
37017
37015
|
var updatedInterceptedActions = plus_0(clientState.pa2_1, action_0.udb_1);
|
|
37018
37016
|
var updatedBufferedActions = plus_0(clientState.qa2_1, action_0.udb_1.oaf_1);
|
|
37019
|
-
tmp = state.
|
|
37017
|
+
tmp = state.l9d(VOID, clientState.ode(VOID, VOID, VOID, updatedInterceptedActions, updatedBufferedActions));
|
|
37020
37018
|
} else {
|
|
37021
37019
|
if (action_0 instanceof InterceptorFinishedClientAction) {
|
|
37022
37020
|
// Inline function 'kotlin.collections.single' call
|
|
@@ -37047,7 +37045,7 @@
|
|
|
37047
37045
|
}
|
|
37048
37046
|
}
|
|
37049
37047
|
var updatedInterceptedActions_0 = plus_0(destination, expectant.saf(VOID, VOID, true));
|
|
37050
|
-
tmp = state.
|
|
37048
|
+
tmp = state.l9d(VOID, clientState.ode(VOID, VOID, VOID, updatedInterceptedActions_0));
|
|
37051
37049
|
} else {
|
|
37052
37050
|
if (action_0 instanceof InterceptorStageCompletedClientAction) {
|
|
37053
37051
|
tmp = state;
|
|
@@ -37085,7 +37083,7 @@
|
|
|
37085
37083
|
}
|
|
37086
37084
|
}
|
|
37087
37085
|
var updatedInterceptedActions = destination;
|
|
37088
|
-
return state.
|
|
37086
|
+
return state.l9d(VOID, clientPayload.ode(VOID, VOID, VOID, updatedInterceptedActions));
|
|
37089
37087
|
};
|
|
37090
37088
|
protoOf(interceptorActionReducer$$inlined$reducerForActionType$1).q6p = function (state, action) {
|
|
37091
37089
|
return this.x9r((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
@@ -37182,7 +37180,7 @@
|
|
|
37182
37180
|
var shuffleCardTransition = new ShuffleCardDeckTransition($this.qdj_1.y6l(), plus(listOf_0(sceneData.k7l_1), cardDeckCards));
|
|
37183
37181
|
var distributionTransition = createCardDistributionTransition($this, state, currentPlayerId, playersCardsToDistribute, null, otherCardsCount);
|
|
37184
37182
|
var updatedTransitions = plus(get_clientPayload(state).za2_1, listOf([shuffleCardTransition, distributionTransition]));
|
|
37185
|
-
return state.
|
|
37183
|
+
return state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, updatedTransitions));
|
|
37186
37184
|
}
|
|
37187
37185
|
function handleEarnPointsScene($this, state, action, currentPlayerId) {
|
|
37188
37186
|
var tmp0 = action.sceneData;
|
|
@@ -37204,10 +37202,10 @@
|
|
|
37204
37202
|
var updatedCardDeck = tmp0_$this.f9u(tmp2_cardDeck, tmp4_newPlayersCards, tmp1_config, tmp3_newTopOpenedCard);
|
|
37205
37203
|
var tmp5_distributeTrumpCard = updatedCardDeck.a80_1;
|
|
37206
37204
|
var tmp6_playersCardsToDistribute = sceneData.o7l_1;
|
|
37207
|
-
var tmp7_otherCardsCount = updatedCardDeck.
|
|
37205
|
+
var tmp7_otherCardsCount = updatedCardDeck.e8w();
|
|
37208
37206
|
var distributionTransition = createCardDistributionTransition($this, state, currentPlayerId, tmp6_playersCardsToDistribute, tmp5_distributeTrumpCard, tmp7_otherCardsCount);
|
|
37209
37207
|
var updatedTransitions = plus_0(get_clientPayload(state).za2_1, distributionTransition);
|
|
37210
|
-
return state.
|
|
37208
|
+
return state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, updatedTransitions));
|
|
37211
37209
|
}
|
|
37212
37210
|
function createCardDistributionTransition($this, state, currentPlayerId, playersCardsToDistribute, distributeTrumpCard, otherCardsCount) {
|
|
37213
37211
|
var table = state.z6w();
|
|
@@ -37303,7 +37301,7 @@
|
|
|
37303
37301
|
return destination;
|
|
37304
37302
|
}
|
|
37305
37303
|
function determineWhoGetsTheTrumpCard($this, table) {
|
|
37306
|
-
return !(firstOrNull(filterWhoChoseSuit(table.players)) == null) ? $this.rdj_1.
|
|
37304
|
+
return !(firstOrNull(filterWhoChoseSuit(table.players)) == null) ? $this.rdj_1.a93(table.players, table.config) : null;
|
|
37307
37305
|
}
|
|
37308
37306
|
function createCardDeckCards($this, cardsToDistributeCount, otherCardsCount) {
|
|
37309
37307
|
// Inline function 'kotlin.collections.List' call
|
|
@@ -37445,7 +37443,7 @@
|
|
|
37445
37443
|
protoOf(TransitionsReducerImpl$addTransitionWhenPutCardAndCheckCombinationReducer$$inlined$reducerForActionType$1).x9r = function (state, action) {
|
|
37446
37444
|
var action_0 = action instanceof PutCardAndCheckCombinationsAction ? action : THROW_CCE();
|
|
37447
37445
|
var updatedTransitions = addPutCardOnTableTransition(this.ydj_1, this.zdj_1, this.zdj_1, action_0.xda_1.r6h_1, state.z6w(), get_clientPayload(state));
|
|
37448
|
-
return state.
|
|
37446
|
+
return state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, updatedTransitions));
|
|
37449
37447
|
};
|
|
37450
37448
|
protoOf(TransitionsReducerImpl$addTransitionWhenPutCardAndCheckCombinationReducer$$inlined$reducerForActionType$1).q6p = function (state, action) {
|
|
37451
37449
|
return this.x9r((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
@@ -37460,7 +37458,7 @@
|
|
|
37460
37458
|
protoOf(TransitionsReducerImpl$addTransitionWhenPutCardReducer$$inlined$reducerForActionType$1).x9r = function (state, action) {
|
|
37461
37459
|
var action_0 = action instanceof PutCardMechanicAction ? action : THROW_CCE();
|
|
37462
37460
|
var updatedTransitions = addPutCardOnTableTransition(this.adk_1, action_0.playerId, this.bdk_1, action_0.h8b_1, state.z6w(), get_clientPayload(state));
|
|
37463
|
-
return state.
|
|
37461
|
+
return state.l9d(VOID, get_clientPayload(state).ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, updatedTransitions));
|
|
37464
37462
|
};
|
|
37465
37463
|
protoOf(TransitionsReducerImpl$addTransitionWhenPutCardReducer$$inlined$reducerForActionType$1).q6p = function (state, action) {
|
|
37466
37464
|
return this.x9r((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
@@ -37507,14 +37505,14 @@
|
|
|
37507
37505
|
var combination = first(expectantAction.e8b_1);
|
|
37508
37506
|
var tmp_0;
|
|
37509
37507
|
if (expectantAction.d8b_1 && combination.a7k_1.equals(CombinationType_SEVEN_TRUMP_getInstance())) {
|
|
37510
|
-
var trumpCard = single(combination.
|
|
37508
|
+
var trumpCard = single(combination.j8w());
|
|
37511
37509
|
var trumpCardOrOrigin = getOpenOrHiddenCardInHand(this.edk_1, trumpCard, getPlayer(state.z6w().players, expectantAction.playerId), this.fdk_1, state.z6w().players);
|
|
37512
37510
|
var tmp0_id = this.edk_1.qdj_1.y6l();
|
|
37513
37511
|
var tmp1_playerIds = listOf_0(expectantAction.playerId);
|
|
37514
37512
|
var tmp2_toCard2 = state.z6w().requireCardDeck.a80_1;
|
|
37515
37513
|
var tmp3_fromCard2 = state.z6w().requireCardDeck.a80_1;
|
|
37516
37514
|
var updatedTransitions = plus_0(clientPayload.za2_1, new SwapCardsTransition(tmp0_id, tmp1_playerIds, trumpCardOrOrigin, trumpCard, tmp3_fromCard2, tmp2_toCard2));
|
|
37517
|
-
tmp_0 = state.
|
|
37515
|
+
tmp_0 = state.l9d(VOID, clientPayload.ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, updatedTransitions));
|
|
37518
37516
|
} else {
|
|
37519
37517
|
tmp_0 = state;
|
|
37520
37518
|
}
|
|
@@ -37539,7 +37537,7 @@
|
|
|
37539
37537
|
var _iterator__ex2g4s_0 = this_1.l();
|
|
37540
37538
|
while (_iterator__ex2g4s_0.m()) {
|
|
37541
37539
|
var item = _iterator__ex2g4s_0.n();
|
|
37542
|
-
var tmp$ret$0 = item.
|
|
37540
|
+
var tmp$ret$0 = item.j8w();
|
|
37543
37541
|
destination_0.j(tmp$ret$0);
|
|
37544
37542
|
}
|
|
37545
37543
|
var combinationCards = flatten(destination_0);
|
|
@@ -37576,7 +37574,7 @@
|
|
|
37576
37574
|
destination.l2(pair.le_1, pair.me_1);
|
|
37577
37575
|
}
|
|
37578
37576
|
var updatedTransitions_0 = plus_0(clientPayload.za2_1, new ShowCombinationTransition(tmp_1, destination));
|
|
37579
|
-
tmp = state.
|
|
37577
|
+
tmp = state.l9d(VOID, clientPayload.ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, updatedTransitions_0));
|
|
37580
37578
|
} else {
|
|
37581
37579
|
if (expectantAction instanceof PickUpBribeMechanicAction) {
|
|
37582
37580
|
var tmp_3 = this.edk_1.qdj_1.y6l();
|
|
@@ -37591,7 +37589,7 @@
|
|
|
37591
37589
|
destination_2.j(tmp$ret$10);
|
|
37592
37590
|
}
|
|
37593
37591
|
var updatedTransitions_1 = plus_0(clientPayload.za2_1, new PickUpBribeTransition(tmp_3, expectantAction.m8b_1, destination_2));
|
|
37594
|
-
tmp = state.
|
|
37592
|
+
tmp = state.l9d(VOID, clientPayload.ode(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, updatedTransitions_1));
|
|
37595
37593
|
} else {
|
|
37596
37594
|
tmp = state;
|
|
37597
37595
|
}
|
|
@@ -37712,7 +37710,7 @@
|
|
|
37712
37710
|
while (_iterator__ex2g4s_1.m()) {
|
|
37713
37711
|
var item = _iterator__ex2g4s_1.n();
|
|
37714
37712
|
// Inline function 'kotlin.collections.filterNot' call
|
|
37715
|
-
var tmp0 = item.
|
|
37713
|
+
var tmp0 = item.j8w();
|
|
37716
37714
|
// Inline function 'kotlin.collections.filterNotTo' call
|
|
37717
37715
|
var destination_1 = ArrayList_init_$Create$_0();
|
|
37718
37716
|
var _iterator__ex2g4s_2 = tmp0.l();
|
|
@@ -37855,7 +37853,7 @@
|
|
|
37855
37853
|
}
|
|
37856
37854
|
var combinationCards = flatten(destination);
|
|
37857
37855
|
var tmp7_safe_receiver = table.cardDeck;
|
|
37858
|
-
var tmp8_elvis_lhs = tmp7_safe_receiver == null ? null : tmp7_safe_receiver.
|
|
37856
|
+
var tmp8_elvis_lhs = tmp7_safe_receiver == null ? null : tmp7_safe_receiver.e8w();
|
|
37859
37857
|
var tmp = tmp8_elvis_lhs == null ? 0 : tmp8_elvis_lhs;
|
|
37860
37858
|
// Inline function 'kotlin.collections.map' call
|
|
37861
37859
|
var this_0 = sortedWith(swapWithCombinationCardsIfNeeded(this, playerCards, combinationCards), new CardSuitSortingComparator(clientPayload.ma2_1.fae_1));
|
|
@@ -38880,7 +38878,7 @@
|
|
|
38880
38878
|
defineProp(protoOf(BufferLifecycleAction), 'actionTag', function () {
|
|
38881
38879
|
return this.m6n();
|
|
38882
38880
|
});
|
|
38883
|
-
protoOf(AddToBufferAction).
|
|
38881
|
+
protoOf(AddToBufferAction).ignoreValidation = ignoreValidation;
|
|
38884
38882
|
defineProp(protoOf(AddToBufferAction), 'actionTag', function () {
|
|
38885
38883
|
return this.m6n();
|
|
38886
38884
|
});
|
|
@@ -38897,8 +38895,7 @@
|
|
|
38897
38895
|
defineProp(protoOf(TransitionsFinishedAction), 'actionTag', function () {
|
|
38898
38896
|
return this.m6n();
|
|
38899
38897
|
});
|
|
38900
|
-
protoOf(SceneActivationAction).
|
|
38901
|
-
protoOf(SceneActivationAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
38898
|
+
protoOf(SceneActivationAction).ignoreValidation = ignoreValidation;
|
|
38902
38899
|
defineProp(protoOf(SceneActivationAction), 'actionTag', function () {
|
|
38903
38900
|
return this.m6n();
|
|
38904
38901
|
});
|
|
@@ -38917,8 +38914,7 @@
|
|
|
38917
38914
|
defineProp(protoOf(CombinationToAnnounceAction), 'actionTag', function () {
|
|
38918
38915
|
return this.m6n();
|
|
38919
38916
|
});
|
|
38920
|
-
protoOf(UIFocusedAction).
|
|
38921
|
-
protoOf(UIFocusedAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
38917
|
+
protoOf(UIFocusedAction).ignoreValidation = ignoreValidation;
|
|
38922
38918
|
defineProp(protoOf(UIFocusedAction), 'actionTag', function () {
|
|
38923
38919
|
return this.m6n();
|
|
38924
38920
|
});
|
|
@@ -38937,8 +38933,7 @@
|
|
|
38937
38933
|
defineProp(protoOf(SwitchChatAction), 'actionTag', function () {
|
|
38938
38934
|
return this.m6n();
|
|
38939
38935
|
});
|
|
38940
|
-
protoOf(UICreatedAction).
|
|
38941
|
-
protoOf(UICreatedAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
38936
|
+
protoOf(UICreatedAction).ignoreValidation = ignoreValidation;
|
|
38942
38937
|
defineProp(protoOf(UICreatedAction), 'actionTag', function () {
|
|
38943
38938
|
return this.m6n();
|
|
38944
38939
|
});
|
|
@@ -38951,8 +38946,7 @@
|
|
|
38951
38946
|
defineProp(protoOf(TutorialPassedAction), 'actionTag', function () {
|
|
38952
38947
|
return this.m6n();
|
|
38953
38948
|
});
|
|
38954
|
-
protoOf(ResetErrorAction).
|
|
38955
|
-
protoOf(ResetErrorAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
38949
|
+
protoOf(ResetErrorAction).ignoreValidation = ignoreValidation;
|
|
38956
38950
|
defineProp(protoOf(ResetErrorAction), 'actionTag', function () {
|
|
38957
38951
|
return this.m6n();
|
|
38958
38952
|
});
|
|
@@ -38969,9 +38963,9 @@
|
|
|
38969
38963
|
defineProp(protoOf(InterceptorCreatedClientAction), 'actionTag', function () {
|
|
38970
38964
|
return this.m6n();
|
|
38971
38965
|
});
|
|
38972
|
-
protoOf(ExpectantTimerTag).
|
|
38973
|
-
protoOf(ResetMessageTimerTag).
|
|
38974
|
-
protoOf(ResetMessageTimerTag).
|
|
38966
|
+
protoOf(ExpectantTimerTag).ignoreValidation = ignoreValidation;
|
|
38967
|
+
protoOf(ResetMessageTimerTag).ignoreValidation = ignoreValidation;
|
|
38968
|
+
protoOf(ResetMessageTimerTag).v9c = notValidateTimerReset;
|
|
38975
38969
|
defineProp(protoOf(DistributeCardsModel), 'playerId', function () {
|
|
38976
38970
|
return this.h6d();
|
|
38977
38971
|
});
|