raspberry_games_server_game_logic 1.8.507 → 1.8.508
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.u6c(structure);
|
|
382
382
|
}
|
|
383
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
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) {
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
|
|
432
432
|
//endregion
|
|
433
433
|
function GameEngineConfig() {
|
|
434
|
-
this.version = '1.8.
|
|
434
|
+
this.version = '1.8.508';
|
|
435
435
|
}
|
|
436
436
|
protoOf(GameEngineConfig).s43 = function () {
|
|
437
437
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -2740,6 +2740,10 @@
|
|
|
2740
2740
|
serverStateUpdateIntervalMillis = serverStateUpdateIntervalMillis === VOID ? 3000 : serverStateUpdateIntervalMillis;
|
|
2741
2741
|
return $super === VOID ? this.m7o(botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis) : $super.m7o.call(this, botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis);
|
|
2742
2742
|
};
|
|
2743
|
+
protoOf(Companion_5).getServerEngineTestMode = function () {
|
|
2744
|
+
var tmp0_finishGameWhenNotLiveStrategy = FinishGameWhenNotLiveStrategy_DISABLED_getInstance();
|
|
2745
|
+
return new ServerReduxConfig(tmp0_finishGameWhenNotLiveStrategy, true, VOID, 15000, 90000, false, true, true, 2000, 150, 3000);
|
|
2746
|
+
};
|
|
2743
2747
|
var Companion_instance_10;
|
|
2744
2748
|
function Companion_getInstance_14() {
|
|
2745
2749
|
return Companion_instance_10;
|
|
@@ -3018,6 +3022,10 @@
|
|
|
3018
3022
|
FinishGameWhenNotLiveStrategy_initEntries();
|
|
3019
3023
|
return FinishGameWhenNotLiveStrategy_ALL_REPLACED_AND_NOT_NATIVE_BOT_instance;
|
|
3020
3024
|
}
|
|
3025
|
+
function FinishGameWhenNotLiveStrategy_DISABLED_getInstance() {
|
|
3026
|
+
FinishGameWhenNotLiveStrategy_initEntries();
|
|
3027
|
+
return FinishGameWhenNotLiveStrategy_DISABLED_instance;
|
|
3028
|
+
}
|
|
3021
3029
|
function RandomData(signature, id, indexes, cardsInCycle, provider, cardDeck) {
|
|
3022
3030
|
this.signature = signature;
|
|
3023
3031
|
this.id = id;
|