raspberry_games_server_game_logic 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.
@@ -402,7 +402,7 @@
402
402
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
403
403
  //endregion
404
404
  function GameEngineConfig() {
405
- this.version = '1.8.428';
405
+ this.version = '1.8.430';
406
406
  }
407
407
  protoOf(GameEngineConfig).a3w = function () {
408
408
  return this.version;
@@ -3057,11 +3057,9 @@
3057
3057
  switch (this.q2_1) {
3058
3058
  case 0:
3059
3059
  case 1:
3060
- tmp = true;
3061
- break;
3062
3060
  case 2:
3063
3061
  case 3:
3064
- tmp = false;
3062
+ tmp = true;
3065
3063
  break;
3066
3064
  default:
3067
3065
  noWhenBranchMatchedException();
@@ -13131,7 +13129,7 @@
13131
13129
  var tmp2_cached = Companion_getInstance_58().n7l_1;
13132
13130
  tmp1_output.dt(tmp0_desc, 0, value.q7l_1);
13133
13131
  tmp1_output.ft(tmp0_desc, 1, tmp2_cached[1].x(), value.r7l_1);
13134
- tmp1_output.ft(tmp0_desc, 2, tmp2_cached[2].x(), value.s7l_1);
13132
+ tmp1_output.ht(tmp0_desc, 2, tmp2_cached[2].x(), value.s7l_1);
13135
13133
  tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.t7l_1);
13136
13134
  tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.u7l_1);
13137
13135
  tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.v7l_1);
@@ -13158,7 +13156,7 @@
13158
13156
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
13159
13157
  tmp5_local1 = tmp10_input.as(tmp0_desc, 1, tmp11_cached[1].x(), tmp5_local1);
13160
13158
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
13161
- tmp6_local2 = tmp10_input.as(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13159
+ tmp6_local2 = tmp10_input.cs(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13162
13160
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
13163
13161
  tmp7_local3 = tmp10_input.cs(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
13164
13162
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
@@ -13182,7 +13180,7 @@
13182
13180
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
13183
13181
  break;
13184
13182
  case 2:
13185
- tmp6_local2 = tmp10_input.as(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13183
+ tmp6_local2 = tmp10_input.cs(tmp0_desc, 2, tmp11_cached[2].x(), tmp6_local2);
13186
13184
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
13187
13185
  break;
13188
13186
  case 3:
@@ -13212,7 +13210,7 @@
13212
13210
  // Inline function 'kotlin.arrayOf' call
13213
13211
  // Inline function 'kotlin.js.unsafeCast' call
13214
13212
  // Inline function 'kotlin.js.asDynamic' call
13215
- return [StringSerializer_getInstance(), tmp0_cached[1].x(), tmp0_cached[2].x(), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
13213
+ 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())];
13216
13214
  };
13217
13215
  var $serializer_instance_18;
13218
13216
  function $serializer_getInstance_21() {
@@ -13281,7 +13279,7 @@
13281
13279
  protoOf(PlayerConnectionChangedToClientActionDto).hashCode = function () {
13282
13280
  var result = getStringHashCode(this.q7l_1);
13283
13281
  result = imul(result, 31) + this.r7l_1.hashCode() | 0;
13284
- result = imul(result, 31) + this.s7l_1.hashCode() | 0;
13282
+ result = imul(result, 31) + (this.s7l_1 == null ? 0 : this.s7l_1.hashCode()) | 0;
13285
13283
  result = imul(result, 31) + (this.t7l_1 == null ? 0 : getBooleanHashCode(this.t7l_1)) | 0;
13286
13284
  result = imul(result, 31) + (this.u7l_1 == null ? 0 : getStringHashCode(this.u7l_1)) | 0;
13287
13285
  result = imul(result, 31) + (this.v7l_1 == null ? 0 : getStringHashCode(this.v7l_1)) | 0;
@@ -13296,7 +13294,7 @@
13296
13294
  return false;
13297
13295
  if (!this.r7l_1.equals(other.r7l_1))
13298
13296
  return false;
13299
- if (!this.s7l_1.equals(other.s7l_1))
13297
+ if (!equals(this.s7l_1, other.s7l_1))
13300
13298
  return false;
13301
13299
  if (!(this.t7l_1 == other.t7l_1))
13302
13300
  return false;
@@ -48206,7 +48204,8 @@
48206
48204
  return new MessageMechanicAction(mapFromDto_44(_this__u8e3s4.f7l_1, true), _this__u8e3s4.g7l_1);
48207
48205
  }
48208
48206
  function mapFromClientDto_18(_this__u8e3s4) {
48209
- return new PlayerConnectionChangedMechanicAction(_this__u8e3s4.q7l_1, _this__u8e3s4.r7l_1, _this__u8e3s4.s7l_1, VOID, false, _this__u8e3s4.u7l_1, _this__u8e3s4.v7l_1);
48207
+ var tmp0_elvis_lhs = _this__u8e3s4.s7l_1;
48208
+ return new PlayerConnectionChangedMechanicAction(_this__u8e3s4.q7l_1, _this__u8e3s4.r7l_1, tmp0_elvis_lhs == null ? PlayerConnectionState_LIVE_getInstance() : tmp0_elvis_lhs, VOID, false, _this__u8e3s4.u7l_1, _this__u8e3s4.v7l_1);
48210
48209
  }
48211
48210
  function mapFromClientDto_19(_this__u8e3s4) {
48212
48211
  return new ErrorAction(mapFromDto_15(_this__u8e3s4.l7k_1), _this__u8e3s4.m7k_1);