client_plugin_logic_deb 1.8.429 → 1.8.430

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.
@@ -427,7 +427,7 @@
427
427
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
428
428
  //endregion
429
429
  function GameEngineConfig() {
430
- this.version = '1.8.429';
430
+ this.version = '1.8.430';
431
431
  }
432
432
  protoOf(GameEngineConfig).g3z = function () {
433
433
  return this.version;
@@ -218,6 +218,7 @@
218
218
  var toIntOrNull = kotlin_kotlin.$_$.kg;
219
219
  var mapFromDto_2 = kotlin_io_raspberryapps_game_engine_core.$_$.z;
220
220
  var listOfNotNull_0 = kotlin_kotlin.$_$.g8;
221
+ var PlayerConnectionState_LIVE_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.w4;
221
222
  var mapToDto_2 = kotlin_io_raspberryapps_game_engine_core.$_$.g1;
222
223
  var singleOrNull = kotlin_kotlin.$_$.g9;
223
224
  var RulesDto = kotlin_io_raspberryapps_game_engine_core.$_$.l1;
@@ -225,7 +226,6 @@
225
226
  var mapFromDto_3 = kotlin_io_raspberryapps_game_engine_core.$_$.x;
226
227
  var Companion_instance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.v5;
227
228
  var Companion_instance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.t5;
228
- var PlayerConnectionState_LIVE_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.w4;
229
229
  var toDuration_0 = kotlin_kotlin.$_$.bh;
230
230
  var PlayerConnectionState_LEFT_PERMANENTLY_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.u4;
231
231
  var $serializer_getInstance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.z5;
@@ -13927,7 +13927,7 @@
13927
13927
  var tmp2_cached = Companion_getInstance_59().m7x_1;
13928
13928
  tmp1_output.dt(tmp0_desc, 0, value.p7x_1);
13929
13929
  tmp1_output.ft(tmp0_desc, 1, tmp2_cached[1].x(), value.q7x_1);
13930
- tmp1_output.ft(tmp0_desc, 2, tmp2_cached[2].x(), value.r7x_1);
13930
+ tmp1_output.ht(tmp0_desc, 2, tmp2_cached[2].x(), value.r7x_1);
13931
13931
  tmp1_output.ht(tmp0_desc, 3, tmp2_cached[3].x(), value.s7x_1);
13932
13932
  tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.t7x_1);
13933
13933
  tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.u7x_1);
@@ -13954,7 +13954,7 @@
13954
13954
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
13955
13955
  tmp5_local1 = tmp10_input.as(tmp0_desc, 1, tmp11_cached[1].x(), tmp5_local1);
