raspberry_games_server_game_logic 1.8.300 → 1.8.301
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.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +17 -4
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.js +20 -19
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
return tmp;
|
|
378
378
|
}
|
|
379
379
|
initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
|
|
380
|
-
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder,
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithTime, WithUtcOffset]);
|
|
381
381
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
382
382
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
383
383
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
377
377
|
//endregion
|
|
378
378
|
function GameEngineConfig() {
|
|
379
|
-
this.version = '1.8.
|
|
379
|
+
this.version = '1.8.301';
|
|
380
380
|
}
|
|
381
381
|
protoOf(GameEngineConfig).r2z = function () {
|
|
382
382
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -9034,7 +9034,7 @@
|
|
|
9034
9034
|
tmp_7 = null;
|
|
9035
9035
|
}
|
|
9036
9036
|
var tmp$ret$5 = tmp_7;
|
|
9037
|
-
return '
|
|
9037
|
+
return 'CalcPointsSceneData(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_1, tmp_4, tmp_5, tmp_6, tmp$ret$5])) + ')';
|
|
9038
9038
|
};
|
|
9039
9039
|
protoOf(CalcPointsSceneData).hashCode = function () {
|
|
9040
9040
|
var result = hashCode(this.o7d_1);
|
|
@@ -9166,7 +9166,20 @@
|
|
|
9166
9166
|
var tmp$ret$8 = item_0.o66_1;
|
|
9167
9167
|
destination_1.e(tmp$ret$8);
|
|
9168
9168
|
}
|
|
9169
|
-
|
|
9169
|
+
var tmp_1 = 'otherCards=' + toString(destination_1);
|
|
9170
|
+
var tmp_2 = 'trumpCard=' + this.c7e_1.o66_1;
|
|
9171
|
+
// Inline function 'kotlin.takeIf' call
|
|
9172
|
+
var this_3 = 'randomData=' + toString_0(this.b7e_1);
|
|
9173
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
9174
|
+
var tmp_3;
|
|
9175
|
+
// Inline function 'games.jass.logic.data.models.scenes.TradeSceneData.toString.<anonymous>' call
|
|
9176
|
+
if (!(this.b7e_1 == null)) {
|
|
9177
|
+
tmp_3 = this_3;
|
|
9178
|
+
} else {
|
|
9179
|
+
tmp_3 = null;
|
|
9180
|
+
}
|
|
9181
|
+
var tmp$ret$12 = tmp_3;
|
|
9182
|
+
return 'TradeSceneData(' + joinToString(listOfNotNull([tmp_0, tmp_1, tmp_2, tmp$ret$12, 'whoShuffleCardsPlayerId=' + this.e7e_1])) + ')';
|
|
9170
9183
|
};
|
|
9171
9184
|
protoOf(TradeSceneData).hashCode = function () {
|
|
9172
9185
|
var result = hashCode(this.a7e_1);
|
|
@@ -9263,7 +9276,7 @@
|
|
|
9263
9276
|
tmp_4 = null;
|
|
9264
9277
|
}
|
|
9265
9278
|
var tmp$ret$12 = tmp_4;
|
|
9266
|
-
return '
|
|
9279
|
+
return 'EarnPointsSceneData(' + joinToString(listOfNotNull([tmp_0, tmp_3, tmp$ret$12, 'whoPutCardFirstPlayerId=' + this.j7e_1])) + ')';
|
|
9267
9280
|
};
|
|
9268
9281
|
protoOf(EarnPointsSceneData).hashCode = function () {
|
|
9269
9282
|
var result = hashCode(this.g7e_1);
|
|
@@ -54295,7 +54308,7 @@
|
|
|
54295
54308
|
return metadata;
|
|
54296
54309
|
}
|
|
54297
54310
|
if (!(metadata.randomData == null) && (!(metadata.randomData.id === randomData.id) || !(metadata.randomData.signature == randomData.signature))) {
|
|
54298
|
-
$this.f9d_1.w('GameHistory', 'Random data is different for previous');
|
|
54311
|
+
$this.f9d_1.w('GameHistory', 'Random data is different for previous, ' + toString_0(metadata.randomData) + ', ' + toString_0(randomData));
|
|
54299
54312
|
}
|
|
54300
54313
|
var tmp0_safe_receiver = metadata.randomData;
|
|
54301
54314
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.copy(VOID, VOID, plus(metadata.randomData.indexes, randomData.indexes));
|