raspberry_games_engine_helpers 1.8.449 → 1.8.451

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.
@@ -380,7 +380,7 @@
380
380
  function addFormatStructureForTime(structure) {
381
381
  this.k1c(structure);
382
382
  }
383
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
383
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
384
384
  initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
385
385
  initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
386
386
  function set_fractionOfSecond(value) {
@@ -232,7 +232,7 @@
232
232
  initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
233
233
  //endregion
234
234
  function GameEngineConfig() {
235
- this.version = '1.8.449';
235
+ this.version = '1.8.451';
236
236
  }
237
237
  protoOf(GameEngineConfig).j17 = function () {
238
238
  return this.version;
@@ -862,12 +862,12 @@
862
862
  initMetadataForClass(FinishingGameMechanicAction, 'FinishingGameMechanicAction', VOID, MechanicAction, [MechanicAction, TerminatedAction, NotValidateIfGameFinishing]);
863
863
  initMetadataForClass(FinishGameMechanicAction, 'FinishGameMechanicAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinishing, TerminatedAction]);
864
864
  initMetadataForInterface(NavigationMechanicAction, 'NavigationMechanicAction', VOID, VOID, [Action]);
865
- initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, Action, ReleaseBufferTriggerAction, PlayerIdContract, NotValidateIfGameFinished]);
865
+ initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action, PlayerIdContract, NotValidateIfGameFinished]);
866
866
  initMetadataForClass(TeamsDataMechanicAction, 'TeamsDataMechanicAction', VOID, MechanicAction, [MechanicAction, Action, InterceptableAction, PlayerOrderChangeMechanicAction]);
867
867
  initMetadataForClass(PlayerConnectionChangedMechanicAction, 'PlayerConnectionChangedMechanicAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinished, NotValidateIfGameNotCreated]);
868
868
  initMetadataForClass(MessageMechanicAction, 'MessageMechanicAction', VOID, MechanicAction, [MechanicAction, IgnoreBufferForAction]);
869
869
  initMetadataForClass(RestartGameMechanicAction, 'RestartGameMechanicAction', VOID, MechanicAction, [MechanicAction, InterceptableAction]);
870
- initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, Action, ReleaseBufferTriggerAction]);
870
+ initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action]);
871
871
  initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
872
872
  initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction]);
873
873
  initMetadataForClass(CombinationChoiceMechanicAction, 'CombinationChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerIdContract, ReleaseBufferTriggerAction, InterceptableAction]);
@@ -38836,8 +38836,17 @@
38836
38836
  // Inline function 'kotlinx.serialization.internal.cast' call
38837
38837
  var this_2 = serializer(this_1, createKType(getKClass(EngineSettingsDto), arrayOf([]), false));
38838
38838
  var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
38839
- var settingsDto = this_0.s23(tmp$ret$1, json).y33(VOID, json);
38840
- return mapFromDto_47(settingsDto, defaultConfig);
38839
+ var settingsDto = this_0.s23(tmp$ret$1, json);
38840
+ var tmp0 = this.d47_1;
38841
+ // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
38842
+ var value = settingsDto.v33_1;
38843
+ // Inline function 'kotlinx.serialization.serializer' call
38844
+ var this_3 = tmp0.yn();
38845
+ // Inline function 'kotlinx.serialization.internal.cast' call
38846
+ var this_4 = serializer(this_3, createKType(getKClass(LeaguesConfigDto), arrayOf([]), false));
38847
+ var tmp$ret$4 = isInterface(this_4, KSerializer) ? this_4 : THROW_CCE();
38848
+ var tmp$ret$5 = tmp0.r23(tmp$ret$4, value);
38849
+ return mapFromDto_47(settingsDto.y33(VOID, tmp$ret$5), defaultConfig);
38841
38850
  };
38842
38851
  protoOf(RatingHelperImpl).encodeGameSettings = function (engineSettings) {
38843
38852
  var tmp0 = this.d47_1;