game_client_logic_deb 1.4.11 → 1.4.13

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.
@@ -286,7 +286,7 @@
286
286
  //endregion
287
287
  function GameEngineConfig() {
288
288
  GameEngineConfig_instance = this;
289
- this.version = '1.4.11';
289
+ this.version = '1.4.13';
290
290
  }
291
291
  GameEngineConfig.prototype.q2b = function () {
292
292
  return this.version;
@@ -791,16 +791,16 @@
791
791
  setMetadataFor(_no_name_provided__qut3iv_7, undefined, classMeta, undefined, [Middleware], undefined, undefined, []);
792
792
  setMetadataFor(_no_name_provided__qut3iv_8, undefined, classMeta, undefined, [Middleware], undefined, undefined, []);
793
793
  setMetadataFor(_no_name_provided__qut3iv_9, undefined, classMeta, undefined, [Middleware], undefined, undefined, []);
794
- setMetadataFor(GameIsNotFinishedTimerTag, 'GameIsNotFinishedTimerTag', objectMeta, undefined, [NotValidateIfGameFinished], undefined, undefined, []);
794
+ function notValidateTimerReset() {
795
+ return true;
796
+ }
797
+ setMetadataFor(NotValidateTimerReset, 'NotValidateTimerReset', interfaceMeta, undefined, undefined, undefined, undefined, []);
798
+ setMetadataFor(GameIsNotFinishedTimerTag, 'GameIsNotFinishedTimerTag', objectMeta, undefined, [NotValidateIfGameFinished, NotValidateTimerReset], undefined, undefined, []);
795
799
  setMetadataFor(_no_name_provided__qut3iv_10, undefined, classMeta, undefined, [Middleware], undefined, undefined, []);
796
800
  setMetadataFor(_no_name_provided__qut3iv_11, undefined, classMeta, undefined, [Middleware], undefined, undefined, []);
797
801
  setMetadataFor(_no_name_provided__qut3iv_12, undefined, classMeta, undefined, [Middleware], undefined, undefined, []);
798
802
  setMetadataFor(_no_name_provided__qut3iv_13, undefined, classMeta, undefined, [Middleware], undefined, undefined, []);
799
803
  setMetadataFor(_no_name_provided__qut3iv_14, undefined, classMeta, undefined, [Middleware], undefined, undefined, []);
800
- function notValidateTimerReset() {
801
- return true;
802
- }
803
- setMetadataFor(NotValidateTimerReset, 'NotValidateTimerReset', interfaceMeta, undefined, undefined, undefined, undefined, []);
804
804
  setMetadataFor(_no_name_provided__qut3iv_15, undefined, classMeta, undefined, [Middleware], undefined, undefined, []);
805
805
  setMetadataFor(_no_name_provided__qut3iv_16, undefined, classMeta, undefined, [Middleware], undefined, undefined, []);
806
806
  setMetadataFor(_no_name_provided__qut3iv_17, undefined, classMeta, undefined, [Middleware], undefined, undefined, []);
@@ -31403,7 +31403,7 @@
31403
31403
  };
31404
31404
  }
31405
31405
  function _no_name_provided__qut3iv_10($logger) {
31406
- this.s44_1 = $logger;
31406
+ this.t44_1 = $logger;
31407
31407
  }
31408
31408
  _no_name_provided__qut3iv_10.prototype.y2h = function (action) {
31409
31409
  return action instanceof TimerTickAction;
@@ -31414,7 +31414,7 @@
31414
31414
  var tmp = tmp0__anonymous__q1qw7t.k2i_1;
31415
31415
  if (tmp instanceof GameIsNotFinishedTimerTag) {
31416
31416
  var tmp_0 = get_TAG();
31417
- this.s44_1.k2h(tmp_0, 'CheckGameISNotFinishedMiddleware: finish event is nor received', null, 4, null);
31417
+ this.t44_1.k2h(tmp_0, 'CheckGameISNotFinishedMiddleware: finish event is nor received', null, 4, null);
31418
31418
  store.dispatch(new FinishGameMechanicAction(store.state.o3v()));
31419
31419
  }
31420
31420
  next(tmp0__anonymous__q1qw7t);
@@ -31481,7 +31481,7 @@
31481
31481
  return tmp$ret$0;
31482
31482
  }
