game_client_logic_deb 1.8.428 → 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.
@@ -380,7 +380,7 @@
380
380
  function addFormatStructureForTime(structure) {
381
381
  this.b5j(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) {
@@ -387,7 +387,7 @@
387
387
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
388
388
  //endregion
389
389
  function GameEngineConfig() {
390
- this.version = '1.8.428';
390
+ this.version = '1.8.430';
391
391
  }
392
392
  protoOf(GameEngineConfig).w3u = function () {
393
393
  return this.version;
@@ -2873,11 +2873,9 @@
2873
2873
  switch (this.q2_1) {
2874
2874
  case 0:
2875
2875
  case 1:
2876
- tmp = true;
2877
- break;
2878
2876
  case 2:
2879
2877
  case 3:
2880
- tmp = false;
2878
+ tmp = true;
2881
2879
  break;
2882
2880
  default:
2883
2881
  noWhenBranchMatchedException();
@@ -13027,7 +13025,7 @@
13027
13025
  var tmp2_cached = Companion_getInstance_58().w7g_1;
13028
13026
  tmp1_output.dt(tmp0_desc, 0, value.z7g_1);
13029
13027
  tmp1_output.ft(tmp0_desc, 1, tmp2_cached[1].x(), value.a7h_1);
13030
- tmp1_output.ft(tmp0_desc, 2, tmp2_cached[2].x(), value.b7h_1);
13028
+ tmp1_output.ht(tmp0_desc, 2, tmp2_cached[2].x(), value.b7h_1);
13031
13029
  tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.c7h_1);
13032
13030
  tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.d7h_1);
13033
13031
  tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.e7h_1);
@@ -13054,7 +13052,7 @@
13054
13052
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
13055
13053
  tmp5_local1 = tmp10_input.as(tmp0_desc, 1, tmp11_cached[1].x(), tmp5_local1);
13056
13054
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
13057
- tmp6_local2 = tmp10_input.as(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13055
+ tmp6_local2 = tmp10_input.cs(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13058
13056
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
13059
13057
  tmp7_local3 = tmp10_input.cs(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
13060
13058
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
@@ -13078,7 +13076,7 @@
13078
13076
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
13079
13077
  break;
13080
13078
  case 2:
13081
- tmp6_local2 = tmp10_input.as(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13079
+ tmp6_local2 = tmp10_input.cs(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13082
13080
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
13083
13081
  break;
13084
13082
  case 3:
@@ -13108,7 +13106,7 @@
13108
13106
  // Inline function 'kotlin.arrayOf' call
13109
13107
  // Inline function 'kotlin.js.unsafeCast' call
13110
13108
  // Inline function 'kotlin.js.asDynamic' call
13111
- return [StringSerializer_getInstance(), tmp0_cached[1].x(), tmp0_cached[2].x(), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
13109
+ 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())];
13112
13110
  };
13113
13111
  var $serializer_instance_18;
13114
13112
  function $serializer_getInstance_21() {
@@ -13177,7 +13175,7 @@
13177
13175
  protoOf(PlayerConnectionChangedToClientActionDto).hashCode = function () {
13178
13176
  var result = getStringHashCode(this.z7g_1);
13179
13177
  result = imul(result, 31) + this.a7h_1.hashCode() | 0;
13180
- result = imul(result, 31) + this.b7h_1.hashCode() | 0;
13178
+ result = imul(result, 31) + (this.b7h_1 == null ? 0 : this.b7h_1.hashCode()) | 0;
13181
13179
  result = imul(result, 31) + (this.c7h_1 == null ? 0 : getBooleanHashCode(this.c7h_1)) | 0;
13182
13180
  result = imul(result, 31) + (this.d7h_1 == null ? 0 : getStringHashCode(this.d7h_1)) | 0;
13183
13181
  result = imul(result, 31) + (this.e7h_1 == null ? 0 : getStringHashCode(this.e7h_1)) | 0;
@@ -13192,7 +13190,7 @@
13192
13190
  return false;
13193
13191
  if (!this.a7h_1.equals(other.a7h_1))
13194
13192
  return false;
13195
- if (!this.b7h_1.equals(other.b7h_1))
13193
+ if (!equals(this.b7h_1, other.b7h_1))
13196
13194
  return false;
13197
13195
  if (!(this.c7h_1 == other.c7h_1))
13198
13196
  return false;
@@ -47976,7 +47974,8 @@
47976
47974
  return new MessageMechanicAction(mapFromDto_44(_this__u8e3s4.o7g_1, true), _this__u8e3s4.p7g_1);
47977
47975
  }
47978
47976
  function mapFromClientDto_18(_this__u8e3s4) {
47979
- return new PlayerConnectionChangedMechanicAction(_this__u8e3s4.z7g_1, _this__u8e3s4.a7h_1, _this__u8e3s4.b7h_1, VOID, false, _this__u8e3s4.d7h_1, _this__u8e3s4.e7h_1);
47977
+ var tmp0_elvis_lhs = _this__u8e3s4.b7h_1;
47978
+ return new PlayerConnectionChangedMechanicAction(_this__u8e3s4.z7g_1, _this__u8e3s4.a7h_1, tmp0_elvis_lhs == null ? PlayerConnectionState_LIVE_getInstance() : tmp0_elvis_lhs, VOID, false, _this__u8e3s4.d7h_1, _this__u8e3s4.e7h_1);
47980
47979
  }
47981
47980
  function mapFromClientDto_19(_this__u8e3s4) {
47982
47981
  return new ErrorAction(mapFromDto_15(_this__u8e3s4.u7f_1), _this__u8e3s4.v7f_1);