raspberry_games_server_game_logic 1.8.330 → 1.8.332
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
|
@@ -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.332';
|
|
380
380
|
}
|
|
381
381
|
protoOf(GameEngineConfig).s2z = function () {
|
|
382
382
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -189,11 +189,11 @@
|
|
|
189
189
|
var $serializer_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.m4;
|
|
190
190
|
var mapToDto = kotlin_io_raspberryapps_game_engine_core.$_$.a1;
|
|
191
191
|
var mapFromDto = kotlin_io_raspberryapps_game_engine_core.$_$.u;
|
|
192
|
-
var toDomainEnumSafe = kotlin_io_raspberryapps_game_engine_core.$_$.z2;
|
|
193
192
|
var toDomainEnum = kotlin_io_raspberryapps_game_engine_core.$_$.a3;
|
|
194
193
|
var emptySet = kotlin_kotlin.$_$.q7;
|
|
195
194
|
var enumToStringSafe = kotlin_io_raspberryapps_game_engine_core.$_$.r2;
|
|
196
195
|
var enumToString = kotlin_io_raspberryapps_game_engine_core.$_$.s2;
|
|
196
|
+
var toDomainEnumSafe = kotlin_io_raspberryapps_game_engine_core.$_$.z2;
|
|
197
197
|
var mapOf_0 = kotlin_kotlin.$_$.u8;
|
|
198
198
|
var mapToDto_0 = kotlin_io_raspberryapps_game_engine_core.$_$.z;
|
|
199
199
|
var mapToDto_1 = kotlin_io_raspberryapps_game_engine_core.$_$.x;
|
|
@@ -14235,7 +14235,7 @@
|
|
|
14235
14235
|
var combinationReasonMappingLegacy;
|
|
14236
14236
|
function mapToCombinationType(_this__u8e3s4) {
|
|
14237
14237
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
14238
|
-
var tmp0_elvis_lhs =
|
|
14238
|
+
var tmp0_elvis_lhs = get_combinationTypeMappingLegacy().k2(_this__u8e3s4);
|
|
14239
14239
|
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
14240
14240
|
}
|
|
14241
14241
|
function mapToDto_7(_this__u8e3s4) {
|
|
@@ -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
|