client_plugin_logic_deb 1.8.328 → 1.8.330
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 +5 -24
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +80 -72
- package/Logic_Debertz-game_client.js.map +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
|
@@ -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, WithUtcOffset, WithTime]);
|
|
381
381
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
382
382
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
383
383
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
413
413
|
//endregion
|
|
414
414
|
function GameEngineConfig() {
|
|
415
|
-
this.version = '1.8.
|
|
415
|
+
this.version = '1.8.330';
|
|
416
416
|
}
|
|
417
417
|
protoOf(GameEngineConfig).l33 = function () {
|
|
418
418
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -2700,7 +2700,7 @@
|
|
|
2700
2700
|
inductionVariable = inductionVariable + -1 | 0;
|
|
2701
2701
|
var element = this_0[index];
|
|
2702
2702
|
// Inline function 'games.jass.logic.data.models.leagues.LeaguesConfig.getLeagueInfoByRating.<anonymous>' call
|
|
2703
|
-
if (element.minRating
|
|
2703
|
+
if (element.minRating <= rating) {
|
|
2704
2704
|
tmp$ret$1 = element;
|
|
2705
2705
|
break $l$block;
|
|
2706
2706
|
}
|
|
@@ -61219,27 +61219,9 @@
|
|
|
61219
61219
|
tmp_23 = rulesPreset;
|
|
61220
61220
|
}
|
|
61221
61221
|
jsObject['rulesPreset'] = tmp_23;
|
|
61222
|
-
|
|
61223
|
-
|
|
61224
|
-
// Inline function 'kotlin.collections.toTypedArray' call
|
|
61225
|
-
// Inline function 'kotlin.collections.map' call
|
|
61226
|
-
var this_1 = get_entries_0();
|
|
61227
|
-
// Inline function 'kotlin.collections.mapTo' call
|
|
61228
|
-
var destination_0 = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
61229
|
-
var tmp0_iterator_0 = this_1.j();
|
|
61230
|
-
while (tmp0_iterator_0.k()) {
|
|
61231
|
-
var item_0 = tmp0_iterator_0.l();
|
|
61232
|
-
// Inline function 'GameHelperImpl.prepareLobbyFilterInternal.<anonymous>' call
|
|
61233
|
-
// Inline function 'kotlin.text.lowercase' call
|
|
61234
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
61235
|
-
var tmp$ret$45 = item_0.q2_1.toLowerCase();
|
|
61236
|
-
destination_0.e(tmp$ret$45);
|
|
61237
|
-
}
|
|
61238
|
-
tmp_24 = copyToArray(destination_0);
|
|
61239
|
-
} else {
|
|
61240
|
-
tmp_24 = leagues;
|
|
61222
|
+
if (!(leagues == null)) {
|
|
61223
|
+
jsObject['leagues'] = leagues;
|
|
61241
61224
|
}
|
|
61242
|
-
jsObject['leagues'] = tmp_24;
|
|
61243
61225
|
jsObject['isChatEnabled'] = isChatEnabled;
|
|
61244
61226
|
return jsObject;
|
|
61245
61227
|
}
|
|
@@ -61395,9 +61377,8 @@
|
|
|
61395
61377
|
var tmp18_elvis_lhs = tmp_19;
|
|
61396
61378
|
var tmp_20;
|
|
61397
61379
|
if (tmp18_elvis_lhs == null) {
|
|
61398
|
-
// Inline function 'kotlin.
|
|
61399
|
-
|
|
61400
|
-
tmp_20 = copyToArray(this_1);
|
|
61380
|
+
// Inline function 'kotlin.emptyArray' call
|
|
61381
|
+
tmp_20 = [];
|
|
61401
61382
|
} else {
|
|
61402
61383
|
tmp_20 = tmp18_elvis_lhs;
|
|
61403
61384
|
}
|