game_client_logic_deb 1.8.106 → 1.8.107
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/Logic_Debertz-core.js +833 -721
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +8531 -8139
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +37 -8
- package/Logic_Debertz-game_client.js +2434 -2574
- package/Logic_Debertz-game_client.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
package/Logic_Debertz-core.js
CHANGED
|
@@ -182,7 +182,9 @@
|
|
|
182
182
|
initMetadataForCompanion(Companion_7);
|
|
183
183
|
initMetadataForObject($serializer_3, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
184
184
|
initMetadataForClass(GameFinishedReason, 'GameFinishedReason', VOID, TerminationGameReason, VOID, VOID, VOID, {0: $serializer_getInstance_3});
|
|
185
|
-
initMetadataForCompanion(Companion_8);
|
|
185
|
+
initMetadataForCompanion(Companion_8, VOID, [SerializerFactory]);
|
|
186
|
+
initMetadataForClass(Reason_0, 'Reason', VOID, Enum, VOID, VOID, VOID, {0: Companion_getInstance_10});
|
|
187
|
+
initMetadataForCompanion(Companion_9);
|
|
186
188
|
initMetadataForObject($serializer_4, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
187
189
|
initMetadataForClass(GameErrorReason, 'GameErrorReason', VOID, TerminationGameReason, VOID, VOID, VOID, {0: $serializer_getInstance_4});
|
|
188
190
|
initMetadataForObject(WaitingForConnectionReason, 'WaitingForConnectionReason', VOID, TerminationGameReason, [TerminationGameReason, SerializerFactory], VOID, VOID, {0: WaitingForConnectionReason_getInstance});
|
|
@@ -191,46 +193,46 @@
|
|
|
191
193
|
initMetadataForInterface(PlayerIdContract, 'PlayerIdContract');
|
|
192
194
|
initMetadataForClass(GameUserInfo, 'GameUserInfo', VOID, VOID, [PlayerIdContract]);
|
|
193
195
|
function get_amountOfCards() {
|
|
194
|
-
return this.
|
|
196
|
+
return this.e2q().m();
|
|
195
197
|
}
|
|
196
198
|
initMetadataForInterface(Player, 'Player', VOID, VOID, [PlayerIdContract]);
|
|
197
199
|
initMetadataForClass(PlayerIndex, 'PlayerIndex', VOID, VOID, [PlayerIdContract]);
|
|
198
200
|
initMetadataForClass(PlayerIdContractOrderComparator, 'PlayerIdContractOrderComparator', VOID, VOID, [Comparator]);
|
|
199
|
-
initMetadataForCompanion(
|
|
201
|
+
initMetadataForCompanion(Companion_10);
|
|
200
202
|
initMetadataForClass(PlayerConnection, 'PlayerConnection');
|
|
201
|
-
initMetadataForCompanion(Companion_10, VOID, [SerializerFactory]);
|
|
202
|
-
initMetadataForClass(PlayerConnectionState, 'PlayerConnectionState', VOID, Enum, VOID, VOID, VOID, {0: Companion_getInstance_12});
|
|
203
203
|
initMetadataForCompanion(Companion_11, VOID, [SerializerFactory]);
|
|
204
|
-
initMetadataForClass(
|
|
205
|
-
initMetadataForCompanion(Companion_12);
|
|
204
|
+
initMetadataForClass(PlayerConnectionState, 'PlayerConnectionState', VOID, Enum, VOID, VOID, VOID, {0: Companion_getInstance_13});
|
|
205
|
+
initMetadataForCompanion(Companion_12, VOID, [SerializerFactory]);
|
|
206
|
+
initMetadataForClass(PlayerWaitingState, 'PlayerWaitingState', VOID, Enum, VOID, VOID, VOID, {0: Companion_getInstance_14});
|
|
207
|
+
initMetadataForCompanion(Companion_13);
|
|
206
208
|
initMetadataForClass(PlayerState, 'PlayerState');
|
|
207
209
|
initMetadataForClass(Team, 'Team');
|
|
208
|
-
initMetadataForCompanion(
|
|
210
|
+
initMetadataForCompanion(Companion_14);
|
|
209
211
|
initMetadataForClass(Rules, 'Rules');
|
|
210
212
|
initMetadataForClass(RulesSetType, 'RulesSetType', VOID, Enum);
|
|
211
|
-
initMetadataForCompanion(
|
|
213
|
+
initMetadataForCompanion(Companion_15);
|
|
212
214
|
initMetadataForObject($serializer_5, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
213
215
|
initMetadataForClass(GameUserInfoDto, 'GameUserInfoDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_5});
|
|
214
|
-
initMetadataForCompanion(
|
|
216
|
+
initMetadataForCompanion(Companion_16);
|
|
215
217
|
initMetadataForObject($serializer_6, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
216
218
|
initMetadataForClass(RulesDto, 'RulesDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_6});
|
|
217
219
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
218
220
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
219
221
|
function launchUnconfinedWithLock$default(context, block, $super) {
|
|
220
|
-
context = context === VOID ? this.
|
|
221
|
-
return $super === VOID ? this.
|
|
222
|
+
context = context === VOID ? this.d2u() : context;
|
|
223
|
+
return $super === VOID ? this.e2u(context, block) : $super.e2u.call(this, context, block);
|
|
222
224
|
}
|
|
223
225
|
function launchDefault$default(context, block, $super) {
|
|
224
|
-
context = context === VOID ? this.
|
|
225
|
-
return $super === VOID ? this.
|
|
226
|
+
context = context === VOID ? this.d2u() : context;
|
|
227
|
+
return $super === VOID ? this.g2u(context, block) : $super.g2u.call(this, context, block);
|
|
226
228
|
}
|
|
227
229
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
228
|
-
context = context === VOID ? this.
|
|
229
|
-
return $super === VOID ? this.
|
|
230
|
+
context = context === VOID ? this.d2u() : context;
|
|
231
|
+
return $super === VOID ? this.i2u(context, block) : $super.i2u.call(this, context, block);
|
|
230
232
|
}
|
|
231
233
|
function launchMain$default(context, block, $super) {
|
|
232
|
-
context = context === VOID ? this.
|
|
233
|
-
return $super === VOID ? this.
|
|
234
|
+
context = context === VOID ? this.d2u() : context;
|
|
235
|
+
return $super === VOID ? this.k2u(context, block) : $super.k2u.call(this, context, block);
|
|
234
236
|
}
|
|
235
237
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
236
238
|
initMetadataForClass(_no_name_provided__qut3iv, VOID, VOID, AbstractCoroutineContextElement, [AbstractCoroutineContextElement, Element]);
|
|
@@ -265,7 +267,7 @@
|
|
|
265
267
|
return false;
|
|
266
268
|
}
|
|
267
269
|
function get_isAutoStartTimer() {
|
|
268
|
-
return !this.
|
|
270
|
+
return !this.n2x() && !this.o2x();
|
|
269
271
|
}
|
|
270
272
|
initMetadataForInterface(ExpectantAction, 'ExpectantAction', VOID, VOID, [BufferedAction]);
|
|
271
273
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -305,8 +307,8 @@
|
|
|
305
307
|
}
|
|
306
308
|
initMetadataForInterface(Reducer, 'Reducer');
|
|
307
309
|
initMetadataForClass(combineReducers$1, VOID, VOID, VOID, [Reducer]);
|
|
308
|
-
initMetadataForCompanion(
|
|
309
|
-
initMetadataForClass(LogType, 'LogType', VOID, Enum, VOID, VOID, VOID, {0:
|
|
310
|
+
initMetadataForCompanion(Companion_17, VOID, [SerializerFactory]);
|
|
311
|
+
initMetadataForClass(LogType, 'LogType', VOID, Enum, VOID, VOID, VOID, {0: Companion_getInstance_19});
|
|
310
312
|
function observe(types, $super) {
|
|
311
313
|
var tmp;
|
|
312
314
|
if (types === VOID) {
|
|
@@ -317,15 +319,15 @@
|
|
|
317
319
|
tmp = types;
|
|
318
320
|
}
|
|
319
321
|
types = tmp;
|
|
320
|
-
return this.
|
|
322
|
+
return this.v31(types);
|
|
321
323
|
}
|
|
322
324
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
323
|
-
initMetadataForCompanion(
|
|
325
|
+
initMetadataForCompanion(Companion_18);
|
|
324
326
|
initMetadataForObject($serializer_7, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
325
327
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_7});
|
|
326
328
|
//endregion
|
|
327
329
|
function GameEngineConfig() {
|
|
328
|
-
this.version = '1.8.
|
|
330
|
+
this.version = '1.8.107';
|
|
329
331
|
}
|
|
330
332
|
protoOf(GameEngineConfig).z2l = function () {
|
|
331
333
|
return this.version;
|
|
@@ -1251,39 +1253,111 @@
|
|
|
1251
1253
|
return false;
|
|
1252
1254
|
return true;
|
|
1253
1255
|
};
|
|
1256
|
+
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
1257
|
+
return $this.m2p_1.e2();
|
|
1258
|
+
}
|
|
1259
|
+
function GameErrorReason$Reason$Companion$_anonymous__54sopr() {
|
|
1260
|
+
return createSimpleEnumSerializer('com.logic.data.models.GameErrorReason.Reason', values_0());
|
|
1261
|
+
}
|
|
1262
|
+
var Reason_SERVER_ERROR_instance;
|
|
1263
|
+
var Reason_INTERNAL_ERROR_instance;
|
|
1264
|
+
var Reason_GAME_NOT_EXISTS_instance_0;
|
|
1265
|
+
var Reason_WRONG_PLAYER_TURN_instance;
|
|
1266
|
+
function values_0() {
|
|
1267
|
+
return [Reason_SERVER_ERROR_getInstance(), Reason_INTERNAL_ERROR_getInstance(), Reason_GAME_NOT_EXISTS_getInstance_0(), Reason_WRONG_PLAYER_TURN_getInstance()];
|
|
1268
|
+
}
|
|
1269
|
+
function valueOf_0(value) {
|
|
1270
|
+
switch (value) {
|
|
1271
|
+
case 'SERVER_ERROR':
|
|
1272
|
+
return Reason_SERVER_ERROR_getInstance();
|
|
1273
|
+
case 'INTERNAL_ERROR':
|
|
1274
|
+
return Reason_INTERNAL_ERROR_getInstance();
|
|
1275
|
+
case 'GAME_NOT_EXISTS':
|
|
1276
|
+
return Reason_GAME_NOT_EXISTS_getInstance_0();
|
|
1277
|
+
case 'WRONG_PLAYER_TURN':
|
|
1278
|
+
return Reason_WRONG_PLAYER_TURN_getInstance();
|
|
1279
|
+
default:
|
|
1280
|
+
Reason_initEntries_0();
|
|
1281
|
+
THROW_IAE('No enum constant value.');
|
|
1282
|
+
break;
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1254
1285
|
function Companion_8() {
|
|
1286
|
+
Companion_instance_9 = this;
|
|
1287
|
+
var tmp = this;
|
|
1288
|
+
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1289
|
+
tmp.m2p_1 = lazy(tmp_0, GameErrorReason$Reason$Companion$_anonymous__54sopr);
|
|
1255
1290
|
}
|
|
1256
1291
|
protoOf(Companion_8).o22 = function () {
|
|
1257
|
-
return $
|
|
1292
|
+
return _get_$cachedSerializer__te6jhj_3(this);
|
|
1293
|
+
};
|
|
1294
|
+
protoOf(Companion_8).e1r = function (typeParamsSerializers) {
|
|
1295
|
+
return this.o22();
|
|
1258
1296
|
};
|
|
1259
1297
|
var Companion_instance_9;
|
|
1260
1298
|
function Companion_getInstance_10() {
|
|
1299
|
+
Reason_initEntries_0();
|
|
1300
|
+
if (Companion_instance_9 == null)
|
|
1301
|
+
new Companion_8();
|
|
1261
1302
|
return Companion_instance_9;
|
|
1262
1303
|
}
|
|
1304
|
+
var Reason_entriesInitialized_0;
|
|
1305
|
+
function Reason_initEntries_0() {
|
|
1306
|
+
if (Reason_entriesInitialized_0)
|
|
1307
|
+
return Unit_instance;
|
|
1308
|
+
Reason_entriesInitialized_0 = true;
|
|
1309
|
+
Reason_SERVER_ERROR_instance = new Reason_0('SERVER_ERROR', 0);
|
|
1310
|
+
Reason_INTERNAL_ERROR_instance = new Reason_0('INTERNAL_ERROR', 1);
|
|
1311
|
+
Reason_GAME_NOT_EXISTS_instance_0 = new Reason_0('GAME_NOT_EXISTS', 2);
|
|
1312
|
+
Reason_WRONG_PLAYER_TURN_instance = new Reason_0('WRONG_PLAYER_TURN', 3);
|
|
1313
|
+
Companion_getInstance_10();
|
|
1314
|
+
}
|
|
1315
|
+
function Reason_0(name, ordinal) {
|
|
1316
|
+
Enum.call(this, name, ordinal);
|
|
1317
|
+
}
|
|
1318
|
+
function Companion_9() {
|
|
1319
|
+
Companion_instance_10 = this;
|
|
1320
|
+
var tmp = this;
|
|
1321
|
+
// Inline function 'kotlin.arrayOf' call
|
|
1322
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
1323
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
1324
|
+
tmp.p2p_1 = [Companion_getInstance_10().o22()];
|
|
1325
|
+
}
|
|
1326
|
+
protoOf(Companion_9).o22 = function () {
|
|
1327
|
+
return $serializer_getInstance_4();
|
|
1328
|
+
};
|
|
1329
|
+
var Companion_instance_10;
|
|
1330
|
+
function Companion_getInstance_11() {
|
|
1331
|
+
if (Companion_instance_10 == null)
|
|
1332
|
+
new Companion_9();
|
|
1333
|
+
return Companion_instance_10;
|
|
1334
|
+
}
|
|
1263
1335
|
function $serializer_4() {
|
|
1264
1336
|
$serializer_instance_4 = this;
|
|
1265
1337
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
1266
1338
|
tmp0_serialDesc.e1q('reason', false);
|
|
1267
|
-
this.
|
|
1339
|
+
this.q2p_1 = tmp0_serialDesc;
|
|
1268
1340
|
}
|
|
1269
|
-
protoOf($serializer_4).
|
|
1270
|
-
var tmp0_desc = this.
|
|
1341
|
+
protoOf($serializer_4).r2p = function (encoder, value) {
|
|
1342
|
+
var tmp0_desc = this.q2p_1;
|
|
1271
1343
|
var tmp1_output = encoder.q1i(tmp0_desc);
|
|
1272
|
-
|
|
1344
|
+
var tmp2_cached = Companion_getInstance_11().p2p_1;
|
|
1345
|
+
tmp1_output.h1k(tmp0_desc, 0, tmp2_cached[0], value.reason);
|
|
1273
1346
|
tmp1_output.r1i(tmp0_desc);
|
|
1274
1347
|
};
|
|
1275
1348
|
protoOf($serializer_4).j1f = function (encoder, value) {
|
|
1276
|
-
return this.
|
|
1349
|
+
return this.r2p(encoder, value instanceof GameErrorReason ? value : THROW_CCE());
|
|
1277
1350
|
};
|
|
1278
1351
|
protoOf($serializer_4).k1f = function (decoder) {
|
|
1279
|
-
var tmp0_desc = this.
|
|
1352
|
+
var tmp0_desc = this.q2p_1;
|
|
1280
1353
|
var tmp1_flag = true;
|
|
1281
1354
|
var tmp2_index = 0;
|
|
1282
1355
|
var tmp3_bitMask0 = 0;
|
|
1283
1356
|
var tmp4_local0 = null;
|
|
1284
1357
|
var tmp5_input = decoder.q1i(tmp0_desc);
|
|
1358
|
+
var tmp6_cached = Companion_getInstance_11().p2p_1;
|
|
1285
1359
|
if (tmp5_input.g1j()) {
|
|
1286
|
-
tmp4_local0 = tmp5_input.
|
|
1360
|
+
tmp4_local0 = tmp5_input.c1j(tmp0_desc, 0, tmp6_cached[0], tmp4_local0);
|
|
1287
1361
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
1288
1362
|
} else
|
|
1289
1363
|
while (tmp1_flag) {
|
|
@@ -1293,7 +1367,7 @@
|
|
|
1293
1367
|
tmp1_flag = false;
|
|
1294
1368
|
break;
|
|
1295
1369
|
case 0:
|
|
1296
|
-
tmp4_local0 = tmp5_input.
|
|
1370
|
+
tmp4_local0 = tmp5_input.c1j(tmp0_desc, 0, tmp6_cached[0], tmp4_local0);
|
|
1297
1371
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
1298
1372
|
break;
|
|
1299
1373
|
default:
|
|
@@ -1304,13 +1378,13 @@
|
|
|
1304
1378
|
return GameErrorReason_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
1305
1379
|
};
|
|
1306
1380
|
protoOf($serializer_4).i1f = function () {
|
|
1307
|
-
return this.
|
|
1381
|
+
return this.q2p_1;
|
|
1308
1382
|
};
|
|
1309
1383
|
protoOf($serializer_4).t1q = function () {
|
|
1310
1384
|
// Inline function 'kotlin.arrayOf' call
|
|
1311
1385
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
1312
1386
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1313
|
-
return [
|
|
1387
|
+
return [Companion_getInstance_11().p2p_1[0]];
|
|
1314
1388
|
};
|
|
1315
1389
|
var $serializer_instance_4;
|
|
1316
1390
|
function $serializer_getInstance_4() {
|
|
@@ -1320,7 +1394,7 @@
|
|
|
1320
1394
|
}
|
|
1321
1395
|
function GameErrorReason_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
1322
1396
|
if (!(1 === (1 & seen0))) {
|
|
1323
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().
|
|
1397
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().q2p_1);
|
|
1324
1398
|
}
|
|
1325
1399
|
TerminationGameReason_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
1326
1400
|
$this.reason = reason;
|
|
@@ -1329,7 +1403,24 @@
|
|
|
1329
1403
|
function GameErrorReason_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
1330
1404
|
return GameErrorReason_init_$Init$(seen0, reason, serializationConstructorMarker, objectCreate(protoOf(GameErrorReason)));
|
|
1331
1405
|
}
|
|
1406
|
+
function Reason_SERVER_ERROR_getInstance() {
|
|
1407
|
+
Reason_initEntries_0();
|
|
1408
|
+
return Reason_SERVER_ERROR_instance;
|
|
1409
|
+
}
|
|
1410
|
+
function Reason_INTERNAL_ERROR_getInstance() {
|
|
1411
|
+
Reason_initEntries_0();
|
|
1412
|
+
return Reason_INTERNAL_ERROR_instance;
|
|
1413
|
+
}
|
|
1414
|
+
function Reason_GAME_NOT_EXISTS_getInstance_0() {
|
|
1415
|
+
Reason_initEntries_0();
|
|
1416
|
+
return Reason_GAME_NOT_EXISTS_instance_0;
|
|
1417
|
+
}
|
|
1418
|
+
function Reason_WRONG_PLAYER_TURN_getInstance() {
|
|
1419
|
+
Reason_initEntries_0();
|
|
1420
|
+
return Reason_WRONG_PLAYER_TURN_instance;
|
|
1421
|
+
}
|
|
1332
1422
|
function GameErrorReason(reason) {
|
|
1423
|
+
Companion_getInstance_11();
|
|
1333
1424
|
TerminationGameReason.call(this);
|
|
1334
1425
|
this.reason = reason;
|
|
1335
1426
|
}
|
|
@@ -1339,18 +1430,18 @@
|
|
|
1339
1430
|
protoOf(GameErrorReason).ee = function () {
|
|
1340
1431
|
return this.reason;
|
|
1341
1432
|
};
|
|
1342
|
-
protoOf(GameErrorReason).
|
|
1433
|
+
protoOf(GameErrorReason).s2p = function (reason) {
|
|
1343
1434
|
return new GameErrorReason(reason);
|
|
1344
1435
|
};
|
|
1345
1436
|
protoOf(GameErrorReason).copy = function (reason, $super) {
|
|
1346
1437
|
reason = reason === VOID ? this.reason : reason;
|
|
1347
|
-
return this.
|
|
1438
|
+
return this.s2p(reason);
|
|
1348
1439
|
};
|
|
1349
1440
|
protoOf(GameErrorReason).toString = function () {
|
|
1350
|
-
return 'GameErrorReason(reason=' + this.reason + ')';
|
|
1441
|
+
return 'GameErrorReason(reason=' + this.reason.toString() + ')';
|
|
1351
1442
|
};
|
|
1352
1443
|
protoOf(GameErrorReason).hashCode = function () {
|
|
1353
|
-
return
|
|
1444
|
+
return this.reason.hashCode();
|
|
1354
1445
|
};
|
|
1355
1446
|
protoOf(GameErrorReason).equals = function (other) {
|
|
1356
1447
|
if (this === other)
|
|
@@ -1358,12 +1449,12 @@
|
|
|
1358
1449
|
if (!(other instanceof GameErrorReason))
|
|
1359
1450
|
return false;
|
|
1360
1451
|
var tmp0_other_with_cast = other instanceof GameErrorReason ? other : THROW_CCE();
|
|
1361
|
-
if (!
|
|
1452
|
+
if (!this.reason.equals(tmp0_other_with_cast.reason))
|
|
1362
1453
|
return false;
|
|
1363
1454
|
return true;
|
|
1364
1455
|
};
|
|
1365
|
-
function _get_$
|
|
1366
|
-
return $this.
|
|
1456
|
+
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1457
|
+
return $this.t2p_1.e2();
|
|
1367
1458
|
}
|
|
1368
1459
|
function WaitingForConnectionReason$_anonymous__v65n7d() {
|
|
1369
1460
|
var tmp = WaitingForConnectionReason_getInstance();
|
|
@@ -1378,10 +1469,10 @@
|
|
|
1378
1469
|
TerminationGameReason.call(this);
|
|
1379
1470
|
var tmp = this;
|
|
1380
1471
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1381
|
-
tmp.
|
|
1472
|
+
tmp.t2p_1 = lazy(tmp_0, WaitingForConnectionReason$_anonymous__v65n7d);
|
|
1382
1473
|
}
|
|
1383
1474
|
protoOf(WaitingForConnectionReason).o22 = function () {
|
|
1384
|
-
return _get_$
|
|
1475
|
+
return _get_$cachedSerializer__te6jhj_4(this);
|
|
1385
1476
|
};
|
|
1386
1477
|
protoOf(WaitingForConnectionReason).e1r = function (typeParamsSerializers) {
|
|
1387
1478
|
return this.o22();
|
|
@@ -1406,8 +1497,8 @@
|
|
|
1406
1497
|
new WaitingForConnectionReason();
|
|
1407
1498
|
return WaitingForConnectionReason_instance;
|
|
1408
1499
|
}
|
|
1409
|
-
function _get_$
|
|
1410
|
-
return $this.
|
|
1500
|
+
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
1501
|
+
return $this.u2p_1.e2();
|
|
1411
1502
|
}
|
|
1412
1503
|
function ProcessingReason$_anonymous__fvp7fk() {
|
|
1413
1504
|
var tmp = ProcessingReason_getInstance();
|
|
@@ -1422,10 +1513,10 @@
|
|
|
1422
1513
|
TerminationGameReason.call(this);
|
|
1423
1514
|
var tmp = this;
|
|
1424
1515
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1425
|
-
tmp.
|
|
1516
|
+
tmp.u2p_1 = lazy(tmp_0, ProcessingReason$_anonymous__fvp7fk);
|
|
1426
1517
|
}
|
|
1427
1518
|
protoOf(ProcessingReason).o22 = function () {
|
|
1428
|
-
return _get_$
|
|
1519
|
+
return _get_$cachedSerializer__te6jhj_5(this);
|
|
1429
1520
|
};
|
|
1430
1521
|
protoOf(ProcessingReason).e1r = function (typeParamsSerializers) {
|
|
1431
1522
|
return this.o22();
|
|
@@ -1461,7 +1552,7 @@
|
|
|
1461
1552
|
isBot = isBot === VOID ? false : isBot;
|
|
1462
1553
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
1463
1554
|
payload = payload === VOID ? null : payload;
|
|
1464
|
-
this.
|
|
1555
|
+
this.v2p_1 = playerId;
|
|
1465
1556
|
this.name = name;
|
|
1466
1557
|
this.avatarUrl = avatarUrl;
|
|
1467
1558
|
this.isBot = isBot;
|
|
@@ -1469,25 +1560,25 @@
|
|
|
1469
1560
|
this.payload = payload;
|
|
1470
1561
|
}
|
|
1471
1562
|
protoOf(GameUserInfo).t2o = function () {
|
|
1472
|
-
return this.
|
|
1563
|
+
return this.v2p_1;
|
|
1473
1564
|
};
|
|
1474
1565
|
protoOf(GameUserInfo).o2 = function () {
|
|
1475
1566
|
return this.name;
|
|
1476
1567
|
};
|
|
1477
|
-
protoOf(GameUserInfo).
|
|
1568
|
+
protoOf(GameUserInfo).w2p = function () {
|
|
1478
1569
|
return this.avatarUrl;
|
|
1479
1570
|
};
|
|
1480
|
-
protoOf(GameUserInfo).
|
|
1571
|
+
protoOf(GameUserInfo).x2p = function () {
|
|
1481
1572
|
return this.isBot;
|
|
1482
1573
|
};
|
|
1483
|
-
protoOf(GameUserInfo).
|
|
1574
|
+
protoOf(GameUserInfo).y2p = function () {
|
|
1484
1575
|
return this.initialLuckyFactor;
|
|
1485
1576
|
};
|
|
1486
|
-
protoOf(GameUserInfo).
|
|
1577
|
+
protoOf(GameUserInfo).z2p = function () {
|
|
1487
1578
|
return this.payload;
|
|
1488
1579
|
};
|
|
1489
1580
|
protoOf(GameUserInfo).toString = function () {
|
|
1490
|
-
var tmp = 'GameUserInfo(' + ("playerId='" + this.
|
|
1581
|
+
var tmp = 'GameUserInfo(' + ("playerId='" + this.v2p_1 + "', ") + ("name='" + this.name + "', ");
|
|
1491
1582
|
// Inline function 'kotlin.takeIf' call
|
|
1492
1583
|
var this_0 = 'avatarUrl=' + this.avatarUrl + ', ';
|
|
1493
1584
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -1538,7 +1629,7 @@
|
|
|
1538
1629
|
return tmp_5 + (tmp3_elvis_lhs == null ? '' : tmp3_elvis_lhs) + ')';
|
|
1539
1630
|
};
|
|
1540
1631
|
protoOf(GameUserInfo).ee = function () {
|
|
1541
|
-
return this.
|
|
1632
|
+
return this.v2p_1;
|
|
1542
1633
|
};
|
|
1543
1634
|
protoOf(GameUserInfo).fe = function () {
|
|
1544
1635
|
return this.name;
|
|
@@ -1549,26 +1640,26 @@
|
|
|
1549
1640
|
protoOf(GameUserInfo).m2o = function () {
|
|
1550
1641
|
return this.isBot;
|
|
1551
1642
|
};
|
|
1552
|
-
protoOf(GameUserInfo).
|
|
1643
|
+
protoOf(GameUserInfo).a2q = function () {
|
|
1553
1644
|
return this.initialLuckyFactor;
|
|
1554
1645
|
};
|
|
1555
|
-
protoOf(GameUserInfo).
|
|
1646
|
+
protoOf(GameUserInfo).b2q = function () {
|
|
1556
1647
|
return this.payload;
|
|
1557
1648
|
};
|
|
1558
|
-
protoOf(GameUserInfo).
|
|
1649
|
+
protoOf(GameUserInfo).c2q = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, payload) {
|
|
1559
1650
|
return new GameUserInfo(playerId, name, avatarUrl, isBot, initialLuckyFactor, payload);
|
|
1560
1651
|
};
|
|
1561
1652
|
protoOf(GameUserInfo).copy = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, payload, $super) {
|
|
1562
|
-
playerId = playerId === VOID ? this.
|
|
1653
|
+
playerId = playerId === VOID ? this.v2p_1 : playerId;
|
|
1563
1654
|
name = name === VOID ? this.name : name;
|
|
1564
1655
|
avatarUrl = avatarUrl === VOID ? this.avatarUrl : avatarUrl;
|
|
1565
1656
|
isBot = isBot === VOID ? this.isBot : isBot;
|
|
1566
1657
|
initialLuckyFactor = initialLuckyFactor === VOID ? this.initialLuckyFactor : initialLuckyFactor;
|
|
1567
1658
|
payload = payload === VOID ? this.payload : payload;
|
|
1568
|
-
return this.
|
|
1659
|
+
return this.c2q(playerId, name, avatarUrl, isBot, initialLuckyFactor, payload);
|
|
1569
1660
|
};
|
|
1570
1661
|
protoOf(GameUserInfo).hashCode = function () {
|
|
1571
|
-
var result = getStringHashCode(this.
|
|
1662
|
+
var result = getStringHashCode(this.v2p_1);
|
|
1572
1663
|
result = imul(result, 31) + getStringHashCode(this.name) | 0;
|
|
1573
1664
|
result = imul(result, 31) + (this.avatarUrl == null ? 0 : getStringHashCode(this.avatarUrl)) | 0;
|
|
1574
1665
|
result = imul(result, 31) + getBooleanHashCode(this.isBot) | 0;
|
|
@@ -1582,7 +1673,7 @@
|
|
|
1582
1673
|
if (!(other instanceof GameUserInfo))
|
|
1583
1674
|
return false;
|
|
1584
1675
|
var tmp0_other_with_cast = other instanceof GameUserInfo ? other : THROW_CCE();
|
|
1585
|
-
if (!(this.
|
|
1676
|
+
if (!(this.v2p_1 === tmp0_other_with_cast.v2p_1))
|
|
1586
1677
|
return false;
|
|
1587
1678
|
if (!(this.name === tmp0_other_with_cast.name))
|
|
1588
1679
|
return false;
|
|
@@ -1677,18 +1768,18 @@
|
|
|
1677
1768
|
return destination;
|
|
1678
1769
|
}
|
|
1679
1770
|
function PlayerIndex(playerId, index) {
|
|
1680
|
-
this.
|
|
1681
|
-
this.
|
|
1771
|
+
this.g2q_1 = playerId;
|
|
1772
|
+
this.h2q_1 = index;
|
|
1682
1773
|
}
|
|
1683
1774
|
protoOf(PlayerIndex).t2o = function () {
|
|
1684
|
-
return this.
|
|
1775
|
+
return this.g2q_1;
|
|
1685
1776
|
};
|
|
1686
1777
|
protoOf(PlayerIndex).toString = function () {
|
|
1687
|
-
return 'PlayerIndex(playerId=' + this.
|
|
1778
|
+
return 'PlayerIndex(playerId=' + this.g2q_1 + ', index=' + this.h2q_1 + ')';
|
|
1688
1779
|
};
|
|
1689
1780
|
protoOf(PlayerIndex).hashCode = function () {
|
|
1690
|
-
var result = getStringHashCode(this.
|
|
1691
|
-
result = imul(result, 31) + this.
|
|
1781
|
+
var result = getStringHashCode(this.g2q_1);
|
|
1782
|
+
result = imul(result, 31) + this.h2q_1 | 0;
|
|
1692
1783
|
return result;
|
|
1693
1784
|
};
|
|
1694
1785
|
protoOf(PlayerIndex).equals = function (other) {
|
|
@@ -1697,9 +1788,9 @@
|
|
|
1697
1788
|
if (!(other instanceof PlayerIndex))
|
|
1698
1789
|
return false;
|
|
1699
1790
|
var tmp0_other_with_cast = other instanceof PlayerIndex ? other : THROW_CCE();
|
|
1700
|
-
if (!(this.
|
|
1791
|
+
if (!(this.g2q_1 === tmp0_other_with_cast.g2q_1))
|
|
1701
1792
|
return false;
|
|
1702
|
-
if (!(this.
|
|
1793
|
+
if (!(this.h2q_1 === tmp0_other_with_cast.h2q_1))
|
|
1703
1794
|
return false;
|
|
1704
1795
|
return true;
|
|
1705
1796
|
};
|
|
@@ -1708,16 +1799,16 @@
|
|
|
1708
1799
|
return nextTo_0(_this__u8e3s4, get_byIdPlayerPredicate()(playerId));
|
|
1709
1800
|
}
|
|
1710
1801
|
function PlayerIdContractOrderComparator(players) {
|
|
1711
|
-
this.
|
|
1802
|
+
this.i2q_1 = players;
|
|
1712
1803
|
}
|
|
1713
|
-
protoOf(PlayerIdContractOrderComparator).
|
|
1714
|
-
var indexA = this.
|
|
1715
|
-
var indexB = this.
|
|
1804
|
+
protoOf(PlayerIdContractOrderComparator).j2q = function (a, b) {
|
|
1805
|
+
var indexA = this.i2q_1.s1(a.playerId);
|
|
1806
|
+
var indexB = this.i2q_1.s1(b.playerId);
|
|
1716
1807
|
return compareTo(indexA, indexB);
|
|
1717
1808
|
};
|
|
1718
1809
|
protoOf(PlayerIdContractOrderComparator).compare = function (a, b) {
|
|
1719
1810
|
var tmp = (!(a == null) ? isInterface(a, PlayerIdContract) : false) ? a : THROW_CCE();
|
|
1720
|
-
return this.
|
|
1811
|
+
return this.j2q(tmp, (!(b == null) ? isInterface(b, PlayerIdContract) : false) ? b : THROW_CCE());
|
|
1721
1812
|
};
|
|
1722
1813
|
function byIdPlayerPredicate$lambda(id) {
|
|
1723
1814
|
_init_properties_Player_kt__qi83pd();
|
|
@@ -1730,7 +1821,7 @@
|
|
|
1730
1821
|
}
|
|
1731
1822
|
function playerTurnPredicate$lambda(p1) {
|
|
1732
1823
|
_init_properties_Player_kt__qi83pd();
|
|
1733
|
-
return p1.
|
|
1824
|
+
return p1.d2q().r2q();
|
|
1734
1825
|
}
|
|
1735
1826
|
var properties_initialized_Player_kt_56shkt;
|
|
1736
1827
|
function _init_properties_Player_kt__qi83pd() {
|
|
@@ -1740,72 +1831,82 @@
|
|
|
1740
1831
|
playerTurnPredicate = playerTurnPredicate$lambda;
|
|
1741
1832
|
}
|
|
1742
1833
|
}
|
|
1743
|
-
function
|
|
1744
|
-
this.
|
|
1834
|
+
function Companion_10() {
|
|
1835
|
+
this.s2q_1 = 75;
|
|
1745
1836
|
}
|
|
1746
|
-
protoOf(
|
|
1747
|
-
|
|
1748
|
-
|
|
1837
|
+
protoOf(Companion_10).t2q = function (_this__u8e3s4) {
|
|
1838
|
+
if (_this__u8e3s4 == null) {
|
|
1839
|
+
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.p2i());
|
|
1840
|
+
}
|
|
1841
|
+
var tmp;
|
|
1842
|
+
if (_this__u8e3s4.u2q_1.isLive) {
|
|
1843
|
+
tmp = _this__u8e3s4.z2q(VOID, System_instance.p2i());
|
|
1844
|
+
} else {
|
|
1845
|
+
tmp = _this__u8e3s4.y2q(PlayerConnectionState_LIVE_getInstance(), System_instance.p2i(), Duration__plus_impl_yu9v8f(_this__u8e3s4.w2q_1, _this__u8e3s4.x2q()));
|
|
1846
|
+
}
|
|
1847
|
+
return tmp;
|
|
1749
1848
|
};
|
|
1750
|
-
protoOf(
|
|
1751
|
-
|
|
1752
|
-
|
|
1849
|
+
protoOf(Companion_10).a2r = function (_this__u8e3s4, state) {
|
|
1850
|
+
if (_this__u8e3s4 == null) {
|
|
1851
|
+
return new PlayerConnection(state, System_instance.p2i());
|
|
1852
|
+
}
|
|
1853
|
+
return _this__u8e3s4.z2q(state, System_instance.p2i());
|
|
1753
1854
|
};
|
|
1754
|
-
var
|
|
1755
|
-
function
|
|
1756
|
-
return
|
|
1855
|
+
var Companion_instance_11;
|
|
1856
|
+
function Companion_getInstance_12() {
|
|
1857
|
+
return Companion_instance_11;
|
|
1757
1858
|
}
|
|
1758
1859
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1759
1860
|
connectionChangedTime = connectionChangedTime === VOID ? System_instance.p2i() : connectionChangedTime;
|
|
1760
1861
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().ai_1 : notLiveDurationRecord;
|
|
1761
|
-
this.
|
|
1762
|
-
this.
|
|
1763
|
-
this.
|
|
1862
|
+
this.u2q_1 = state;
|
|
1863
|
+
this.v2q_1 = connectionChangedTime;
|
|
1864
|
+
this.w2q_1 = notLiveDurationRecord;
|
|
1764
1865
|
}
|
|
1765
|
-
protoOf(PlayerConnection).
|
|
1766
|
-
return System_instance.p2i().u2j(this.
|
|
1866
|
+
protoOf(PlayerConnection).x2q = function () {
|
|
1867
|
+
return System_instance.p2i().u2j(this.v2q_1);
|
|
1767
1868
|
};
|
|
1768
|
-
protoOf(PlayerConnection).
|
|
1869
|
+
protoOf(PlayerConnection).b2r = function () {
|
|
1769
1870
|
var tmp;
|
|
1770
|
-
if (this.
|
|
1771
|
-
tmp = this.
|
|
1871
|
+
if (this.u2q_1.isLive) {
|
|
1872
|
+
tmp = this.w2q_1;
|
|
1772
1873
|
} else {
|
|
1773
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1874
|
+
tmp = Duration__plus_impl_yu9v8f(this.w2q_1, this.x2q());
|
|
1774
1875
|
}
|
|
1775
1876
|
return tmp;
|
|
1776
1877
|
};
|
|
1777
|
-
protoOf(PlayerConnection).
|
|
1878
|
+
protoOf(PlayerConnection).c2r = function (gameDuration) {
|
|
1778
1879
|
// Inline function 'kotlin.Long.div' call
|
|
1779
1880
|
var percent = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration).m3() / 100.0;
|
|
1780
1881
|
// Inline function 'kotlin.math.round' call
|
|
1781
1882
|
// Inline function 'kotlin.Long.div' call
|
|
1782
|
-
var x = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1883
|
+
var x = _Duration___get_inWholeMilliseconds__impl__msfiry(this.b2r()).m3() / percent;
|
|
1783
1884
|
var tmp$ret$2 = round(x);
|
|
1784
1885
|
return numberToInt(tmp$ret$2);
|
|
1785
1886
|
};
|
|
1786
|
-
protoOf(PlayerConnection).
|
|
1787
|
-
return 100 - this.
|
|
1887
|
+
protoOf(PlayerConnection).d2r = function (gameDuration) {
|
|
1888
|
+
return 100 - this.c2r(gameDuration) | 0;
|
|
1788
1889
|
};
|
|
1789
|
-
protoOf(PlayerConnection).
|
|
1790
|
-
var percentage = this.
|
|
1890
|
+
protoOf(PlayerConnection).e2r = function (gameDuration) {
|
|
1891
|
+
var percentage = this.d2r(gameDuration);
|
|
1791
1892
|
return percentage >= 75;
|
|
1792
1893
|
};
|
|
1793
|
-
protoOf(PlayerConnection).
|
|
1894
|
+
protoOf(PlayerConnection).y2q = function (state, connectionChangedTime, notLiveDurationRecord) {
|
|
1794
1895
|
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
1795
1896
|
};
|
|
1796
|
-
protoOf(PlayerConnection).
|
|
1797
|
-
state = state === VOID ? this.
|
|
1798
|
-
connectionChangedTime = connectionChangedTime === VOID ? this.
|
|
1799
|
-
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.
|
|
1800
|
-
return $super === VOID ? this.
|
|
1897
|
+
protoOf(PlayerConnection).z2q = function (state, connectionChangedTime, notLiveDurationRecord, $super) {
|
|
1898
|
+
state = state === VOID ? this.u2q_1 : state;
|
|
1899
|
+
connectionChangedTime = connectionChangedTime === VOID ? this.v2q_1 : connectionChangedTime;
|
|
1900
|
+
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.w2q_1 : notLiveDurationRecord;
|
|
1901
|
+
return $super === VOID ? this.y2q(state, connectionChangedTime, notLiveDurationRecord) : $super.y2q.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord));
|
|
1801
1902
|
};
|
|
1802
1903
|
protoOf(PlayerConnection).toString = function () {
|
|
1803
|
-
return 'PlayerConnection(state=' + this.
|
|
1904
|
+
return 'PlayerConnection(state=' + this.u2q_1.toString() + ', connectionChangedTime=' + this.v2q_1.toString() + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.w2q_1) + ')';
|
|
1804
1905
|
};
|
|
1805
1906
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1806
|
-
var result = this.
|
|
1807
|
-
result = imul(result, 31) + this.
|
|
1808
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1907
|
+
var result = this.u2q_1.hashCode();
|
|
1908
|
+
result = imul(result, 31) + this.v2q_1.hashCode() | 0;
|
|
1909
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.w2q_1) | 0;
|
|
1809
1910
|
return result;
|
|
1810
1911
|
};
|
|
1811
1912
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1814,19 +1915,19 @@
|
|
|
1814
1915
|
if (!(other instanceof PlayerConnection))
|
|
1815
1916
|
return false;
|
|
1816
1917
|
var tmp0_other_with_cast = other instanceof PlayerConnection ? other : THROW_CCE();
|
|
1817
|
-
if (!this.
|
|
1918
|
+
if (!this.u2q_1.equals(tmp0_other_with_cast.u2q_1))
|
|
1818
1919
|
return false;
|
|
1819
|
-
if (!this.
|
|
1920
|
+
if (!this.v2q_1.equals(tmp0_other_with_cast.v2q_1))
|
|
1820
1921
|
return false;
|
|
1821
|
-
if (!equals(this.
|
|
1922
|
+
if (!equals(this.w2q_1, tmp0_other_with_cast.w2q_1))
|
|
1822
1923
|
return false;
|
|
1823
1924
|
return true;
|
|
1824
1925
|
};
|
|
1825
|
-
function _get_$
|
|
1826
|
-
return $this.
|
|
1926
|
+
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
1927
|
+
return $this.f2r_1.e2();
|
|
1827
1928
|
}
|
|
1828
1929
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1829
|
-
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState',
|
|
1930
|
+
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
1830
1931
|
}
|
|
1831
1932
|
var PlayerConnectionState_LIVE_instance;
|
|
1832
1933
|
var PlayerConnectionState_TIMEOUT_instance;
|
|
@@ -1834,10 +1935,10 @@
|
|
|
1834
1935
|
var PlayerConnectionState_LEFT_instance;
|
|
1835
1936
|
var PlayerConnectionState_DISCONNECTING_instance;
|
|
1836
1937
|
var PlayerConnectionState_DELETED_instance;
|
|
1837
|
-
function
|
|
1938
|
+
function values_1() {
|
|
1838
1939
|
return [PlayerConnectionState_LIVE_getInstance(), PlayerConnectionState_TIMEOUT_getInstance(), PlayerConnectionState_LOST_CONNECTION_getInstance(), PlayerConnectionState_LEFT_getInstance(), PlayerConnectionState_DISCONNECTING_getInstance(), PlayerConnectionState_DELETED_getInstance()];
|
|
1839
1940
|
}
|
|
1840
|
-
function
|
|
1941
|
+
function valueOf_1(value) {
|
|
1841
1942
|
switch (value) {
|
|
1842
1943
|
case 'LIVE':
|
|
1843
1944
|
return PlayerConnectionState_LIVE_getInstance();
|
|
@@ -1857,24 +1958,24 @@
|
|
|
1857
1958
|
break;
|
|
1858
1959
|
}
|
|
1859
1960
|
}
|
|
1860
|
-
function
|
|
1861
|
-
|
|
1961
|
+
function Companion_11() {
|
|
1962
|
+
Companion_instance_12 = this;
|
|
1862
1963
|
var tmp = this;
|
|
1863
1964
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1864
|
-
tmp.
|
|
1965
|
+
tmp.f2r_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1865
1966
|
}
|
|
1866
|
-
protoOf(
|
|
1867
|
-
return _get_$
|
|
1967
|
+
protoOf(Companion_11).o22 = function () {
|
|
1968
|
+
return _get_$cachedSerializer__te6jhj_6(this);
|
|
1868
1969
|
};
|
|
1869
|
-
protoOf(
|
|
1970
|
+
protoOf(Companion_11).e1r = function (typeParamsSerializers) {
|
|
1870
1971
|
return this.o22();
|
|
1871
1972
|
};
|
|
1872
|
-
var
|
|
1873
|
-
function
|
|
1973
|
+
var Companion_instance_12;
|
|
1974
|
+
function Companion_getInstance_13() {
|
|
1874
1975
|
PlayerConnectionState_initEntries();
|
|
1875
|
-
if (
|
|
1876
|
-
new
|
|
1877
|
-
return
|
|
1976
|
+
if (Companion_instance_12 == null)
|
|
1977
|
+
new Companion_11();
|
|
1978
|
+
return Companion_instance_12;
|
|
1878
1979
|
}
|
|
1879
1980
|
var PlayerConnectionState_entriesInitialized;
|
|
1880
1981
|
function PlayerConnectionState_initEntries() {
|
|
@@ -1887,39 +1988,39 @@
|
|
|
1887
1988
|
PlayerConnectionState_LEFT_instance = new PlayerConnectionState('LEFT', 3);
|
|
1888
1989
|
PlayerConnectionState_DISCONNECTING_instance = new PlayerConnectionState('DISCONNECTING', 4);
|
|
1889
1990
|
PlayerConnectionState_DELETED_instance = new PlayerConnectionState('DELETED', 5);
|
|
1890
|
-
|
|
1991
|
+
Companion_getInstance_13();
|
|
1891
1992
|
}
|
|
1892
1993
|
function PlayerConnectionState(name, ordinal) {
|
|
1893
1994
|
Enum.call(this, name, ordinal);
|
|
1894
1995
|
}
|
|
1895
|
-
protoOf(PlayerConnectionState).
|
|
1996
|
+
protoOf(PlayerConnectionState).i2r = function () {
|
|
1896
1997
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1897
1998
|
};
|
|
1898
|
-
protoOf(PlayerConnectionState).
|
|
1999
|
+
protoOf(PlayerConnectionState).j2r = function () {
|
|
1899
2000
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1900
2001
|
};
|
|
1901
|
-
protoOf(PlayerConnectionState).
|
|
2002
|
+
protoOf(PlayerConnectionState).k2r = function () {
|
|
1902
2003
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1903
2004
|
};
|
|
1904
|
-
protoOf(PlayerConnectionState).
|
|
2005
|
+
protoOf(PlayerConnectionState).l2r = function () {
|
|
1905
2006
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1906
2007
|
};
|
|
1907
|
-
protoOf(PlayerConnectionState).
|
|
2008
|
+
protoOf(PlayerConnectionState).m2r = function () {
|
|
1908
2009
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1909
2010
|
};
|
|
1910
|
-
protoOf(PlayerConnectionState).
|
|
2011
|
+
protoOf(PlayerConnectionState).n2r = function () {
|
|
1911
2012
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1912
2013
|
};
|
|
1913
|
-
protoOf(PlayerConnectionState).
|
|
2014
|
+
protoOf(PlayerConnectionState).o2r = function () {
|
|
1914
2015
|
return this.isDisconnected || this.isDeleted;
|
|
1915
2016
|
};
|
|
1916
|
-
protoOf(PlayerConnectionState).
|
|
2017
|
+
protoOf(PlayerConnectionState).p2r = function () {
|
|
1917
2018
|
return this.isTimeOut || this.isLostConnection || this.isLeft;
|
|
1918
2019
|
};
|
|
1919
|
-
protoOf(PlayerConnectionState).
|
|
2020
|
+
protoOf(PlayerConnectionState).q2r = function () {
|
|
1920
2021
|
return this.isTimeOut || this.isLeft || this.isDeleted;
|
|
1921
2022
|
};
|
|
1922
|
-
protoOf(PlayerConnectionState).
|
|
2023
|
+
protoOf(PlayerConnectionState).r2r = function () {
|
|
1923
2024
|
return this.isLostConnection;
|
|
1924
2025
|
};
|
|
1925
2026
|
function PlayerConnectionState_LIVE_getInstance() {
|
|
@@ -1946,36 +2047,36 @@
|
|
|
1946
2047
|
PlayerConnectionState_initEntries();
|
|
1947
2048
|
return PlayerConnectionState_DELETED_instance;
|
|
1948
2049
|
}
|
|
1949
|
-
function _get_$
|
|
1950
|
-
return $this.
|
|
2050
|
+
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2051
|
+
return $this.s2r_1.e2();
|
|
1951
2052
|
}
|
|
1952
2053
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
1953
|
-
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState',
|
|
2054
|
+
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
1954
2055
|
}
|
|
1955
2056
|
var PlayerWaitingState_IDLE_instance;
|
|
1956
2057
|
var PlayerWaitingState_IN_PROGRESS_instance;
|
|
1957
2058
|
var PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_instance;
|
|
1958
|
-
function
|
|
2059
|
+
function values_2() {
|
|
1959
2060
|
return [PlayerWaitingState_IDLE_getInstance(), PlayerWaitingState_IN_PROGRESS_getInstance(), PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance()];
|
|
1960
2061
|
}
|
|
1961
|
-
function
|
|
1962
|
-
|
|
2062
|
+
function Companion_12() {
|
|
2063
|
+
Companion_instance_13 = this;
|
|
1963
2064
|
var tmp = this;
|
|
1964
2065
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1965
|
-
tmp.
|
|
2066
|
+
tmp.s2r_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
1966
2067
|
}
|
|
1967
|
-
protoOf(
|
|
1968
|
-
return _get_$
|
|
2068
|
+
protoOf(Companion_12).o22 = function () {
|
|
2069
|
+
return _get_$cachedSerializer__te6jhj_7(this);
|
|
1969
2070
|
};
|
|
1970
|
-
protoOf(
|
|
2071
|
+
protoOf(Companion_12).e1r = function (typeParamsSerializers) {
|
|
1971
2072
|
return this.o22();
|
|
1972
2073
|
};
|
|
1973
|
-
var
|
|
1974
|
-
function
|
|
2074
|
+
var Companion_instance_13;
|
|
2075
|
+
function Companion_getInstance_14() {
|
|
1975
2076
|
PlayerWaitingState_initEntries();
|
|
1976
|
-
if (
|
|
1977
|
-
new
|
|
1978
|
-
return
|
|
2077
|
+
if (Companion_instance_13 == null)
|
|
2078
|
+
new Companion_12();
|
|
2079
|
+
return Companion_instance_13;
|
|
1979
2080
|
}
|
|
1980
2081
|
var PlayerWaitingState_entriesInitialized;
|
|
1981
2082
|
function PlayerWaitingState_initEntries() {
|
|
@@ -1985,34 +2086,34 @@
|
|
|
1985
2086
|
PlayerWaitingState_IDLE_instance = new PlayerWaitingState('IDLE', 0);
|
|
1986
2087
|
PlayerWaitingState_IN_PROGRESS_instance = new PlayerWaitingState('IN_PROGRESS', 1);
|
|
1987
2088
|
PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_instance = new PlayerWaitingState('IN_PROGRESS_ATTENTION_MODE', 2);
|
|
1988
|
-
|
|
2089
|
+
Companion_getInstance_14();
|
|
1989
2090
|
}
|
|
1990
2091
|
function PlayerWaitingState(name, ordinal) {
|
|
1991
2092
|
Enum.call(this, name, ordinal);
|
|
1992
2093
|
}
|
|
1993
|
-
protoOf(PlayerWaitingState).
|
|
2094
|
+
protoOf(PlayerWaitingState).v2r = function () {
|
|
1994
2095
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
1995
2096
|
};
|
|
1996
|
-
protoOf(PlayerWaitingState).
|
|
2097
|
+
protoOf(PlayerWaitingState).w2r = function () {
|
|
1997
2098
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
1998
2099
|
};
|
|
1999
|
-
function
|
|
2100
|
+
function Companion_13() {
|
|
2000
2101
|
}
|
|
2001
|
-
protoOf(
|
|
2002
|
-
var
|
|
2003
|
-
return new PlayerState(null, null, null,
|
|
2102
|
+
protoOf(Companion_13).x2r = function (connection) {
|
|
2103
|
+
var tmp2_state = PlayerWaitingState_IDLE_getInstance();
|
|
2104
|
+
return new PlayerState(null, null, null, tmp2_state, false, null, connection);
|
|
2004
2105
|
};
|
|
2005
|
-
protoOf(
|
|
2006
|
-
return _this__u8e3s4.
|
|
2106
|
+
protoOf(Companion_13).y2r = function (_this__u8e3s4) {
|
|
2107
|
+
return _this__u8e3s4.z2r(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
2007
2108
|
};
|
|
2008
|
-
protoOf(
|
|
2009
|
-
var
|
|
2010
|
-
var
|
|
2011
|
-
return _this__u8e3s4.
|
|
2109
|
+
protoOf(Companion_13).a2s = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
2110
|
+
var tmp3_startFromTime = System_instance.p2i();
|
|
2111
|
+
var tmp4_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
2112
|
+
return _this__u8e3s4.z2r(tmp3_startFromTime, playerTurnTimeout, VOID, tmp4_state, false, tag);
|
|
2012
2113
|
};
|
|
2013
|
-
var
|
|
2014
|
-
function
|
|
2015
|
-
return
|
|
2114
|
+
var Companion_instance_14;
|
|
2115
|
+
function Companion_getInstance_15() {
|
|
2116
|
+
return Companion_instance_14;
|
|
2016
2117
|
}
|
|
2017
2118
|
function PlayerWaitingState_IDLE_getInstance() {
|
|
2018
2119
|
PlayerWaitingState_initEntries();
|
|
@@ -2029,17 +2130,17 @@
|
|
|
2029
2130
|
function PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2030
2131
|
tag = tag === VOID ? null : tag;
|
|
2031
2132
|
connection = connection === VOID ? null : connection;
|
|
2032
|
-
this.
|
|
2033
|
-
this.
|
|
2034
|
-
this.
|
|
2035
|
-
this.
|
|
2036
|
-
this.
|
|
2037
|
-
this.
|
|
2038
|
-
this.
|
|
2039
|
-
}
|
|
2040
|
-
protoOf(PlayerState).
|
|
2133
|
+
this.k2q_1 = startFromTime;
|
|
2134
|
+
this.l2q_1 = playerTurnTimeout;
|
|
2135
|
+
this.m2q_1 = waitPlayerUntilTime;
|
|
2136
|
+
this.n2q_1 = state;
|
|
2137
|
+
this.o2q_1 = ready;
|
|
2138
|
+
this.p2q_1 = tag;
|
|
2139
|
+
this.q2q_1 = connection;
|
|
2140
|
+
}
|
|
2141
|
+
protoOf(PlayerState).b2s = function () {
|
|
2041
2142
|
// Inline function 'kotlin.requireNotNull' call
|
|
2042
|
-
var value = this.
|
|
2143
|
+
var value = this.q2q_1;
|
|
2043
2144
|
// Inline function 'kotlin.contracts.contract' call
|
|
2044
2145
|
var tmp$ret$1;
|
|
2045
2146
|
$l$block: {
|
|
@@ -2056,9 +2157,9 @@
|
|
|
2056
2157
|
}
|
|
2057
2158
|
return tmp$ret$1;
|
|
2058
2159
|
};
|
|
2059
|
-
protoOf(PlayerState).
|
|
2160
|
+
protoOf(PlayerState).c2s = function () {
|
|
2060
2161
|
// Inline function 'kotlin.requireNotNull' call
|
|
2061
|
-
var value = this.
|
|
2162
|
+
var value = this.p2q_1;
|
|
2062
2163
|
// Inline function 'kotlin.contracts.contract' call
|
|
2063
2164
|
var tmp$ret$1;
|
|
2064
2165
|
$l$block: {
|
|
@@ -2075,17 +2176,17 @@
|
|
|
2075
2176
|
}
|
|
2076
2177
|
return tmp$ret$1;
|
|
2077
2178
|
};
|
|
2078
|
-
protoOf(PlayerState).
|
|
2079
|
-
var tmp0_elvis_lhs = this.
|
|
2179
|
+
protoOf(PlayerState).d2s = function () {
|
|
2180
|
+
var tmp0_elvis_lhs = this.p2q_1;
|
|
2080
2181
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2081
2182
|
};
|
|
2082
2183
|
protoOf(PlayerState).toString = function () {
|
|
2083
2184
|
// Inline function 'kotlin.takeIf' call
|
|
2084
|
-
var this_0 = 'startFromTime=' + toString(this.
|
|
2185
|
+
var this_0 = 'startFromTime=' + toString(this.k2q_1) + ', ';
|
|
2085
2186
|
// Inline function 'kotlin.contracts.contract' call
|
|
2086
2187
|
var tmp;
|
|
2087
2188
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2088
|
-
if (!(this.
|
|
2189
|
+
if (!(this.k2q_1 == null)) {
|
|
2089
2190
|
tmp = this_0;
|
|
2090
2191
|
} else {
|
|
2091
2192
|
tmp = null;
|
|
@@ -2093,11 +2194,11 @@
|
|
|
2093
2194
|
var tmp0_elvis_lhs = tmp;
|
|
2094
2195
|
var tmp_0 = 'PlayerState(' + (tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs);
|
|
2095
2196
|
// Inline function 'kotlin.takeIf' call
|
|
2096
|
-
var this_1 = 'playerTurnTimeout=' + toString(this.
|
|
2197
|
+
var this_1 = 'playerTurnTimeout=' + toString(this.l2q_1) + ', ';
|
|
2097
2198
|
// Inline function 'kotlin.contracts.contract' call
|
|
2098
2199
|
var tmp_1;
|
|
2099
2200
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2100
|
-
if (!(this.
|
|
2201
|
+
if (!(this.l2q_1 == null)) {
|
|
2101
2202
|
tmp_1 = this_1;
|
|
2102
2203
|
} else {
|
|
2103
2204
|
tmp_1 = null;
|
|
@@ -2105,23 +2206,23 @@
|
|
|
2105
2206
|
var tmp1_elvis_lhs = tmp_1;
|
|
2106
2207
|
var tmp_2 = tmp_0 + (tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs);
|
|
2107
2208
|
// Inline function 'kotlin.takeIf' call
|
|
2108
|
-
var this_2 = 'waitPlayerUntilTime=' + toString(this.
|
|
2209
|
+
var this_2 = 'waitPlayerUntilTime=' + toString(this.m2q_1) + ', ';
|
|
2109
2210
|
// Inline function 'kotlin.contracts.contract' call
|
|
2110
2211
|
var tmp_3;
|
|
2111
2212
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2112
|
-
if (!(this.
|
|
2213
|
+
if (!(this.m2q_1 == null)) {
|
|
2113
2214
|
tmp_3 = this_2;
|
|
2114
2215
|
} else {
|
|
2115
2216
|
tmp_3 = null;
|
|
2116
2217
|
}
|
|
2117
2218
|
var tmp2_elvis_lhs = tmp_3;
|
|
2118
|
-
var tmp_4 = tmp_2 + (tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs) + ('state=' + this.
|
|
2219
|
+
var tmp_4 = tmp_2 + (tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs) + ('state=' + this.n2q_1.toString() + ', ');
|
|
2119
2220
|
// Inline function 'kotlin.takeIf' call
|
|
2120
|
-
var this_3 = 'ready=' + this.
|
|
2221
|
+
var this_3 = 'ready=' + this.o2q_1 + ', ';
|
|
2121
2222
|
// Inline function 'kotlin.contracts.contract' call
|
|
2122
2223
|
var tmp_5;
|
|
2123
2224
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2124
|
-
if (this.
|
|
2225
|
+
if (this.o2q_1) {
|
|
2125
2226
|
tmp_5 = this_3;
|
|
2126
2227
|
} else {
|
|
2127
2228
|
tmp_5 = null;
|
|
@@ -2129,11 +2230,11 @@
|
|
|
2129
2230
|
var tmp3_elvis_lhs = tmp_5;
|
|
2130
2231
|
var tmp_6 = tmp_4 + (tmp3_elvis_lhs == null ? '' : tmp3_elvis_lhs);
|
|
2131
2232
|
// Inline function 'kotlin.takeIf' call
|
|
2132
|
-
var this_4 = 'tag=' + this.
|
|
2233
|
+
var this_4 = 'tag=' + this.p2q_1 + ', ';
|
|
2133
2234
|
// Inline function 'kotlin.contracts.contract' call
|
|
2134
2235
|
var tmp_7;
|
|
2135
2236
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2136
|
-
if (!(this.
|
|
2237
|
+
if (!(this.p2q_1 == null)) {
|
|
2137
2238
|
tmp_7 = this_4;
|
|
2138
2239
|
} else {
|
|
2139
2240
|
tmp_7 = null;
|
|
@@ -2141,11 +2242,11 @@
|
|
|
2141
2242
|
var tmp4_elvis_lhs = tmp_7;
|
|
2142
2243
|
var tmp_8 = tmp_6 + (tmp4_elvis_lhs == null ? '' : tmp4_elvis_lhs);
|
|
2143
2244
|
// Inline function 'kotlin.takeIf' call
|
|
2144
|
-
var this_5 = 'connection=' + toString(this.
|
|
2245
|
+
var this_5 = 'connection=' + toString(this.q2q_1);
|
|
2145
2246
|
// Inline function 'kotlin.contracts.contract' call
|
|
2146
2247
|
var tmp_9;
|
|
2147
2248
|
// Inline function 'com.logic.data.models.player.PlayerState.toString.<anonymous>' call
|
|
2148
|
-
if (!(this.
|
|
2249
|
+
if (!(this.q2q_1 == null)) {
|
|
2149
2250
|
tmp_9 = this_5;
|
|
2150
2251
|
} else {
|
|
2151
2252
|
tmp_9 = null;
|
|
@@ -2153,30 +2254,30 @@
|
|
|
2153
2254
|
var tmp5_elvis_lhs = tmp_9;
|
|
2154
2255
|
return tmp_8 + (tmp5_elvis_lhs == null ? '' : tmp5_elvis_lhs) + ')';
|
|
2155
2256
|
};
|
|
2156
|
-
protoOf(PlayerState).
|
|
2157
|
-
return this.
|
|
2257
|
+
protoOf(PlayerState).r2q = function () {
|
|
2258
|
+
return this.n2q_1.v2r() || this.n2q_1.w2r();
|
|
2158
2259
|
};
|
|
2159
|
-
protoOf(PlayerState).
|
|
2260
|
+
protoOf(PlayerState).e2s = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2160
2261
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2161
2262
|
};
|
|
2162
|
-
protoOf(PlayerState).
|
|
2163
|
-
startFromTime = startFromTime === VOID ? this.
|
|
2164
|
-
playerTurnTimeout = playerTurnTimeout === VOID ? this.
|
|
2165
|
-
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.
|
|
2166
|
-
state = state === VOID ? this.
|
|
2167
|
-
ready = ready === VOID ? this.
|
|
2168
|
-
tag = tag === VOID ? this.
|
|
2169
|
-
connection = connection === VOID ? this.
|
|
2170
|
-
return $super === VOID ? this.
|
|
2263
|
+
protoOf(PlayerState).z2r = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2264
|
+
startFromTime = startFromTime === VOID ? this.k2q_1 : startFromTime;
|
|
2265
|
+
playerTurnTimeout = playerTurnTimeout === VOID ? this.l2q_1 : playerTurnTimeout;
|
|
2266
|
+
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.m2q_1 : waitPlayerUntilTime;
|
|
2267
|
+
state = state === VOID ? this.n2q_1 : state;
|
|
2268
|
+
ready = ready === VOID ? this.o2q_1 : ready;
|
|
2269
|
+
tag = tag === VOID ? this.p2q_1 : tag;
|
|
2270
|
+
connection = connection === VOID ? this.q2q_1 : connection;
|
|
2271
|
+
return $super === VOID ? this.e2s(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.e2s.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2171
2272
|
};
|
|
2172
2273
|
protoOf(PlayerState).hashCode = function () {
|
|
2173
|
-
var result = this.
|
|
2174
|
-
result = imul(result, 31) + (this.g2q_1 == null ? 0 : this.g2q_1.hashCode()) | 0;
|
|
2175
|
-
result = imul(result, 31) + (this.h2q_1 == null ? 0 : this.h2q_1.hashCode()) | 0;
|
|
2176
|
-
result = imul(result, 31) + this.i2q_1.hashCode() | 0;
|
|
2177
|
-
result = imul(result, 31) + getBooleanHashCode(this.j2q_1) | 0;
|
|
2178
|
-
result = imul(result, 31) + (this.k2q_1 == null ? 0 : getStringHashCode(this.k2q_1)) | 0;
|
|
2274
|
+
var result = this.k2q_1 == null ? 0 : this.k2q_1.hashCode();
|
|
2179
2275
|
result = imul(result, 31) + (this.l2q_1 == null ? 0 : this.l2q_1.hashCode()) | 0;
|
|
2276
|
+
result = imul(result, 31) + (this.m2q_1 == null ? 0 : this.m2q_1.hashCode()) | 0;
|
|
2277
|
+
result = imul(result, 31) + this.n2q_1.hashCode() | 0;
|
|
2278
|
+
result = imul(result, 31) + getBooleanHashCode(this.o2q_1) | 0;
|
|
2279
|
+
result = imul(result, 31) + (this.p2q_1 == null ? 0 : getStringHashCode(this.p2q_1)) | 0;
|
|
2280
|
+
result = imul(result, 31) + (this.q2q_1 == null ? 0 : this.q2q_1.hashCode()) | 0;
|
|
2180
2281
|
return result;
|
|
2181
2282
|
};
|
|
2182
2283
|
protoOf(PlayerState).equals = function (other) {
|
|
@@ -2185,30 +2286,30 @@
|
|
|
2185
2286
|
if (!(other instanceof PlayerState))
|
|
2186
2287
|
return false;
|
|
2187
2288
|
var tmp0_other_with_cast = other instanceof PlayerState ? other : THROW_CCE();
|
|
2188
|
-
if (!equals(this.
|
|
2289
|
+
if (!equals(this.k2q_1, tmp0_other_with_cast.k2q_1))
|
|
2189
2290
|
return false;
|
|
2190
|
-
if (!equals(this.
|
|
2291
|
+
if (!equals(this.l2q_1, tmp0_other_with_cast.l2q_1))
|
|
2191
2292
|
return false;
|
|
2192
|
-
if (!equals(this.
|
|
2293
|
+
if (!equals(this.m2q_1, tmp0_other_with_cast.m2q_1))
|
|
2193
2294
|
return false;
|
|
2194
|
-
if (!this.
|
|
2295
|
+
if (!this.n2q_1.equals(tmp0_other_with_cast.n2q_1))
|
|
2195
2296
|
return false;
|
|
2196
|
-
if (!(this.
|
|
2297
|
+
if (!(this.o2q_1 === tmp0_other_with_cast.o2q_1))
|
|
2197
2298
|
return false;
|
|
2198
|
-
if (!(this.
|
|
2299
|
+
if (!(this.p2q_1 == tmp0_other_with_cast.p2q_1))
|
|
2199
2300
|
return false;
|
|
2200
|
-
if (!equals(this.
|
|
2301
|
+
if (!equals(this.q2q_1, tmp0_other_with_cast.q2q_1))
|
|
2201
2302
|
return false;
|
|
2202
2303
|
return true;
|
|
2203
2304
|
};
|
|
2204
2305
|
function Team(playerIds) {
|
|
2205
|
-
this.
|
|
2306
|
+
this.f2s_1 = playerIds;
|
|
2206
2307
|
}
|
|
2207
2308
|
protoOf(Team).toString = function () {
|
|
2208
|
-
return 'Team(playerIds=' + toString_0(this.
|
|
2309
|
+
return 'Team(playerIds=' + toString_0(this.f2s_1) + ')';
|
|
2209
2310
|
};
|
|
2210
2311
|
protoOf(Team).hashCode = function () {
|
|
2211
|
-
return hashCode(this.
|
|
2312
|
+
return hashCode(this.f2s_1);
|
|
2212
2313
|
};
|
|
2213
2314
|
protoOf(Team).equals = function (other) {
|
|
2214
2315
|
if (this === other)
|
|
@@ -2216,33 +2317,33 @@
|
|
|
2216
2317
|
if (!(other instanceof Team))
|
|
2217
2318
|
return false;
|
|
2218
2319
|
var tmp0_other_with_cast = other instanceof Team ? other : THROW_CCE();
|
|
2219
|
-
if (!equals(this.
|
|
2320
|
+
if (!equals(this.f2s_1, tmp0_other_with_cast.f2s_1))
|
|
2220
2321
|
return false;
|
|
2221
2322
|
return true;
|
|
2222
2323
|
};
|
|
2223
|
-
function
|
|
2324
|
+
function Companion_14() {
|
|
2224
2325
|
}
|
|
2225
|
-
protoOf(
|
|
2326
|
+
protoOf(Companion_14).kharkiv = function () {
|
|
2226
2327
|
return new Rules(true, true, true, false, false, true, true, true, false, false, false, true, 50, true, false, true, false);
|
|
2227
2328
|
};
|
|
2228
|
-
protoOf(
|
|
2329
|
+
protoOf(Companion_14).saltivka = function () {
|
|
2229
2330
|
return new Rules(true, true, true, false, false, true, false, false, false, false, false, true, 50, true, false, false, false);
|
|
2230
2331
|
};
|
|
2231
|
-
protoOf(
|
|
2332
|
+
protoOf(Companion_14).klabor = function () {
|
|
2232
2333
|
return new Rules(true, false, true, false, true, true, false, true, false, false, true, true, 100, true, true, false, false);
|
|
2233
2334
|
};
|
|
2234
|
-
protoOf(
|
|
2335
|
+
protoOf(Companion_14).debertzCommon = function () {
|
|
2235
2336
|
return new Rules(true, false, false, false, true, true, true, false, false, true, false, false, 0, false, true, false, false);
|
|
2236
2337
|
};
|
|
2237
|
-
protoOf(
|
|
2338
|
+
protoOf(Companion_14).belot = function () {
|
|
2238
2339
|
return new Rules(true, true, false, false, true, true, true, false, true, true, false, false, 50, false, true, false, false);
|
|
2239
2340
|
};
|
|
2240
|
-
protoOf(
|
|
2341
|
+
protoOf(Companion_14).custom = function () {
|
|
2241
2342
|
return new Rules(false, false, false, false, true, true, true, false, false, false, false, false, 50, false, false, false, false);
|
|
2242
2343
|
};
|
|
2243
|
-
var
|
|
2244
|
-
function
|
|
2245
|
-
return
|
|
2344
|
+
var Companion_instance_15;
|
|
2345
|
+
function Companion_getInstance_16() {
|
|
2346
|
+
return Companion_instance_15;
|
|
2246
2347
|
}
|
|
2247
2348
|
function Rules(needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand) {
|
|
2248
2349
|
this.needToPutHigherTrump = needToPutHigherTrump;
|
|
@@ -2263,55 +2364,55 @@
|
|
|
2263
2364
|
this.checkOnlyTrumpDebertz = checkOnlyTrumpDebertz;
|
|
2264
2365
|
this.tenCardsInHand = tenCardsInHand;
|
|
2265
2366
|
}
|
|
2266
|
-
protoOf(Rules).
|
|
2367
|
+
protoOf(Rules).g2s = function () {
|
|
2267
2368
|
return this.needToPutHigherTrump;
|
|
2268
2369
|
};
|
|
2269
|
-
protoOf(Rules).
|
|
2370
|
+
protoOf(Rules).h2s = function () {
|
|
2270
2371
|
return this.distributePoints;
|
|
2271
2372
|
};
|
|
2272
|
-
protoOf(Rules).
|
|
2373
|
+
protoOf(Rules).i2s = function () {
|
|
2273
2374
|
return this.protectBella;
|
|
2274
2375
|
};
|
|
2275
|
-
protoOf(Rules).
|
|
2376
|
+
protoOf(Rules).j2s = function () {
|
|
2276
2377
|
return this.oneTryToProtectBella;
|
|
2277
2378
|
};
|
|
2278
|
-
protoOf(Rules).
|
|
2379
|
+
protoOf(Rules).k2s = function () {
|
|
2279
2380
|
return this.enableFourSevensCombination;
|
|
2280
2381
|
};
|
|
2281
|
-
protoOf(Rules).
|
|
2382
|
+
protoOf(Rules).l2s = function () {
|
|
2282
2383
|
return this.enableTrumpSevenCombination;
|
|
2283
2384
|
};
|
|
2284
|
-
protoOf(Rules).
|
|
2385
|
+
protoOf(Rules).m2s = function () {
|
|
2285
2386
|
return this.enableTrumpSevenCombinationAfterDistribution;
|
|
2286
2387
|
};
|
|
2287
|
-
protoOf(Rules).
|
|
2388
|
+
protoOf(Rules).n2s = function () {
|
|
2288
2389
|
return this.playerWhoChooseSuitGoFirst;
|
|
2289
2390
|
};
|
|
2290
|
-
protoOf(Rules).
|
|
2391
|
+
protoOf(Rules).o2s = function () {
|
|
2291
2392
|
return this.winnerShuffleCards;
|
|
2292
2393
|
};
|
|
2293
|
-
protoOf(Rules).
|
|
2394
|
+
protoOf(Rules).p2s = function () {
|
|
2294
2395
|
return this.playWithoutLiabilities;
|
|
2295
2396
|
};
|
|
2296
|
-
protoOf(Rules).
|
|
2397
|
+
protoOf(Rules).q2s = function () {
|
|
2297
2398
|
return this.trumpCardGoToPlayerWhoShuffleCards;
|
|
2298
2399
|
};
|
|
2299
|
-
protoOf(Rules).
|
|
2400
|
+
protoOf(Rules).r2s = function () {
|
|
2300
2401
|
return this.enableFineIfNoBribes;
|
|
2301
2402
|
};
|
|
2302
|
-
protoOf(Rules).
|
|
2403
|
+
protoOf(Rules).s2s = function () {
|
|
2303
2404
|
return this.fineIfNoBribes;
|
|
2304
2405
|
};
|
|
2305
|
-
protoOf(Rules).
|
|
2406
|
+
protoOf(Rules).t2s = function () {
|
|
2306
2407
|
return this.enableFineAfterThirdByte;
|
|
2307
2408
|
};
|
|
2308
|
-
protoOf(Rules).
|
|
2409
|
+
protoOf(Rules).u2s = function () {
|
|
2309
2410
|
return this.checkTrumpCombination;
|
|
2310
2411
|
};
|
|
2311
|
-
protoOf(Rules).
|
|
2412
|
+
protoOf(Rules).v2s = function () {
|
|
2312
2413
|
return this.checkOnlyTrumpDebertz;
|
|
2313
2414
|
};
|
|
2314
|
-
protoOf(Rules).
|
|
2415
|
+
protoOf(Rules).w2s = function () {
|
|
2315
2416
|
return this.tenCardsInHand;
|
|
2316
2417
|
};
|
|
2317
2418
|
protoOf(Rules).toString = function () {
|
|
@@ -2520,46 +2621,46 @@
|
|
|
2520
2621
|
protoOf(Rules).m2o = function () {
|
|
2521
2622
|
return this.oneTryToProtectBella;
|
|
2522
2623
|
};
|
|
2523
|
-
protoOf(Rules).
|
|
2624
|
+
protoOf(Rules).a2q = function () {
|
|
2524
2625
|
return this.enableFourSevensCombination;
|
|
2525
2626
|
};
|
|
2526
|
-
protoOf(Rules).
|
|
2627
|
+
protoOf(Rules).b2q = function () {
|
|
2527
2628
|
return this.enableTrumpSevenCombination;
|
|
2528
2629
|
};
|
|
2529
|
-
protoOf(Rules).
|
|
2630
|
+
protoOf(Rules).x2s = function () {
|
|
2530
2631
|
return this.enableTrumpSevenCombinationAfterDistribution;
|
|
2531
2632
|
};
|
|
2532
|
-
protoOf(Rules).
|
|
2633
|
+
protoOf(Rules).y2s = function () {
|
|
2533
2634
|
return this.playerWhoChooseSuitGoFirst;
|
|
2534
2635
|
};
|
|
2535
|
-
protoOf(Rules).
|
|
2636
|
+
protoOf(Rules).z2s = function () {
|
|
2536
2637
|
return this.winnerShuffleCards;
|
|
2537
2638
|
};
|
|
2538
|
-
protoOf(Rules).
|
|
2639
|
+
protoOf(Rules).a2t = function () {
|
|
2539
2640
|
return this.playWithoutLiabilities;
|
|
2540
2641
|
};
|
|
2541
|
-
protoOf(Rules).
|
|
2642
|
+
protoOf(Rules).b2t = function () {
|
|
2542
2643
|
return this.trumpCardGoToPlayerWhoShuffleCards;
|
|
2543
2644
|
};
|
|
2544
|
-
protoOf(Rules).
|
|
2645
|
+
protoOf(Rules).c2t = function () {
|
|
2545
2646
|
return this.enableFineIfNoBribes;
|
|
2546
2647
|
};
|
|
2547
|
-
protoOf(Rules).
|
|
2648
|
+
protoOf(Rules).d2t = function () {
|
|
2548
2649
|
return this.fineIfNoBribes;
|
|
2549
2650
|
};
|
|
2550
|
-
protoOf(Rules).
|
|
2651
|
+
protoOf(Rules).e2t = function () {
|
|
2551
2652
|
return this.enableFineAfterThirdByte;
|
|
2552
2653
|
};
|
|
2553
|
-
protoOf(Rules).
|
|
2654
|
+
protoOf(Rules).f2t = function () {
|
|
2554
2655
|
return this.checkTrumpCombination;
|
|
2555
2656
|
};
|
|
2556
|
-
protoOf(Rules).
|
|
2657
|
+
protoOf(Rules).g2t = function () {
|
|
2557
2658
|
return this.checkOnlyTrumpDebertz;
|
|
2558
2659
|
};
|
|
2559
|
-
protoOf(Rules).
|
|
2660
|
+
protoOf(Rules).h2t = function () {
|
|
2560
2661
|
return this.tenCardsInHand;
|
|
2561
2662
|
};
|
|
2562
|
-
protoOf(Rules).
|
|
2663
|
+
protoOf(Rules).i2t = function (needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand) {
|
|
2563
2664
|
return new Rules(needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand);
|
|
2564
2665
|
};
|
|
2565
2666
|
protoOf(Rules).copy = function (needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand, $super) {
|
|
@@ -2580,7 +2681,7 @@
|
|
|
2580
2681
|
checkTrumpCombination = checkTrumpCombination === VOID ? this.checkTrumpCombination : checkTrumpCombination;
|
|
2581
2682
|
checkOnlyTrumpDebertz = checkOnlyTrumpDebertz === VOID ? this.checkOnlyTrumpDebertz : checkOnlyTrumpDebertz;
|
|
2582
2683
|
tenCardsInHand = tenCardsInHand === VOID ? this.tenCardsInHand : tenCardsInHand;
|
|
2583
|
-
return this.
|
|
2684
|
+
return this.i2t(needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand);
|
|
2584
2685
|
};
|
|
2585
2686
|
protoOf(Rules).hashCode = function () {
|
|
2586
2687
|
var result = getBooleanHashCode(this.needToPutHigherTrump);
|
|
@@ -2650,10 +2751,10 @@
|
|
|
2650
2751
|
var RulesSetType_debertzKharkiv_instance;
|
|
2651
2752
|
var RulesSetType_debertzSaltivka_instance;
|
|
2652
2753
|
var RulesSetType_custom_instance;
|
|
2653
|
-
function
|
|
2754
|
+
function values_3() {
|
|
2654
2755
|
return [RulesSetType_belot_getInstance(), RulesSetType_klabor_getInstance(), RulesSetType_debertzCommon_getInstance(), RulesSetType_debertzKharkiv_getInstance(), RulesSetType_debertzSaltivka_getInstance(), RulesSetType_custom_getInstance()];
|
|
2655
2756
|
}
|
|
2656
|
-
function
|
|
2757
|
+
function valueOf_2(value) {
|
|
2657
2758
|
switch (value) {
|
|
2658
2759
|
case 'belot':
|
|
2659
2760
|
return RulesSetType_belot_getInstance();
|
|
@@ -2696,19 +2797,19 @@
|
|
|
2696
2797
|
var tmp;
|
|
2697
2798
|
switch (this.n2_1) {
|
|
2698
2799
|
case 0:
|
|
2699
|
-
tmp =
|
|
2800
|
+
tmp = Companion_instance_15.belot();
|
|
2700
2801
|
break;
|
|
2701
2802
|
case 1:
|
|
2702
|
-
tmp =
|
|
2803
|
+
tmp = Companion_instance_15.kharkiv();
|
|
2703
2804
|
break;
|
|
2704
2805
|
case 2:
|
|
2705
|
-
tmp =
|
|
2806
|
+
tmp = Companion_instance_15.debertzCommon();
|
|
2706
2807
|
break;
|
|
2707
2808
|
case 3:
|
|
2708
|
-
tmp =
|
|
2809
|
+
tmp = Companion_instance_15.kharkiv();
|
|
2709
2810
|
break;
|
|
2710
2811
|
case 4:
|
|
2711
|
-
tmp =
|
|
2812
|
+
tmp = Companion_instance_15.saltivka();
|
|
2712
2813
|
break;
|
|
2713
2814
|
case 5:
|
|
2714
2815
|
throw new MechanicException("RulesSetTyp.getRules: Can't support this rules");
|
|
@@ -2718,7 +2819,7 @@
|
|
|
2718
2819
|
}
|
|
2719
2820
|
return tmp;
|
|
2720
2821
|
};
|
|
2721
|
-
protoOf(RulesSetType).
|
|
2822
|
+
protoOf(RulesSetType).l2t = function () {
|
|
2722
2823
|
return this.equals(RulesSetType_custom_getInstance());
|
|
2723
2824
|
};
|
|
2724
2825
|
function RulesSetType_belot_getInstance() {
|
|
@@ -2965,17 +3066,17 @@
|
|
|
2965
3066
|
tmp = null;
|
|
2966
3067
|
}
|
|
2967
3068
|
var tmp$ret$1 = tmp;
|
|
2968
|
-
return new GameUserInfoDto(_this__u8e3s4.
|
|
3069
|
+
return new GameUserInfoDto(_this__u8e3s4.v2p_1, _this__u8e3s4.name, _this__u8e3s4.avatarUrl, tmp$ret$1, _this__u8e3s4.initialLuckyFactor);
|
|
2969
3070
|
}
|
|
2970
3071
|
function mapFromDto_1(_this__u8e3s4) {
|
|
2971
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2972
|
-
return new GameUserInfo(_this__u8e3s4.
|
|
3072
|
+
var tmp0_elvis_lhs = _this__u8e3s4.p2t_1;
|
|
3073
|
+
return new GameUserInfo(_this__u8e3s4.m2t_1, _this__u8e3s4.n2t_1, _this__u8e3s4.o2t_1, tmp0_elvis_lhs == null ? false : tmp0_elvis_lhs, _this__u8e3s4.q2t_1);
|
|
2973
3074
|
}
|
|
2974
|
-
function
|
|
3075
|
+
function Companion_15() {
|
|
2975
3076
|
}
|
|
2976
|
-
var
|
|
2977
|
-
function
|
|
2978
|
-
return
|
|
3077
|
+
var Companion_instance_16;
|
|
3078
|
+
function Companion_getInstance_17() {
|
|
3079
|
+
return Companion_instance_16;
|
|
2979
3080
|
}
|
|
2980
3081
|
function $serializer_5() {
|
|
2981
3082
|
$serializer_instance_5 = this;
|
|
@@ -2985,29 +3086,29 @@
|
|
|
2985
3086
|
tmp0_serialDesc.e1q('avatarUrl', true);
|
|
2986
3087
|
tmp0_serialDesc.e1q('isBot', true);
|
|
2987
3088
|
tmp0_serialDesc.e1q('initialLuckyFactor', true);
|
|
2988
|
-
this.
|
|
3089
|
+
this.r2t_1 = tmp0_serialDesc;
|
|
2989
3090
|
}
|
|
2990
|
-
protoOf($serializer_5).
|
|
2991
|
-
var tmp0_desc = this.
|
|
3091
|
+
protoOf($serializer_5).s2t = function (encoder, value) {
|
|
3092
|
+
var tmp0_desc = this.r2t_1;
|
|
2992
3093
|
var tmp1_output = encoder.q1i(tmp0_desc);
|
|
2993
|
-
tmp1_output.f1k(tmp0_desc, 0, value.
|
|
2994
|
-
tmp1_output.f1k(tmp0_desc, 1, value.
|
|
2995
|
-
if (tmp1_output.n1k(tmp0_desc, 2) ? true : !(value.
|
|
2996
|
-
tmp1_output.j1k(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3094
|
+
tmp1_output.f1k(tmp0_desc, 0, value.m2t_1);
|
|
3095
|
+
tmp1_output.f1k(tmp0_desc, 1, value.n2t_1);
|
|
3096
|
+
if (tmp1_output.n1k(tmp0_desc, 2) ? true : !(value.o2t_1 == null)) {
|
|
3097
|
+
tmp1_output.j1k(tmp0_desc, 2, StringSerializer_getInstance(), value.o2t_1);
|
|
2997
3098
|
}
|
|
2998
|
-
if (tmp1_output.n1k(tmp0_desc, 3) ? true : !(value.
|
|
2999
|
-
tmp1_output.j1k(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3099
|
+
if (tmp1_output.n1k(tmp0_desc, 3) ? true : !(value.p2t_1 == null)) {
|
|
3100
|
+
tmp1_output.j1k(tmp0_desc, 3, BooleanSerializer_getInstance(), value.p2t_1);
|
|
3000
3101
|
}
|
|
3001
|
-
if (tmp1_output.n1k(tmp0_desc, 4) ? true : !(value.
|
|
3002
|
-
tmp1_output.j1k(tmp0_desc, 4, FloatSerializer_getInstance(), value.
|
|
3102
|
+
if (tmp1_output.n1k(tmp0_desc, 4) ? true : !(value.q2t_1 == null)) {
|
|
3103
|
+
tmp1_output.j1k(tmp0_desc, 4, FloatSerializer_getInstance(), value.q2t_1);
|
|
3003
3104
|
}
|
|
3004
3105
|
tmp1_output.r1i(tmp0_desc);
|
|
3005
3106
|
};
|
|
3006
3107
|
protoOf($serializer_5).j1f = function (encoder, value) {
|
|
3007
|
-
return this.
|
|
3108
|
+
return this.s2t(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3008
3109
|
};
|
|
3009
3110
|
protoOf($serializer_5).k1f = function (decoder) {
|
|
3010
|
-
var tmp0_desc = this.
|
|
3111
|
+
var tmp0_desc = this.r2t_1;
|
|
3011
3112
|
var tmp1_flag = true;
|
|
3012
3113
|
var tmp2_index = 0;
|
|
3013
3114
|
var tmp3_bitMask0 = 0;
|
|
@@ -3063,7 +3164,7 @@
|
|
|
3063
3164
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
3064
3165
|
};
|
|
3065
3166
|
protoOf($serializer_5).i1f = function () {
|
|
3066
|
-
return this.
|
|
3167
|
+
return this.r2t_1;
|
|
3067
3168
|
};
|
|
3068
3169
|
protoOf($serializer_5).t1q = function () {
|
|
3069
3170
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3079,22 +3180,22 @@
|
|
|
3079
3180
|
}
|
|
3080
3181
|
function GameUserInfoDto_init_$Init$(seen0, playerId, name, avatarUrl, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3081
3182
|
if (!(3 === (3 & seen0))) {
|
|
3082
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
3183
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().r2t_1);
|
|
3083
3184
|
}
|
|
3084
|
-
$this.
|
|
3085
|
-
$this.
|
|
3185
|
+
$this.m2t_1 = playerId;
|
|
3186
|
+
$this.n2t_1 = name;
|
|
3086
3187
|
if (0 === (seen0 & 4))
|
|
3087
|
-
$this.
|
|
3188
|
+
$this.o2t_1 = null;
|
|
3088
3189
|
else
|
|
3089
|
-
$this.
|
|
3190
|
+
$this.o2t_1 = avatarUrl;
|
|
3090
3191
|
if (0 === (seen0 & 8))
|
|
3091
|
-
$this.
|
|
3192
|
+
$this.p2t_1 = null;
|
|
3092
3193
|
else
|
|
3093
|
-
$this.
|
|
3194
|
+
$this.p2t_1 = isBot;
|
|
3094
3195
|
if (0 === (seen0 & 16))
|
|
3095
|
-
$this.
|
|
3196
|
+
$this.q2t_1 = null;
|
|
3096
3197
|
else
|
|
3097
|
-
$this.
|
|
3198
|
+
$this.q2t_1 = initialLuckyFactor;
|
|
3098
3199
|
return $this;
|
|
3099
3200
|
}
|
|
3100
3201
|
function GameUserInfoDto_init_$Create$(seen0, playerId, name, avatarUrl, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3104,35 +3205,35 @@
|
|
|
3104
3205
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3105
3206
|
isBot = isBot === VOID ? null : isBot;
|
|
3106
3207
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
3107
|
-
this.
|
|
3108
|
-
this.
|
|
3109
|
-
this.
|
|
3110
|
-
this.
|
|
3111
|
-
this.
|
|
3208
|
+
this.m2t_1 = playerId;
|
|
3209
|
+
this.n2t_1 = name;
|
|
3210
|
+
this.o2t_1 = avatarUrl;
|
|
3211
|
+
this.p2t_1 = isBot;
|
|
3212
|
+
this.q2t_1 = initialLuckyFactor;
|
|
3112
3213
|
}
|
|
3113
|
-
protoOf(GameUserInfoDto).
|
|
3114
|
-
return this.
|
|
3214
|
+
protoOf(GameUserInfoDto).t2t = function () {
|
|
3215
|
+
return this.u2t(VOID, VOID, VOID, null, null);
|
|
3115
3216
|
};
|
|
3116
|
-
protoOf(GameUserInfoDto).
|
|
3217
|
+
protoOf(GameUserInfoDto).v2t = function (playerId, name, avatarUrl, isBot, initialLuckyFactor) {
|
|
3117
3218
|
return new GameUserInfoDto(playerId, name, avatarUrl, isBot, initialLuckyFactor);
|
|
3118
3219
|
};
|
|
3119
|
-
protoOf(GameUserInfoDto).
|
|
3120
|
-
playerId = playerId === VOID ? this.
|
|
3121
|
-
name = name === VOID ? this.
|
|
3122
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3123
|
-
isBot = isBot === VOID ? this.
|
|
3124
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3125
|
-
return $super === VOID ? this.
|
|
3220
|
+
protoOf(GameUserInfoDto).u2t = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, $super) {
|
|
3221
|
+
playerId = playerId === VOID ? this.m2t_1 : playerId;
|
|
3222
|
+
name = name === VOID ? this.n2t_1 : name;
|
|
3223
|
+
avatarUrl = avatarUrl === VOID ? this.o2t_1 : avatarUrl;
|
|
3224
|
+
isBot = isBot === VOID ? this.p2t_1 : isBot;
|
|
3225
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.q2t_1 : initialLuckyFactor;
|
|
3226
|
+
return $super === VOID ? this.v2t(playerId, name, avatarUrl, isBot, initialLuckyFactor) : $super.v2t.call(this, playerId, name, avatarUrl, isBot, initialLuckyFactor);
|
|
3126
3227
|
};
|
|
3127
3228
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3128
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3229
|
+
return 'GameUserInfoDto(playerId=' + this.m2t_1 + ', name=' + this.n2t_1 + ', avatarUrl=' + this.o2t_1 + ', isBot=' + this.p2t_1 + ', initialLuckyFactor=' + this.q2t_1 + ')';
|
|
3129
3230
|
};
|
|
3130
3231
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3131
|
-
var result = getStringHashCode(this.
|
|
3132
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3133
|
-
result = imul(result, 31) + (this.
|
|
3134
|
-
result = imul(result, 31) + (this.
|
|
3135
|
-
result = imul(result, 31) + (this.
|
|
3232
|
+
var result = getStringHashCode(this.m2t_1);
|
|
3233
|
+
result = imul(result, 31) + getStringHashCode(this.n2t_1) | 0;
|
|
3234
|
+
result = imul(result, 31) + (this.o2t_1 == null ? 0 : getStringHashCode(this.o2t_1)) | 0;
|
|
3235
|
+
result = imul(result, 31) + (this.p2t_1 == null ? 0 : getBooleanHashCode(this.p2t_1)) | 0;
|
|
3236
|
+
result = imul(result, 31) + (this.q2t_1 == null ? 0 : getNumberHashCode(this.q2t_1)) | 0;
|
|
3136
3237
|
return result;
|
|
3137
3238
|
};
|
|
3138
3239
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3141,26 +3242,26 @@
|
|
|
3141
3242
|
if (!(other instanceof GameUserInfoDto))
|
|
3142
3243
|
return false;
|
|
3143
3244
|
var tmp0_other_with_cast = other instanceof GameUserInfoDto ? other : THROW_CCE();
|
|
3144
|
-
if (!(this.
|
|
3245
|
+
if (!(this.m2t_1 === tmp0_other_with_cast.m2t_1))
|
|
3145
3246
|
return false;
|
|
3146
|
-
if (!(this.
|
|
3247
|
+
if (!(this.n2t_1 === tmp0_other_with_cast.n2t_1))
|
|
3147
3248
|
return false;
|
|
3148
|
-
if (!(this.
|
|
3249
|
+
if (!(this.o2t_1 == tmp0_other_with_cast.o2t_1))
|
|
3149
3250
|
return false;
|
|
3150
|
-
if (!(this.
|
|
3251
|
+
if (!(this.p2t_1 == tmp0_other_with_cast.p2t_1))
|
|
3151
3252
|
return false;
|
|
3152
|
-
if (!equals(this.
|
|
3253
|
+
if (!equals(this.q2t_1, tmp0_other_with_cast.q2t_1))
|
|
3153
3254
|
return false;
|
|
3154
3255
|
return true;
|
|
3155
3256
|
};
|
|
3156
|
-
function
|
|
3257
|
+
function Companion_16() {
|
|
3157
3258
|
}
|
|
3158
|
-
protoOf(
|
|
3259
|
+
protoOf(Companion_16).o22 = function () {
|
|
3159
3260
|
return $serializer_getInstance_6();
|
|
3160
3261
|
};
|
|
3161
|
-
var
|
|
3162
|
-
function
|
|
3163
|
-
return
|
|
3262
|
+
var Companion_instance_17;
|
|
3263
|
+
function Companion_getInstance_18() {
|
|
3264
|
+
return Companion_instance_17;
|
|
3164
3265
|
}
|
|
3165
3266
|
function $serializer_6() {
|
|
3166
3267
|
$serializer_instance_6 = this;
|
|
@@ -3182,10 +3283,10 @@
|
|
|
3182
3283
|
tmp0_serialDesc.e1q('checkTrumpCombination', true);
|
|
3183
3284
|
tmp0_serialDesc.e1q('checkOnlyTrumpDebertz', true);
|
|
3184
3285
|
tmp0_serialDesc.e1q('tenCardsInHand', true);
|
|
3185
|
-
this.
|
|
3286
|
+
this.w2t_1 = tmp0_serialDesc;
|
|
3186
3287
|
}
|
|
3187
|
-
protoOf($serializer_6).
|
|
3188
|
-
var tmp0_desc = this.
|
|
3288
|
+
protoOf($serializer_6).x2t = function (encoder, value) {
|
|
3289
|
+
var tmp0_desc = this.w2t_1;
|
|
3189
3290
|
var tmp1_output = encoder.q1i(tmp0_desc);
|
|
3190
3291
|
if (tmp1_output.n1k(tmp0_desc, 0) ? true : !(value.needToPutHigherTrump == null)) {
|
|
3191
3292
|
tmp1_output.j1k(tmp0_desc, 0, BooleanSerializer_getInstance(), value.needToPutHigherTrump);
|
|
@@ -3239,10 +3340,10 @@
|
|
|
3239
3340
|
tmp1_output.r1i(tmp0_desc);
|
|
3240
3341
|
};
|
|
3241
3342
|
protoOf($serializer_6).j1f = function (encoder, value) {
|
|
3242
|
-
return this.
|
|
3343
|
+
return this.x2t(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3243
3344
|
};
|
|
3244
3345
|
protoOf($serializer_6).k1f = function (decoder) {
|
|
3245
|
-
var tmp0_desc = this.
|
|
3346
|
+
var tmp0_desc = this.w2t_1;
|
|
3246
3347
|
var tmp1_flag = true;
|
|
3247
3348
|
var tmp2_index = 0;
|
|
3248
3349
|
var tmp3_bitMask0 = 0;
|
|
@@ -3382,7 +3483,7 @@
|
|
|
3382
3483
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, null);
|
|
3383
3484
|
};
|
|
3384
3485
|
protoOf($serializer_6).i1f = function () {
|
|
3385
|
-
return this.
|
|
3486
|
+
return this.w2t_1;
|
|
3386
3487
|
};
|
|
3387
3488
|
protoOf($serializer_6).t1q = function () {
|
|
3388
3489
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3398,7 +3499,7 @@
|
|
|
3398
3499
|
}
|
|
3399
3500
|
function RulesDto_init_$Init$(seen0, needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand, serializationConstructorMarker, $this) {
|
|
3400
3501
|
if (!(4096 === (4096 & seen0))) {
|
|
3401
|
-
throwMissingFieldException(seen0, 4096, $serializer_getInstance_6().
|
|
3502
|
+
throwMissingFieldException(seen0, 4096, $serializer_getInstance_6().w2t_1);
|
|
3402
3503
|
}
|
|
3403
3504
|
if (0 === (seen0 & 1))
|
|
3404
3505
|
$this.needToPutHigherTrump = null;
|
|
@@ -3505,55 +3606,55 @@
|
|
|
3505
3606
|
this.checkOnlyTrumpDebertz = checkOnlyTrumpDebertz;
|
|
3506
3607
|
this.tenCardsInHand = tenCardsInHand;
|
|
3507
3608
|
}
|
|
3508
|
-
protoOf(RulesDto).
|
|
3609
|
+
protoOf(RulesDto).g2s = function () {
|
|
3509
3610
|
return this.needToPutHigherTrump;
|
|
3510
3611
|
};
|
|
3511
|
-
protoOf(RulesDto).
|
|
3612
|
+
protoOf(RulesDto).h2s = function () {
|
|
3512
3613
|
return this.distributePoints;
|
|
3513
3614
|
};
|
|
3514
|
-
protoOf(RulesDto).
|
|
3615
|
+
protoOf(RulesDto).i2s = function () {
|
|
3515
3616
|
return this.protectBella;
|
|
3516
3617
|
};
|
|
3517
|
-
protoOf(RulesDto).
|
|
3618
|
+
protoOf(RulesDto).j2s = function () {
|
|
3518
3619
|
return this.oneTryToProtectBella;
|
|
3519
3620
|
};
|
|
3520
|
-
protoOf(RulesDto).
|
|
3621
|
+
protoOf(RulesDto).k2s = function () {
|
|
3521
3622
|
return this.enableFourSevensCombination;
|
|
3522
3623
|
};
|
|
3523
|
-
protoOf(RulesDto).
|
|
3624
|
+
protoOf(RulesDto).l2s = function () {
|
|
3524
3625
|
return this.enableTrumpSevenCombination;
|
|
3525
3626
|
};
|
|
3526
|
-
protoOf(RulesDto).
|
|
3627
|
+
protoOf(RulesDto).m2s = function () {
|
|
3527
3628
|
return this.enableTrumpSevenCombinationAfterDistribution;
|
|
3528
3629
|
};
|
|
3529
|
-
protoOf(RulesDto).
|
|
3630
|
+
protoOf(RulesDto).n2s = function () {
|
|
3530
3631
|
return this.playerWhoChooseSuitGoFirst;
|
|
3531
3632
|
};
|
|
3532
|
-
protoOf(RulesDto).
|
|
3633
|
+
protoOf(RulesDto).o2s = function () {
|
|
3533
3634
|
return this.winnerShuffleCards;
|
|
3534
3635
|
};
|
|
3535
|
-
protoOf(RulesDto).
|
|
3636
|
+
protoOf(RulesDto).p2s = function () {
|
|
3536
3637
|
return this.playWithoutLiabilities;
|
|
3537
3638
|
};
|
|
3538
|
-
protoOf(RulesDto).
|
|
3639
|
+
protoOf(RulesDto).q2s = function () {
|
|
3539
3640
|
return this.trumpCardGoToPlayerWhoShuffleCards;
|
|
3540
3641
|
};
|
|
3541
|
-
protoOf(RulesDto).
|
|
3642
|
+
protoOf(RulesDto).r2s = function () {
|
|
3542
3643
|
return this.enableFineIfNoBribes;
|
|
3543
3644
|
};
|
|
3544
|
-
protoOf(RulesDto).
|
|
3645
|
+
protoOf(RulesDto).s2s = function () {
|
|
3545
3646
|
return this.fineIfNoBribes;
|
|
3546
3647
|
};
|
|
3547
|
-
protoOf(RulesDto).
|
|
3648
|
+
protoOf(RulesDto).t2s = function () {
|
|
3548
3649
|
return this.enableFineAfterThirdByte;
|
|
3549
3650
|
};
|
|
3550
|
-
protoOf(RulesDto).
|
|
3651
|
+
protoOf(RulesDto).u2s = function () {
|
|
3551
3652
|
return this.checkTrumpCombination;
|
|
3552
3653
|
};
|
|
3553
|
-
protoOf(RulesDto).
|
|
3654
|
+
protoOf(RulesDto).v2s = function () {
|
|
3554
3655
|
return this.checkOnlyTrumpDebertz;
|
|
3555
3656
|
};
|
|
3556
|
-
protoOf(RulesDto).
|
|
3657
|
+
protoOf(RulesDto).w2s = function () {
|
|
3557
3658
|
return this.tenCardsInHand;
|
|
3558
3659
|
};
|
|
3559
3660
|
protoOf(RulesDto).ee = function () {
|
|
@@ -3568,46 +3669,46 @@
|
|
|
3568
3669
|
protoOf(RulesDto).m2o = function () {
|
|
3569
3670
|
return this.oneTryToProtectBella;
|
|
3570
3671
|
};
|
|
3571
|
-
protoOf(RulesDto).
|
|
3672
|
+
protoOf(RulesDto).a2q = function () {
|
|
3572
3673
|
return this.enableFourSevensCombination;
|
|
3573
3674
|
};
|
|
3574
|
-
protoOf(RulesDto).
|
|
3675
|
+
protoOf(RulesDto).b2q = function () {
|
|
3575
3676
|
return this.enableTrumpSevenCombination;
|
|
3576
3677
|
};
|
|
3577
|
-
protoOf(RulesDto).
|
|
3678
|
+
protoOf(RulesDto).x2s = function () {
|
|
3578
3679
|
return this.enableTrumpSevenCombinationAfterDistribution;
|
|
3579
3680
|
};
|
|
3580
|
-
protoOf(RulesDto).
|
|
3681
|
+
protoOf(RulesDto).y2s = function () {
|
|
3581
3682
|
return this.playerWhoChooseSuitGoFirst;
|
|
3582
3683
|
};
|
|
3583
|
-
protoOf(RulesDto).
|
|
3684
|
+
protoOf(RulesDto).z2s = function () {
|
|
3584
3685
|
return this.winnerShuffleCards;
|
|
3585
3686
|
};
|
|
3586
|
-
protoOf(RulesDto).
|
|
3687
|
+
protoOf(RulesDto).a2t = function () {
|
|
3587
3688
|
return this.playWithoutLiabilities;
|
|
3588
3689
|
};
|
|
3589
|
-
protoOf(RulesDto).
|
|
3690
|
+
protoOf(RulesDto).b2t = function () {
|
|
3590
3691
|
return this.trumpCardGoToPlayerWhoShuffleCards;
|
|
3591
3692
|
};
|
|
3592
|
-
protoOf(RulesDto).
|
|
3693
|
+
protoOf(RulesDto).c2t = function () {
|
|
3593
3694
|
return this.enableFineIfNoBribes;
|
|
3594
3695
|
};
|
|
3595
|
-
protoOf(RulesDto).
|
|
3696
|
+
protoOf(RulesDto).d2t = function () {
|
|
3596
3697
|
return this.fineIfNoBribes;
|
|
3597
3698
|
};
|
|
3598
|
-
protoOf(RulesDto).
|
|
3699
|
+
protoOf(RulesDto).e2t = function () {
|
|
3599
3700
|
return this.enableFineAfterThirdByte;
|
|
3600
3701
|
};
|
|
3601
|
-
protoOf(RulesDto).
|
|
3702
|
+
protoOf(RulesDto).f2t = function () {
|
|
3602
3703
|
return this.checkTrumpCombination;
|
|
3603
3704
|
};
|
|
3604
|
-
protoOf(RulesDto).
|
|
3705
|
+
protoOf(RulesDto).g2t = function () {
|
|
3605
3706
|
return this.checkOnlyTrumpDebertz;
|
|
3606
3707
|
};
|
|
3607
|
-
protoOf(RulesDto).
|
|
3708
|
+
protoOf(RulesDto).h2t = function () {
|
|
3608
3709
|
return this.tenCardsInHand;
|
|
3609
3710
|
};
|
|
3610
|
-
protoOf(RulesDto).
|
|
3711
|
+
protoOf(RulesDto).y2t = function (needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand) {
|
|
3611
3712
|
return new RulesDto(needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand);
|
|
3612
3713
|
};
|
|
3613
3714
|
protoOf(RulesDto).copy = function (needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand, $super) {
|
|
@@ -3628,7 +3729,7 @@
|
|
|
3628
3729
|
checkTrumpCombination = checkTrumpCombination === VOID ? this.checkTrumpCombination : checkTrumpCombination;
|
|
3629
3730
|
checkOnlyTrumpDebertz = checkOnlyTrumpDebertz === VOID ? this.checkOnlyTrumpDebertz : checkOnlyTrumpDebertz;
|
|
3630
3731
|
tenCardsInHand = tenCardsInHand === VOID ? this.tenCardsInHand : tenCardsInHand;
|
|
3631
|
-
return this.
|
|
3732
|
+
return this.y2t(needToPutHigherTrump, distributePoints, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand);
|
|
3632
3733
|
};
|
|
3633
3734
|
protoOf(RulesDto).toString = function () {
|
|
3634
3735
|
return 'RulesDto(needToPutHigherTrump=' + this.needToPutHigherTrump + ', distributePoints=' + this.distributePoints + ', protectBella=' + this.protectBella + ', oneTryToProtectBella=' + this.oneTryToProtectBella + ', enableFourSevensCombination=' + this.enableFourSevensCombination + ', enableTrumpSevenCombination=' + this.enableTrumpSevenCombination + ', enableTrumpSevenCombinationAfterDistribution=' + this.enableTrumpSevenCombinationAfterDistribution + ', playerWhoChooseSuitGoFirst=' + this.playerWhoChooseSuitGoFirst + ', winnerShuffleCards=' + this.winnerShuffleCards + ', playWithoutLiabilities=' + this.playWithoutLiabilities + ', trumpCardGoToPlayerWhoShuffleCards=' + this.trumpCardGoToPlayerWhoShuffleCards + ', enableFineIfNoBribes=' + this.enableFineIfNoBribes + ', fineIfNoBribes=' + this.fineIfNoBribes + ', enableFineAfterThirdByte=' + this.enableFineAfterThirdByte + ', checkTrumpCombination=' + this.checkTrumpCombination + ', checkOnlyTrumpDebertz=' + this.checkOnlyTrumpDebertz + ', tenCardsInHand=' + this.tenCardsInHand + ')';
|
|
@@ -3696,11 +3797,11 @@
|
|
|
3696
3797
|
return true;
|
|
3697
3798
|
};
|
|
3698
3799
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
3699
|
-
this.
|
|
3700
|
-
this.
|
|
3800
|
+
this.z2t_1 = trump;
|
|
3801
|
+
this.a2u_1 = firstCardSuit;
|
|
3701
3802
|
}
|
|
3702
3803
|
protoOf(CardGrowthComparator).a2m = function (a, b) {
|
|
3703
|
-
return getGrowth(b, this.
|
|
3804
|
+
return getGrowth(b, this.z2t_1, this.a2u_1) - getGrowth(a, this.z2t_1, this.a2u_1) | 0;
|
|
3704
3805
|
};
|
|
3705
3806
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
3706
3807
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -3848,15 +3949,15 @@
|
|
|
3848
3949
|
return tmp;
|
|
3849
3950
|
}
|
|
3850
3951
|
function ProcessingCard(gameCard, payload) {
|
|
3851
|
-
this.
|
|
3852
|
-
this.
|
|
3952
|
+
this.b2u_1 = gameCard;
|
|
3953
|
+
this.c2u_1 = payload;
|
|
3853
3954
|
}
|
|
3854
3955
|
protoOf(ProcessingCard).toString = function () {
|
|
3855
|
-
return 'ProcessingCard(gameCard=' + this.
|
|
3956
|
+
return 'ProcessingCard(gameCard=' + this.b2u_1.toString() + ', payload=' + toString(this.c2u_1) + ')';
|
|
3856
3957
|
};
|
|
3857
3958
|
protoOf(ProcessingCard).hashCode = function () {
|
|
3858
|
-
var result = this.
|
|
3859
|
-
result = imul(result, 31) + (this.
|
|
3959
|
+
var result = this.b2u_1.hashCode();
|
|
3960
|
+
result = imul(result, 31) + (this.c2u_1 == null ? 0 : hashCode(this.c2u_1)) | 0;
|
|
3860
3961
|
return result;
|
|
3861
3962
|
};
|
|
3862
3963
|
protoOf(ProcessingCard).equals = function (other) {
|
|
@@ -3865,28 +3966,28 @@
|
|
|
3865
3966
|
if (!(other instanceof ProcessingCard))
|
|
3866
3967
|
return false;
|
|
3867
3968
|
var tmp0_other_with_cast = other instanceof ProcessingCard ? other : THROW_CCE();
|
|
3868
|
-
if (!this.
|
|
3969
|
+
if (!this.b2u_1.equals(tmp0_other_with_cast.b2u_1))
|
|
3869
3970
|
return false;
|
|
3870
|
-
if (!equals(this.
|
|
3971
|
+
if (!equals(this.c2u_1, tmp0_other_with_cast.c2u_1))
|
|
3871
3972
|
return false;
|
|
3872
3973
|
return true;
|
|
3873
3974
|
};
|
|
3874
3975
|
function AsyncProvider() {
|
|
3875
3976
|
}
|
|
3876
3977
|
function onError($this, message, error) {
|
|
3877
|
-
$this.
|
|
3978
|
+
$this.m2u_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
3878
3979
|
}
|
|
3879
3980
|
function _no_name_provided__qut3iv(this$0) {
|
|
3880
|
-
this.
|
|
3981
|
+
this.v2u_1 = this$0;
|
|
3881
3982
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
3882
3983
|
}
|
|
3883
3984
|
protoOf(_no_name_provided__qut3iv).gq = function (context, exception) {
|
|
3884
|
-
onError(this.
|
|
3985
|
+
onError(this.v2u_1, 'CoroutineContext', exception);
|
|
3885
3986
|
return Unit_instance;
|
|
3886
3987
|
};
|
|
3887
3988
|
function AsyncProviderImpl$launchUnconfinedWithLock$slambda(this$0, $block, resultContinuation) {
|
|
3888
|
-
this.
|
|
3889
|
-
this.
|
|
3989
|
+
this.e2v_1 = this$0;
|
|
3990
|
+
this.f2v_1 = $block;
|
|
3890
3991
|
CoroutineImpl.call(this, resultContinuation);
|
|
3891
3992
|
}
|
|
3892
3993
|
protoOf(AsyncProviderImpl$launchUnconfinedWithLock$slambda).b16 = function ($this$launch, $completion) {
|
|
@@ -3907,24 +4008,24 @@
|
|
|
3907
4008
|
case 0:
|
|
3908
4009
|
this.w8_1 = 6;
|
|
3909
4010
|
var tmp_0 = this;
|
|
3910
|
-
tmp_0.
|
|
4011
|
+
tmp_0.h2v_1 = this.e2v_1.p2u_1;
|
|
3911
4012
|
var tmp_1 = this;
|
|
3912
|
-
tmp_1.
|
|
4013
|
+
tmp_1.i2v_1 = null;
|
|
3913
4014
|
this.v8_1 = 1;
|
|
3914
|
-
suspendResult = this.
|
|
4015
|
+
suspendResult = this.h2v_1.b1d(this.i2v_1, this);
|
|
3915
4016
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
3916
4017
|
return suspendResult;
|
|
3917
4018
|
}
|
|
3918
4019
|
|
|
3919
4020
|
continue $sm;
|
|
3920
4021
|
case 1:
|
|
3921
|
-
this.
|
|
4022
|
+
this.j2v_1 = Unit_instance;
|
|
3922
4023
|
this.v8_1 = 2;
|
|
3923
4024
|
continue $sm;
|
|
3924
4025
|
case 2:
|
|
3925
4026
|
this.w8_1 = 5;
|
|
3926
4027
|
this.v8_1 = 3;
|
|
3927
|
-
suspendResult = this.
|
|
4028
|
+
suspendResult = this.f2v_1(this.g2v_1, this);
|
|
3928
4029
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
3929
4030
|
return suspendResult;
|
|
3930
4031
|
}
|
|
@@ -3932,19 +4033,19 @@
|
|
|
3932
4033
|
continue $sm;
|
|
3933
4034
|
case 3:
|
|
3934
4035
|
var tmp_2 = this;
|
|
3935
|
-
tmp_2.
|
|
4036
|
+
tmp_2.j2v_1 = Unit_instance;
|
|
3936
4037
|
this.w8_1 = 6;
|
|
3937
4038
|
this.v8_1 = 4;
|
|
3938
4039
|
continue $sm;
|
|
3939
4040
|
case 4:
|
|
3940
|
-
this.
|
|
4041
|
+
this.j2v_1;
|
|
3941
4042
|
this.w8_1 = 6;
|
|
3942
|
-
this.
|
|
4043
|
+
this.h2v_1.m1c(this.i2v_1);
|
|
3943
4044
|
return Unit_instance;
|
|
3944
4045
|
case 5:
|
|
3945
4046
|
this.w8_1 = 6;
|
|
3946
4047
|
var t = this.y8_1;
|
|
3947
|
-
this.
|
|
4048
|
+
this.h2v_1.m1c(this.i2v_1);
|
|
3948
4049
|
throw t;
|
|
3949
4050
|
case 6:
|
|
3950
4051
|
throw this.y8_1;
|
|
@@ -3961,8 +4062,8 @@
|
|
|
3961
4062
|
while (true);
|
|
3962
4063
|
};
|
|
3963
4064
|
protoOf(AsyncProviderImpl$launchUnconfinedWithLock$slambda).c16 = function ($this$launch, completion) {
|
|
3964
|
-
var i = new AsyncProviderImpl$launchUnconfinedWithLock$slambda(this.
|
|
3965
|
-
i.
|
|
4065
|
+
var i = new AsyncProviderImpl$launchUnconfinedWithLock$slambda(this.e2v_1, this.f2v_1, completion);
|
|
4066
|
+
i.g2v_1 = $this$launch;
|
|
3966
4067
|
return i;
|
|
3967
4068
|
};
|
|
3968
4069
|
function AsyncProviderImpl$launchUnconfinedWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -3974,8 +4075,8 @@
|
|
|
3974
4075
|
return l;
|
|
3975
4076
|
}
|
|
3976
4077
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
3977
|
-
this.
|
|
3978
|
-
this.
|
|
4078
|
+
this.s2v_1 = this$0;
|
|
4079
|
+
this.t2v_1 = $block;
|
|
3979
4080
|
CoroutineImpl.call(this, resultContinuation);
|
|
3980
4081
|
}
|
|
3981
4082
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).b16 = function ($this$launch, $completion) {
|
|
@@ -3996,24 +4097,24 @@
|
|
|
3996
4097
|
case 0:
|
|
3997
4098
|
this.w8_1 = 6;
|
|
3998
4099
|
var tmp_0 = this;
|
|
3999
|
-
tmp_0.
|
|
4100
|
+
tmp_0.v2v_1 = this.s2v_1.o2u_1;
|
|
4000
4101
|
var tmp_1 = this;
|
|
4001
|
-
tmp_1.
|
|
4102
|
+
tmp_1.w2v_1 = null;
|
|
4002
4103
|
this.v8_1 = 1;
|
|
4003
|
-
suspendResult = this.
|
|
4104
|
+
suspendResult = this.v2v_1.b1d(this.w2v_1, this);
|
|
4004
4105
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4005
4106
|
return suspendResult;
|
|
4006
4107
|
}
|
|
4007
4108
|
|
|
4008
4109
|
continue $sm;
|
|
4009
4110
|
case 1:
|
|
4010
|
-
this.
|
|
4111
|
+
this.x2v_1 = Unit_instance;
|
|
4011
4112
|
this.v8_1 = 2;
|
|
4012
4113
|
continue $sm;
|
|
4013
4114
|
case 2:
|
|
4014
4115
|
this.w8_1 = 5;
|
|
4015
4116
|
this.v8_1 = 3;
|
|
4016
|
-
suspendResult = this.
|
|
4117
|
+
suspendResult = this.t2v_1(this.u2v_1, this);
|
|
4017
4118
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4018
4119
|
return suspendResult;
|
|
4019
4120
|
}
|
|
@@ -4021,19 +4122,19 @@
|
|
|
4021
4122
|
continue $sm;
|
|
4022
4123
|
case 3:
|
|
4023
4124
|
var tmp_2 = this;
|
|
4024
|
-
tmp_2.
|
|
4125
|
+
tmp_2.x2v_1 = Unit_instance;
|
|
4025
4126
|
this.w8_1 = 6;
|
|
4026
4127
|
this.v8_1 = 4;
|
|
4027
4128
|
continue $sm;
|
|
4028
4129
|
case 4:
|
|
4029
|
-
this.
|
|
4130
|
+
this.x2v_1;
|
|
4030
4131
|
this.w8_1 = 6;
|
|
4031
|
-
this.
|
|
4132
|
+
this.v2v_1.m1c(this.w2v_1);
|
|
4032
4133
|
return Unit_instance;
|
|
4033
4134
|
case 5:
|
|
4034
4135
|
this.w8_1 = 6;
|
|
4035
4136
|
var t = this.y8_1;
|
|
4036
|
-
this.
|
|
4137
|
+
this.v2v_1.m1c(this.w2v_1);
|
|
4037
4138
|
throw t;
|
|
4038
4139
|
case 6:
|
|
4039
4140
|
throw this.y8_1;
|
|
@@ -4050,8 +4151,8 @@
|
|
|
4050
4151
|
while (true);
|
|
4051
4152
|
};
|
|
4052
4153
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).c16 = function ($this$launch, completion) {
|
|
4053
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4054
|
-
i.
|
|
4154
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.s2v_1, this.t2v_1, completion);
|
|
4155
|
+
i.u2v_1 = $this$launch;
|
|
4055
4156
|
return i;
|
|
4056
4157
|
};
|
|
4057
4158
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4066,42 +4167,42 @@
|
|
|
4066
4167
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().au() : mainDispatcher;
|
|
4067
4168
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().wt_1 : defaultDispatcher;
|
|
4068
4169
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().xt_1 : unconfinedDispatcher;
|
|
4069
|
-
this.
|
|
4070
|
-
this.
|
|
4071
|
-
this.
|
|
4072
|
-
this.
|
|
4170
|
+
this.m2u_1 = logger;
|
|
4171
|
+
this.n2u_1 = SupervisorJob();
|
|
4172
|
+
this.o2u_1 = Mutex();
|
|
4173
|
+
this.p2u_1 = Mutex();
|
|
4073
4174
|
var tmp = this;
|
|
4074
4175
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4075
|
-
tmp.
|
|
4076
|
-
this.
|
|
4077
|
-
this.
|
|
4078
|
-
this.
|
|
4176
|
+
tmp.q2u_1 = new _no_name_provided__qut3iv(this);
|
|
4177
|
+
this.r2u_1 = CoroutineScope_0(mainDispatcher.sf(this.n2u_1));
|
|
4178
|
+
this.s2u_1 = CoroutineScope_0(defaultDispatcher.sf(this.n2u_1));
|
|
4179
|
+
this.t2u_1 = CoroutineScope_0(unconfinedDispatcher.sf(this.n2u_1));
|
|
4079
4180
|
}
|
|
4080
|
-
protoOf(AsyncProviderImpl).
|
|
4081
|
-
return this.
|
|
4181
|
+
protoOf(AsyncProviderImpl).d2u = function () {
|
|
4182
|
+
return this.q2u_1;
|
|
4082
4183
|
};
|
|
4083
|
-
protoOf(AsyncProviderImpl).
|
|
4084
|
-
return launch(this.
|
|
4184
|
+
protoOf(AsyncProviderImpl).k2u = function (context, block) {
|
|
4185
|
+
return launch(this.r2u_1, context, VOID, block);
|
|
4085
4186
|
};
|
|
4086
|
-
protoOf(AsyncProviderImpl).
|
|
4087
|
-
return launch(this.
|
|
4187
|
+
protoOf(AsyncProviderImpl).g2u = function (context, block) {
|
|
4188
|
+
return launch(this.s2u_1, context, VOID, block);
|
|
4088
4189
|
};
|
|
4089
|
-
protoOf(AsyncProviderImpl).
|
|
4090
|
-
return launch(this.
|
|
4190
|
+
protoOf(AsyncProviderImpl).e2u = function (context, block) {
|
|
4191
|
+
return launch(this.t2u_1, context, VOID, AsyncProviderImpl$launchUnconfinedWithLock$slambda_0(this, block, null));
|
|
4091
4192
|
};
|
|
4092
|
-
protoOf(AsyncProviderImpl).
|
|
4093
|
-
return launch(this.
|
|
4193
|
+
protoOf(AsyncProviderImpl).i2u = function (context, block) {
|
|
4194
|
+
return launch(this.s2u_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4094
4195
|
};
|
|
4095
4196
|
protoOf(AsyncProviderImpl).z1 = function () {
|
|
4096
|
-
if (!this.
|
|
4097
|
-
this.
|
|
4197
|
+
if (!this.n2u_1.gm()) {
|
|
4198
|
+
this.n2u_1.tm();
|
|
4098
4199
|
}
|
|
4099
4200
|
};
|
|
4100
4201
|
function IdsProvider() {
|
|
4101
4202
|
}
|
|
4102
4203
|
function UUIDIdsProvider() {
|
|
4103
4204
|
}
|
|
4104
|
-
protoOf(UUIDIdsProvider).
|
|
4205
|
+
protoOf(UUIDIdsProvider).y2v = function () {
|
|
4105
4206
|
return uuid4().toString();
|
|
4106
4207
|
};
|
|
4107
4208
|
var UUIDIdsProvider_instance;
|
|
@@ -4111,45 +4212,45 @@
|
|
|
4111
4212
|
function JobsProvider() {
|
|
4112
4213
|
}
|
|
4113
4214
|
function JobsProviderImpl(logger) {
|
|
4114
|
-
this.
|
|
4215
|
+
this.e2w_1 = logger;
|
|
4115
4216
|
var tmp = this;
|
|
4116
4217
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
4117
|
-
tmp.
|
|
4218
|
+
tmp.f2w_1 = HashMap_init_$Create$();
|
|
4118
4219
|
}
|
|
4119
|
-
protoOf(JobsProviderImpl).
|
|
4120
|
-
if (this.
|
|
4121
|
-
this.
|
|
4220
|
+
protoOf(JobsProviderImpl).z2v = function (timerTag, job) {
|
|
4221
|
+
if (this.d2w(timerTag)) {
|
|
4222
|
+
this.e2w_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
4122
4223
|
}
|
|
4123
4224
|
// Inline function 'kotlin.collections.set' call
|
|
4124
|
-
this.
|
|
4225
|
+
this.f2w_1.k2(timerTag, job);
|
|
4125
4226
|
};
|
|
4126
|
-
protoOf(JobsProviderImpl).
|
|
4127
|
-
return this.
|
|
4227
|
+
protoOf(JobsProviderImpl).d2w = function (timerTag) {
|
|
4228
|
+
return this.f2w_1.f2(timerTag);
|
|
4128
4229
|
};
|
|
4129
|
-
protoOf(JobsProviderImpl).
|
|
4130
|
-
if (!this.
|
|
4131
|
-
this.
|
|
4230
|
+
protoOf(JobsProviderImpl).b2w = function (timerTag) {
|
|
4231
|
+
if (!this.d2w(timerTag)) {
|
|
4232
|
+
this.e2w_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
4132
4233
|
}
|
|
4133
|
-
this.
|
|
4234
|
+
this.f2w_1.l2(timerTag);
|
|
4134
4235
|
};
|
|
4135
|
-
protoOf(JobsProviderImpl).
|
|
4236
|
+
protoOf(JobsProviderImpl).c2w = function (timers) {
|
|
4136
4237
|
// Inline function 'kotlin.collections.forEach' call
|
|
4137
4238
|
var tmp0_iterator = timers.j();
|
|
4138
4239
|
while (tmp0_iterator.k()) {
|
|
4139
4240
|
var element = tmp0_iterator.l();
|
|
4140
4241
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.cancelJobs.<anonymous>' call
|
|
4141
|
-
var timer = this.
|
|
4242
|
+
var timer = this.f2w_1.h2(element);
|
|
4142
4243
|
if (timer == null)
|
|
4143
4244
|
null;
|
|
4144
4245
|
else {
|
|
4145
4246
|
timer.tm();
|
|
4146
4247
|
}
|
|
4147
4248
|
}
|
|
4148
|
-
this.
|
|
4249
|
+
this.f2w_1.i2().x1(toSet(timers));
|
|
4149
4250
|
};
|
|
4150
|
-
protoOf(JobsProviderImpl).
|
|
4151
|
-
var timer = this.
|
|
4152
|
-
this.
|
|
4251
|
+
protoOf(JobsProviderImpl).a2w = function (timerTag) {
|
|
4252
|
+
var timer = this.f2w_1.h2(timerTag);
|
|
4253
|
+
this.f2w_1.l2(timerTag);
|
|
4153
4254
|
if (timer == null)
|
|
4154
4255
|
null;
|
|
4155
4256
|
else {
|
|
@@ -4409,36 +4510,36 @@
|
|
|
4409
4510
|
}
|
|
4410
4511
|
function FileSystemImpl(fileSystem) {
|
|
4411
4512
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4412
|
-
this.
|
|
4513
|
+
this.j2w_1 = fileSystem;
|
|
4413
4514
|
}
|
|
4414
|
-
protoOf(FileSystemImpl).
|
|
4515
|
+
protoOf(FileSystemImpl).g2w = function (path, $completion) {
|
|
4415
4516
|
var directoryPath = Path(path);
|
|
4416
|
-
var exists = this.
|
|
4517
|
+
var exists = this.j2w_1.j2l(directoryPath);
|
|
4417
4518
|
if (!exists) {
|
|
4418
|
-
this.
|
|
4519
|
+
this.j2w_1.n2l(directoryPath);
|
|
4419
4520
|
}
|
|
4420
4521
|
return Unit_instance;
|
|
4421
4522
|
};
|
|
4422
|
-
protoOf(FileSystemImpl).
|
|
4423
|
-
return buffered(this.
|
|
4523
|
+
protoOf(FileSystemImpl).h2w = function (path, fileName, append, $completion) {
|
|
4524
|
+
return buffered(this.j2w_1.o2l(Path_0(path, [fileName]), append));
|
|
4424
4525
|
};
|
|
4425
|
-
protoOf(FileSystemImpl).
|
|
4426
|
-
this.
|
|
4526
|
+
protoOf(FileSystemImpl).i2w = function (path, $completion) {
|
|
4527
|
+
this.j2w_1.l2l(Path_0(path, []));
|
|
4427
4528
|
return Unit_instance;
|
|
4428
4529
|
};
|
|
4429
4530
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4430
|
-
this.
|
|
4431
|
-
this.
|
|
4531
|
+
this.k2w_1 = coreConfig;
|
|
4532
|
+
this.l2w_1 = fileSystem;
|
|
4432
4533
|
}
|
|
4433
|
-
protoOf(LoggerFactoryImpl).
|
|
4534
|
+
protoOf(LoggerFactoryImpl).m2w = function (gameId, roomId, userId) {
|
|
4434
4535
|
// Inline function 'kotlin.let' call
|
|
4435
4536
|
// Inline function 'kotlin.contracts.contract' call
|
|
4436
4537
|
// Inline function 'com.logic.domain.logs.LoggerFactoryImpl.createLogger.<anonymous>' call
|
|
4437
|
-
var it = this.
|
|
4538
|
+
var it = this.k2w_1.fileNameFormat;
|
|
4438
4539
|
var tmp = Companion_instance_2;
|
|
4439
4540
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4440
4541
|
// Inline function 'kotlin.collections.map' call
|
|
4441
|
-
var this_0 = split(this.
|
|
4542
|
+
var this_0 = split(this.k2w_1.requireDirectoryPath, ['/']);
|
|
4442
4543
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4443
4544
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4444
4545
|
var tmp0_iterator = this_0.j();
|
|
@@ -4450,9 +4551,9 @@
|
|
|
4450
4551
|
destination.e(tmp$ret$2);
|
|
4451
4552
|
}
|
|
4452
4553
|
var segments = destination;
|
|
4453
|
-
var
|
|
4454
|
-
var
|
|
4455
|
-
return new LogsStorageControllerImpl(fileName,
|
|
4554
|
+
var tmp39_path = joinToString(segments, '/');
|
|
4555
|
+
var tmp40_fileSystem = this.l2w_1;
|
|
4556
|
+
return new LogsStorageControllerImpl(fileName, tmp39_path, tmp40_fileSystem);
|
|
4456
4557
|
};
|
|
4457
4558
|
function LoggerFactory() {
|
|
4458
4559
|
}
|
|
@@ -4464,7 +4565,7 @@
|
|
|
4464
4565
|
}
|
|
4465
4566
|
function $createDirectoryCOROUTINE$0(_this__u8e3s4, resultContinuation) {
|
|
4466
4567
|
CoroutineImpl.call(this, resultContinuation);
|
|
4467
|
-
this.
|
|
4568
|
+
this.f2x_1 = _this__u8e3s4;
|
|
4468
4569
|
}
|
|
4469
4570
|
protoOf($createDirectoryCOROUTINE$0).d9 = function () {
|
|
4470
4571
|
var suspendResult = this.x8_1;
|
|
@@ -4476,7 +4577,7 @@
|
|
|
4476
4577
|
this.w8_1 = 3;
|
|
4477
4578
|
this.w8_1 = 2;
|
|
4478
4579
|
this.v8_1 = 1;
|
|
4479
|
-
suspendResult = this.
|
|
4580
|
+
suspendResult = this.f2x_1.i2x_1.g2w(this.f2x_1.h2x_1, this);
|
|
4480
4581
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4481
4582
|
return suspendResult;
|
|
4482
4583
|
}
|
|
@@ -4517,8 +4618,8 @@
|
|
|
4517
4618
|
};
|
|
4518
4619
|
function $appendToFileCOROUTINE$1(_this__u8e3s4, message, resultContinuation) {
|
|
4519
4620
|
CoroutineImpl.call(this, resultContinuation);
|
|
4520
|
-
this.
|
|
4521
|
-
this.
|
|
4621
|
+
this.v2w_1 = _this__u8e3s4;
|
|
4622
|
+
this.w2w_1 = message;
|
|
4522
4623
|
}
|
|
4523
4624
|
protoOf($appendToFileCOROUTINE$1).d9 = function () {
|
|
4524
4625
|
var suspendResult = this.x8_1;
|
|
@@ -4530,7 +4631,7 @@
|
|
|
4530
4631
|
this.w8_1 = 3;
|
|
4531
4632
|
this.w8_1 = 2;
|
|
4532
4633
|
this.v8_1 = 1;
|
|
4533
|
-
suspendResult = this.
|
|
4634
|
+
suspendResult = this.v2w_1.i2x_1.h2w(this.v2w_1.h2x_1, this.v2w_1.g2x_1, true, this);
|
|
4534
4635
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4535
4636
|
return suspendResult;
|
|
4536
4637
|
}
|
|
@@ -4541,7 +4642,7 @@
|
|
|
4541
4642
|
var sink = buffered(ARGUMENT);
|
|
4542
4643
|
l$ret$1: do {
|
|
4543
4644
|
try {
|
|
4544
|
-
writeString(sink, this.
|
|
4645
|
+
writeString(sink, this.w2w_1 + '\n');
|
|
4545
4646
|
break l$ret$1;
|
|
4546
4647
|
} catch ($p) {
|
|
4547
4648
|
var t = $p;
|
|
@@ -4584,17 +4685,17 @@
|
|
|
4584
4685
|
while (true);
|
|
4585
4686
|
};
|
|
4586
4687
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
4587
|
-
this.
|
|
4588
|
-
this.
|
|
4589
|
-
this.
|
|
4688
|
+
this.g2x_1 = fileName;
|
|
4689
|
+
this.h2x_1 = path;
|
|
4690
|
+
this.i2x_1 = fileSystem;
|
|
4590
4691
|
}
|
|
4591
|
-
protoOf(LogsStorageControllerImpl).
|
|
4692
|
+
protoOf(LogsStorageControllerImpl).j2x = function ($completion) {
|
|
4592
4693
|
var tmp = new $createDirectoryCOROUTINE$0(this, $completion);
|
|
4593
4694
|
tmp.x8_1 = Unit_instance;
|
|
4594
4695
|
tmp.y8_1 = null;
|
|
4595
4696
|
return tmp.d9();
|
|
4596
4697
|
};
|
|
4597
|
-
protoOf(LogsStorageControllerImpl).
|
|
4698
|
+
protoOf(LogsStorageControllerImpl).k2x = function (log, $completion) {
|
|
4598
4699
|
return appendToFile(this, log, $completion);
|
|
4599
4700
|
};
|
|
4600
4701
|
function BufferedAction() {
|
|
@@ -4609,31 +4710,31 @@
|
|
|
4609
4710
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
4610
4711
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
4611
4712
|
TimerAction.call(this);
|
|
4612
|
-
this.
|
|
4613
|
-
this.
|
|
4614
|
-
this.
|
|
4615
|
-
this.
|
|
4713
|
+
this.q2x_1 = timerTag;
|
|
4714
|
+
this.r2x_1 = delayMillis;
|
|
4715
|
+
this.s2x_1 = initialDelay;
|
|
4716
|
+
this.t2x_1 = type;
|
|
4616
4717
|
}
|
|
4617
4718
|
protoOf(StartTimerAction).toString = function () {
|
|
4618
|
-
var tmp = 'StartTimerAction(' + ('timerTag=' + toString_0(this.
|
|
4719
|
+
var tmp = 'StartTimerAction(' + ('timerTag=' + toString_0(this.q2x_1) + ', ') + ('delayMillis=' + this.r2x_1.toString() + ', ');
|
|
4619
4720
|
// Inline function 'kotlin.takeIf' call
|
|
4620
|
-
var this_0 = 'initialDelay=' + this.
|
|
4721
|
+
var this_0 = 'initialDelay=' + this.s2x_1.toString() + ', ';
|
|
4621
4722
|
// Inline function 'kotlin.contracts.contract' call
|
|
4622
4723
|
var tmp_0;
|
|
4623
4724
|
// Inline function 'com.logic.redux.actions.StartTimerAction.toString.<anonymous>' call
|
|
4624
|
-
if (!this.
|
|
4725
|
+
if (!this.s2x_1.equals(new Long(0, 0))) {
|
|
4625
4726
|
tmp_0 = this_0;
|
|
4626
4727
|
} else {
|
|
4627
4728
|
tmp_0 = null;
|
|
4628
4729
|
}
|
|
4629
4730
|
var tmp0_elvis_lhs = tmp_0;
|
|
4630
|
-
return tmp + (tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs) + ('type=' + this.
|
|
4731
|
+
return tmp + (tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs) + ('type=' + this.t2x_1.toString()) + ')';
|
|
4631
4732
|
};
|
|
4632
4733
|
protoOf(StartTimerAction).hashCode = function () {
|
|
4633
|
-
var result = hashCode(this.
|
|
4634
|
-
result = imul(result, 31) + this.
|
|
4635
|
-
result = imul(result, 31) + this.
|
|
4636
|
-
result = imul(result, 31) + this.
|
|
4734
|
+
var result = hashCode(this.q2x_1);
|
|
4735
|
+
result = imul(result, 31) + this.r2x_1.hashCode() | 0;
|
|
4736
|
+
result = imul(result, 31) + this.s2x_1.hashCode() | 0;
|
|
4737
|
+
result = imul(result, 31) + this.t2x_1.hashCode() | 0;
|
|
4637
4738
|
return result;
|
|
4638
4739
|
};
|
|
4639
4740
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -4642,13 +4743,13 @@
|
|
|
4642
4743
|
if (!(other instanceof StartTimerAction))
|
|
4643
4744
|
return false;
|
|
4644
4745
|
var tmp0_other_with_cast = other instanceof StartTimerAction ? other : THROW_CCE();
|
|
4645
|
-
if (!equals(this.
|
|
4746
|
+
if (!equals(this.q2x_1, tmp0_other_with_cast.q2x_1))
|
|
4646
4747
|
return false;
|
|
4647
|
-
if (!this.
|
|
4748
|
+
if (!this.r2x_1.equals(tmp0_other_with_cast.r2x_1))
|
|
4648
4749
|
return false;
|
|
4649
|
-
if (!this.
|
|
4750
|
+
if (!this.s2x_1.equals(tmp0_other_with_cast.s2x_1))
|
|
4650
4751
|
return false;
|
|
4651
|
-
if (!this.
|
|
4752
|
+
if (!this.t2x_1.equals(tmp0_other_with_cast.t2x_1))
|
|
4652
4753
|
return false;
|
|
4653
4754
|
return true;
|
|
4654
4755
|
};
|
|
@@ -4667,18 +4768,18 @@
|
|
|
4667
4768
|
}
|
|
4668
4769
|
function TimerTickAction(timerTag, type) {
|
|
4669
4770
|
TimerAction.call(this);
|
|
4670
|
-
this.
|
|
4671
|
-
this.
|
|
4771
|
+
this.u2x_1 = timerTag;
|
|
4772
|
+
this.v2x_1 = type;
|
|
4672
4773
|
}
|
|
4673
4774
|
protoOf(TimerTickAction).notValidateWhenFinished = function () {
|
|
4674
|
-
return this.
|
|
4775
|
+
return this.u2x_1.notValidateWhenFinished();
|
|
4675
4776
|
};
|
|
4676
4777
|
protoOf(TimerTickAction).toString = function () {
|
|
4677
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
4778
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.u2x_1) + ', type=' + this.v2x_1.toString() + ')';
|
|
4678
4779
|
};
|
|
4679
4780
|
protoOf(TimerTickAction).hashCode = function () {
|
|
4680
|
-
var result = hashCode(this.
|
|
4681
|
-
result = imul(result, 31) + this.
|
|
4781
|
+
var result = hashCode(this.u2x_1);
|
|
4782
|
+
result = imul(result, 31) + this.v2x_1.hashCode() | 0;
|
|
4682
4783
|
return result;
|
|
4683
4784
|
};
|
|
4684
4785
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -4687,21 +4788,21 @@
|
|
|
4687
4788
|
if (!(other instanceof TimerTickAction))
|
|
4688
4789
|
return false;
|
|
4689
4790
|
var tmp0_other_with_cast = other instanceof TimerTickAction ? other : THROW_CCE();
|
|
4690
|
-
if (!equals(this.
|
|
4791
|
+
if (!equals(this.u2x_1, tmp0_other_with_cast.u2x_1))
|
|
4691
4792
|
return false;
|
|
4692
|
-
if (!this.
|
|
4793
|
+
if (!this.v2x_1.equals(tmp0_other_with_cast.v2x_1))
|
|
4693
4794
|
return false;
|
|
4694
4795
|
return true;
|
|
4695
4796
|
};
|
|
4696
4797
|
function StopTimerAction(timerTag) {
|
|
4697
4798
|
TimerAction.call(this);
|
|
4698
|
-
this.
|
|
4799
|
+
this.w2x_1 = timerTag;
|
|
4699
4800
|
}
|
|
4700
4801
|
protoOf(StopTimerAction).toString = function () {
|
|
4701
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
4802
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.w2x_1) + ')';
|
|
4702
4803
|
};
|
|
4703
4804
|
protoOf(StopTimerAction).hashCode = function () {
|
|
4704
|
-
return hashCode(this.
|
|
4805
|
+
return hashCode(this.w2x_1);
|
|
4705
4806
|
};
|
|
4706
4807
|
protoOf(StopTimerAction).equals = function (other) {
|
|
4707
4808
|
if (this === other)
|
|
@@ -4709,7 +4810,7 @@
|
|
|
4709
4810
|
if (!(other instanceof StopTimerAction))
|
|
4710
4811
|
return false;
|
|
4711
4812
|
var tmp0_other_with_cast = other instanceof StopTimerAction ? other : THROW_CCE();
|
|
4712
|
-
if (!equals(this.
|
|
4813
|
+
if (!equals(this.w2x_1, tmp0_other_with_cast.w2x_1))
|
|
4713
4814
|
return false;
|
|
4714
4815
|
return true;
|
|
4715
4816
|
};
|
|
@@ -4767,7 +4868,7 @@
|
|
|
4767
4868
|
}
|
|
4768
4869
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
4769
4870
|
return function (action) {
|
|
4770
|
-
$middleware.
|
|
4871
|
+
$middleware.x2x($store, $dispatcher, action);
|
|
4771
4872
|
return Unit_instance;
|
|
4772
4873
|
};
|
|
4773
4874
|
}
|
|
@@ -4783,7 +4884,7 @@
|
|
|
4783
4884
|
var element = this_0[inductionVariable];
|
|
4784
4885
|
inductionVariable = inductionVariable + 1 | 0;
|
|
4785
4886
|
// Inline function 'com.logic.redux.enhancers.applyMiddleware.<anonymous>.<anonymous>.<anonymous>.<anonymous>' call
|
|
4786
|
-
if (element.
|
|
4887
|
+
if (element.y2x(action)) {
|
|
4787
4888
|
destination.e(element);
|
|
4788
4889
|
}
|
|
4789
4890
|
}
|
|
@@ -4821,8 +4922,8 @@
|
|
|
4821
4922
|
return applyThread$lambda(asyncProvider);
|
|
4822
4923
|
}
|
|
4823
4924
|
function applyThread$lambda$lambda$lambda$slambda($origDispatch, $action, resultContinuation) {
|
|
4824
|
-
this.
|
|
4825
|
-
this.
|
|
4925
|
+
this.h2y_1 = $origDispatch;
|
|
4926
|
+
this.i2y_1 = $action;
|
|
4826
4927
|
CoroutineImpl.call(this, resultContinuation);
|
|
4827
4928
|
}
|
|
4828
4929
|
protoOf(applyThread$lambda$lambda$lambda$slambda).b16 = function ($this$launchUnconfinedWithLock, $completion) {
|
|
@@ -4841,7 +4942,7 @@
|
|
|
4841
4942
|
var tmp = this.v8_1;
|
|
4842
4943
|
if (tmp === 0) {
|
|
4843
4944
|
this.w8_1 = 1;
|
|
4844
|
-
this.
|
|
4945
|
+
this.h2y_1(this.i2y_1);
|
|
4845
4946
|
return Unit_instance;
|
|
4846
4947
|
} else if (tmp === 1) {
|
|
4847
4948
|
throw this.y8_1;
|
|
@@ -4853,8 +4954,8 @@
|
|
|
4853
4954
|
while (true);
|
|
4854
4955
|
};
|
|
4855
4956
|
protoOf(applyThread$lambda$lambda$lambda$slambda).c16 = function ($this$launchUnconfinedWithLock, completion) {
|
|
4856
|
-
var i = new applyThread$lambda$lambda$lambda$slambda(this.
|
|
4857
|
-
i.
|
|
4957
|
+
var i = new applyThread$lambda$lambda$lambda$slambda(this.h2y_1, this.i2y_1, completion);
|
|
4958
|
+
i.j2y_1 = $this$launchUnconfinedWithLock;
|
|
4858
4959
|
return i;
|
|
4859
4960
|
};
|
|
4860
4961
|
function applyThread$lambda$lambda$lambda$slambda_0($origDispatch, $action, resultContinuation) {
|
|
@@ -4867,7 +4968,7 @@
|
|
|
4867
4968
|
}
|
|
4868
4969
|
function applyThread$lambda$lambda$lambda($asyncProvider, $origDispatch) {
|
|
4869
4970
|
return function (action) {
|
|
4870
|
-
$asyncProvider.
|
|
4971
|
+
$asyncProvider.f2u(VOID, applyThread$lambda$lambda$lambda$slambda_0($origDispatch, action, null));
|
|
4871
4972
|
return Unit_instance;
|
|
4872
4973
|
};
|
|
4873
4974
|
}
|
|
@@ -4889,9 +4990,9 @@
|
|
|
4889
4990
|
return new _no_name_provided__qut3iv_0(asyncProvider, jobsProvider);
|
|
4890
4991
|
}
|
|
4891
4992
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
4892
|
-
this.
|
|
4893
|
-
this.
|
|
4894
|
-
this.
|
|
4993
|
+
this.s2y_1 = $jobsProvider;
|
|
4994
|
+
this.t2y_1 = $action;
|
|
4995
|
+
this.u2y_1 = $store;
|
|
4895
4996
|
CoroutineImpl.call(this, resultContinuation);
|
|
4896
4997
|
}
|
|
4897
4998
|
protoOf(timerMiddleware$o$handle$slambda$slambda).b16 = function ($this$launchMain, $completion) {
|
|
@@ -4910,8 +5011,8 @@
|
|
|
4910
5011
|
var tmp = this.v8_1;
|
|
4911
5012
|
if (tmp === 0) {
|
|
4912
5013
|
this.w8_1 = 1;
|
|
4913
|
-
if (this.
|
|
4914
|
-
this.
|
|
5014
|
+
if (this.s2y_1.d2w(this.t2y_1.q2x_1)) {
|
|
5015
|
+
this.u2y_1.dispatch(new TimerTickAction(this.t2y_1.q2x_1, TimerType_DELAY_getInstance()));
|
|
4915
5016
|
}
|
|
4916
5017
|
return Unit_instance;
|
|
4917
5018
|
} else if (tmp === 1) {
|
|
@@ -4924,8 +5025,8 @@
|
|
|
4924
5025
|
while (true);
|
|
4925
5026
|
};
|
|
4926
5027
|
protoOf(timerMiddleware$o$handle$slambda$slambda).c16 = function ($this$launchMain, completion) {
|
|
4927
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
4928
|
-
i.
|
|
5028
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.s2y_1, this.t2y_1, this.u2y_1, completion);
|
|
5029
|
+
i.v2y_1 = $this$launchMain;
|
|
4929
5030
|
return i;
|
|
4930
5031
|
};
|
|
4931
5032
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -4937,9 +5038,9 @@
|
|
|
4937
5038
|
return l;
|
|
4938
5039
|
}
|
|
4939
5040
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
4940
|
-
this.
|
|
4941
|
-
this.
|
|
4942
|
-
this.
|
|
5041
|
+
this.e2z_1 = $jobsProvider;
|
|
5042
|
+
this.f2z_1 = $action;
|
|
5043
|
+
this.g2z_1 = $store;
|
|
4943
5044
|
CoroutineImpl.call(this, resultContinuation);
|
|
4944
5045
|
}
|
|
4945
5046
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).b16 = function ($this$launchMain, $completion) {
|
|
@@ -4958,8 +5059,8 @@
|
|
|
4958
5059
|
var tmp = this.v8_1;
|
|
4959
5060
|
if (tmp === 0) {
|
|
4960
5061
|
this.w8_1 = 1;
|
|
4961
|
-
if (this.
|
|
4962
|
-
this.
|
|
5062
|
+
if (this.e2z_1.d2w(this.f2z_1.q2x_1)) {
|
|
5063
|
+
this.g2z_1.dispatch(new TimerTickAction(this.f2z_1.q2x_1, TimerType_INTERVAL_getInstance()));
|
|
4963
5064
|
}
|
|
4964
5065
|
return Unit_instance;
|
|
4965
5066
|
} else if (tmp === 1) {
|
|
@@ -4972,8 +5073,8 @@
|
|
|
4972
5073
|
while (true);
|
|
4973
5074
|
};
|
|
4974
5075
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).c16 = function ($this$launchMain, completion) {
|
|
4975
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
4976
|
-
i.
|
|
5076
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.e2z_1, this.f2z_1, this.g2z_1, completion);
|
|
5077
|
+
i.h2z_1 = $this$launchMain;
|
|
4977
5078
|
return i;
|
|
4978
5079
|
};
|
|
4979
5080
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -4985,10 +5086,10 @@
|
|
|
4985
5086
|
return l;
|
|
4986
5087
|
}
|
|
4987
5088
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
4988
|
-
this.
|
|
4989
|
-
this.
|
|
4990
|
-
this.
|
|
4991
|
-
this.
|
|
5089
|
+
this.q2z_1 = $action;
|
|
5090
|
+
this.r2z_1 = $asyncProvider;
|
|
5091
|
+
this.s2z_1 = $jobsProvider;
|
|
5092
|
+
this.t2z_1 = $store;
|
|
4992
5093
|
CoroutineImpl.call(this, resultContinuation);
|
|
4993
5094
|
}
|
|
4994
5095
|
protoOf(timerMiddleware$o$handle$slambda).b16 = function ($this$launchDefault, $completion) {
|
|
@@ -5008,9 +5109,9 @@
|
|
|
5008
5109
|
switch (tmp) {
|
|
5009
5110
|
case 0:
|
|
5010
5111
|
this.w8_1 = 10;
|
|
5011
|
-
if (!this.
|
|
5112
|
+
if (!this.q2z_1.s2x_1.equals(new Long(0, 0)) && this.q2z_1.t2x_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5012
5113
|
this.v8_1 = 1;
|
|
5013
|
-
suspendResult = delay(this.
|
|
5114
|
+
suspendResult = delay(this.q2z_1.s2x_1, this);
|
|
5014
5115
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5015
5116
|
return suspendResult;
|
|
5016
5117
|
}
|
|
@@ -5024,20 +5125,20 @@
|
|
|
5024
5125
|
this.v8_1 = 2;
|
|
5025
5126
|
continue $sm;
|
|
5026
5127
|
case 2:
|
|
5027
|
-
this.
|
|
5028
|
-
this.
|
|
5029
|
-
if (this.
|
|
5128
|
+
this.v2z_1 = this.q2z_1.t2x_1;
|
|
5129
|
+
this.w2z_1 = this.v2z_1.n2_1;
|
|
5130
|
+
if (this.w2z_1 === 0) {
|
|
5030
5131
|
this.v8_1 = 8;
|
|
5031
|
-
suspendResult = delay(this.
|
|
5132
|
+
suspendResult = delay(this.q2z_1.r2x_1, this);
|
|
5032
5133
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5033
5134
|
return suspendResult;
|
|
5034
5135
|
}
|
|
5035
5136
|
continue $sm;
|
|
5036
5137
|
} else {
|
|
5037
|
-
if (this.
|
|
5038
|
-
if (!this.
|
|
5138
|
+
if (this.w2z_1 === 1) {
|
|
5139
|
+
if (!this.q2z_1.s2x_1.equals(new Long(0, 0))) {
|
|
5039
5140
|
this.v8_1 = 3;
|
|
5040
|
-
suspendResult = delay(this.
|
|
5141
|
+
suspendResult = delay(this.q2z_1.s2x_1, this);
|
|
5041
5142
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5042
5143
|
return suspendResult;
|
|
5043
5144
|
}
|
|
@@ -5060,14 +5161,14 @@
|
|
|
5060
5161
|
this.v8_1 = 5;
|
|
5061
5162
|
continue $sm;
|
|
5062
5163
|
case 5:
|
|
5063
|
-
if (!get_isActive(this.
|
|
5164
|
+
if (!get_isActive(this.u2z_1)) {
|
|
5064
5165
|
this.v8_1 = 7;
|
|
5065
5166
|
continue $sm;
|
|
5066
5167
|
}
|
|
5067
5168
|
|
|
5068
|
-
this.
|
|
5169
|
+
this.r2z_1.l2u(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.s2z_1, this.q2z_1, this.t2z_1, null));
|
|
5069
5170
|
this.v8_1 = 6;
|
|
5070
|
-
suspendResult = delay(this.
|
|
5171
|
+
suspendResult = delay(this.q2z_1.s2x_1, this);
|
|
5071
5172
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5072
5173
|
return suspendResult;
|
|
5073
5174
|
}
|
|
@@ -5077,12 +5178,12 @@
|
|
|
5077
5178
|
this.v8_1 = 5;
|
|
5078
5179
|
continue $sm;
|
|
5079
5180
|
case 7:
|
|
5080
|
-
this.
|
|
5181
|
+
this.x2z_1 = Unit_instance;
|
|
5081
5182
|
this.v8_1 = 9;
|
|
5082
5183
|
continue $sm;
|
|
5083
5184
|
case 8:
|
|
5084
5185
|
var tmp_1 = this;
|
|
5085
|
-
tmp_1.
|
|
5186
|
+
tmp_1.x2z_1 = this.r2z_1.l2u(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.s2z_1, this.q2z_1, this.t2z_1, null));
|
|
5086
5187
|
this.v8_1 = 9;
|
|
5087
5188
|
continue $sm;
|
|
5088
5189
|
case 9:
|
|
@@ -5102,8 +5203,8 @@
|
|
|
5102
5203
|
while (true);
|
|
5103
5204
|
};
|
|
5104
5205
|
protoOf(timerMiddleware$o$handle$slambda).c16 = function ($this$launchDefault, completion) {
|
|
5105
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5106
|
-
i.
|
|
5206
|
+
var i = new timerMiddleware$o$handle$slambda(this.q2z_1, this.r2z_1, this.s2z_1, this.t2z_1, completion);
|
|
5207
|
+
i.u2z_1 = $this$launchDefault;
|
|
5107
5208
|
return i;
|
|
5108
5209
|
};
|
|
5109
5210
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5115,25 +5216,25 @@
|
|
|
5115
5216
|
return l;
|
|
5116
5217
|
}
|
|
5117
5218
|
function _no_name_provided__qut3iv_0($asyncProvider, $jobsProvider) {
|
|
5118
|
-
this.
|
|
5119
|
-
this.
|
|
5219
|
+
this.y2z_1 = $asyncProvider;
|
|
5220
|
+
this.z2z_1 = $jobsProvider;
|
|
5120
5221
|
}
|
|
5121
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
5222
|
+
protoOf(_no_name_provided__qut3iv_0).y2x = function (action) {
|
|
5122
5223
|
return action instanceof TimerAction;
|
|
5123
5224
|
};
|
|
5124
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
5225
|
+
protoOf(_no_name_provided__qut3iv_0).a30 = function (store, next, action) {
|
|
5125
5226
|
// Inline function 'com.logic.redux.middlewares.timers.timerMiddleware.<anonymous>' call
|
|
5126
5227
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5127
5228
|
if (action_0 instanceof StartTimerAction) {
|
|
5128
|
-
var job = this.
|
|
5129
|
-
this.
|
|
5229
|
+
var job = this.y2z_1.h2u(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.y2z_1, this.z2z_1, store, null));
|
|
5230
|
+
this.z2z_1.z2v(action_0.q2x_1, job);
|
|
5130
5231
|
} else {
|
|
5131
5232
|
if (action_0 instanceof StopTimerAction) {
|
|
5132
|
-
this.
|
|
5233
|
+
this.z2z_1.a2w(action_0.w2x_1);
|
|
5133
5234
|
} else {
|
|
5134
5235
|
if (action_0 instanceof TimerTickAction) {
|
|
5135
|
-
if (action_0.
|
|
5136
|
-
this.
|
|
5236
|
+
if (action_0.v2x_1.equals(TimerType_DELAY_getInstance())) {
|
|
5237
|
+
this.z2z_1.b2w(action_0.u2x_1);
|
|
5137
5238
|
}
|
|
5138
5239
|
} else {
|
|
5139
5240
|
noWhenBranchMatchedException();
|
|
@@ -5142,8 +5243,8 @@
|
|
|
5142
5243
|
}
|
|
5143
5244
|
next(action_0);
|
|
5144
5245
|
};
|
|
5145
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
5146
|
-
return this.
|
|
5246
|
+
protoOf(_no_name_provided__qut3iv_0).x2x = function (store, next, action) {
|
|
5247
|
+
return this.a30(store, next, action);
|
|
5147
5248
|
};
|
|
5148
5249
|
function compose(functions) {
|
|
5149
5250
|
return compose$lambda(functions);
|
|
@@ -5179,7 +5280,7 @@
|
|
|
5179
5280
|
}
|
|
5180
5281
|
function createStore$dispatch(currentState, currentReducer, $logger, stateTrigger, action) {
|
|
5181
5282
|
try {
|
|
5182
|
-
currentState._v = currentReducer._v.
|
|
5283
|
+
currentState._v = currentReducer._v.b30(currentState._v, action);
|
|
5183
5284
|
} catch ($p) {
|
|
5184
5285
|
if ($p instanceof Exception) {
|
|
5185
5286
|
var exception = $p;
|
|
@@ -5200,18 +5301,18 @@
|
|
|
5200
5301
|
};
|
|
5201
5302
|
}
|
|
5202
5303
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5203
|
-
this.
|
|
5204
|
-
this.
|
|
5304
|
+
this.k30_1 = $$this$unsafeFlow;
|
|
5305
|
+
this.l30_1 = this$0;
|
|
5205
5306
|
CoroutineImpl.call(this, resultContinuation);
|
|
5206
5307
|
}
|
|
5207
|
-
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).
|
|
5208
|
-
var tmp = this.
|
|
5308
|
+
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).p30 = function (value, $completion) {
|
|
5309
|
+
var tmp = this.q30(value, $completion);
|
|
5209
5310
|
tmp.x8_1 = Unit_instance;
|
|
5210
5311
|
tmp.y8_1 = null;
|
|
5211
5312
|
return tmp.d9();
|
|
5212
5313
|
};
|
|
5213
5314
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).y9 = function (p1, $completion) {
|
|
5214
|
-
return this.
|
|
5315
|
+
return this.p30((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
5215
5316
|
};
|
|
5216
5317
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).d9 = function () {
|
|
5217
5318
|
var suspendResult = this.x8_1;
|
|
@@ -5222,12 +5323,12 @@
|
|
|
5222
5323
|
case 0:
|
|
5223
5324
|
this.w8_1 = 2;
|
|
5224
5325
|
var tmp_0 = this;
|
|
5225
|
-
tmp_0.
|
|
5326
|
+
tmp_0.n30_1 = this.k30_1;
|
|
5226
5327
|
var tmp_1 = this;
|
|
5227
|
-
tmp_1.
|
|
5328
|
+
tmp_1.o30_1 = this.m30_1;
|
|
5228
5329
|
this.v8_1 = 1;
|
|
5229
|
-
this.
|
|
5230
|
-
suspendResult = this.
|
|
5330
|
+
this.o30_1;
|
|
5331
|
+
suspendResult = this.n30_1.e11(this.l30_1.state, this);
|
|
5231
5332
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5232
5333
|
return suspendResult;
|
|
5233
5334
|
}
|
|
@@ -5249,23 +5350,23 @@
|
|
|
5249
5350
|
}
|
|
5250
5351
|
while (true);
|
|
5251
5352
|
};
|
|
5252
|
-
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).
|
|
5253
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5254
|
-
i.
|
|
5353
|
+
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).q30 = function (value, completion) {
|
|
5354
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.k30_1, this.l30_1, completion);
|
|
5355
|
+
i.m30_1 = value;
|
|
5255
5356
|
return i;
|
|
5256
5357
|
};
|
|
5257
5358
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5258
5359
|
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation);
|
|
5259
5360
|
var l = function (value, $completion) {
|
|
5260
|
-
return i.
|
|
5361
|
+
return i.p30(value, $completion);
|
|
5261
5362
|
};
|
|
5262
5363
|
l.$arity = 1;
|
|
5263
5364
|
return l;
|
|
5264
5365
|
}
|
|
5265
5366
|
function $collectCOROUTINE$2(_this__u8e3s4, collector, resultContinuation) {
|
|
5266
5367
|
CoroutineImpl.call(this, resultContinuation);
|
|
5267
|
-
this.
|
|
5268
|
-
this.
|
|
5368
|
+
this.z30_1 = _this__u8e3s4;
|
|
5369
|
+
this.a31_1 = collector;
|
|
5269
5370
|
}
|
|
5270
5371
|
protoOf($collectCOROUTINE$2).d9 = function () {
|
|
5271
5372
|
var suspendResult = this.x8_1;
|
|
@@ -5276,10 +5377,10 @@
|
|
|
5276
5377
|
case 0:
|
|
5277
5378
|
this.w8_1 = 2;
|
|
5278
5379
|
var tmp_0 = this;
|
|
5279
|
-
tmp_0.
|
|
5380
|
+
tmp_0.b31_1 = this.a31_1;
|
|
5280
5381
|
this.v8_1 = 1;
|
|
5281
|
-
var tmp_1 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0(this.
|
|
5282
|
-
suspendResult = this.
|
|
5382
|
+
var tmp_1 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0(this.b31_1, this.z30_1.d31_1, null);
|
|
5383
|
+
suspendResult = this.z30_1.c31_1.o10(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
5283
5384
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5284
5385
|
return suspendResult;
|
|
5285
5386
|
}
|
|
@@ -5302,10 +5403,10 @@
|
|
|
5302
5403
|
while (true);
|
|
5303
5404
|
};
|
|
5304
5405
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5305
|
-
this.
|
|
5406
|
+
this.e31_1 = function_0;
|
|
5306
5407
|
}
|
|
5307
5408
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).e11 = function (value, $completion) {
|
|
5308
|
-
return this.
|
|
5409
|
+
return this.e31_1(value, $completion);
|
|
5309
5410
|
};
|
|
5310
5411
|
function createStore$o$dispatch$lambda($currentState, $currentReducer, $logger, $stateTrigger) {
|
|
5311
5412
|
return function (action) {
|
|
@@ -5320,8 +5421,8 @@
|
|
|
5320
5421
|
};
|
|
5321
5422
|
}
|
|
5322
5423
|
function _no_name_provided__qut3iv_1($this, this$0) {
|
|
5323
|
-
this.
|
|
5324
|
-
this.
|
|
5424
|
+
this.c31_1 = $this;
|
|
5425
|
+
this.d31_1 = this$0;
|
|
5325
5426
|
}
|
|
5326
5427
|
protoOf(_no_name_provided__qut3iv_1).c1b = function (collector, $completion) {
|
|
5327
5428
|
var tmp = new $collectCOROUTINE$2(this, collector, $completion);
|
|
@@ -5333,33 +5434,33 @@
|
|
|
5333
5434
|
return this.c1b(collector, $completion);
|
|
5334
5435
|
};
|
|
5335
5436
|
function createStore$2($currentState, $currentReducer, $logger, $stateTrigger) {
|
|
5336
|
-
this.
|
|
5337
|
-
this.
|
|
5338
|
-
this.
|
|
5437
|
+
this.i31_1 = $currentState;
|
|
5438
|
+
this.j31_1 = $stateTrigger;
|
|
5439
|
+
this.f31_1 = this;
|
|
5339
5440
|
var tmp = this;
|
|
5340
|
-
tmp.
|
|
5441
|
+
tmp.g31_1 = createStore$o$dispatch$lambda($currentState, $currentReducer, $logger, $stateTrigger);
|
|
5341
5442
|
var tmp_0 = this;
|
|
5342
|
-
tmp_0.
|
|
5443
|
+
tmp_0.h31_1 = createStore$o$replaceReducer$lambda($currentReducer, $currentState, $logger, $stateTrigger);
|
|
5343
5444
|
}
|
|
5344
|
-
protoOf(createStore$2).
|
|
5345
|
-
return this.
|
|
5445
|
+
protoOf(createStore$2).k31 = function () {
|
|
5446
|
+
return this.f31_1;
|
|
5346
5447
|
};
|
|
5347
|
-
protoOf(createStore$2).
|
|
5348
|
-
return createStore$getState(this.
|
|
5448
|
+
protoOf(createStore$2).d2q = function () {
|
|
5449
|
+
return createStore$getState(this.i31_1);
|
|
5349
5450
|
};
|
|
5350
|
-
protoOf(createStore$2).
|
|
5351
|
-
this.
|
|
5451
|
+
protoOf(createStore$2).l31 = function (_set____db54di) {
|
|
5452
|
+
this.g31_1 = _set____db54di;
|
|
5352
5453
|
};
|
|
5353
|
-
protoOf(createStore$2).
|
|
5354
|
-
return this.
|
|
5454
|
+
protoOf(createStore$2).m31 = function () {
|
|
5455
|
+
return this.g31_1;
|
|
5355
5456
|
};
|
|
5356
|
-
protoOf(createStore$2).
|
|
5357
|
-
return this.
|
|
5457
|
+
protoOf(createStore$2).n31 = function () {
|
|
5458
|
+
return this.h31_1;
|
|
5358
5459
|
};
|
|
5359
|
-
protoOf(createStore$2).
|
|
5460
|
+
protoOf(createStore$2).o31 = function () {
|
|
5360
5461
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5361
5462
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5362
|
-
var this_0 = this.
|
|
5463
|
+
var this_0 = this.j31_1;
|
|
5363
5464
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5364
5465
|
return new _no_name_provided__qut3iv_1(this_0, this);
|
|
5365
5466
|
};
|
|
@@ -5437,10 +5538,10 @@
|
|
|
5437
5538
|
return new middleware$1(dispatch);
|
|
5438
5539
|
}
|
|
5439
5540
|
function middleware$1($dispatch) {
|
|
5440
|
-
this.
|
|
5541
|
+
this.p31_1 = $dispatch;
|
|
5441
5542
|
}
|
|
5442
|
-
protoOf(middleware$1).
|
|
5443
|
-
this.
|
|
5543
|
+
protoOf(middleware$1).x2x = function (store, next, action) {
|
|
5544
|
+
this.p31_1(store, next, action);
|
|
5444
5545
|
};
|
|
5445
5546
|
function Reducer() {
|
|
5446
5547
|
}
|
|
@@ -5448,13 +5549,13 @@
|
|
|
5448
5549
|
return new combineReducers$1(reducers);
|
|
5449
5550
|
}
|
|
5450
5551
|
function combineReducers$1($reducers) {
|
|
5451
|
-
this.
|
|
5552
|
+
this.q31_1 = $reducers;
|
|
5452
5553
|
}
|
|
5453
|
-
protoOf(combineReducers$1).
|
|
5554
|
+
protoOf(combineReducers$1).r31 = function (state, action) {
|
|
5454
5555
|
// Inline function 'kotlin.collections.fold' call
|
|
5455
5556
|
// Inline function 'kotlin.collections.filter' call
|
|
5456
5557
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5457
|
-
var this_0 = this.
|
|
5558
|
+
var this_0 = this.q31_1;
|
|
5458
5559
|
var destination = ArrayList_init_$Create$();
|
|
5459
5560
|
var inductionVariable = 0;
|
|
5460
5561
|
var last = this_0.length;
|
|
@@ -5462,7 +5563,7 @@
|
|
|
5462
5563
|
var element = this_0[inductionVariable];
|
|
5463
5564
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5464
5565
|
// Inline function 'com.logic.redux.store.definitions.<no name provided>.reduce.<anonymous>' call
|
|
5465
|
-
if (element.
|
|
5566
|
+
if (element.y2x(action)) {
|
|
5466
5567
|
destination.e(element);
|
|
5467
5568
|
}
|
|
5468
5569
|
}
|
|
@@ -5472,12 +5573,12 @@
|
|
|
5472
5573
|
var element_0 = tmp0_iterator.l();
|
|
5473
5574
|
// Inline function 'com.logic.redux.store.definitions.<no name provided>.reduce.<anonymous>' call
|
|
5474
5575
|
var s = accumulator;
|
|
5475
|
-
accumulator = element_0.
|
|
5576
|
+
accumulator = element_0.b30(s, action);
|
|
5476
5577
|
}
|
|
5477
5578
|
return accumulator;
|
|
5478
5579
|
};
|
|
5479
|
-
protoOf(combineReducers$1).
|
|
5480
|
-
return this.
|
|
5580
|
+
protoOf(combineReducers$1).b30 = function (state, action) {
|
|
5581
|
+
return this.r31((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5481
5582
|
};
|
|
5482
5583
|
function Store() {
|
|
5483
5584
|
}
|
|
@@ -5498,8 +5599,8 @@
|
|
|
5498
5599
|
}
|
|
5499
5600
|
tmp$ret$1 = null;
|
|
5500
5601
|
}
|
|
5501
|
-
var
|
|
5502
|
-
var tmp0_elvis_lhs =
|
|
5602
|
+
var tmp43_safe_receiver = tmp$ret$1;
|
|
5603
|
+
var tmp0_elvis_lhs = tmp43_safe_receiver == null ? null : tmp43_safe_receiver.d2();
|
|
5503
5604
|
var tmp;
|
|
5504
5605
|
if (tmp0_elvis_lhs == null) {
|
|
5505
5606
|
throw IllegalArgumentException_init_$Create$("can't find key " + _this__u8e3s4.toString() + ', in mapping ' + toString_0(mapping));
|
|
@@ -5613,19 +5714,19 @@
|
|
|
5613
5714
|
var tmp0_elvis_lhs = toIntOrNull(split(_this__u8e3s4, ['.']).o(1));
|
|
5614
5715
|
return tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
|
|
5615
5716
|
}
|
|
5616
|
-
function _get_$
|
|
5617
|
-
return $this.
|
|
5717
|
+
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
5718
|
+
return $this.s31_1.e2();
|
|
5618
5719
|
}
|
|
5619
5720
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
5620
|
-
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType',
|
|
5721
|
+
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_4());
|
|
5621
5722
|
}
|
|
5622
5723
|
var LogType_DEBUG_instance;
|
|
5623
5724
|
var LogType_ERROR_instance;
|
|
5624
5725
|
var LogType_WARN_instance;
|
|
5625
|
-
function
|
|
5726
|
+
function values_4() {
|
|
5626
5727
|
return [LogType_DEBUG_getInstance(), LogType_ERROR_getInstance(), LogType_WARN_getInstance()];
|
|
5627
5728
|
}
|
|
5628
|
-
function
|
|
5729
|
+
function valueOf_3(value) {
|
|
5629
5730
|
switch (value) {
|
|
5630
5731
|
case 'DEBUG':
|
|
5631
5732
|
return LogType_DEBUG_getInstance();
|
|
@@ -5641,27 +5742,27 @@
|
|
|
5641
5742
|
}
|
|
5642
5743
|
function get_entries() {
|
|
5643
5744
|
if ($ENTRIES == null)
|
|
5644
|
-
$ENTRIES = enumEntries(
|
|
5745
|
+
$ENTRIES = enumEntries(values_4());
|
|
5645
5746
|
return $ENTRIES;
|
|
5646
5747
|
}
|
|
5647
|
-
function
|
|
5648
|
-
|
|
5748
|
+
function Companion_17() {
|
|
5749
|
+
Companion_instance_18 = this;
|
|
5649
5750
|
var tmp = this;
|
|
5650
5751
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
5651
|
-
tmp.
|
|
5752
|
+
tmp.s31_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
5652
5753
|
}
|
|
5653
|
-
protoOf(
|
|
5654
|
-
return _get_$
|
|
5754
|
+
protoOf(Companion_17).o22 = function () {
|
|
5755
|
+
return _get_$cachedSerializer__te6jhj_8(this);
|
|
5655
5756
|
};
|
|
5656
|
-
protoOf(
|
|
5757
|
+
protoOf(Companion_17).e1r = function (typeParamsSerializers) {
|
|
5657
5758
|
return this.o22();
|
|
5658
5759
|
};
|
|
5659
|
-
var
|
|
5660
|
-
function
|
|
5760
|
+
var Companion_instance_18;
|
|
5761
|
+
function Companion_getInstance_19() {
|
|
5661
5762
|
LogType_initEntries();
|
|
5662
|
-
if (
|
|
5663
|
-
new
|
|
5664
|
-
return
|
|
5763
|
+
if (Companion_instance_18 == null)
|
|
5764
|
+
new Companion_17();
|
|
5765
|
+
return Companion_instance_18;
|
|
5665
5766
|
}
|
|
5666
5767
|
var LogType_entriesInitialized;
|
|
5667
5768
|
function LogType_initEntries() {
|
|
@@ -5671,7 +5772,7 @@
|
|
|
5671
5772
|
LogType_DEBUG_instance = new LogType('DEBUG', 0);
|
|
5672
5773
|
LogType_ERROR_instance = new LogType('ERROR', 1);
|
|
5673
5774
|
LogType_WARN_instance = new LogType('WARN', 2);
|
|
5674
|
-
|
|
5775
|
+
Companion_getInstance_19();
|
|
5675
5776
|
}
|
|
5676
5777
|
var $ENTRIES;
|
|
5677
5778
|
function LogType(name, ordinal) {
|
|
@@ -5691,22 +5792,22 @@
|
|
|
5691
5792
|
}
|
|
5692
5793
|
function ObservableLoggerOutput() {
|
|
5693
5794
|
}
|
|
5694
|
-
function
|
|
5695
|
-
|
|
5795
|
+
function Companion_18() {
|
|
5796
|
+
Companion_instance_19 = this;
|
|
5696
5797
|
var tmp = this;
|
|
5697
5798
|
// Inline function 'kotlin.arrayOf' call
|
|
5698
5799
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
5699
5800
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5700
|
-
tmp.
|
|
5801
|
+
tmp.w31_1 = [Companion_getInstance_19().o22(), null, null, null];
|
|
5701
5802
|
}
|
|
5702
|
-
protoOf(
|
|
5803
|
+
protoOf(Companion_18).o22 = function () {
|
|
5703
5804
|
return $serializer_getInstance_7();
|
|
5704
5805
|
};
|
|
5705
|
-
var
|
|
5706
|
-
function
|
|
5707
|
-
if (
|
|
5708
|
-
new
|
|
5709
|
-
return
|
|
5806
|
+
var Companion_instance_19;
|
|
5807
|
+
function Companion_getInstance_20() {
|
|
5808
|
+
if (Companion_instance_19 == null)
|
|
5809
|
+
new Companion_18();
|
|
5810
|
+
return Companion_instance_19;
|
|
5710
5811
|
}
|
|
5711
5812
|
function $serializer_7() {
|
|
5712
5813
|
$serializer_instance_7 = this;
|
|
@@ -5715,12 +5816,12 @@
|
|
|
5715
5816
|
tmp0_serialDesc.e1q('tag', false);
|
|
5716
5817
|
tmp0_serialDesc.e1q('message', false);
|
|
5717
5818
|
tmp0_serialDesc.e1q('stackTrace', false);
|
|
5718
|
-
this.
|
|
5819
|
+
this.x31_1 = tmp0_serialDesc;
|
|
5719
5820
|
}
|
|
5720
|
-
protoOf($serializer_7).
|
|
5721
|
-
var tmp0_desc = this.
|
|
5821
|
+
protoOf($serializer_7).y31 = function (encoder, value) {
|
|
5822
|
+
var tmp0_desc = this.x31_1;
|
|
5722
5823
|
var tmp1_output = encoder.q1i(tmp0_desc);
|
|
5723
|
-
var tmp2_cached =
|
|
5824
|
+
var tmp2_cached = Companion_getInstance_20().w31_1;
|
|
5724
5825
|
tmp1_output.h1k(tmp0_desc, 0, tmp2_cached[0], value.type);
|
|
5725
5826
|
tmp1_output.j1k(tmp0_desc, 1, StringSerializer_getInstance(), value.tag);
|
|
5726
5827
|
tmp1_output.j1k(tmp0_desc, 2, StringSerializer_getInstance(), value.message);
|
|
@@ -5728,10 +5829,10 @@
|
|
|
5728
5829
|
tmp1_output.r1i(tmp0_desc);
|
|
5729
5830
|
};
|
|
5730
5831
|
protoOf($serializer_7).j1f = function (encoder, value) {
|
|
5731
|
-
return this.
|
|
5832
|
+
return this.y31(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
5732
5833
|
};
|
|
5733
5834
|
protoOf($serializer_7).k1f = function (decoder) {
|
|
5734
|
-
var tmp0_desc = this.
|
|
5835
|
+
var tmp0_desc = this.x31_1;
|
|
5735
5836
|
var tmp1_flag = true;
|
|
5736
5837
|
var tmp2_index = 0;
|
|
5737
5838
|
var tmp3_bitMask0 = 0;
|
|
@@ -5740,7 +5841,7 @@
|
|
|
5740
5841
|
var tmp6_local2 = null;
|
|
5741
5842
|
var tmp7_local3 = null;
|
|
5742
5843
|
var tmp8_input = decoder.q1i(tmp0_desc);
|
|
5743
|
-
var tmp9_cached =
|
|
5844
|
+
var tmp9_cached = Companion_getInstance_20().w31_1;
|
|
5744
5845
|
if (tmp8_input.g1j()) {
|
|
5745
5846
|
tmp4_local0 = tmp8_input.c1j(tmp0_desc, 0, tmp9_cached[0], tmp4_local0);
|
|
5746
5847
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -5781,13 +5882,13 @@
|
|
|
5781
5882
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
5782
5883
|
};
|
|
5783
5884
|
protoOf($serializer_7).i1f = function () {
|
|
5784
|
-
return this.
|
|
5885
|
+
return this.x31_1;
|
|
5785
5886
|
};
|
|
5786
5887
|
protoOf($serializer_7).t1q = function () {
|
|
5787
5888
|
// Inline function 'kotlin.arrayOf' call
|
|
5788
5889
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
5789
5890
|
// Inline function 'kotlin.js.asDynamic' call
|
|
5790
|
-
return [
|
|
5891
|
+
return [Companion_getInstance_20().w31_1[0], get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
5791
5892
|
};
|
|
5792
5893
|
var $serializer_instance_7;
|
|
5793
5894
|
function $serializer_getInstance_7() {
|
|
@@ -5797,7 +5898,7 @@
|
|
|
5797
5898
|
}
|
|
5798
5899
|
function LoggerOutputDataDto_init_$Init$(seen0, type, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
5799
5900
|
if (!(15 === (15 & seen0))) {
|
|
5800
|
-
throwMissingFieldException(seen0, 15, $serializer_getInstance_7().
|
|
5901
|
+
throwMissingFieldException(seen0, 15, $serializer_getInstance_7().x31_1);
|
|
5801
5902
|
}
|
|
5802
5903
|
$this.type = type;
|
|
5803
5904
|
$this.tag = tag;
|
|
@@ -5809,7 +5910,7 @@
|
|
|
5809
5910
|
return LoggerOutputDataDto_init_$Init$(seen0, type, tag, message, stackTrace, serializationConstructorMarker, objectCreate(protoOf(LoggerOutputDataDto)));
|
|
5810
5911
|
}
|
|
5811
5912
|
function LoggerOutputDataDto(type, tag, message, stackTrace) {
|
|
5812
|
-
|
|
5913
|
+
Companion_getInstance_20();
|
|
5813
5914
|
this.type = type;
|
|
5814
5915
|
this.tag = tag;
|
|
5815
5916
|
this.message = message;
|
|
@@ -5824,7 +5925,7 @@
|
|
|
5824
5925
|
protoOf(LoggerOutputDataDto).l9 = function () {
|
|
5825
5926
|
return this.message;
|
|
5826
5927
|
};
|
|
5827
|
-
protoOf(LoggerOutputDataDto).
|
|
5928
|
+
protoOf(LoggerOutputDataDto).z31 = function () {
|
|
5828
5929
|
return this.stackTrace;
|
|
5829
5930
|
};
|
|
5830
5931
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -5871,7 +5972,7 @@
|
|
|
5871
5972
|
protoOf(LoggerOutputDataDto).m2o = function () {
|
|
5872
5973
|
return this.stackTrace;
|
|
5873
5974
|
};
|
|
5874
|
-
protoOf(LoggerOutputDataDto).
|
|
5975
|
+
protoOf(LoggerOutputDataDto).a32 = function (type, tag, message, stackTrace) {
|
|
5875
5976
|
return new LoggerOutputDataDto(type, tag, message, stackTrace);
|
|
5876
5977
|
};
|
|
5877
5978
|
protoOf(LoggerOutputDataDto).copy = function (type, tag, message, stackTrace, $super) {
|
|
@@ -5879,7 +5980,7 @@
|
|
|
5879
5980
|
tag = tag === VOID ? this.tag : tag;
|
|
5880
5981
|
message = message === VOID ? this.message : message;
|
|
5881
5982
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
5882
|
-
return this.
|
|
5983
|
+
return this.a32(type, tag, message, stackTrace);
|
|
5883
5984
|
};
|
|
5884
5985
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
5885
5986
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -5916,6 +6017,8 @@
|
|
|
5916
6017
|
defineProp(protoOf(Reason), 'name', protoOf(Reason).o2);
|
|
5917
6018
|
defineProp(protoOf(Reason), 'ordinal', protoOf(Reason).p2);
|
|
5918
6019
|
protoOf($serializer_3).u1q = typeParametersSerializers;
|
|
6020
|
+
defineProp(protoOf(Reason_0), 'name', protoOf(Reason_0).o2);
|
|
6021
|
+
defineProp(protoOf(Reason_0), 'ordinal', protoOf(Reason_0).p2);
|
|
5919
6022
|
protoOf($serializer_4).u1q = typeParametersSerializers;
|
|
5920
6023
|
defineProp(protoOf(GameUserInfo), 'playerId', function () {
|
|
5921
6024
|
return this.t2o();
|
|
@@ -5923,71 +6026,71 @@
|
|
|
5923
6026
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
5924
6027
|
return this.t2o();
|
|
5925
6028
|
});
|
|
5926
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
5927
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
5928
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
5929
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
5930
|
-
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).
|
|
5931
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).
|
|
5932
|
-
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).
|
|
5933
|
-
defineProp(protoOf(PlayerConnectionState), 'isDisconnected', protoOf(PlayerConnectionState).
|
|
5934
|
-
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).
|
|
5935
|
-
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).
|
|
6029
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).i2r);
|
|
6030
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).j2r);
|
|
6031
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).k2r);
|
|
6032
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).l2r);
|
|
6033
|
+
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).m2r);
|
|
6034
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).n2r);
|
|
6035
|
+
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).o2r);
|
|
6036
|
+
defineProp(protoOf(PlayerConnectionState), 'isDisconnected', protoOf(PlayerConnectionState).p2r);
|
|
6037
|
+
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).q2r);
|
|
6038
|
+
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).r2r);
|
|
5936
6039
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).o2);
|
|
5937
6040
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).p2);
|
|
5938
|
-
defineProp(protoOf(RulesSetType), 'isCustom', protoOf(RulesSetType).
|
|
6041
|
+
defineProp(protoOf(RulesSetType), 'isCustom', protoOf(RulesSetType).l2t);
|
|
5939
6042
|
defineProp(protoOf(RulesSetType), 'name', protoOf(RulesSetType).o2);
|
|
5940
6043
|
defineProp(protoOf(RulesSetType), 'ordinal', protoOf(RulesSetType).p2);
|
|
5941
6044
|
protoOf($serializer_5).u1q = typeParametersSerializers;
|
|
5942
6045
|
protoOf($serializer_6).u1q = typeParametersSerializers;
|
|
5943
|
-
protoOf(AsyncProviderImpl).
|
|
5944
|
-
protoOf(AsyncProviderImpl).
|
|
5945
|
-
protoOf(AsyncProviderImpl).
|
|
5946
|
-
protoOf(AsyncProviderImpl).
|
|
5947
|
-
protoOf(TimerAction).
|
|
6046
|
+
protoOf(AsyncProviderImpl).l2u = launchMain$default;
|
|
6047
|
+
protoOf(AsyncProviderImpl).h2u = launchDefault$default;
|
|
6048
|
+
protoOf(AsyncProviderImpl).f2u = launchUnconfinedWithLock$default;
|
|
6049
|
+
protoOf(AsyncProviderImpl).j2u = launchDefaultWithLock$default;
|
|
6050
|
+
protoOf(TimerAction).l2x = get_actionTag;
|
|
5948
6051
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
5949
|
-
return this.
|
|
6052
|
+
return this.l2x();
|
|
5950
6053
|
});
|
|
5951
6054
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
5952
|
-
return this.
|
|
6055
|
+
return this.l2x();
|
|
5953
6056
|
});
|
|
5954
6057
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
5955
|
-
return this.
|
|
6058
|
+
return this.l2x();
|
|
5956
6059
|
});
|
|
5957
6060
|
protoOf(StopTimerAction).notValidateWhenFinishing = notValidateWhenFinishing;
|
|
5958
6061
|
protoOf(StopTimerAction).notValidateWhenFinished = notValidateWhenFinished;
|
|
5959
6062
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
5960
|
-
return this.
|
|
6063
|
+
return this.l2x();
|
|
5961
6064
|
});
|
|
5962
6065
|
defineProp(protoOf(createStore$2), 'store', function () {
|
|
5963
|
-
return this.
|
|
6066
|
+
return this.k31();
|
|
5964
6067
|
});
|
|
5965
6068
|
defineProp(protoOf(createStore$2), 'state', function () {
|
|
5966
|
-
return this.
|
|
6069
|
+
return this.d2q();
|
|
5967
6070
|
});
|
|
5968
6071
|
defineProp(protoOf(createStore$2), 'dispatch', function () {
|
|
5969
|
-
return this.
|
|
6072
|
+
return this.m31();
|
|
5970
6073
|
}, function (value) {
|
|
5971
|
-
this.
|
|
6074
|
+
this.l31(value);
|
|
5972
6075
|
});
|
|
5973
6076
|
defineProp(protoOf(createStore$2), 'replaceReducer', function () {
|
|
5974
|
-
return this.
|
|
6077
|
+
return this.n31();
|
|
5975
6078
|
});
|
|
5976
6079
|
defineProp(protoOf(createStore$2), 'observe', function () {
|
|
5977
|
-
return this.
|
|
6080
|
+
return this.o31();
|
|
5978
6081
|
});
|
|
5979
|
-
protoOf(ActionTypes).
|
|
6082
|
+
protoOf(ActionTypes).l2x = get_actionTag;
|
|
5980
6083
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
5981
|
-
return this.
|
|
6084
|
+
return this.l2x();
|
|
5982
6085
|
});
|
|
5983
6086
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
5984
|
-
return this.
|
|
6087
|
+
return this.l2x();
|
|
5985
6088
|
});
|
|
5986
6089
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
5987
|
-
return this.
|
|
6090
|
+
return this.l2x();
|
|
5988
6091
|
});
|
|
5989
|
-
protoOf(middleware$1).
|
|
5990
|
-
protoOf(combineReducers$1).
|
|
6092
|
+
protoOf(middleware$1).y2x = canHandle;
|
|
6093
|
+
protoOf(combineReducers$1).y2x = canHandle_0;
|
|
5991
6094
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).o2);
|
|
5992
6095
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).p2);
|
|
5993
6096
|
protoOf($serializer_7).u1q = typeParametersSerializers;
|
|
@@ -6000,12 +6103,11 @@
|
|
|
6000
6103
|
Companion_instance_4 = new Companion_3();
|
|
6001
6104
|
Companion_instance_5 = new Companion_4();
|
|
6002
6105
|
Companion_instance_6 = new Companion_5();
|
|
6003
|
-
|
|
6004
|
-
Companion_instance_10 = new Companion_9();
|
|
6005
|
-
Companion_instance_13 = new Companion_12();
|
|
6106
|
+
Companion_instance_11 = new Companion_10();
|
|
6006
6107
|
Companion_instance_14 = new Companion_13();
|
|
6007
6108
|
Companion_instance_15 = new Companion_14();
|
|
6008
6109
|
Companion_instance_16 = new Companion_15();
|
|
6110
|
+
Companion_instance_17 = new Companion_16();
|
|
6009
6111
|
UUIDIdsProvider_instance = new UUIDIdsProvider();
|
|
6010
6112
|
//endregion
|
|
6011
6113
|
//region block: exports
|
|
@@ -6042,7 +6144,15 @@
|
|
|
6042
6144
|
defineProp($com$logic$data$models.GameFinishedReason.Reason, 'Companion', Companion_getInstance_8);
|
|
6043
6145
|
defineProp($com$logic$data$models.GameFinishedReason, 'Companion', Companion_getInstance_9);
|
|
6044
6146
|
$com$logic$data$models.GameErrorReason = GameErrorReason;
|
|
6045
|
-
|
|
6147
|
+
$com$logic$data$models.GameErrorReason.Reason = Reason_0;
|
|
6148
|
+
$com$logic$data$models.GameErrorReason.Reason.values = values_0;
|
|
6149
|
+
$com$logic$data$models.GameErrorReason.Reason.valueOf = valueOf_0;
|
|
6150
|
+
defineProp($com$logic$data$models.GameErrorReason.Reason, 'SERVER_ERROR', Reason_SERVER_ERROR_getInstance);
|
|
6151
|
+
defineProp($com$logic$data$models.GameErrorReason.Reason, 'INTERNAL_ERROR', Reason_INTERNAL_ERROR_getInstance);
|
|
6152
|
+
defineProp($com$logic$data$models.GameErrorReason.Reason, 'GAME_NOT_EXISTS', Reason_GAME_NOT_EXISTS_getInstance_0);
|
|
6153
|
+
defineProp($com$logic$data$models.GameErrorReason.Reason, 'WRONG_PLAYER_TURN', Reason_WRONG_PLAYER_TURN_getInstance);
|
|
6154
|
+
defineProp($com$logic$data$models.GameErrorReason.Reason, 'Companion', Companion_getInstance_10);
|
|
6155
|
+
defineProp($com$logic$data$models.GameErrorReason, 'Companion', Companion_getInstance_11);
|
|
6046
6156
|
defineProp($com$logic$data$models, 'WaitingForConnectionReason', WaitingForConnectionReason_getInstance);
|
|
6047
6157
|
defineProp($com$logic$data$models, 'ProcessingReason', ProcessingReason_getInstance);
|
|
6048
6158
|
var $com = _.com || (_.com = {});
|
|
@@ -6064,30 +6174,30 @@
|
|
|
6064
6174
|
var $com$logic$data$models = $com$logic$data.models || ($com$logic$data.models = {});
|
|
6065
6175
|
var $com$logic$data$models$player = $com$logic$data$models.player || ($com$logic$data$models.player = {});
|
|
6066
6176
|
$com$logic$data$models$player.PlayerConnectionState = PlayerConnectionState;
|
|
6067
|
-
$com$logic$data$models$player.PlayerConnectionState.values =
|
|
6068
|
-
$com$logic$data$models$player.PlayerConnectionState.valueOf =
|
|
6177
|
+
$com$logic$data$models$player.PlayerConnectionState.values = values_1;
|
|
6178
|
+
$com$logic$data$models$player.PlayerConnectionState.valueOf = valueOf_1;
|
|
6069
6179
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LIVE', PlayerConnectionState_LIVE_getInstance);
|
|
6070
6180
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'TIMEOUT', PlayerConnectionState_TIMEOUT_getInstance);
|
|
6071
6181
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LOST_CONNECTION', PlayerConnectionState_LOST_CONNECTION_getInstance);
|
|
6072
6182
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LEFT', PlayerConnectionState_LEFT_getInstance);
|
|
6073
6183
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'DISCONNECTING', PlayerConnectionState_DISCONNECTING_getInstance);
|
|
6074
6184
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'DELETED', PlayerConnectionState_DELETED_getInstance);
|
|
6075
|
-
defineProp($com$logic$data$models$player.PlayerConnectionState, 'Companion',
|
|
6185
|
+
defineProp($com$logic$data$models$player.PlayerConnectionState, 'Companion', Companion_getInstance_13);
|
|
6076
6186
|
var $com = _.com || (_.com = {});
|
|
6077
6187
|
var $com$logic = $com.logic || ($com.logic = {});
|
|
6078
6188
|
var $com$logic$data = $com$logic.data || ($com$logic.data = {});
|
|
6079
6189
|
var $com$logic$data$models = $com$logic$data.models || ($com$logic$data.models = {});
|
|
6080
6190
|
var $com$logic$data$models$rules = $com$logic$data$models.rules || ($com$logic$data$models.rules = {});
|
|
6081
6191
|
$com$logic$data$models$rules.Rules = Rules;
|
|
6082
|
-
defineProp($com$logic$data$models$rules.Rules, 'Companion',
|
|
6192
|
+
defineProp($com$logic$data$models$rules.Rules, 'Companion', Companion_getInstance_16);
|
|
6083
6193
|
var $com = _.com || (_.com = {});
|
|
6084
6194
|
var $com$logic = $com.logic || ($com.logic = {});
|
|
6085
6195
|
var $com$logic$data = $com$logic.data || ($com$logic.data = {});
|
|
6086
6196
|
var $com$logic$data$models = $com$logic$data.models || ($com$logic$data.models = {});
|
|
6087
6197
|
var $com$logic$data$models$rules = $com$logic$data$models.rules || ($com$logic$data$models.rules = {});
|
|
6088
6198
|
$com$logic$data$models$rules.RulesSetType = RulesSetType;
|
|
6089
|
-
$com$logic$data$models$rules.RulesSetType.values =
|
|
6090
|
-
$com$logic$data$models$rules.RulesSetType.valueOf =
|
|
6199
|
+
$com$logic$data$models$rules.RulesSetType.values = values_3;
|
|
6200
|
+
$com$logic$data$models$rules.RulesSetType.valueOf = valueOf_2;
|
|
6091
6201
|
defineProp($com$logic$data$models$rules.RulesSetType, 'belot', RulesSetType_belot_getInstance);
|
|
6092
6202
|
defineProp($com$logic$data$models$rules.RulesSetType, 'klabor', RulesSetType_klabor_getInstance);
|
|
6093
6203
|
defineProp($com$logic$data$models$rules.RulesSetType, 'debertzCommon', RulesSetType_debertzCommon_getInstance);
|
|
@@ -6101,7 +6211,7 @@
|
|
|
6101
6211
|
var $com$logic$data$models$serializable = $com$logic$data$models.serializable || ($com$logic$data$models.serializable = {});
|
|
6102
6212
|
var $com$logic$data$models$serializable$rules = $com$logic$data$models$serializable.rules || ($com$logic$data$models$serializable.rules = {});
|
|
6103
6213
|
$com$logic$data$models$serializable$rules.RulesDto = RulesDto;
|
|
6104
|
-
defineProp($com$logic$data$models$serializable$rules.RulesDto, 'Companion',
|
|
6214
|
+
defineProp($com$logic$data$models$serializable$rules.RulesDto, 'Companion', Companion_getInstance_18);
|
|
6105
6215
|
var $com = _.com || (_.com = {});
|
|
6106
6216
|
var $com$logic = $com.logic || ($com.logic = {});
|
|
6107
6217
|
var $com$logic$redux = $com$logic.redux || ($com$logic.redux = {});
|
|
@@ -6132,19 +6242,19 @@
|
|
|
6132
6242
|
var $com$logic$utils$logger = $com$logic$utils.logger || ($com$logic$utils.logger = {});
|
|
6133
6243
|
var $com$logic$utils$logger$outputs = $com$logic$utils$logger.outputs || ($com$logic$utils$logger.outputs = {});
|
|
6134
6244
|
$com$logic$utils$logger$outputs.LogType = LogType;
|
|
6135
|
-
$com$logic$utils$logger$outputs.LogType.values =
|
|
6136
|
-
$com$logic$utils$logger$outputs.LogType.valueOf =
|
|
6245
|
+
$com$logic$utils$logger$outputs.LogType.values = values_4;
|
|
6246
|
+
$com$logic$utils$logger$outputs.LogType.valueOf = valueOf_3;
|
|
6137
6247
|
defineProp($com$logic$utils$logger$outputs.LogType, 'DEBUG', LogType_DEBUG_getInstance);
|
|
6138
6248
|
defineProp($com$logic$utils$logger$outputs.LogType, 'ERROR', LogType_ERROR_getInstance);
|
|
6139
6249
|
defineProp($com$logic$utils$logger$outputs.LogType, 'WARN', LogType_WARN_getInstance);
|
|
6140
|
-
defineProp($com$logic$utils$logger$outputs.LogType, 'Companion',
|
|
6250
|
+
defineProp($com$logic$utils$logger$outputs.LogType, 'Companion', Companion_getInstance_19);
|
|
6141
6251
|
var $com = _.com || (_.com = {});
|
|
6142
6252
|
var $com$logic = $com.logic || ($com.logic = {});
|
|
6143
6253
|
var $com$logic$utils = $com$logic.utils || ($com$logic.utils = {});
|
|
6144
6254
|
var $com$logic$utils$logger = $com$logic$utils.logger || ($com$logic$utils.logger = {});
|
|
6145
6255
|
var $com$logic$utils$logger$outputs = $com$logic$utils$logger.outputs || ($com$logic$utils$logger.outputs = {});
|
|
6146
6256
|
$com$logic$utils$logger$outputs.LoggerOutputDataDto = LoggerOutputDataDto;
|
|
6147
|
-
defineProp($com$logic$utils$logger$outputs.LoggerOutputDataDto, 'Companion',
|
|
6257
|
+
defineProp($com$logic$utils$logger$outputs.LoggerOutputDataDto, 'Companion', Companion_getInstance_20);
|
|
6148
6258
|
}
|
|
6149
6259
|
$jsExportAll$(_);
|
|
6150
6260
|
_.$jsExportAll$ = $jsExportAll$;
|
|
@@ -6237,21 +6347,23 @@
|
|
|
6237
6347
|
_.$_$.h3 = RulesSetType_debertzKharkiv_getInstance;
|
|
6238
6348
|
_.$_$.i3 = RulesSetType_debertzSaltivka_getInstance;
|
|
6239
6349
|
_.$_$.j3 = RulesSetType_klabor_getInstance;
|
|
6240
|
-
_.$_$.k3 =
|
|
6241
|
-
_.$_$.l3 =
|
|
6242
|
-
_.$_$.m3 =
|
|
6243
|
-
_.$_$.n3 =
|
|
6244
|
-
_.$_$.o3 =
|
|
6245
|
-
_.$_$.p3 =
|
|
6246
|
-
_.$_$.q3 =
|
|
6350
|
+
_.$_$.k3 = Reason_INTERNAL_ERROR_getInstance;
|
|
6351
|
+
_.$_$.l3 = Reason_WRONG_PLAYER_TURN_getInstance;
|
|
6352
|
+
_.$_$.m3 = TimerType_DELAY_getInstance;
|
|
6353
|
+
_.$_$.n3 = LogType_DEBUG_getInstance;
|
|
6354
|
+
_.$_$.o3 = LogType_ERROR_getInstance;
|
|
6355
|
+
_.$_$.p3 = LogType_WARN_getInstance;
|
|
6356
|
+
_.$_$.q3 = Companion_instance_11;
|
|
6247
6357
|
_.$_$.r3 = Companion_getInstance_13;
|
|
6248
|
-
_.$_$.s3 =
|
|
6249
|
-
_.$_$.t3 =
|
|
6250
|
-
_.$_$.u3 =
|
|
6251
|
-
_.$_$.v3 =
|
|
6252
|
-
_.$_$.w3 =
|
|
6253
|
-
_.$_$.x3 =
|
|
6254
|
-
_.$_$.y3 =
|
|
6358
|
+
_.$_$.s3 = Companion_instance_14;
|
|
6359
|
+
_.$_$.t3 = Companion_getInstance_14;
|
|
6360
|
+
_.$_$.u3 = $serializer_getInstance_5;
|
|
6361
|
+
_.$_$.v3 = $serializer_getInstance_6;
|
|
6362
|
+
_.$_$.w3 = Companion_getInstance_2;
|
|
6363
|
+
_.$_$.x3 = ProcessingReason_getInstance;
|
|
6364
|
+
_.$_$.y3 = RestartGameReason_getInstance;
|
|
6365
|
+
_.$_$.z3 = Companion_getInstance_4;
|
|
6366
|
+
_.$_$.a4 = Toggles_instance;
|
|
6255
6367
|
//endregion
|
|
6256
6368
|
return _;
|
|
6257
6369
|
}));
|