client_plugin_logic_deb 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.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-client_plugin.d.ts +4 -2
- package/Logic_Debertz-client_plugin.js +2029 -2029
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +8 -0
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +5013 -5029
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +874 -874
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +9 -9
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
|
|
458
458
|
//endregion
|
|
459
459
|
function GameEngineConfig() {
|
|
460
|
-
this.version = '1.8.
|
|
460
|
+
this.version = '1.8.508';
|
|
461
461
|
}
|
|
462
462
|
protoOf(GameEngineConfig).f48 = function () {
|
|
463
463
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -2842,6 +2842,10 @@
|
|
|
2842
2842
|
serverStateUpdateIntervalMillis = serverStateUpdateIntervalMillis === VOID ? 3000 : serverStateUpdateIntervalMillis;
|
|
2843
2843
|
return $super === VOID ? this.s7z(botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis) : $super.s7z.call(this, botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis);
|
|
2844
2844
|
};
|
|
2845
|
+
protoOf(Companion_5).getServerEngineTestMode = function () {
|
|
2846
|
+
var tmp0_finishGameWhenNotLiveStrategy = FinishGameWhenNotLiveStrategy_DISABLED_getInstance();
|
|
2847
|
+
return new ServerReduxConfig(tmp0_finishGameWhenNotLiveStrategy, true, VOID, 15000, 90000, false, true, true, 2000, 150, 3000);
|
|
2848
|
+
};
|
|
2845
2849
|
var Companion_instance_10;
|
|
2846
2850
|
function Companion_getInstance_14() {
|
|
2847
2851
|
return Companion_instance_10;
|
|
@@ -3120,6 +3124,10 @@
|
|
|
3120
3124
|
FinishGameWhenNotLiveStrategy_initEntries();
|
|
3121
3125
|
return FinishGameWhenNotLiveStrategy_ALL_REPLACED_AND_NOT_NATIVE_BOT_instance;
|
|
3122
3126
|
}
|
|
3127
|
+
function FinishGameWhenNotLiveStrategy_DISABLED_getInstance() {
|
|
3128
|
+
FinishGameWhenNotLiveStrategy_initEntries();
|
|
3129
|
+
return FinishGameWhenNotLiveStrategy_DISABLED_instance;
|
|
3130
|
+
}
|
|
3123
3131
|
function RandomData(signature, id, indexes, cardsInCycle, provider, cardDeck) {
|
|
3124
3132
|
this.signature = signature;
|
|
3125
3133
|
this.id = id;
|