13956
13956
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
13957
- tmp6_local2 = tmp10_input.as(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13957
+ tmp6_local2 = tmp10_input.cs(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13958
13958
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
13959
13959
  tmp7_local3 = tmp10_input.cs(tmp0_desc, 3, tmp11_cached[3].x(), tmp7_local3);
13960
13960
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
@@ -13978,7 +13978,7 @@
13978
13978
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
13979
13979
  break;
13980
13980
  case 2:
13981
- tmp6_local2 = tmp10_input.as(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13981
+ tmp6_local2 = tmp10_input.cs(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13982
13982
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
13983
13983
  break;
13984
13984
  case 3:
@@ -14008,7 +14008,7 @@
14008
14008
  // Inline function 'kotlin.arrayOf' call
14009
14009
  // Inline function 'kotlin.js.unsafeCast' call
14010
14010
  // Inline function 'kotlin.js.asDynamic' call
14011
- return [StringSerializer_getInstance(), tmp0_cached[1].x(), tmp0_cached[2].x(), get_nullable(tmp0_cached[3].x()), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
14011
+ return [StringSerializer_getInstance(), tmp0_cached[1].x(), get_nullable(tmp0_cached[2].x()), get_nullable(tmp0_cached[3].x()), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
14012
14012
  };
14013
14013
  var $serializer_instance_21;
14014
14014
  function $serializer_getInstance_24() {
@@ -14043,12 +14043,12 @@
14043
14043
  this.u7x_1 = reconnectUntilTime;
14044
14044
  }
14045
14045
  protoOf(PlayerConnectionChangedMechanicActionDto).toString = function () {
14046
- return 'PlayerConnectionChangedMechanicActionDto(playerId=' + this.p7x_1 + ', state=' + this.q7x_1.toString() + ', previousState=' + this.r7x_1.toString() + ', causeState=' + toString_0(this.s7x_1) + ', isNoneActivePlayers=' + this.t7x_1 + ', reconnectUntilTime=' + this.u7x_1 + ')';
14046
+ return 'PlayerConnectionChangedMechanicActionDto(playerId=' + this.p7x_1 + ', state=' + this.q7x_1.toString() + ', previousState=' + toString_0(this.r7x_1) + ', causeState=' + toString_0(this.s7x_1) + ', isNoneActivePlayers=' + this.t7x_1 + ', reconnectUntilTime=' + this.u7x_1 + ')';
14047
14047
  };
14048
14048
  protoOf(PlayerConnectionChangedMechanicActionDto).hashCode = function () {
14049
14049
  var result = getStringHashCode(this.p7x_1);
14050
14050
  result = imul(result, 31) + this.q7x_1.hashCode() | 0;
14051
- result = imul(result, 31) + this.r7x_1.hashCode() | 0;
14051
+ result = imul(result, 31) + (this.r7x_1 == null ? 0 : this.r7x_1.hashCode()) | 0;
14052
14052
  result = imul(result, 31) + (this.s7x_1 == null ? 0 : this.s7x_1.hashCode()) | 0;
14053
14053
  result = imul(result, 31) + (this.t7x_1 == null ? 0 : getBooleanHashCode(this.t7x_1)) | 0;
14054
14054
  result = imul(result, 31) + (this.u7x_1 == null ? 0 : getStringHashCode(this.u7x_1)) | 0;
@@ -14063,7 +14063,7 @@
14063
14063
  return false;
14064
14064
  if (!this.q7x_1.equals(other.q7x_1))
14065
14065
  return false;
14066
- if (!this.r7x_1.equals(other.r7x_1))
14066
+ if (!equals(this.r7x_1, other.r7x_1))
14067
14067
  return false;
14068
14068
  if (!equals(this.s7x_1, other.s7x_1))
14069
14069
  return false;
@@ -16903,7 +16903,7 @@
16903
16903
  var tmp2_cached = Companion_getInstance_81().k82_1;
16904
16904
  tmp1_output.dt(tmp0_desc, 0, value.n82_1);
16905
16905
  tmp1_output.ft(tmp0_desc, 1, tmp2_cached[1].x(), value.o82_1);
16906
- tmp1_output.ft(tmp0_desc, 2, tmp2_cached[2].x(), value.p82_1);
16906
+ tmp1_output.ht(tmp0_desc, 2, tmp2_cached[2].x(), value.p82_1);
16907
16907
  tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.q82_1);
16908
16908
  tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.r82_1);
16909
16909
  tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.s82_1);
@@ -16930,7 +16930,7 @@
16930
16930
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
16931
16931
  tmp5_local1 = tmp10_input.as(tmp0_desc, 1, tmp11_cached[1].x(), tmp5_local1);
16932
16932
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
16933
- tmp6_local2 = tmp10_input.as(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
16933
+ tmp6_local2 = tmp10_input.cs(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
16934
16934
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
16935
16935
  tmp7_local3 = tmp10_input.cs(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
16936
16936
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
@@ -16954,7 +16954,7 @@
16954
16954
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
16955
16955
  break;
16956
16956
  case 2:
16957
- tmp6_local2 = tmp10_input.as(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
16957
+ tmp6_local2 = tmp10_input.cs(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
16958
16958
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
16959
16959
  break;
16960
16960
  case 3:
@@ -16984,7 +16984,7 @@
16984
16984
  // Inline function 'kotlin.arrayOf' call
16985
16985
  // Inline function 'kotlin.js.unsafeCast' call
16986
16986
  // Inline function 'kotlin.js.asDynamic' call
16987
- return [StringSerializer_getInstance(), tmp0_cached[1].x(), tmp0_cached[2].x(), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
16987
+ return [StringSerializer_getInstance(), tmp0_cached[1].x(), get_nullable(tmp0_cached[2].x()), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
16988
16988
  };
16989
16989
  var $serializer_instance_42;
16990
16990
  function $serializer_getInstance_45() {
@@ -17053,7 +17053,7 @@
17053
17053
  protoOf(PlayerConnectionChangedToClientActionDto).hashCode = function () {
17054
17054
  var result = getStringHashCode(this.n82_1);
17055
17055
  result = imul(result, 31) + this.o82_1.hashCode() | 0;
17056
- result = imul(result, 31) + this.p82_1.hashCode() | 0;
17056
+ result = imul(result, 31) + (this.p82_1 == null ? 0 : this.p82_1.hashCode()) | 0;
17057
17057
  result = imul(result, 31) + (this.q82_1 == null ? 0 : getBooleanHashCode(this.q82_1)) | 0;
17058
17058
  result = imul(result, 31) + (this.r82_1 == null ? 0 : getStringHashCode(this.r82_1)) | 0;
17059
17059
  result = imul(result, 31) + (this.s82_1 == null ? 0 : getStringHashCode(this.s82_1)) | 0;
@@ -17068,7 +17068,7 @@
17068
17068
  return false;
17069
17069
  if (!this.o82_1.equals(other.o82_1))
17070
17070
  return false;
17071
- if (!this.p82_1.equals(other.p82_1))
17071
+ if (!equals(this.p82_1, other.p82_1))
17072
17072
  return false;
17073
17073
  if (!(this.q82_1 == other.q82_1))
17074
17074
  return false;
@@ -21998,8 +21998,10 @@
21998
21998
  return new MessageMechanicAction(mapFromDto_49(_this__u8e3s4.g7x_1, true));
21999
21999
  }
22000
22000
  function mapFromDto_81(_this__u8e3s4) {
22001
- var tmp0_elvis_lhs = _this__u8e3s4.t7x_1;
22002
- return new PlayerConnectionChangedMechanicAction(_this__u8e3s4.p7x_1, _this__u8e3s4.q7x_1, _this__u8e3s4.r7x_1, _this__u8e3s4.s7x_1, tmp0_elvis_lhs == null ? false : tmp0_elvis_lhs, _this__u8e3s4.u7x_1);
22001
+ var tmp0_elvis_lhs = _this__u8e3s4.r7x_1;
22002
+ var tmp = tmp0_elvis_lhs == null ? PlayerConnectionState_LIVE_getInstance() : tmp0_elvis_lhs;
22003
+ var tmp1_elvis_lhs = _this__u8e3s4.t7x_1;
22004
+ return new PlayerConnectionChangedMechanicAction(_this__u8e3s4.p7x_1, _this__u8e3s4.q7x_1, tmp, _this__u8e3s4.s7x_1, tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs, _this__u8e3s4.u7x_1);
22003
22005
  }
22004
22006
  function mapFromDto_82(_this__u8e3s4) {
22005
22007
  return new ErrorAction(mapFromDto_20(_this__u8e3s4.p7w_1));
@@ -53840,7 +53842,8 @@
53840
53842
  return new MessageMechanicAction(mapFromDto_49(_this__u8e3s4.c82_1, true), _this__u8e3s4.d82_1);
53841
53843
  }
53842
53844
  function mapFromClientDto_18(_this__u8e3s4) {
53843
- return new PlayerConnectionChangedMechanicAction(_this__u8e3s4.n82_1, _this__u8e3s4.o82_1, _this__u8e3s4.p82_1, VOID, false, _this__u8e3s4.r82_1, _this__u8e3s4.s82_1);
53845
+ var tmp0_elvis_lhs = _this__u8e3s4.p82_1;
53846
+ return new PlayerConnectionChangedMechanicAction(_this__u8e3s4.n82_1, _this__u8e3s4.o82_1, tmp0_elvis_lhs == null ? PlayerConnectionState_LIVE_getInstance() : tmp0_elvis_lhs, VOID, false, _this__u8e3s4.r82_1, _this__u8e3s4.s82_1);
53844
53847
  }
53845
53848
  function mapFromClientDto_19(_this__u8e3s4) {
53846
53849
  return new ErrorAction(mapFromDto_20(_this__u8e3s4.j81_1), _this__u8e3s4.k81_1);