raspberry_games_server_game_logic 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.
@@ -380,7 +380,7 @@
380
380
  function addFormatStructureForTime(structure) {
381
381
  this.v5k(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) {
@@ -402,7 +402,7 @@
402
402
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
403
403
  //endregion
404
404
  function GameEngineConfig() {
405
- this.version = '1.8.429';
405
+ this.version = '1.8.430';
406
406
  }
407
407
  protoOf(GameEngineConfig).a3w = function () {
408
408
  return this.version;
@@ -13129,7 +13129,7 @@
13129
13129
  var tmp2_cached = Companion_getInstance_58().n7l_1;
13130
13130
  tmp1_output.dt(tmp0_desc, 0, value.q7l_1);
13131
13131
  tmp1_output.ft(tmp0_desc, 1, tmp2_cached[1].x(), value.r7l_1);
13132
- 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);
13133
13133
  tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.t7l_1);
13134
13134
  tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.u7l_1);
13135
13135
  tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.v7l_1);
@@ -13156,7 +13156,7 @@
13156
13156
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
13157
13157
  tmp5_local1 = tmp10_input.as(tmp0_desc, 1, tmp11_cached[1].x(), tmp5_local1);
13158
13158
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
13159
- 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);
13160
13160
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
13161
13161
  tmp7_local3 = tmp10_input.cs(tmp0_desc, 3, BooleanSerializer_getInstance(), tmp7_local3);
13162
13162
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
@@ -13180,7 +13180,7 @@
13180
13180
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
13181
13181
  break;
13182
13182
  case 2:
13183
- 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);
13184
13184
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
13185
13185
  break;
13186
13186
  case 3:
@@ -13210,7 +13210,7 @@
13210
13210
  // Inline function 'kotlin.arrayOf' call
13211
13211
  // Inline function 'kotlin.js.unsafeCast' call
13212
13212
  // Inline function 'kotlin.js.asDynamic' call
13213
- 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())];
13214
13214
  };
13215
13215
  var $serializer_instance_18;
13216
13216
  function $serializer_getInstance_21() {
@@ -13279,7 +13279,7 @@
13279
13279
  protoOf(PlayerConnectionChangedToClientActionDto).hashCode = function () {
13280
13280
  var result = getStringHashCode(this.q7l_1);
13281
13281
  result = imul(result, 31) + this.r7l_1.hashCode() | 0;
13282
- result = imul(result, 31) + this.s7l_1.hashCode() | 0;
13282
+ result = imul(result, 31) + (this.s7l_1 == null ? 0 : this.s7l_1.hashCode()) | 0;
13283
13283
  result = imul(result, 31) + (this.t7l_1 == null ? 0 : getBooleanHashCode(this.t7l_1)) | 0;
13284
13284
  result = imul(result, 31) + (this.u7l_1 == null ? 0 : getStringHashCode(this.u7l_1)) | 0;
13285
13285
  result = imul(result, 31) + (this.v7l_1 == null ? 0 : getStringHashCode(this.v7l_1)) | 0;
@@ -13294,7 +13294,7 @@
13294
13294
  return false;
13295
13295
  if (!this.r7l_1.equals(other.r7l_1))
13296
13296
  return false;
13297
- if (!this.s7l_1.equals(other.s7l_1))
13297
+ if (!equals(this.s7l_1, other.s7l_1))
13298
13298
  return false;
13299
13299
  if (!(this.t7l_1 == other.t7l_1))
13300
13300
  return false;
@@ -48204,7 +48204,8 @@
48204
48204
  return new MessageMechanicAction(mapFromDto_44(_this__u8e3s4.f7l_1, true), _this__u8e3s4.g7l_1);
48205
48205
  }
48206
48206
  function mapFromClientDto_18(_this__u8e3s4) {
48207
- 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);
48208
48209
  }
48209
48210
  function mapFromClientDto_19(_this__u8e3s4) {
48210
48211
  return new ErrorAction(mapFromDto_15(_this__u8e3s4.l7k_1), _this__u8e3s4.m7k_1);