game_client_logic_deb 1.8.352 → 1.8.354
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 +1 -1
- package/Logic_Debertz-engine.js +4 -4
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
381
381
|
//endregion
|
|
382
382
|
function GameEngineConfig() {
|
|
383
|
-
this.version = '1.8.
|
|
383
|
+
this.version = '1.8.354';
|
|
384
384
|
}
|
|
385
385
|
protoOf(GameEngineConfig).l31 = function () {
|
|
386
386
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -2219,7 +2219,7 @@
|
|
|
2219
2219
|
return this.DELAY_TO_BUFFER_STATE_UPDATES_MILLIS;
|
|
2220
2220
|
};
|
|
2221
2221
|
protoOf(Companion_4).z6u = function (botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis) {
|
|
2222
|
-
return new ServerReduxConfig(
|
|
2222
|
+
return new ServerReduxConfig(FinishGameWhenNotLiveStrategy_ALL_DISCONNECTED_getInstance(), VOID, botReplacesPlayerAfterTimeout ? 15000 : 30000, closeIfBotsAtFinish, botReplacesPlayerAfterTimeout, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis);
|
|
2223
2223
|
};
|
|
2224
2224
|
protoOf(Companion_4).getServerEngineMode = function (botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis, $super) {
|
|
2225
2225
|
closeIfBotsAtFinish = closeIfBotsAtFinish === VOID ? true : closeIfBotsAtFinish;
|
|
@@ -2234,7 +2234,7 @@
|
|
|
2234
2234
|
return Companion_instance_9;
|
|
2235
2235
|
}
|
|
2236
2236
|
function ServerReduxConfig(finishGameWhenNotLiveStrategy, waitForPlayerToReconnect, waitForPlayerToReconnectTimeOutMillis, closeIfBotsAtFinish, botReplacesPlayerAfterTimeout, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis) {
|
|
2237
|
-
finishGameWhenNotLiveStrategy = finishGameWhenNotLiveStrategy === VOID ?
|
|
2237
|
+
finishGameWhenNotLiveStrategy = finishGameWhenNotLiveStrategy === VOID ? FinishGameWhenNotLiveStrategy_ALL_DISCONNECTED_getInstance() : finishGameWhenNotLiveStrategy;
|
|
2238
2238
|
waitForPlayerToReconnect = waitForPlayerToReconnect === VOID ? true : waitForPlayerToReconnect;
|
|
2239
2239
|
waitForPlayerToReconnectTimeOutMillis = waitForPlayerToReconnectTimeOutMillis === VOID ? 30000 : waitForPlayerToReconnectTimeOutMillis;
|
|
2240
2240
|
closeIfBotsAtFinish = closeIfBotsAtFinish === VOID ? true : closeIfBotsAtFinish;
|
|
@@ -2384,9 +2384,9 @@
|
|
|
2384
2384
|
function FinishGameWhenNotLiveStrategy(name, ordinal) {
|
|
2385
2385
|
Enum.call(this, name, ordinal);
|
|
2386
2386
|
}
|
|
2387
|
-
function
|
|
2387
|
+
function FinishGameWhenNotLiveStrategy_ALL_DISCONNECTED_getInstance() {
|
|
2388
2388
|
FinishGameWhenNotLiveStrategy_initEntries();
|
|
2389
|
-
return
|
|
2389
|
+
return FinishGameWhenNotLiveStrategy_ALL_DISCONNECTED_instance;
|
|
2390
2390
|
}
|
|
2391
2391
|
function RandomData(signature, id, indexes, provider) {
|
|
2392
2392
|
this.signature = signature;
|