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.
package/Logic_Debertz-core.js
CHANGED
|
@@ -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.
|
|
251
|
+
this.version = '1.8.502';
|
|
252
252
|
}
|
|
253
253
|
protoOf(GameEngineConfig).u16 = function () {
|
|
254
254
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -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,
|
|
879
|
-
initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
880
|
-
initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
881
|
-
initMetadataForClass(PutCardMechanicAction, 'PutCardMechanicAction', VOID, MechanicAction, [MechanicAction, Action,
|
|
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,
|
|
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(),
|
|
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 ?
|
|
33310
|
-
timeForBotMillis = timeForBotMillis === VOID ?
|
|
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;
|