raspberry_games_server_game_logic 1.8.427 → 1.8.429

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.
@@ -380,7 +380,7 @@
380
380
  function addFormatStructureForTime(structure) {
381
381
  this.v5k(structure);
382
382
  }
383
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
383
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
384
384
  initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
385
385
  initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
386
386
  function set_fractionOfSecond(value) {
@@ -402,7 +402,7 @@
402
402
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
403
403
  //endregion
404
404
  function GameEngineConfig() {
405
- this.version = '1.8.427';
405
+ this.version = '1.8.429';
406
406
  }
407
407
  protoOf(GameEngineConfig).a3w = function () {
408
408
  return this.version;
@@ -1266,8 +1266,8 @@
1266
1266
  initMetadataForClass(NotCurrentPlayerCheck, 'NotCurrentPlayerCheck');
1267
1267
  initMetadataForClass(consumeFromClientActionsMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
1268
1268
  initMetadataForInterface(IgnoreLoggerAction, 'IgnoreLoggerAction', VOID, VOID, [Action]);
1269
- initMetadataForLambda(botChatPutCardMiddleware$o$handle$slambda, CoroutineImpl, VOID, [1]);
1270
- initMetadataForClass(botChatPutCardMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
1269
+ initMetadataForLambda(botChatMiddleware$o$handle$slambda, CoroutineImpl, VOID, [1]);
1270
+ initMetadataForClass(botChatMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
1271
1271
  initMetadataForLambda(handleRandomMessage$slambda, CoroutineImpl, VOID, [1]);
1272
1272
  initMetadataForLambda(botLogicMiddleware$o$handle$slambda, CoroutineImpl, VOID, [1]);
1273
1273
  initMetadataForClass(botLogicMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
@@ -3057,11 +3057,9 @@
3057
3057
  switch (this.q2_1) {
3058
3058
  case 0:
3059
3059
  case 1:
3060
- tmp = true;
3061
- break;
3062
3060
  case 2:
3063
3061
  case 3:
3064
- tmp = false;
3062
+ tmp = true;
3065
3063
  break;
3066
3064
  default:
3067
3065
  noWhenBranchMatchedException();
@@ -51804,7 +51802,7 @@
51804
51802
  // Inline function 'kotlin.let' call
51805
51803
  var tmp0_asyncProvider = _get_asyncProvider__jbpyhw_0(this);
51806
51804
  var tmp1_conversationCache = _get_conversationCache__95j15a(this);
51807
- this_0.j(botChatPutCardMiddleware(tmp3_safe_receiver, tmp1_conversationCache, tmp0_asyncProvider, isEnableBotForPlayer));
51805
+ this_0.j(botChatMiddleware(tmp3_safe_receiver, tmp1_conversationCache, tmp0_asyncProvider, isEnableBotForPlayer));
51808
51806
  }
51809
51807
  }
51810
51808
  return this_0.e3();
@@ -52708,9 +52706,9 @@
52708
52706
  return Unit_instance;
52709
52707
  };
52710
52708
  }
52711
- function botChatPutCardMiddleware(botChatInteractor, conversationCache, asyncProvider, isEnableBotChatForPlayer) {
52709
+ function botChatMiddleware(botChatInteractor, conversationCache, asyncProvider, isEnableBotChatForPlayer) {
52712
52710
  // Inline function 'com.logic.redux.store.definitions.middlewareForActionType' call
52713
- return new botChatPutCardMiddleware$$inlined$middlewareForActionType$1(conversationCache, botChatInteractor, asyncProvider, isEnableBotChatForPlayer);
52711
+ return new botChatMiddleware$$inlined$middlewareForActionType$1(conversationCache, botChatInteractor, asyncProvider, isEnableBotChatForPlayer);
52714
52712
  }
52715
52713
  function shouldGenerateRandomMessage() {
52716
52714
  return false;
@@ -52718,7 +52716,7 @@
52718
52716
  function handleRandomMessage(store, playerId, botChatInteractor, asyncProvider, isEnableBotChatForPlayer, triggerReason) {
52719
52717
  asyncProvider.j6c(VOID, handleRandomMessage$slambda_0(store, botChatInteractor, playerId, triggerReason, isEnableBotChatForPlayer, null));
52720
52718
  }
52721
- function botChatPutCardMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
52719
+ function botChatMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
52722
52720
  this.v9a_1 = $botChatInteractor;
52723
52721
  this.w9a_1 = $store;
52724
52722
  this.x9a_1 = $messageText;
@@ -52726,16 +52724,16 @@
52726
52724
  this.z9a_1 = $isEnableBotChatForPlayer;
52727
52725
  CoroutineImpl.call(this, resultContinuation);
52728
52726
  }
52729
- protoOf(botChatPutCardMiddleware$o$handle$slambda).b2d = function ($this$launchDefault, $completion) {
52727
+ protoOf(botChatMiddleware$o$handle$slambda).b2d = function ($this$launchDefault, $completion) {
52730
52728
  var tmp = this.c2d($this$launchDefault, $completion);
52731
52729
  tmp.u8_1 = Unit_instance;
52732
52730
  tmp.v8_1 = null;
52733
52731
  return tmp.a9();
52734
52732
  };
52735
- protoOf(botChatPutCardMiddleware$o$handle$slambda).i9 = function (p1, $completion) {
52733
+ protoOf(botChatMiddleware$o$handle$slambda).i9 = function (p1, $completion) {
52736
52734
  return this.b2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
52737
52735
  };
52738
- protoOf(botChatPutCardMiddleware$o$handle$slambda).a9 = function () {
52736
+ protoOf(botChatMiddleware$o$handle$slambda).a9 = function () {
52739
52737
  var suspendResult = this.u8_1;
52740
52738
  $sm: do
52741
52739
  try {
@@ -52780,29 +52778,29 @@
52780
52778
  }
52781
52779
  while (true);
52782
52780
  };
52783
- protoOf(botChatPutCardMiddleware$o$handle$slambda).c2d = function ($this$launchDefault, completion) {
52784
- var i = new botChatPutCardMiddleware$o$handle$slambda(this.v9a_1, this.w9a_1, this.x9a_1, this.y9a_1, this.z9a_1, completion);
52781
+ protoOf(botChatMiddleware$o$handle$slambda).c2d = function ($this$launchDefault, completion) {
52782
+ var i = new botChatMiddleware$o$handle$slambda(this.v9a_1, this.w9a_1, this.x9a_1, this.y9a_1, this.z9a_1, completion);
52785
52783
  i.a9b_1 = $this$launchDefault;
52786
52784
  return i;
52787
52785
  };
52788
- function botChatPutCardMiddleware$o$handle$slambda_0($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
52789
- var i = new botChatPutCardMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation);
52786
+ function botChatMiddleware$o$handle$slambda_0($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
52787
+ var i = new botChatMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation);
52790
52788
  var l = function ($this$launchDefault, $completion) {
52791
52789
  return i.b2d($this$launchDefault, $completion);
52792
52790
  };
52793
52791
  l.$arity = 1;
52794
52792
  return l;
52795
52793
  }
52796
- function botChatPutCardMiddleware$$inlined$middlewareForActionType$1($conversationCache, $botChatInteractor, $asyncProvider, $isEnableBotChatForPlayer) {
52794
+ function botChatMiddleware$$inlined$middlewareForActionType$1($conversationCache, $botChatInteractor, $asyncProvider, $isEnableBotChatForPlayer) {
52797
52795
  this.b9b_1 = $conversationCache;
52798
52796
  this.c9b_1 = $botChatInteractor;
52799
52797
  this.d9b_1 = $asyncProvider;
52800
52798
  this.e9b_1 = $isEnableBotChatForPlayer;
52801
52799
  }
52802
- protoOf(botChatPutCardMiddleware$$inlined$middlewareForActionType$1).g6g = function (action) {
52800
+ protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).g6g = function (action) {
52803
52801
  return action instanceof MechanicAction;
52804
52802
  };
52805
- protoOf(botChatPutCardMiddleware$$inlined$middlewareForActionType$1).v6h = function (store, next, action) {
52803
+ protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).v6h = function (store, next, action) {
52806
52804
  var action_0 = action instanceof MechanicAction ? action : THROW_CCE();
52807
52805
  next(action_0);
52808
52806
  if (action_0 instanceof MessageMechanicAction) {
@@ -52849,7 +52847,7 @@
52849
52847
  }
52850
52848
  var messageText = tmp_0;
52851
52849
  if (!(messageText == null)) {
52852
- this.d9b_1.j6c(VOID, botChatPutCardMiddleware$o$handle$slambda_0(this.c9b_1, store, messageText, action_0, this.e9b_1, null));
52850
+ this.d9b_1.j6c(VOID, botChatMiddleware$o$handle$slambda_0(this.c9b_1, store, messageText, action_0, this.e9b_1, null));
52853
52851
  }
52854
52852
  }
52855
52853
  }
@@ -52857,7 +52855,7 @@
52857
52855
  }
52858
52856
  }
52859
52857
  };
52860
- protoOf(botChatPutCardMiddleware$$inlined$middlewareForActionType$1).f6g = function (store, next, action) {
52858
+ protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).f6g = function (store, next, action) {
52861
52859
  return this.v6h(store, next, action);
52862
52860
  };
52863
52861
  function handleRandomMessage$slambda($store, $botChatInteractor, $playerId, $triggerReason, $isEnableBotChatForPlayer, resultContinuation) {