raspberry_games_engine_helpers 1.8.318 → 1.8.320
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.c1l(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, WithUtcOffset, WithDate, WithTime]);
|
|
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.320';
|
|
219
219
|
}
|
|
220
220
|
protoOf(GameEngineConfig).o25 = function () {
|
|
221
221
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -830,11 +830,11 @@
|
|
|
830
830
|
return tmp$ret$1;
|
|
831
831
|
}
|
|
832
832
|
initMetadataForInterface(PlayerTurnIdAnswerAction, 'PlayerTurnIdAnswerAction', VOID, VOID, [Action, ReleaseBufferTriggerAction, PlayerIdContract]);
|
|
833
|
-
initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction,
|
|
833
|
+
initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action, PlayerTurnIdAnswerAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
834
834
|
initMetadataForClass(PlayerConnectionChangedMechanicAction, 'PlayerConnectionChangedMechanicAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
835
835
|
initMetadataForClass(ContinueGameMechanicAction, 'ContinueGameMechanicAction', VOID, MechanicAction, [MechanicAction, FirstMechanicAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
|
|
836
836
|
initMetadataForClass(RestartGameMechanicAction, 'RestartGameMechanicAction', VOID, MechanicAction, [MechanicAction, BufferedAction]);
|
|
837
|
-
initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction,
|
|
837
|
+
initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action]);
|
|
838
838
|
initMetadataForClass(TeamsDataMechanicAction, 'TeamsDataMechanicAction', VOID, MechanicAction, [MechanicAction, Action, BufferedAction]);
|
|
839
839
|
initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerTurnIdAnswerAction]);
|
|
840
840
|
initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerTurnIdAnswerAction, ReleaseBufferTriggerAction]);
|
|
@@ -11462,8 +11462,8 @@
|
|
|
11462
11462
|
}
|
|
11463
11463
|
function mapToDto_11(_this__u8e3s4) {
|
|
11464
11464
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
11465
|
-
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4,
|
|
11466
|
-
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4,
|
|
11465
|
+
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
11466
|
+
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
11467
11467
|
}
|
|
11468
11468
|
function mapToDto_12(_this__u8e3s4) {
|
|
11469
11469
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
@@ -11471,13 +11471,13 @@
|
|
|
11471
11471
|
}
|
|
11472
11472
|
function mapToDto_13(_this__u8e3s4) {
|
|
11473
11473
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
11474
|
-
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4,
|
|
11475
|
-
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4,
|
|
11474
|
+
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
|
|
11475
|
+
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
|
|
11476
11476
|
}
|
|
11477
11477
|
function mapToCombinationType(_this__u8e3s4) {
|
|
11478
11478
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
11479
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4,
|
|
11480
|
-
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4,
|
|
11479
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
11480
|
+
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
11481
11481
|
}
|
|
11482
11482
|
function mapToCombinationState(_this__u8e3s4) {
|
|
11483
11483
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
@@ -11485,8 +11485,8 @@
|
|
|
11485
11485
|
}
|
|
11486
11486
|
function mapToCombinationReason(_this__u8e3s4) {
|
|
11487
11487
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
11488
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4,
|
|
11489
|
-
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4,
|
|
11488
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
|
|
11489
|
+
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
|
|
11490
11490
|
}
|
|
11491
11491
|
var properties_initialized_CombinationsDtoMappers_kt_1nj0n;
|
|
11492
11492
|
function _init_properties_CombinationsDtoMappers_kt__fk981j() {
|