raspberry_games_engine_helpers 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.
|
@@ -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, 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
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
|
|
216
216
|
//endregion
|
|
217
217
|
function GameEngineConfig() {
|
|
218
|
-
this.version = '1.8.
|
|
218
|
+
this.version = '1.8.330';
|
|
219
219
|
}
|
|
220
220
|
protoOf(GameEngineConfig).o25 = function () {
|
|
221
221
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -755,14 +755,14 @@
|
|
|
755
755
|
initMetadataForClass(ClearAction, 'ClearAction', ClearAction, VOID, [Action, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
756
756
|
initMetadataForClass(FromClientActionPayloadProvider, 'FromClientActionPayloadProvider');
|
|
757
757
|
initMetadataForClass(FromClientAction, 'FromClientAction', VOID, VOID, [Action]);
|
|
758
|
-
initMetadataForClass(PartnerSelectedFromClientAction, 'PartnerSelectedFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
759
|
-
initMetadataForClass(PlayerReadyFromClientAction, 'PlayerReadyFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
760
|
-
initMetadataForClass(SuitChoiceFromClientAction, 'SuitChoiceFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
761
|
-
initMetadataForClass(CombinationChoiceFromClientAction, 'CombinationChoiceFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
762
|
-
initMetadataForClass(CardFromClientAction, 'CardFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
758
|
+
initMetadataForClass(PartnerSelectedFromClientAction, 'PartnerSelectedFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
759
|
+
initMetadataForClass(PlayerReadyFromClientAction, 'PlayerReadyFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
760
|
+
initMetadataForClass(SuitChoiceFromClientAction, 'SuitChoiceFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
761
|
+
initMetadataForClass(CombinationChoiceFromClientAction, 'CombinationChoiceFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
762
|
+
initMetadataForClass(CardFromClientAction, 'CardFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
763
763
|
initMetadataForClass(MessageFromClientAction, 'MessageFromClientAction', VOID, FromClientAction);
|
|
764
764
|
initMetadataForClass(ExitFromClientAction, 'ExitFromClientAction', VOID, FromClientAction);
|
|
765
|
-
initMetadataForClass(RequestedCardDecksFromClientAction, 'RequestedCardDecksFromClientAction', VOID, FromClientAction, [FromClientAction,
|
|
765
|
+
initMetadataForClass(RequestedCardDecksFromClientAction, 'RequestedCardDecksFromClientAction', VOID, FromClientAction, [FromClientAction, Action, PlayerIdContract]);
|
|
766
766
|
initMetadataForCompanion(Companion_148);
|
|
767
767
|
initMetadataForClass(ActionDeliveryPayload, 'ActionDeliveryPayload');
|
|
768
768
|
initMetadataForCompanion(Companion_149, VOID, [SerializerFactory]);
|
|
@@ -1907,7 +1907,7 @@
|
|
|
1907
1907
|
inductionVariable = inductionVariable + -1 | 0;
|
|
1908
1908
|
var element = this_0[index];
|
|
1909
1909
|
// Inline function 'games.jass.logic.data.models.leagues.LeaguesConfig.getLeagueInfoByRating.<anonymous>' call
|
|
1910
|
-
if (element.minRating
|
|
1910
|
+
if (element.minRating <= rating) {
|
|
1911
1911
|
tmp$ret$1 = element;
|
|
1912
1912
|
break $l$block;
|
|
1913
1913
|
}
|
|
@@ -35115,27 +35115,9 @@
|
|
|
35115
35115
|
tmp_23 = rulesPreset;
|
|
35116
35116
|
}
|
|
35117
35117
|
jsObject['rulesPreset'] = tmp_23;
|
|
35118
|
-
|
|
35119
|
-
|
|
35120
|
-
// Inline function 'kotlin.collections.toTypedArray' call
|
|
35121
|
-
// Inline function 'kotlin.collections.map' call
|
|
35122
|
-
var this_1 = get_entries();
|
|
35123
|
-
// Inline function 'kotlin.collections.mapTo' call
|
|
35124
|
-
var destination_0 = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
35125
|
-
var tmp0_iterator_0 = this_1.j();
|
|
35126
|
-
while (tmp0_iterator_0.k()) {
|
|
35127
|
-
var item_0 = tmp0_iterator_0.l();
|
|
35128
|
-
// Inline function 'GameHelperImpl.prepareLobbyFilterInternal.<anonymous>' call
|
|
35129
|
-
// Inline function 'kotlin.text.lowercase' call
|
|
35130
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
35131
|
-
var tmp$ret$45 = item_0.i2_1.toLowerCase();
|
|
35132
|
-
destination_0.e(tmp$ret$45);
|
|
35133
|
-
}
|
|
35134
|
-
tmp_24 = copyToArray(destination_0);
|
|
35135
|
-
} else {
|
|
35136
|
-
tmp_24 = leagues;
|
|
35118
|
+
if (!(leagues == null)) {
|
|
35119
|
+
jsObject['leagues'] = leagues;
|
|
35137
35120
|
}
|
|
35138
|
-
jsObject['leagues'] = tmp_24;
|
|
35139
35121
|
jsObject['isChatEnabled'] = isChatEnabled;
|
|
35140
35122
|
return jsObject;
|
|
35141
35123
|
}
|
|
@@ -35291,9 +35273,8 @@
|
|
|
35291
35273
|
var tmp18_elvis_lhs = tmp_19;
|
|
35292
35274
|
var tmp_20;
|
|
35293
35275
|
if (tmp18_elvis_lhs == null) {
|
|
35294
|
-
// Inline function 'kotlin.
|
|
35295
|
-
|
|
35296
|
-
tmp_20 = copyToArray(this_1);
|
|
35276
|
+
// Inline function 'kotlin.emptyArray' call
|
|
35277
|
+
tmp_20 = [];
|
|
35297
35278
|
} else {
|
|
35298
35279
|
tmp_20 = tmp18_elvis_lhs;
|
|
35299
35280
|
}
|