31483
31483
  function _no_name_provided__qut3iv_13($logger) {
31484
- this.t44_1 = $logger;
31484
+ this.u44_1 = $logger;
31485
31485
  }
31486
31486
  _no_name_provided__qut3iv_13.prototype.y2h = function (action) {
31487
31487
  return isInterface(action, FirstMechanicAction);
@@ -31491,7 +31491,7 @@
31491
31491
  var tmp0__anonymous__q1qw7t = isInterface(action, FirstMechanicAction) ? action : THROW_CCE();
31492
31492
  if (store.state.o3k()) {
31493
31493
  if (store.state.n2n().config.pointsMode.equals(PointsMode_TEST_getInstance())) {
31494
- this.t44_1.w2g(null, "checkGameTestPointsMiddleware: can't start game with the test mode points", null, null, 13, null);
31494
+ this.u44_1.w2g(null, "checkGameTestPointsMiddleware: can't start game with the test mode points", null, null, 13, null);
31495
31495
  }
31496
31496
  }
31497
31497
  next(tmp0__anonymous__q1qw7t);
@@ -31506,7 +31506,7 @@
31506
31506
  return tmp$ret$0;
31507
31507
  }
31508
31508
  function _no_name_provided__qut3iv_14($logger) {
31509
- this.u44_1 = $logger;
31509
+ this.v44_1 = $logger;
31510
31510
  }
31511
31511
  _no_name_provided__qut3iv_14.prototype.y2h = function (action) {
31512
31512
  return action instanceof PickUpBribeMechanicAction;
@@ -31550,7 +31550,7 @@
31550
31550
  if (!(toSet(tmp$ret$5).f() === 1)) {
31551
31551
  var tmp = get_TAG();
31552
31552
  var tmp_0 = 'CheckPlayerCardsCountAfterBribeMiddleware: Some of players have different cards count: ' + playersCards;
31553
- this.u44_1.k2h(tmp, tmp_0, null, 4, null);
31553
+ this.v44_1.k2h(tmp, tmp_0, null, 4, null);
31554
31554
  }
31555
31555
  next(tmp0__anonymous__q1qw7t);
31556
31556
  };
@@ -31593,7 +31593,7 @@
31593
31593
  // Inline function 'com.debertz.logic.redux.middlewares.validation.checkEmptyTimersBeforeSceneMiddleware.<anonymous>.<anonymous>' call
31594
31594
  var tmp;
31595
31595
  if (isInterface(element, NotValidateTimerReset)) {
31596
- tmp = element.v44();
31596
+ tmp = element.s44();
31597
31597
  } else {
31598
31598
  tmp = false;
31599
31599
  }
@@ -31640,7 +31640,7 @@
31640
31640
  // Inline function 'com.debertz.logic.redux.middlewares.validation.checkEmptyTimersBeforeSceneActMiddleware.<anonymous>.<anonymous>' call
31641
31641
  var tmp;
31642
31642
  if (isInterface(element, NotValidateTimerReset)) {
31643
- tmp = element.v44();
31643
+ tmp = element.s44();
31644
31644
  } else {
31645
31645
  tmp = false;
31646
31646
  }
@@ -33873,6 +33873,7 @@
33873
33873
  SceneActEndedMechanicAction.prototype.x2h = get_actionTag;
33874
33874
  SceneActStartedMechanicAction.prototype.x2h = get_actionTag;
33875
33875
  PlayerTurnTimerTag.prototype.notValidateWhenFinished = notValidateWhenFinished;
33876
+ GameIsNotFinishedTimerTag.prototype.s44 = notValidateTimerReset;
33876
33877
  GameLoggerOutputTablePayloadWrapper.prototype.u2k = d$default;
33877
33878
  GameLoggerOutputTablePayloadWrapper.prototype.w2g = e$default;
33878
33879
  GameLoggerOutputTablePayloadWrapper.prototype.k2h = w$default;
