raspberry_games_server_game_logic 1.8.329 → 1.8.331
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.
|
@@ -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, WithTime,
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithUtcOffset, WithDate]);
|
|
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.331';
|
|
380
380
|
}
|
|
381
381
|
protoOf(GameEngineConfig).s2z = function () {
|
|
382
382
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -2588,7 +2588,7 @@
|
|
|
2588
2588
|
inductionVariable = inductionVariable + -1 | 0;
|
|
2589
2589
|
var element = this_0[index];
|
|
2590
2590
|
// Inline function 'games.jass.logic.data.models.leagues.LeaguesConfig.getLeagueInfoByRating.<anonymous>' call
|
|
2591
|
-
if (element.minRating
|
|
2591
|
+
if (element.minRating <= rating) {
|
|
2592
2592
|
tmp$ret$1 = element;
|
|
2593
2593
|
break $l$block;
|
|
2594
2594
|
}
|
|
@@ -40002,6 +40002,9 @@
|
|
|
40002
40002
|
destination_0.e(tmp$ret$3);
|
|
40003
40003
|
}
|
|
40004
40004
|
var supportedInRowCombinations = toSet(destination_0);
|
|
40005
|
+
if (supportedInRowCombinations.p()) {
|
|
40006
|
+
return emptyList();
|
|
40007
|
+
}
|
|
40005
40008
|
var cardsInRowCombinations = this.d8o_1.p69(playerCards, supportedInRowCombinations, first_1(supportedInRowCombinations));
|
|
40006
40009
|
// Inline function 'kotlin.collections.map' call
|
|
40007
40010
|
// Inline function 'kotlin.collections.filter' call
|
|
@@ -55922,9 +55925,8 @@
|
|
|
55922
55925
|
var tmp18_elvis_lhs = tmp_19;
|
|
55923
55926
|
var tmp_20;
|
|
55924
55927
|
if (tmp18_elvis_lhs == null) {
|
|
55925
|
-
// Inline function 'kotlin.
|
|
55926
|
-
|
|
55927
|
-
tmp_20 = copyToArray(this_1);
|
|
55928
|
+
// Inline function 'kotlin.emptyArray' call
|
|
55929
|
+
tmp_20 = [];
|
|
55928
55930
|
} else {
|
|
55929
55931
|
tmp_20 = tmp18_elvis_lhs;
|
|
55930
55932
|
}
|