raspberry_games_server_game_logic 1.8.500 → 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/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +2 -2
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +2 -2
- package/package.json +1 -1
|
@@ -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
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
|
|
431
431
|
//endregion
|
|
432
432
|
function GameEngineConfig() {
|
|
433
|
-
this.version = '1.8.
|
|
433
|
+
this.version = '1.8.502';
|
|
434
434
|
}
|
|
435
435
|
protoOf(GameEngineConfig).s43 = function () {
|
|
436
436
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -37716,7 +37716,7 @@
|
|
|
37716
37716
|
function Companion_160() {
|
|
37717
37717
|
}
|
|
37718
37718
|
protoOf(Companion_160).m9i = function (isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen) {
|
|
37719
|
-
return new Options(isEnableChat, isBotsEnabled, BotIntelligenceLevel_SUPER_HARD_getInstance(),
|
|
37719
|
+
return new Options(isEnableChat, isBotsEnabled, BotIntelligenceLevel_SUPER_HARD_getInstance(), 400, 2000, isEnableChoosePartnerScreen);
|
|
37720
37720
|
};
|
|
37721
37721
|
protoOf(Companion_160).getServerOptions = function (isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen, $super) {
|
|
37722
37722
|
isEnableChat = isEnableChat === VOID ? true : isEnableChat;
|
|
@@ -37732,7 +37732,7 @@
|
|
|
37732
37732
|
isEnableChat = isEnableChat === VOID ? true : isEnableChat;
|
|
37733
37733
|
isBotsEnabled = isBotsEnabled === VOID ? true : isBotsEnabled;
|
|
37734
37734
|
botIntelligenceLevel = botIntelligenceLevel === VOID ? BotIntelligenceLevel_SUPER_HARD_getInstance() : botIntelligenceLevel;
|
|
37735
|
-
timeForCountdownMillis = timeForCountdownMillis === VOID ?
|
|
37735
|
+
timeForCountdownMillis = timeForCountdownMillis === VOID ? 400 : timeForCountdownMillis;
|
|
37736
37736
|
timeForBotMillis = timeForBotMillis === VOID ? 2000 : timeForBotMillis;
|
|
37737
37737
|
isEnableChoosePartnerScreen = isEnableChoosePartnerScreen === VOID ? true : isEnableChoosePartnerScreen;
|
|
37738
37738
|
this.isEnableChat = isEnableChat;
|