@@ -34128,89 +34129,90 @@
34128
34129
  _.$_$.y = LogicReduxConfig;
34129
34130
  _.$_$.z = get_isCreated;
34130
34131
  _.$_$.a1 = get_isCreating;
34131
- _.$_$.b1 = get_isFinishing;
34132
- _.$_$.c1 = get_jsonCreator;
34133
- _.$_$.d1 = TeamsLogicProvider;
34134
- _.$_$.e1 = GameLogicProvider;
34135
- _.$_$.f1 = getEngineGameModule;
34136
- _.$_$.g1 = MessageFactory;
34137
- _.$_$.h1 = LastCardInteractor;
34138
- _.$_$.i1 = CombinationCheckerProvider;
34139
- _.$_$.j1 = GameMechanicLogicInteractor;
34140
- _.$_$.k1 = PointsInteractor;
34141
- _.$_$.l1 = PlayerTurnInteractor;
34142
- _.$_$.m1 = CardFromClientAction;
34143
- _.$_$.n1 = CombinationChoiceFromClientAction;
34144
- _.$_$.o1 = ExitFromClientAction;
34145
- _.$_$.p1 = FromClientAction;
34146
- _.$_$.q1 = MessageFromClientAction;
34147
- _.$_$.r1 = PartnerSelectedFromClientAction;
34148
- _.$_$.s1 = PlayerReadyFromClientAction;
34149
- _.$_$.t1 = SuitChoiceFromClientAction;
34150
- _.$_$.u1 = PartyEndedAction;
34151
- _.$_$.v1 = CardsMechanicAction;
34152
- _.$_$.w1 = CombinationChoiceMechanicAction;
34153
- _.$_$.x1 = ContinueGameMechanicAction;
34154
- _.$_$.y1 = FinishGameMechanicAction;
34155
- _.$_$.z1 = FinishingGameMechanicAction;
34156
- _.$_$.a2 = FirstMechanicAction;
34157
- _.$_$.b2 = InSceneAction;
34158
- _.$_$.c2 = MechanicAction;
34159
- _.$_$.d2 = MessageMechanicAction;
34160
- _.$_$.e2 = NavigationMechanicAction;
34161
- _.$_$.f2 = PickUpBribeMechanicAction;
34162
- _.$_$.g2 = PlayerTurnAnswerAction;
34163
- _.$_$.h2 = PlayerTurnIdAnswerAction;
34164
- _.$_$.i2 = PutCardMechanicAction;
34165
- _.$_$.j2 = RestartGameMechanicAction;
34166
- _.$_$.k2 = SceneMechanicAction;
34167
- _.$_$.l2 = SuitChoiceMechanicAction;
34168
- _.$_$.m2 = TeamsDataMechanicAction;
34169
- _.$_$.n2 = TerminatedAction;
34170
- _.$_$.o2 = TrumpMechanicAction;
34171
- _.$_$.p2 = WinnerCombinationsMechanicAction;
34172
- _.$_$.q2 = SceneEndedMechanicAction;
34173
- _.$_$.r2 = SceneStartedMechanicAction;
34174
- _.$_$.s2 = PlayerConnectionUpdateAction;
34175
- _.$_$.t2 = StoreContract;
34176
- _.$_$.u2 = gameStatisticsMiddleware;
34177
- _.$_$.v2 = putPlayerLastCardMiddleware;
34178
- _.$_$.w2 = PlayerTurnTimerTag;
34179
- _.$_$.x2 = getStartPlayerStepTimerDelayMillis;
34180
- _.$_$.y2 = playerTurnTimeoutMiddleware;
34181
- _.$_$.z2 = notValidateTimerReset;
34182
- _.$_$.a3 = NotValidateTimerReset;
34183
- _.$_$.b3 = IgnoreLoggerAction;
34184
- _.$_$.c3 = BaseMechanicLifecycleReducer;
34185
- _.$_$.d3 = MechanicLifecycleReducer;
34186
- _.$_$.e3 = PlayerTurnMechanicReducer;
34187
- _.$_$.f3 = TeamsMechanicReducer;
34188
- _.$_$.g3 = TableLifecycleReducer;
34189
- _.$_$.h3 = setPlayerTurnReducer;
34190
- _.$_$.i3 = AppStatePayload;
34191
- _.$_$.j3 = AppState;
34192
- _.$_$.k3 = get_isCreated_0;
34193
- _.$_$.l3 = BaseGame;
34194
- _.$_$.m3 = GameStoreContract;
34195
- _.$_$.n3 = GameStore;
34196
- _.$_$.o3 = ValidationCode_CARD_VALIDATION_HAS_HIGHER_TRUMP_CARD_getInstance;
34197
- _.$_$.p3 = ValidationCode_CARD_VALIDATION_HAS_SAME_CARD_getInstance;
34198
- _.$_$.q3 = ValidationCode_CARD_VALIDATION_HAS_TRUMP_CARD_getInstance;
34199
- _.$_$.r3 = GameLifecycleState_CREATED_getInstance;
34200
- _.$_$.s3 = GameLifecycleState_CREATING_getInstance;
34201
- _.$_$.t3 = GameLifecycleState_FINISHED_getInstance;
34202
- _.$_$.u3 = GameLifecycleState_FINISHING_getInstance;
34203
- _.$_$.v3 = BotReduxConfig_init_$Create$;
34204
- _.$_$.w3 = LogicReduxConfig_init_$Create$;
34205
- _.$_$.x3 = BotGameStoreContract_init_$Create$;
34206
- _.$_$.y3 = CommonStoreContract_init_$Create$;
34207
- _.$_$.z3 = GameMechanicStoreContract_init_$Create$;
34208
- _.$_$.a4 = AppState_init_$Create$;
34209
- _.$_$.b4 = Companion_getInstance_12;
34210
- _.$_$.c4 = Companion_getInstance_92;
34211
- _.$_$.d4 = ClearAction_getInstance;
34212
- _.$_$.e4 = Companion_getInstance_9;
34213
- _.$_$.f4 = Companion_getInstance_8;
34132
+ _.$_$.b1 = get_isFinished;
34133
+ _.$_$.c1 = get_isFinishing;
34134
+ _.$_$.d1 = get_jsonCreator;
34135
+ _.$_$.e1 = TeamsLogicProvider;
34136
+ _.$_$.f1 = GameLogicProvider;
34137
+ _.$_$.g1 = getEngineGameModule;
34138
+ _.$_$.h1 = MessageFactory;
34139
+ _.$_$.i1 = LastCardInteractor;
34140
+ _.$_$.j1 = CombinationCheckerProvider;
34141
+ _.$_$.k1 = GameMechanicLogicInteractor;
34142
+ _.$_$.l1 = PointsInteractor;
34143
+ _.$_$.m1 = PlayerTurnInteractor;
34144
+ _.$_$.n1 = CardFromClientAction;
34145
+ _.$_$.o1 = CombinationChoiceFromClientAction;
34146
+ _.$_$.p1 = ExitFromClientAction;
34147
+ _.$_$.q1 = FromClientAction;
34148
+ _.$_$.r1 = MessageFromClientAction;
34149
+ _.$_$.s1 = PartnerSelectedFromClientAction;
34150
+ _.$_$.t1 = PlayerReadyFromClientAction;
34151
+ _.$_$.u1 = SuitChoiceFromClientAction;
34152
+ _.$_$.v1 = PartyEndedAction;
34153
+ _.$_$.w1 = CardsMechanicAction;
34154
+ _.$_$.x1 = CombinationChoiceMechanicAction;
34155
+ _.$_$.y1 = ContinueGameMechanicAction;
34156
+ _.$_$.z1 = FinishGameMechanicAction;
34157
+ _.$_$.a2 = FinishingGameMechanicAction;
34158
+ _.$_$.b2 = FirstMechanicAction;
34159
+ _.$_$.c2 = InSceneAction;
34160
+ _.$_$.d2 = MechanicAction;
34161
+ _.$_$.e2 = MessageMechanicAction;
34162
+ _.$_$.f2 = NavigationMechanicAction;
34163
+ _.$_$.g2 = PickUpBribeMechanicAction;
34164
+ _.$_$.h2 = PlayerTurnAnswerAction;
34165
+ _.$_$.i2 = PlayerTurnIdAnswerAction;
34166
+ _.$_$.j2 = PutCardMechanicAction;
34167
+ _.$_$.k2 = RestartGameMechanicAction;
34168
+ _.$_$.l2 = SceneMechanicAction;
34169
+ _.$_$.m2 = SuitChoiceMechanicAction;
34170
+ _.$_$.n2 = TeamsDataMechanicAction;
34171
+ _.$_$.o2 = TerminatedAction;
34172
+ _.$_$.p2 = TrumpMechanicAction;
34173
+ _.$_$.q2 = WinnerCombinationsMechanicAction;
34174
+ _.$_$.r2 = SceneEndedMechanicAction;
34175
+ _.$_$.s2 = SceneStartedMechanicAction;
34176
+ _.$_$.t2 = PlayerConnectionUpdateAction;
34177
+ _.$_$.u2 = StoreContract;
34178
+ _.$_$.v2 = gameStatisticsMiddleware;
34179
+ _.$_$.w2 = putPlayerLastCardMiddleware;
34180
+ _.$_$.x2 = PlayerTurnTimerTag;
34181
+ _.$_$.y2 = getStartPlayerStepTimerDelayMillis;
34182
+ _.$_$.z2 = playerTurnTimeoutMiddleware;
34183
+ _.$_$.a3 = notValidateTimerReset;
34184
+ _.$_$.b3 = NotValidateTimerReset;
34185
+ _.$_$.c3 = IgnoreLoggerAction;
34186
+ _.$_$.d3 = BaseMechanicLifecycleReducer;
34187
+ _.$_$.e3 = MechanicLifecycleReducer;
34188
+ _.$_$.f3 = PlayerTurnMechanicReducer;
34189
+ _.$_$.g3 = TeamsMechanicReducer;
34190
+ _.$_$.h3 = TableLifecycleReducer;
34191
+ _.$_$.i3 = setPlayerTurnReducer;
34192
+ _.$_$.j3 = AppStatePayload;
34193
+ _.$_$.k3 = AppState;
34194
+ _.$_$.l3 = get_isCreated_0;
34195
+ _.$_$.m3 = BaseGame;
34196
+ _.$_$.n3 = GameStoreContract;
34197
+ _.$_$.o3 = GameStore;
34198
+ _.$_$.p3 = ValidationCode_CARD_VALIDATION_HAS_HIGHER_TRUMP_CARD_getInstance;
34199
+ _.$_$.q3 = ValidationCode_CARD_VALIDATION_HAS_SAME_CARD_getInstance;
34200
+ _.$_$.r3 = ValidationCode_CARD_VALIDATION_HAS_TRUMP_CARD_getInstance;
34201
+ _.$_$.s3 = GameLifecycleState_CREATED_getInstance;
34202
+ _.$_$.t3 = GameLifecycleState_CREATING_getInstance;
34203
+ _.$_$.u3 = GameLifecycleState_FINISHED_getInstance;
34204
+ _.$_$.v3 = GameLifecycleState_FINISHING_getInstance;
34205
+ _.$_$.w3 = BotReduxConfig_init_$Create$;
34206
+ _.$_$.x3 = LogicReduxConfig_init_$Create$;
34207
+ _.$_$.y3 = BotGameStoreContract_init_$Create$;
34208
+ _.$_$.z3 = CommonStoreContract_init_$Create$;
34209
+ _.$_$.a4 = GameMechanicStoreContract_init_$Create$;
34210
+ _.$_$.b4 = AppState_init_$Create$;
34211
+ _.$_$.c4 = Companion_getInstance_12;
34212
+ _.$_$.d4 = Companion_getInstance_92;
34213
+ _.$_$.e4 = ClearAction_getInstance;
34214
+ _.$_$.f4 = Companion_getInstance_9;
34215
+ _.$_$.g4 = Companion_getInstance_8;
34214
34216
  //endregion
34215
34217
  return _;
34216
34218
  }));