raspberry_games_engine_helpers 1.8.499 → 1.8.502

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.
@@ -248,7 +248,7 @@
248
248
  initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_13});
249
249
  //endregion
250
250
  function GameEngineConfig() {
251
- this.version = '1.8.499';
251
+ this.version = '1.8.502';
252
252
  }
253
253
  protoOf(GameEngineConfig).u16 = function () {
254
254
  return this.version;
@@ -875,13 +875,13 @@
875
875
  initMetadataForClass(MessageMechanicAction, 'MessageMechanicAction', VOID, MechanicAction, [MechanicAction, IgnoreBufferForAction]);
876
876
  initMetadataForClass(RestartGameMechanicAction, 'RestartGameMechanicAction', VOID, MechanicAction, [MechanicAction, InterceptableAction]);
877
877
  initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, Action, ReleaseBufferTriggerAction]);
878
- initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
879
- initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
880
- initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract, InterceptableAction]);
881
- initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
878
+ initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
879
+ initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
880
+ initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction, InterceptableAction]);
881
+ initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
882
882
  initMetadataForClass(TrumpMechanicAction, 'TrumpMechanicAction', VOID, MechanicAction, [MechanicAction, Action, InterceptableAction]);
883
883
  initMetadataForClass(PickUpBribeMechanicAction, 'PickUpBribeMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, InterceptableAction]);
884
- initMetadataForClass(TakeAllRemainingCardsMechanicAction, 'TakeAllRemainingCardsMechanicAction', VOID, MechanicAction, [MechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract]);
884
+ initMetadataForClass(TakeAllRemainingCardsMechanicAction, 'TakeAllRemainingCardsMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
885
885
  initMetadataForClass(WinnerCombinationsMechanicAction, 'WinnerCombinationsMechanicAction', VOID, MechanicAction, [MechanicAction, InterceptableAction]);
886
886
  initMetadataForClass(ErrorAction, 'ErrorAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinished]);
887
887
  function filterLivePlayers(store, playerIds, includeBots, $super) {
@@ -33290,7 +33290,7 @@
33290
33290
  function Companion_152() {
33291
33291
  }
33292
33292
  protoOf(Companion_152).w42 = function (isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen) {
33293
- return new Options(isEnableChat, isBotsEnabled, BotIntelligenceLevel_SUPER_HARD_getInstance(), 1000, 5000, isEnableChoosePartnerScreen);
33293
+ return new Options(isEnableChat, isBotsEnabled, BotIntelligenceLevel_SUPER_HARD_getInstance(), 400, 2000, isEnableChoosePartnerScreen);
33294
33294
  };
33295
33295
  protoOf(Companion_152).getServerOptions = function (isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen, $super) {
33296
33296
  isEnableChat = isEnableChat === VOID ? true : isEnableChat;
@@ -33306,8 +33306,8 @@
33306
33306
  isEnableChat = isEnableChat === VOID ? true : isEnableChat;
33307
33307
  isBotsEnabled = isBotsEnabled === VOID ? true : isBotsEnabled;
33308
33308
  botIntelligenceLevel = botIntelligenceLevel === VOID ? BotIntelligenceLevel_SUPER_HARD_getInstance() : botIntelligenceLevel;
33309
- timeForCountdownMillis = timeForCountdownMillis === VOID ? 1000 : timeForCountdownMillis;
33310
- timeForBotMillis = timeForBotMillis === VOID ? 7000 : timeForBotMillis;
33309
+ timeForCountdownMillis = timeForCountdownMillis === VOID ? 400 : timeForCountdownMillis;
33310
+ timeForBotMillis = timeForBotMillis === VOID ? 2000 : timeForBotMillis;
33311
33311
  isEnableChoosePartnerScreen = isEnableChoosePartnerScreen === VOID ? true : isEnableChoosePartnerScreen;
33312
33312
  this.isEnableChat = isEnableChat;
33313
33313
  this.isBotsEnabled = isBotsEnabled;