raspberry_games_server_game_logic 1.8.326 → 1.8.327
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 +2 -2
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +18 -15
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
function addFormatStructureForTime(structure) {
|
|
325
325
|
this.c5a(structure);
|
|
326
326
|
}
|
|
327
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
327
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
328
328
|
function offsetHours$default(padding, $super) {
|
|
329
329
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
330
330
|
var tmp;
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
return tmp;
|
|
378
378
|
}
|
|
379
379
|
initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
|
|
380
|
-
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder,
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithTime, WithUtcOffset]);
|
|
381
381
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
382
382
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
383
383
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
377
377
|
//endregion
|
|
378
378
|
function GameEngineConfig() {
|
|
379
|
-
this.version = '1.8.
|
|
379
|
+
this.version = '1.8.327';
|
|
380
380
|
}
|
|
381
381
|
protoOf(GameEngineConfig).s2z = function () {
|
|
382
382
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -56071,11 +56071,7 @@
|
|
|
56071
56071
|
var tmp$ret$0 = item.q2_1;
|
|
56072
56072
|
destination.e(tmp$ret$0);
|
|
56073
56073
|
}
|
|
56074
|
-
|
|
56075
|
-
// Inline function 'kotlin.text.uppercase' call
|
|
56076
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
56077
|
-
var tmp$ret$4 = rulesSetType.toUpperCase();
|
|
56078
|
-
if (!tmp.v1(tmp$ret$4)) {
|
|
56074
|
+
if (!destination.v1(rulesSetType)) {
|
|
56079
56075
|
throw IllegalStateException_init_$Create$('Not valid rulesSetType mode ' + rulesSetType);
|
|
56080
56076
|
}
|
|
56081
56077
|
}
|
|
@@ -56707,10 +56703,7 @@
|
|
|
56707
56703
|
return tmp;
|
|
56708
56704
|
};
|
|
56709
56705
|
protoOf(GameHelperImpl).mapRulesSetType = function (name) {
|
|
56710
|
-
|
|
56711
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
56712
|
-
var tmp$ret$1 = name.toUpperCase();
|
|
56713
|
-
return valueOf_6(tmp$ret$1);
|
|
56706
|
+
return valueOf_6(name);
|
|
56714
56707
|
};
|
|
56715
56708
|
protoOf(GameHelperImpl).mapToLeague = function (name) {
|
|
56716
56709
|
// Inline function 'kotlin.text.uppercase' call
|
|
@@ -56718,6 +56711,22 @@
|
|
|
56718
56711
|
var tmp$ret$1 = name.toUpperCase();
|
|
56719
56712
|
return valueOf_0(tmp$ret$1);
|
|
56720
56713
|
};
|
|
56714
|
+
protoOf(GameHelperImpl).getAllLeagues = function () {
|
|
56715
|
+
// Inline function 'kotlin.collections.map' call
|
|
56716
|
+
var this_0 = get_entries_0();
|
|
56717
|
+
// Inline function 'kotlin.collections.mapTo' call
|
|
56718
|
+
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
56719
|
+
var tmp0_iterator = this_0.j();
|
|
56720
|
+
while (tmp0_iterator.k()) {
|
|
56721
|
+
var item = tmp0_iterator.l();
|
|
56722
|
+
// Inline function 'GameHelperImpl.getAllLeagues.<anonymous>' call
|
|
56723
|
+
// Inline function 'kotlin.text.lowercase' call
|
|
56724
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
56725
|
+
var tmp$ret$2 = item.q2_1.toLowerCase();
|
|
56726
|
+
destination.e(tmp$ret$2);
|
|
56727
|
+
}
|
|
56728
|
+
return destination;
|
|
56729
|
+
};
|
|
56721
56730
|
function GameResources() {
|
|
56722
56731
|
}
|
|
56723
56732
|
var AvatarSet_ORIGIN_instance;
|
|
@@ -57066,12 +57075,6 @@
|
|
|
57066
57075
|
protoOf(RatingHelperImpl).getLeaguesConfig = function () {
|
|
57067
57076
|
return this.v9h_1.z8s();
|
|
57068
57077
|
};
|
|
57069
|
-
protoOf(RatingHelperImpl).mapToLeague = function (name) {
|
|
57070
|
-
// Inline function 'kotlin.text.uppercase' call
|
|
57071
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
57072
|
-
var tmp$ret$1 = name.toUpperCase();
|
|
57073
|
-
return valueOf_0(tmp$ret$1);
|
|
57074
|
-
};
|
|
57075
57078
|
function engineHelpersModule() {
|
|
57076
57079
|
return Module_init_$Create$('Engine helpers Module', VOID, VOID, engineHelpersModule$lambda);
|
|
57077
57080
|
}
|