raspberry_games_server_game_logic 1.8.387 → 1.8.389

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.
@@ -79,14 +79,14 @@
79
79
  while (inductionVariable < last) {
80
80
  var element = this_0[inductionVariable];
81
81
  inductionVariable = inductionVariable + 1 | 0;
82
- var tmp$ret$0 = element.j3p_1;
82
+ var tmp$ret$0 = element.l3p_1;
83
83
  destination.e2(tmp$ret$0, element);
84
84
  }
85
- tmp.k3p_1 = destination;
86
- this.l3p_1 = Codes_INTERNAL_ERROR_getInstance();
85
+ tmp.m3p_1 = destination;
86
+ this.n3p_1 = Codes_INTERNAL_ERROR_getInstance();
87
87
  }
88
- protoOf(Companion).m3p = function (code) {
89
- return this.k3p_1.b2(code);
88
+ protoOf(Companion).o3p = function (code) {
89
+ return this.m3p_1.b2(code);
90
90
  };
91
91
  var Companion_instance;
92
92
  function Companion_getInstance() {
@@ -119,7 +119,7 @@
119
119
  }
120
120
  function Codes(name, ordinal, code) {
121
121
  Enum.call(this, name, ordinal);
122
- this.j3p_1 = code;
122
+ this.l3p_1 = code;
123
123
  }
124
124
  function Codes_NORMAL_getInstance() {
125
125
  Codes_initEntries();
@@ -170,19 +170,19 @@
170
170
  return Codes_TRY_AGAIN_LATER_instance;
171
171
  }
172
172
  function CloseReason(code, message) {
173
- this.n3p_1 = code;
174
- this.o3p_1 = message;
173
+ this.p3p_1 = code;
174
+ this.q3p_1 = message;
175
175
  }
176
- protoOf(CloseReason).p3p = function () {
177
- return Companion_getInstance().m3p(this.n3p_1);
176
+ protoOf(CloseReason).r3p = function () {
177
+ return Companion_getInstance().o3p(this.p3p_1);
178
178
  };
179
179
  protoOf(CloseReason).toString = function () {
180
- var tmp0_elvis_lhs = this.p3p();
181
- return 'CloseReason(reason=' + toString(tmp0_elvis_lhs == null ? this.n3p_1 : tmp0_elvis_lhs) + ', message=' + this.o3p_1 + ')';
180
+ var tmp0_elvis_lhs = this.r3p();
181
+ return 'CloseReason(reason=' + toString(tmp0_elvis_lhs == null ? this.p3p_1 : tmp0_elvis_lhs) + ', message=' + this.q3p_1 + ')';
182
182
  };
183
183
  protoOf(CloseReason).hashCode = function () {
184
- var result = this.n3p_1;
185
- result = imul(result, 31) + getStringHashCode(this.o3p_1) | 0;
184
+ var result = this.p3p_1;
185
+ result = imul(result, 31) + getStringHashCode(this.q3p_1) | 0;
186
186
  return result;
187
187
  };
188
188
  protoOf(CloseReason).equals = function (other) {
@@ -191,9 +191,9 @@
191
191
  if (!(other instanceof CloseReason))
192
192
  return false;
193
193
  var tmp0_other_with_cast = other instanceof CloseReason ? other : THROW_CCE();
194
- if (!(this.n3p_1 === tmp0_other_with_cast.n3p_1))
194
+ if (!(this.p3p_1 === tmp0_other_with_cast.p3p_1))
195
195
  return false;
196
- if (!(this.o3p_1 === tmp0_other_with_cast.o3p_1))
196
+ if (!(this.q3p_1 === tmp0_other_with_cast.q3p_1))
197
197
  return false;
198
198
  return true;
199
199
  };
@@ -231,14 +231,14 @@
231
231
  tmp$ret$1 = maxElem;
232
232
  break $l$block_0;
233
233
  }
234
- var maxValue = maxElem.t3p_1;
234
+ var maxValue = maxElem.v3p_1;
235
235
  var inductionVariable = 1;
236
236
  if (inductionVariable <= lastIndex)
237
237
  do {
238
238
  var i = inductionVariable;
239
239
  inductionVariable = inductionVariable + 1 | 0;
240
240
  var e = tmp0[i];
241
- var v = e.t3p_1;
241
+ var v = e.v3p_1;
242
242
  if (compareTo(maxValue, v) < 0) {
243
243
  maxElem = e;
244
244
  maxValue = v;
@@ -247,10 +247,10 @@
247
247
  while (!(i === lastIndex));
248
248
  tmp$ret$1 = maxElem;
249
249
  }
250
- tmp.u3p_1 = ensureNotNull(tmp$ret$1).t3p_1;
250
+ tmp.w3p_1 = ensureNotNull(tmp$ret$1).v3p_1;
251
251
  var tmp_0 = this;
252
252
  var tmp_1 = 0;
253
- var tmp_2 = this.u3p_1 + 1 | 0;
253
+ var tmp_2 = this.w3p_1 + 1 | 0;
254
254
  // Inline function 'kotlin.arrayOfNulls' call
255
255
  var tmp_3 = Array(tmp_2);
256
256
  while (tmp_1 < tmp_2) {
@@ -266,7 +266,7 @@
266
266
  while (inductionVariable_0 < last) {
267
267
  var element = tmp0_0[inductionVariable_0];
268
268
  inductionVariable_0 = inductionVariable_0 + 1 | 0;
269
- if (element.t3p_1 === tmp_4) {
269
+ if (element.v3p_1 === tmp_4) {
270
270
  if (found) {
271
271
  tmp$ret$6 = null;
272
272
  break $l$block_2;
@@ -284,7 +284,7 @@
284
284
  tmp_3[tmp_4] = tmp$ret$6;
285
285
  tmp_1 = tmp_1 + 1 | 0;
286
286
  }
287
- tmp_0.v3p_1 = tmp_3;
287
+ tmp_0.x3p_1 = tmp_3;
288
288
  }
289
289
  var Companion_instance_0;
290
290
  function Companion_getInstance_0() {
@@ -310,8 +310,8 @@
310
310
  }
311
311
  function FrameType(name, ordinal, controlFrame, opcode) {
312
312
  Enum.call(this, name, ordinal);
313
- this.s3p_1 = controlFrame;
314
- this.t3p_1 = opcode;
313
+ this.u3p_1 = controlFrame;
314
+ this.v3p_1 = opcode;
315
315
  }
316
316
  function FrameType_TEXT_getInstance() {
317
317
  FrameType_initEntries();
@@ -348,12 +348,12 @@
348
348
  var tmp$ret$0;
349
349
  $l$block: {
350
350
  // Inline function 'io.ktor.utils.io.core.toByteArray' call
351
- var charset = Charsets_getInstance().t31_1;
352
- if (charset.equals(Charsets_getInstance().t31_1)) {
351
+ var charset = Charsets_getInstance().v31_1;
352
+ if (charset.equals(Charsets_getInstance().v31_1)) {
353
353
  tmp$ret$0 = encodeToByteArray(text);
354
354
  break $l$block;
355
355
  }
356
- tmp$ret$0 = encodeToByteArray_0(charset.x31(), text, 0, text.length);
356
+ tmp$ret$0 = encodeToByteArray_0(charset.z31(), text, 0, text.length);
357
357
  }
358
358
  Text_init_$Init$(true, tmp$ret$0, $this);
359
359
  return $this;
@@ -368,9 +368,9 @@
368
368
  // Inline function 'kotlin.contracts.contract' call
369
369
  var builder = new BytePacketBuilder();
370
370
  try {
371
- writeShort(builder, reason.n3p_1);
372
- writeText(builder, reason.o3p_1);
373
- tmp$ret$2 = builder.r2u();
371
+ writeShort(builder, reason.p3p_1);
372
+ writeText(builder, reason.q3p_1);
373
+ tmp$ret$2 = builder.t2u();
374
374
  break $l$block;
375
375
  } catch ($p) {
376
376
  if ($p instanceof Error) {
@@ -393,7 +393,7 @@
393
393
  return $this;
394
394
  }
395
395
  function Close_init_$Init$_1($this) {
396
- Close.call($this, Companion_getInstance_1().w3p_1);
396
+ Close.call($this, Companion_getInstance_1().y3p_1);
397
397
  return $this;
398
398
  }
399
399
  function Close_init_$Create$_0() {
@@ -416,7 +416,7 @@
416
416
  }
417
417
  function Companion_1() {
418
418
  Companion_instance_1 = this;
419
- this.w3p_1 = new Int8Array(0);
419
+ this.y3p_1 = new Int8Array(0);
420
420
  }
421
421
  var Companion_instance_1;
422
422
  function Companion_getInstance_1() {
@@ -430,16 +430,16 @@
430
430
  rsv1 = rsv1 === VOID ? false : rsv1;
431
431
  rsv2 = rsv2 === VOID ? false : rsv2;
432
432
  rsv3 = rsv3 === VOID ? false : rsv3;
433
- this.x3p_1 = fin;
434
- this.y3p_1 = frameType;
435
- this.z3p_1 = data;
436
- this.a3q_1 = disposableHandle;
437
- this.b3q_1 = rsv1;
438
- this.c3q_1 = rsv2;
439
- this.d3q_1 = rsv3;
433
+ this.z3p_1 = fin;
434
+ this.a3q_1 = frameType;
435
+ this.b3q_1 = data;
436
+ this.c3q_1 = disposableHandle;
437
+ this.d3q_1 = rsv1;
438
+ this.e3q_1 = rsv2;
439
+ this.f3q_1 = rsv3;
440
440
  }
441
441
  protoOf(Frame).toString = function () {
442
- return 'Frame ' + this.y3p_1.toString() + ' (fin=' + this.x3p_1 + ', buffer len = ' + this.z3p_1.length + ')';
442
+ return 'Frame ' + this.a3q_1.toString() + ' (fin=' + this.z3p_1 + ', buffer len = ' + this.b3q_1.length + ')';
443
443
  };
444
444
  //region block: init
445
445
  NonDisposableHandle_instance = new NonDisposableHandle();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "Logic_Debertz-game_server.js",
3
3
  "types": "Logic_Debertz-game_server.d.ts",
4
- "version": "1.8.387",
4
+ "version": "1.8.389",
5
5
  "name": "raspberry_games_server_game_logic",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "3.2.0",