raspberry_games_engine_helpers 1.8.413 → 1.8.415
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/Kosi-Kaverit-kaverit.js +56 -56
- package/Kosi-Kodein-kodein-di.js +486 -486
- package/Logic_Debertz-core.js +459 -423
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +17 -11
- package/Logic_Debertz-engine.js +6787 -6773
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1065 -1065
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
return false;
|
|
198
198
|
}
|
|
199
199
|
function get_isAutoStartTimer() {
|
|
200
|
-
return !this.
|
|
200
|
+
return !this.l1v() && !this.m1v();
|
|
201
201
|
}
|
|
202
202
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
203
203
|
function ignoreValidation() {
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
tmp = types;
|
|
222
222
|
}
|
|
223
223
|
types = tmp;
|
|
224
|
-
return $super === VOID ? this.
|
|
224
|
+
return $super === VOID ? this.y1v(types) : $super.y1v.call(this, types);
|
|
225
225
|
}
|
|
226
226
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
227
227
|
initMetadataForCompanion(Companion_20);
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
|
|
230
230
|
//endregion
|
|
231
231
|
function GameEngineConfig() {
|
|
232
|
-
this.version = '1.8.
|
|
232
|
+
this.version = '1.8.415';
|
|
233
233
|
}
|
|
234
234
|
protoOf(GameEngineConfig).k17 = function () {
|
|
235
235
|
return this.version;
|
|
@@ -1362,6 +1362,7 @@
|
|
|
1362
1362
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1363
1363
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
1364
1364
|
}
|
|
1365
|
+
var PlayerConnectionState_WAITING_instance;
|
|
1365
1366
|
var PlayerConnectionState_LIVE_instance;
|
|
1366
1367
|
var PlayerConnectionState_TIMEOUT_instance;
|
|
1367
1368
|
var PlayerConnectionState_LOST_CONNECTION_instance;
|
|
@@ -1370,10 +1371,12 @@
|
|
|
1370
1371
|
var PlayerConnectionState_DISCONNECTING_instance;
|
|
1371
1372
|
var PlayerConnectionState_DELETED_instance;
|
|
1372
1373
|
function values_1() {
|
|
1373
|
-
return [PlayerConnectionState_LIVE_getInstance(), PlayerConnectionState_TIMEOUT_getInstance(), PlayerConnectionState_LOST_CONNECTION_getInstance(), PlayerConnectionState_LEFT_getInstance(), PlayerConnectionState_LEFT_PERMANENTLY_getInstance(), PlayerConnectionState_DISCONNECTING_getInstance(), PlayerConnectionState_DELETED_getInstance()];
|
|
1374
|
+
return [PlayerConnectionState_WAITING_getInstance(), PlayerConnectionState_LIVE_getInstance(), PlayerConnectionState_TIMEOUT_getInstance(), PlayerConnectionState_LOST_CONNECTION_getInstance(), PlayerConnectionState_LEFT_getInstance(), PlayerConnectionState_LEFT_PERMANENTLY_getInstance(), PlayerConnectionState_DISCONNECTING_getInstance(), PlayerConnectionState_DELETED_getInstance()];
|
|
1374
1375
|
}
|
|
1375
1376
|
function valueOf_1(value) {
|
|
1376
1377
|
switch (value) {
|
|
1378
|
+
case 'WAITING':
|
|
1379
|
+
return PlayerConnectionState_WAITING_getInstance();
|
|
1377
1380
|
case 'LIVE':
|
|
1378
1381
|
return PlayerConnectionState_LIVE_getInstance();
|
|
1379
1382
|
case 'TIMEOUT':
|
|
@@ -1418,13 +1421,14 @@
|
|
|
1418
1421
|
if (PlayerConnectionState_entriesInitialized)
|
|
1419
1422
|
return Unit_instance;
|
|
1420
1423
|
PlayerConnectionState_entriesInitialized = true;
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1424
|
+
PlayerConnectionState_WAITING_instance = new PlayerConnectionState('WAITING', 0);
|
|
1425
|
+
PlayerConnectionState_LIVE_instance = new PlayerConnectionState('LIVE', 1);
|
|
1426
|
+
PlayerConnectionState_TIMEOUT_instance = new PlayerConnectionState('TIMEOUT', 2);
|
|
1427
|
+
PlayerConnectionState_LOST_CONNECTION_instance = new PlayerConnectionState('LOST_CONNECTION', 3);
|
|
1428
|
+
PlayerConnectionState_LEFT_instance = new PlayerConnectionState('LEFT', 4);
|
|
1429
|
+
PlayerConnectionState_LEFT_PERMANENTLY_instance = new PlayerConnectionState('LEFT_PERMANENTLY', 5);
|
|
1430
|
+
PlayerConnectionState_DISCONNECTING_instance = new PlayerConnectionState('DISCONNECTING', 6);
|
|
1431
|
+
PlayerConnectionState_DELETED_instance = new PlayerConnectionState('DELETED', 7);
|
|
1428
1432
|
Companion_getInstance_9();
|
|
1429
1433
|
}
|
|
1430
1434
|
function PlayerConnectionState(name, ordinal) {
|
|
@@ -1454,15 +1458,16 @@
|
|
|
1454
1458
|
protoOf(PlayerConnectionState).t1r = function () {
|
|
1455
1459
|
var tmp;
|
|
1456
1460
|
switch (this.h2_1) {
|
|
1457
|
-
case 2:
|
|
1458
|
-
case 1:
|
|
1459
1461
|
case 3:
|
|
1462
|
+
case 2:
|
|
1460
1463
|
case 4:
|
|
1461
|
-
case
|
|
1464
|
+
case 5:
|
|
1465
|
+
case 7:
|
|
1462
1466
|
tmp = true;
|
|
1463
1467
|
break;
|
|
1464
|
-
case 5:
|
|
1465
1468
|
case 0:
|
|
1469
|
+
case 6:
|
|
1470
|
+
case 1:
|
|
1466
1471
|
tmp = false;
|
|
1467
1472
|
break;
|
|
1468
1473
|
default:
|
|
@@ -1474,15 +1479,16 @@
|
|
|
1474
1479
|
protoOf(PlayerConnectionState).u1r = function () {
|
|
1475
1480
|
var tmp;
|
|
1476
1481
|
switch (this.h2_1) {
|
|
1477
|
-
case 2:
|
|
1478
|
-
case 1:
|
|
1479
1482
|
case 3:
|
|
1483
|
+
case 2:
|
|
1480
1484
|
case 4:
|
|
1485
|
+
case 5:
|
|
1481
1486
|
tmp = true;
|
|
1482
1487
|
break;
|
|
1483
|
-
case 5:
|
|
1484
|
-
case 6:
|
|
1485
1488
|
case 0:
|
|
1489
|
+
case 6:
|
|
1490
|
+
case 7:
|
|
1491
|
+
case 1:
|
|
1486
1492
|
tmp = false;
|
|
1487
1493
|
break;
|
|
1488
1494
|
default:
|
|
@@ -1494,17 +1500,18 @@
|
|
|
1494
1500
|
protoOf(PlayerConnectionState).v1r = function () {
|
|
1495
1501
|
var tmp;
|
|
1496
1502
|
switch (this.h2_1) {
|
|
1497
|
-
case
|
|
1503
|
+
case 3:
|
|
1498
1504
|
tmp = false;
|
|
1499
1505
|
break;
|
|
1500
|
-
case
|
|
1501
|
-
case 3:
|
|
1506
|
+
case 2:
|
|
1502
1507
|
case 4:
|
|
1503
|
-
case
|
|
1508
|
+
case 5:
|
|
1509
|
+
case 7:
|
|
1504
1510
|
tmp = true;
|
|
1505
1511
|
break;
|
|
1506
|
-
case 5:
|
|
1507
1512
|
case 0:
|
|
1513
|
+
case 6:
|
|
1514
|
+
case 1:
|
|
1508
1515
|
tmp = false;
|
|
1509
1516
|
break;
|
|
1510
1517
|
default:
|
|
@@ -1516,17 +1523,18 @@
|
|
|
1516
1523
|
protoOf(PlayerConnectionState).w1r = function () {
|
|
1517
1524
|
var tmp;
|
|
1518
1525
|
switch (this.h2_1) {
|
|
1519
|
-
case
|
|
1526
|
+
case 3:
|
|
1520
1527
|
tmp = true;
|
|
1521
1528
|
break;
|
|
1522
|
-
case
|
|
1523
|
-
case 3:
|
|
1529
|
+
case 2:
|
|
1524
1530
|
case 4:
|
|
1525
|
-
case
|
|
1531
|
+
case 5:
|
|
1532
|
+
case 7:
|
|
1526
1533
|
tmp = false;
|
|
1527
1534
|
break;
|
|
1528
|
-
case 5:
|
|
1529
1535
|
case 0:
|
|
1536
|
+
case 6:
|
|
1537
|
+
case 1:
|
|
1530
1538
|
tmp = false;
|
|
1531
1539
|
break;
|
|
1532
1540
|
default:
|
|
@@ -1538,17 +1546,39 @@
|
|
|
1538
1546
|
protoOf(PlayerConnectionState).x1r = function () {
|
|
1539
1547
|
var tmp;
|
|
1540
1548
|
switch (this.h2_1) {
|
|
1541
|
-
case 1:
|
|
1542
1549
|
case 2:
|
|
1543
1550
|
case 3:
|
|
1551
|
+
case 4:
|
|
1544
1552
|
tmp = true;
|
|
1545
1553
|
break;
|
|
1546
|
-
case
|
|
1547
|
-
case
|
|
1554
|
+
case 5:
|
|
1555
|
+
case 7:
|
|
1548
1556
|
tmp = false;
|
|
1549
1557
|
break;
|
|
1558
|
+
case 0:
|
|
1559
|
+
case 6:
|
|
1560
|
+
case 1:
|
|
1561
|
+
tmp = true;
|
|
1562
|
+
break;
|
|
1563
|
+
default:
|
|
1564
|
+
noWhenBranchMatchedException();
|
|
1565
|
+
break;
|
|
1566
|
+
}
|
|
1567
|
+
return tmp;
|
|
1568
|
+
};
|
|
1569
|
+
protoOf(PlayerConnectionState).y1r = function () {
|
|
1570
|
+
var tmp;
|
|
1571
|
+
switch (this.h2_1) {
|
|
1550
1572
|
case 5:
|
|
1573
|
+
tmp = false;
|
|
1574
|
+
break;
|
|
1575
|
+
case 2:
|
|
1576
|
+
case 3:
|
|
1577
|
+
case 4:
|
|
1578
|
+
case 7:
|
|
1551
1579
|
case 0:
|
|
1580
|
+
case 6:
|
|
1581
|
+
case 1:
|
|
1552
1582
|
tmp = true;
|
|
1553
1583
|
break;
|
|
1554
1584
|
default:
|
|
@@ -1557,6 +1587,10 @@
|
|
|
1557
1587
|
}
|
|
1558
1588
|
return tmp;
|
|
1559
1589
|
};
|
|
1590
|
+
function PlayerConnectionState_WAITING_getInstance() {
|
|
1591
|
+
PlayerConnectionState_initEntries();
|
|
1592
|
+
return PlayerConnectionState_WAITING_instance;
|
|
1593
|
+
}
|
|
1560
1594
|
function PlayerConnectionState_LIVE_getInstance() {
|
|
1561
1595
|
PlayerConnectionState_initEntries();
|
|
1562
1596
|
return PlayerConnectionState_LIVE_instance;
|
|
@@ -1586,7 +1620,7 @@
|
|
|
1586
1620
|
return PlayerConnectionState_DELETED_instance;
|
|
1587
1621
|
}
|
|
1588
1622
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1589
|
-
return $this.
|
|
1623
|
+
return $this.z1r_1.v1();
|
|
1590
1624
|
}
|
|
1591
1625
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
1592
1626
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -1601,7 +1635,7 @@
|
|
|
1601
1635
|
Companion_instance_7 = this;
|
|
1602
1636
|
var tmp = this;
|
|
1603
1637
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1604
|
-
tmp.
|
|
1638
|
+
tmp.z1r_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
1605
1639
|
}
|
|
1606
1640
|
protoOf(Companion_7).z17 = function () {
|
|
1607
1641
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -1630,17 +1664,17 @@
|
|
|
1630
1664
|
Enum.call(this, name, ordinal);
|
|
1631
1665
|
}
|
|
1632
1666
|
protoOf(PlayerWaitingState).x1q = function () {
|
|
1633
|
-
return this.
|
|
1667
|
+
return this.c1s() || this.d1s();
|
|
1634
1668
|
};
|
|
1635
|
-
protoOf(PlayerWaitingState).
|
|
1669
|
+
protoOf(PlayerWaitingState).c1s = function () {
|
|
1636
1670
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
1637
1671
|
};
|
|
1638
|
-
protoOf(PlayerWaitingState).
|
|
1672
|
+
protoOf(PlayerWaitingState).d1s = function () {
|
|
1639
1673
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
1640
1674
|
};
|
|
1641
1675
|
function Companion_8() {
|
|
1642
1676
|
}
|
|
1643
|
-
protoOf(Companion_8).
|
|
1677
|
+
protoOf(Companion_8).e1s = function (connection) {
|
|
1644
1678
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
1645
1679
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
1646
1680
|
};
|
|
@@ -1671,7 +1705,7 @@
|
|
|
1671
1705
|
this.v1q_1 = tag;
|
|
1672
1706
|
this.w1q_1 = connection;
|
|
1673
1707
|
}
|
|
1674
|
-
protoOf(PlayerState).
|
|
1708
|
+
protoOf(PlayerState).f1s = function () {
|
|
1675
1709
|
// Inline function 'kotlin.requireNotNull' call
|
|
1676
1710
|
var tmp0 = this.w1q_1;
|
|
1677
1711
|
var tmp$ret$1;
|
|
@@ -1782,13 +1816,13 @@
|
|
|
1782
1816
|
function Team(playerIds) {
|
|
1783
1817
|
this.playerIds = playerIds;
|
|
1784
1818
|
}
|
|
1785
|
-
protoOf(Team).
|
|
1819
|
+
protoOf(Team).g1s = function () {
|
|
1786
1820
|
return this.playerIds;
|
|
1787
1821
|
};
|
|
1788
1822
|
protoOf(Team).containsPlayer = function (playerId) {
|
|
1789
1823
|
return this.playerIds.o1(playerId);
|
|
1790
1824
|
};
|
|
1791
|
-
protoOf(Team).
|
|
1825
|
+
protoOf(Team).h1s = function () {
|
|
1792
1826
|
return this.playerIds.p(0);
|
|
1793
1827
|
};
|
|
1794
1828
|
protoOf(Team).c1d = function () {
|
|
@@ -1797,12 +1831,12 @@
|
|
|
1797
1831
|
protoOf(Team).sc = function () {
|
|
1798
1832
|
return this.playerIds;
|
|
1799
1833
|
};
|
|
1800
|
-
protoOf(Team).
|
|
1834
|
+
protoOf(Team).i1s = function (playerIds) {
|
|
1801
1835
|
return new Team(playerIds);
|
|
1802
1836
|
};
|
|
1803
1837
|
protoOf(Team).copy = function (playerIds, $super) {
|
|
1804
1838
|
playerIds = playerIds === VOID ? this.playerIds : playerIds;
|
|
1805
|
-
return $super === VOID ? this.
|
|
1839
|
+
return $super === VOID ? this.i1s(playerIds) : $super.i1s.call(this, playerIds);
|
|
1806
1840
|
};
|
|
1807
1841
|
protoOf(Team).toString = function () {
|
|
1808
1842
|
return 'Team(playerIds=' + toString_0(this.playerIds) + ')';
|
|
@@ -1820,7 +1854,7 @@
|
|
|
1820
1854
|
return true;
|
|
1821
1855
|
};
|
|
1822
1856
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
1823
|
-
return $this.
|
|
1857
|
+
return $this.j1s_1.v1();
|
|
1824
1858
|
}
|
|
1825
1859
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
1826
1860
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -1858,7 +1892,7 @@
|
|
|
1858
1892
|
Companion_instance_9 = this;
|
|
1859
1893
|
var tmp = this;
|
|
1860
1894
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1861
|
-
tmp.
|
|
1895
|
+
tmp.j1s_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
1862
1896
|
}
|
|
1863
1897
|
protoOf(Companion_9).z17 = function () {
|
|
1864
1898
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -1879,7 +1913,7 @@
|
|
|
1879
1913
|
Companion_getInstance_12();
|
|
1880
1914
|
}
|
|
1881
1915
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
1882
|
-
return $this.
|
|
1916
|
+
return $this.k1s_1.v1();
|
|
1883
1917
|
}
|
|
1884
1918
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
1885
1919
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -1894,7 +1928,7 @@
|
|
|
1894
1928
|
TerminationGameReasonDto.call(this);
|
|
1895
1929
|
var tmp = this;
|
|
1896
1930
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1897
|
-
tmp.
|
|
1931
|
+
tmp.k1s_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
1898
1932
|
}
|
|
1899
1933
|
protoOf(ProcessingReasonDto).z17 = function () {
|
|
1900
1934
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -1931,19 +1965,19 @@
|
|
|
1931
1965
|
$serializer_instance_1 = this;
|
|
1932
1966
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
1933
1967
|
tmp0_serialDesc.av('reason', false);
|
|
1934
|
-
this.
|
|
1968
|
+
this.l1s_1 = tmp0_serialDesc;
|
|
1935
1969
|
}
|
|
1936
|
-
protoOf($serializer_1).
|
|
1937
|
-
var tmp0_desc = this.
|
|
1970
|
+
protoOf($serializer_1).m1s = function (encoder, value) {
|
|
1971
|
+
var tmp0_desc = this.l1s_1;
|
|
1938
1972
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
1939
1973
|
tmp1_output.zo(tmp0_desc, 0, value.reason);
|
|
1940
1974
|
tmp1_output.ln(tmp0_desc);
|
|
1941
1975
|
};
|
|
1942
1976
|
protoOf($serializer_1).ck = function (encoder, value) {
|
|
1943
|
-
return this.
|
|
1977
|
+
return this.m1s(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
1944
1978
|
};
|
|
1945
1979
|
protoOf($serializer_1).dk = function (decoder) {
|
|
1946
|
-
var tmp0_desc = this.
|
|
1980
|
+
var tmp0_desc = this.l1s_1;
|
|
1947
1981
|
var tmp1_flag = true;
|
|
1948
1982
|
var tmp2_index = 0;
|
|
1949
1983
|
var tmp3_bitMask0 = 0;
|
|
@@ -1971,7 +2005,7 @@
|
|
|
1971
2005
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
1972
2006
|
};
|
|
1973
2007
|
protoOf($serializer_1).bk = function () {
|
|
1974
|
-
return this.
|
|
2008
|
+
return this.l1s_1;
|
|
1975
2009
|
};
|
|
1976
2010
|
protoOf($serializer_1).rv = function () {
|
|
1977
2011
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -1987,7 +2021,7 @@
|
|
|
1987
2021
|
}
|
|
1988
2022
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
1989
2023
|
if (!(1 === (1 & seen0))) {
|
|
1990
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2024
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().l1s_1);
|
|
1991
2025
|
}
|
|
1992
2026
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
1993
2027
|
$this.reason = reason;
|
|
@@ -2028,19 +2062,19 @@
|
|
|
2028
2062
|
$serializer_instance_2 = this;
|
|
2029
2063
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2030
2064
|
tmp0_serialDesc.av('reason', false);
|
|
2031
|
-
this.
|
|
2065
|
+
this.n1s_1 = tmp0_serialDesc;
|
|
2032
2066
|
}
|
|
2033
|
-
protoOf($serializer_2).
|
|
2034
|
-
var tmp0_desc = this.
|
|
2067
|
+
protoOf($serializer_2).o1s = function (encoder, value) {
|
|
2068
|
+
var tmp0_desc = this.n1s_1;
|
|
2035
2069
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
2036
|
-
tmp1_output.zo(tmp0_desc, 0, value.
|
|
2070
|
+
tmp1_output.zo(tmp0_desc, 0, value.p1s_1);
|
|
2037
2071
|
tmp1_output.ln(tmp0_desc);
|
|
2038
2072
|
};
|
|
2039
2073
|
protoOf($serializer_2).ck = function (encoder, value) {
|
|
2040
|
-
return this.
|
|
2074
|
+
return this.o1s(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2041
2075
|
};
|
|
2042
2076
|
protoOf($serializer_2).dk = function (decoder) {
|
|
2043
|
-
var tmp0_desc = this.
|
|
2077
|
+
var tmp0_desc = this.n1s_1;
|
|
2044
2078
|
var tmp1_flag = true;
|
|
2045
2079
|
var tmp2_index = 0;
|
|
2046
2080
|
var tmp3_bitMask0 = 0;
|
|
@@ -2068,7 +2102,7 @@
|
|
|
2068
2102
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2069
2103
|
};
|
|
2070
2104
|
protoOf($serializer_2).bk = function () {
|
|
2071
|
-
return this.
|
|
2105
|
+
return this.n1s_1;
|
|
2072
2106
|
};
|
|
2073
2107
|
protoOf($serializer_2).rv = function () {
|
|
2074
2108
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2084,10 +2118,10 @@
|
|
|
2084
2118
|
}
|
|
2085
2119
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2086
2120
|
if (!(1 === (1 & seen0))) {
|
|
2087
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2121
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().n1s_1);
|
|
2088
2122
|
}
|
|
2089
2123
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2090
|
-
$this.
|
|
2124
|
+
$this.p1s_1 = reason;
|
|
2091
2125
|
return $this;
|
|
2092
2126
|
}
|
|
2093
2127
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2095,20 +2129,20 @@
|
|
|
2095
2129
|
}
|
|
2096
2130
|
function GameFinishedReasonDto(reason) {
|
|
2097
2131
|
TerminationGameReasonDto.call(this);
|
|
2098
|
-
this.
|
|
2132
|
+
this.p1s_1 = reason;
|
|
2099
2133
|
}
|
|
2100
2134
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2101
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2135
|
+
return 'GameFinishedReasonDto(reason=' + this.p1s_1 + ')';
|
|
2102
2136
|
};
|
|
2103
2137
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2104
|
-
return getStringHashCode(this.
|
|
2138
|
+
return getStringHashCode(this.p1s_1);
|
|
2105
2139
|
};
|
|
2106
2140
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2107
2141
|
if (this === other)
|
|
2108
2142
|
return true;
|
|
2109
2143
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2110
2144
|
return false;
|
|
2111
|
-
if (!(this.
|
|
2145
|
+
if (!(this.p1s_1 === other.p1s_1))
|
|
2112
2146
|
return false;
|
|
2113
2147
|
return true;
|
|
2114
2148
|
};
|
|
@@ -2122,19 +2156,19 @@
|
|
|
2122
2156
|
$serializer_instance_3 = this;
|
|
2123
2157
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2124
2158
|
tmp0_serialDesc.av('playerId', false);
|
|
2125
|
-
this.
|
|
2159
|
+
this.q1s_1 = tmp0_serialDesc;
|
|
2126
2160
|
}
|
|
2127
|
-
protoOf($serializer_3).
|
|
2128
|
-
var tmp0_desc = this.
|
|
2161
|
+
protoOf($serializer_3).r1s = function (encoder, value) {
|
|
2162
|
+
var tmp0_desc = this.q1s_1;
|
|
2129
2163
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
2130
|
-
tmp1_output.zo(tmp0_desc, 0, value.
|
|
2164
|
+
tmp1_output.zo(tmp0_desc, 0, value.s1s_1);
|
|
2131
2165
|
tmp1_output.ln(tmp0_desc);
|
|
2132
2166
|
};
|
|
2133
2167
|
protoOf($serializer_3).ck = function (encoder, value) {
|
|
2134
|
-
return this.
|
|
2168
|
+
return this.r1s(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2135
2169
|
};
|
|
2136
2170
|
protoOf($serializer_3).dk = function (decoder) {
|
|
2137
|
-
var tmp0_desc = this.
|
|
2171
|
+
var tmp0_desc = this.q1s_1;
|
|
2138
2172
|
var tmp1_flag = true;
|
|
2139
2173
|
var tmp2_index = 0;
|
|
2140
2174
|
var tmp3_bitMask0 = 0;
|
|
@@ -2162,7 +2196,7 @@
|
|
|
2162
2196
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2163
2197
|
};
|
|
2164
2198
|
protoOf($serializer_3).bk = function () {
|
|
2165
|
-
return this.
|
|
2199
|
+
return this.q1s_1;
|
|
2166
2200
|
};
|
|
2167
2201
|
protoOf($serializer_3).rv = function () {
|
|
2168
2202
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2178,10 +2212,10 @@
|
|
|
2178
2212
|
}
|
|
2179
2213
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2180
2214
|
if (!(1 === (1 & seen0))) {
|
|
2181
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2215
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().q1s_1);
|
|
2182
2216
|
}
|
|
2183
2217
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2184
|
-
$this.
|
|
2218
|
+
$this.s1s_1 = playerId;
|
|
2185
2219
|
return $this;
|
|
2186
2220
|
}
|
|
2187
2221
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2189,20 +2223,20 @@
|
|
|
2189
2223
|
}
|
|
2190
2224
|
function PlayerExitReasonDto(playerId) {
|
|
2191
2225
|
TerminationGameReasonDto.call(this);
|
|
2192
|
-
this.
|
|
2226
|
+
this.s1s_1 = playerId;
|
|
2193
2227
|
}
|
|
2194
2228
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2195
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2229
|
+
return 'PlayerExitReasonDto(playerId=' + this.s1s_1 + ')';
|
|
2196
2230
|
};
|
|
2197
2231
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2198
|
-
return getStringHashCode(this.
|
|
2232
|
+
return getStringHashCode(this.s1s_1);
|
|
2199
2233
|
};
|
|
2200
2234
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2201
2235
|
if (this === other)
|
|
2202
2236
|
return true;
|
|
2203
2237
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2204
2238
|
return false;
|
|
2205
|
-
if (!(this.
|
|
2239
|
+
if (!(this.s1s_1 === other.s1s_1))
|
|
2206
2240
|
return false;
|
|
2207
2241
|
return true;
|
|
2208
2242
|
};
|
|
@@ -2217,20 +2251,20 @@
|
|
|
2217
2251
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2218
2252
|
tmp0_serialDesc.av('playerId', false);
|
|
2219
2253
|
tmp0_serialDesc.av('tag', false);
|
|
2220
|
-
this.
|
|
2254
|
+
this.t1s_1 = tmp0_serialDesc;
|
|
2221
2255
|
}
|
|
2222
|
-
protoOf($serializer_4).
|
|
2223
|
-
var tmp0_desc = this.
|
|
2256
|
+
protoOf($serializer_4).u1s = function (encoder, value) {
|
|
2257
|
+
var tmp0_desc = this.t1s_1;
|
|
2224
2258
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
2225
|
-
tmp1_output.zo(tmp0_desc, 0, value.
|
|
2226
|
-
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2259
|
+
tmp1_output.zo(tmp0_desc, 0, value.v1s_1);
|
|
2260
|
+
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.w1s_1);
|
|
2227
2261
|
tmp1_output.ln(tmp0_desc);
|
|
2228
2262
|
};
|
|
2229
2263
|
protoOf($serializer_4).ck = function (encoder, value) {
|
|
2230
|
-
return this.
|
|
2264
|
+
return this.u1s(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2231
2265
|
};
|
|
2232
2266
|
protoOf($serializer_4).dk = function (decoder) {
|
|
2233
|
-
var tmp0_desc = this.
|
|
2267
|
+
var tmp0_desc = this.t1s_1;
|
|
2234
2268
|
var tmp1_flag = true;
|
|
2235
2269
|
var tmp2_index = 0;
|
|
2236
2270
|
var tmp3_bitMask0 = 0;
|
|
@@ -2265,7 +2299,7 @@
|
|
|
2265
2299
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2266
2300
|
};
|
|
2267
2301
|
protoOf($serializer_4).bk = function () {
|
|
2268
|
-
return this.
|
|
2302
|
+
return this.t1s_1;
|
|
2269
2303
|
};
|
|
2270
2304
|
protoOf($serializer_4).rv = function () {
|
|
2271
2305
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2281,11 +2315,11 @@
|
|
|
2281
2315
|
}
|
|
2282
2316
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2283
2317
|
if (!(3 === (3 & seen0))) {
|
|
2284
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2318
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().t1s_1);
|
|
2285
2319
|
}
|
|
2286
2320
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2287
|
-
$this.
|
|
2288
|
-
$this.
|
|
2321
|
+
$this.v1s_1 = playerId;
|
|
2322
|
+
$this.w1s_1 = tag;
|
|
2289
2323
|
return $this;
|
|
2290
2324
|
}
|
|
2291
2325
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2293,15 +2327,15 @@
|
|
|
2293
2327
|
}
|
|
2294
2328
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2295
2329
|
TerminationGameReasonDto.call(this);
|
|
2296
|
-
this.
|
|
2297
|
-
this.
|
|
2330
|
+
this.v1s_1 = playerId;
|
|
2331
|
+
this.w1s_1 = tag;
|
|
2298
2332
|
}
|
|
2299
2333
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2300
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2334
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.v1s_1 + ', tag=' + this.w1s_1 + ')';
|
|
2301
2335
|
};
|
|
2302
2336
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2303
|
-
var result = getStringHashCode(this.
|
|
2304
|
-
result = imul(result, 31) + (this.
|
|
2337
|
+
var result = getStringHashCode(this.v1s_1);
|
|
2338
|
+
result = imul(result, 31) + (this.w1s_1 == null ? 0 : getStringHashCode(this.w1s_1)) | 0;
|
|
2305
2339
|
return result;
|
|
2306
2340
|
};
|
|
2307
2341
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2309,9 +2343,9 @@
|
|
|
2309
2343
|
return true;
|
|
2310
2344
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2311
2345
|
return false;
|
|
2312
|
-
if (!(this.
|
|
2346
|
+
if (!(this.v1s_1 === other.v1s_1))
|
|
2313
2347
|
return false;
|
|
2314
|
-
if (!(this.
|
|
2348
|
+
if (!(this.w1s_1 == other.w1s_1))
|
|
2315
2349
|
return false;
|
|
2316
2350
|
return true;
|
|
2317
2351
|
};
|
|
@@ -2326,20 +2360,20 @@
|
|
|
2326
2360
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2327
2361
|
tmp0_serialDesc.av('playerId', false);
|
|
2328
2362
|
tmp0_serialDesc.av('tag', false);
|
|
2329
|
-
this.
|
|
2363
|
+
this.x1s_1 = tmp0_serialDesc;
|
|
2330
2364
|
}
|
|
2331
|
-
protoOf($serializer_5).
|
|
2332
|
-
var tmp0_desc = this.
|
|
2365
|
+
protoOf($serializer_5).y1s = function (encoder, value) {
|
|
2366
|
+
var tmp0_desc = this.x1s_1;
|
|
2333
2367
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
2334
|
-
tmp1_output.zo(tmp0_desc, 0, value.
|
|
2335
|
-
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2368
|
+
tmp1_output.zo(tmp0_desc, 0, value.z1s_1);
|
|
2369
|
+
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.a1t_1);
|
|
2336
2370
|
tmp1_output.ln(tmp0_desc);
|
|
2337
2371
|
};
|
|
2338
2372
|
protoOf($serializer_5).ck = function (encoder, value) {
|
|
2339
|
-
return this.
|
|
2373
|
+
return this.y1s(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2340
2374
|
};
|
|
2341
2375
|
protoOf($serializer_5).dk = function (decoder) {
|
|
2342
|
-
var tmp0_desc = this.
|
|
2376
|
+
var tmp0_desc = this.x1s_1;
|
|
2343
2377
|
var tmp1_flag = true;
|
|
2344
2378
|
var tmp2_index = 0;
|
|
2345
2379
|
var tmp3_bitMask0 = 0;
|
|
@@ -2374,7 +2408,7 @@
|
|
|
2374
2408
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2375
2409
|
};
|
|
2376
2410
|
protoOf($serializer_5).bk = function () {
|
|
2377
|
-
return this.
|
|
2411
|
+
return this.x1s_1;
|
|
2378
2412
|
};
|
|
2379
2413
|
protoOf($serializer_5).rv = function () {
|
|
2380
2414
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2390,11 +2424,11 @@
|
|
|
2390
2424
|
}
|
|
2391
2425
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2392
2426
|
if (!(3 === (3 & seen0))) {
|
|
2393
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2427
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().x1s_1);
|
|
2394
2428
|
}
|
|
2395
2429
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2396
|
-
$this.
|
|
2397
|
-
$this.
|
|
2430
|
+
$this.z1s_1 = playerId;
|
|
2431
|
+
$this.a1t_1 = tag;
|
|
2398
2432
|
return $this;
|
|
2399
2433
|
}
|
|
2400
2434
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2402,15 +2436,15 @@
|
|
|
2402
2436
|
}
|
|
2403
2437
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2404
2438
|
TerminationGameReasonDto.call(this);
|
|
2405
|
-
this.
|
|
2406
|
-
this.
|
|
2439
|
+
this.z1s_1 = playerId;
|
|
2440
|
+
this.a1t_1 = tag;
|
|
2407
2441
|
}
|
|
2408
2442
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2409
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2443
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.z1s_1 + ', tag=' + this.a1t_1 + ')';
|
|
2410
2444
|
};
|
|
2411
2445
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2412
|
-
var result = getStringHashCode(this.
|
|
2413
|
-
result = imul(result, 31) + (this.
|
|
2446
|
+
var result = getStringHashCode(this.z1s_1);
|
|
2447
|
+
result = imul(result, 31) + (this.a1t_1 == null ? 0 : getStringHashCode(this.a1t_1)) | 0;
|
|
2414
2448
|
return result;
|
|
2415
2449
|
};
|
|
2416
2450
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2418,14 +2452,14 @@
|
|
|
2418
2452
|
return true;
|
|
2419
2453
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2420
2454
|
return false;
|
|
2421
|
-
if (!(this.
|
|
2455
|
+
if (!(this.z1s_1 === other.z1s_1))
|
|
2422
2456
|
return false;
|
|
2423
|
-
if (!(this.
|
|
2457
|
+
if (!(this.a1t_1 == other.a1t_1))
|
|
2424
2458
|
return false;
|
|
2425
2459
|
return true;
|
|
2426
2460
|
};
|
|
2427
2461
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2428
|
-
return $this.
|
|
2462
|
+
return $this.b1t_1.v1();
|
|
2429
2463
|
}
|
|
2430
2464
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2431
2465
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2440,7 +2474,7 @@
|
|
|
2440
2474
|
TerminationGameReasonDto.call(this);
|
|
2441
2475
|
var tmp = this;
|
|
2442
2476
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2443
|
-
tmp.
|
|
2477
|
+
tmp.b1t_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2444
2478
|
}
|
|
2445
2479
|
protoOf(WaitingForConnectionReasonDto).z17 = function () {
|
|
2446
2480
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2586,20 +2620,20 @@
|
|
|
2586
2620
|
}
|
|
2587
2621
|
function mapFromDto_2(_this__u8e3s4) {
|
|
2588
2622
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2589
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
2623
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.p1s_1, get_gameFinishedReasonMapping());
|
|
2590
2624
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
2591
2625
|
}
|
|
2592
2626
|
function mapFromDto_3(_this__u8e3s4) {
|
|
2593
2627
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2594
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
2628
|
+
return new PlayerExitReason(_this__u8e3s4.s1s_1);
|
|
2595
2629
|
}
|
|
2596
2630
|
function mapFromDto_4(_this__u8e3s4) {
|
|
2597
2631
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2598
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
2632
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.v1s_1, _this__u8e3s4.w1s_1);
|
|
2599
2633
|
}
|
|
2600
2634
|
function mapFromDto_5(_this__u8e3s4) {
|
|
2601
2635
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2602
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
2636
|
+
return new PlayerTimeoutReason(_this__u8e3s4.z1s_1, _this__u8e3s4.a1t_1);
|
|
2603
2637
|
}
|
|
2604
2638
|
function mapFromDto_6(_this__u8e3s4) {
|
|
2605
2639
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2660,14 +2694,14 @@
|
|
|
2660
2694
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
2661
2695
|
}
|
|
2662
2696
|
function mapFromDto_8(_this__u8e3s4) {
|
|
2663
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2664
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2665
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
2666
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2667
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
2668
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
2669
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
2670
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
2697
|
+
var tmp0_elvis_lhs = _this__u8e3s4.c1t_1;
|
|
2698
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.d1t_1) : tmp0_elvis_lhs;
|
|
2699
|
+
var tmp1_elvis_lhs = _this__u8e3s4.e1t_1;
|
|
2700
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.f1t_1) : tmp1_elvis_lhs;
|
|
2701
|
+
var tmp2_elvis_lhs = _this__u8e3s4.g1t_1;
|
|
2702
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.h1t_1 : tmp2_elvis_lhs;
|
|
2703
|
+
var tmp3_elvis_lhs = _this__u8e3s4.j1t_1;
|
|
2704
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.k1t_1, _this__u8e3s4.i1t_1);
|
|
2671
2705
|
}
|
|
2672
2706
|
function mapToDto_9(_this__u8e3s4) {
|
|
2673
2707
|
var tmp0_safe_receiver = _this__u8e3s4.q1q_1;
|
|
@@ -2684,7 +2718,7 @@
|
|
|
2684
2718
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
2685
2719
|
}
|
|
2686
2720
|
function mapFromDto_9(_this__u8e3s4) {
|
|
2687
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
2721
|
+
var tmp0_safe_receiver = _this__u8e3s4.l1t_1;
|
|
2688
2722
|
var tmp;
|
|
2689
2723
|
if (tmp0_safe_receiver == null) {
|
|
2690
2724
|
tmp = null;
|
|
@@ -2693,7 +2727,7 @@
|
|
|
2693
2727
|
tmp = Companion_getInstance_0().tg(tmp0_safe_receiver);
|
|
2694
2728
|
}
|
|
2695
2729
|
var tmp5_startFromTime = tmp;
|
|
2696
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
2730
|
+
var tmp1_safe_receiver = _this__u8e3s4.n1t_1;
|
|
2697
2731
|
var tmp_0;
|
|
2698
2732
|
if (tmp1_safe_receiver == null) {
|
|
2699
2733
|
tmp_0 = null;
|
|
@@ -2702,7 +2736,7 @@
|
|
|
2702
2736
|
tmp_0 = Companion_getInstance_0().tg(tmp1_safe_receiver);
|
|
2703
2737
|
}
|
|
2704
2738
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
2705
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
2739
|
+
var tmp2_safe_receiver = _this__u8e3s4.m1t_1;
|
|
2706
2740
|
var tmp_1;
|
|
2707
2741
|
if (tmp2_safe_receiver == null) {
|
|
2708
2742
|
tmp_1 = null;
|
|
@@ -2711,11 +2745,11 @@
|
|
|
2711
2745
|
tmp_1 = Companion_getInstance_0().tg(tmp2_safe_receiver);
|
|
2712
2746
|
}
|
|
2713
2747
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
2714
|
-
var tmp8_state = _this__u8e3s4.
|
|
2715
|
-
var tmp9_tag = _this__u8e3s4.
|
|
2716
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
2748
|
+
var tmp8_state = _this__u8e3s4.o1t_1;
|
|
2749
|
+
var tmp9_tag = _this__u8e3s4.q1t_1;
|
|
2750
|
+
var tmp3_elvis_lhs = _this__u8e3s4.p1t_1;
|
|
2717
2751
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
2718
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
2752
|
+
var tmp4_safe_receiver = _this__u8e3s4.r1t_1;
|
|
2719
2753
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
2720
2754
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
2721
2755
|
}
|
|
@@ -2723,7 +2757,7 @@
|
|
|
2723
2757
|
return new PlayerConnectionDto(_this__u8e3s4.b1r_1, _this__u8e3s4.c1r_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.d1r_1));
|
|
2724
2758
|
}
|
|
2725
2759
|
function mapFromDto_10(_this__u8e3s4) {
|
|
2726
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
2760
|
+
return new PlayerConnection(_this__u8e3s4.s1t_1, Companion_getInstance_0().tg(_this__u8e3s4.t1t_1), Companion_getInstance().ng(_this__u8e3s4.u1t_1));
|
|
2727
2761
|
}
|
|
2728
2762
|
function Companion_15() {
|
|
2729
2763
|
}
|
|
@@ -2743,39 +2777,39 @@
|
|
|
2743
2777
|
tmp0_serialDesc.av('rating', false);
|
|
2744
2778
|
tmp0_serialDesc.av('is_bot', false);
|
|
2745
2779
|
tmp0_serialDesc.av('lucky_factor', false);
|
|
2746
|
-
this.
|
|
2780
|
+
this.v1t_1 = tmp0_serialDesc;
|
|
2747
2781
|
}
|
|
2748
|
-
protoOf($serializer_6).
|
|
2749
|
-
var tmp0_desc = this.
|
|
2782
|
+
protoOf($serializer_6).w1t = function (encoder, value) {
|
|
2783
|
+
var tmp0_desc = this.v1t_1;
|
|
2750
2784
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
2751
|
-
if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.
|
|
2752
|
-
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
2785
|
+
if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.c1t_1 == null)) {
|
|
2786
|
+
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.c1t_1);
|
|
2753
2787
|
}
|
|
2754
|
-
if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.
|
|
2755
|
-
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2788
|
+
if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.d1t_1 == null)) {
|
|
2789
|
+
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.d1t_1);
|
|
2756
2790
|
}
|
|
2757
|
-
if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.
|
|
2758
|
-
tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
2791
|
+
if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.e1t_1 == null)) {
|
|
2792
|
+
tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.e1t_1);
|
|
2759
2793
|
}
|
|
2760
|
-
if (tmp1_output.hp(tmp0_desc, 3) ? true : !(value.
|
|
2761
|
-
tmp1_output.dp(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
2794
|
+
if (tmp1_output.hp(tmp0_desc, 3) ? true : !(value.f1t_1 == null)) {
|
|
2795
|
+
tmp1_output.dp(tmp0_desc, 3, StringSerializer_getInstance(), value.f1t_1);
|
|
2762
2796
|
}
|
|
2763
|
-
if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.
|
|
2764
|
-
tmp1_output.dp(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
2797
|
+
if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.g1t_1 == null)) {
|
|
2798
|
+
tmp1_output.dp(tmp0_desc, 4, StringSerializer_getInstance(), value.g1t_1);
|
|
2765
2799
|
}
|
|
2766
|
-
if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.
|
|
2767
|
-
tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
2800
|
+
if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.h1t_1 == null)) {
|
|
2801
|
+
tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.h1t_1);
|
|
2768
2802
|
}
|
|
2769
|
-
tmp1_output.dp(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
2770
|
-
tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
2771
|
-
tmp1_output.dp(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
2803
|
+
tmp1_output.dp(tmp0_desc, 6, DoubleSerializer_getInstance(), value.i1t_1);
|
|
2804
|
+
tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.j1t_1);
|
|
2805
|
+
tmp1_output.dp(tmp0_desc, 8, FloatSerializer_getInstance(), value.k1t_1);
|
|
2772
2806
|
tmp1_output.ln(tmp0_desc);
|
|
2773
2807
|
};
|
|
2774
2808
|
protoOf($serializer_6).ck = function (encoder, value) {
|
|
2775
|
-
return this.
|
|
2809
|
+
return this.w1t(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
2776
2810
|
};
|
|
2777
2811
|
protoOf($serializer_6).dk = function (decoder) {
|
|
2778
|
-
var tmp0_desc = this.
|
|
2812
|
+
var tmp0_desc = this.v1t_1;
|
|
2779
2813
|
var tmp1_flag = true;
|
|
2780
2814
|
var tmp2_index = 0;
|
|
2781
2815
|
var tmp3_bitMask0 = 0;
|
|
@@ -2859,7 +2893,7 @@
|
|
|
2859
2893
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
2860
2894
|
};
|
|
2861
2895
|
protoOf($serializer_6).bk = function () {
|
|
2862
|
-
return this.
|
|
2896
|
+
return this.v1t_1;
|
|
2863
2897
|
};
|
|
2864
2898
|
protoOf($serializer_6).rv = function () {
|
|
2865
2899
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2875,35 +2909,35 @@
|
|
|
2875
2909
|
}
|
|
2876
2910
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
2877
2911
|
if (!(448 === (448 & seen0))) {
|
|
2878
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
2912
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().v1t_1);
|
|
2879
2913
|
}
|
|
2880
2914
|
if (0 === (seen0 & 1))
|
|
2881
|
-
$this.
|
|
2915
|
+
$this.c1t_1 = null;
|
|
2882
2916
|
else
|
|
2883
|
-
$this.
|
|
2917
|
+
$this.c1t_1 = playerId;
|
|
2884
2918
|
if (0 === (seen0 & 2))
|
|
2885
|
-
$this.
|
|
2919
|
+
$this.d1t_1 = null;
|
|
2886
2920
|
else
|
|
2887
|
-
$this.
|
|
2921
|
+
$this.d1t_1 = uid;
|
|
2888
2922
|
if (0 === (seen0 & 4))
|
|
2889
|
-
$this.
|
|
2923
|
+
$this.e1t_1 = null;
|
|
2890
2924
|
else
|
|
2891
|
-
$this.
|
|
2925
|
+
$this.e1t_1 = name;
|
|
2892
2926
|
if (0 === (seen0 & 8))
|
|
2893
|
-
$this.
|
|
2927
|
+
$this.f1t_1 = null;
|
|
2894
2928
|
else
|
|
2895
|
-
$this.
|
|
2929
|
+
$this.f1t_1 = nickname;
|
|
2896
2930
|
if (0 === (seen0 & 16))
|
|
2897
|
-
$this.
|
|
2931
|
+
$this.g1t_1 = null;
|
|
2898
2932
|
else
|
|
2899
|
-
$this.
|
|
2933
|
+
$this.g1t_1 = avatarUrl;
|
|
2900
2934
|
if (0 === (seen0 & 32))
|
|
2901
|
-
$this.
|
|
2935
|
+
$this.h1t_1 = null;
|
|
2902
2936
|
else
|
|
2903
|
-
$this.
|
|
2904
|
-
$this.
|
|
2905
|
-
$this.
|
|
2906
|
-
$this.
|
|
2937
|
+
$this.h1t_1 = photo;
|
|
2938
|
+
$this.i1t_1 = rating;
|
|
2939
|
+
$this.j1t_1 = isBot;
|
|
2940
|
+
$this.k1t_1 = initialLuckyFactor;
|
|
2907
2941
|
return $this;
|
|
2908
2942
|
}
|
|
2909
2943
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -2916,47 +2950,47 @@
|
|
|
2916
2950
|
nickname = nickname === VOID ? null : nickname;
|
|
2917
2951
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
2918
2952
|
photo = photo === VOID ? null : photo;
|
|
2919
|
-
this.
|
|
2920
|
-
this.
|
|
2921
|
-
this.
|
|
2922
|
-
this.
|
|
2923
|
-
this.
|
|
2924
|
-
this.
|
|
2925
|
-
this.
|
|
2926
|
-
this.
|
|
2927
|
-
this.
|
|
2928
|
-
}
|
|
2929
|
-
protoOf(GameUserInfoDto).
|
|
2930
|
-
return this.
|
|
2931
|
-
};
|
|
2932
|
-
protoOf(GameUserInfoDto).
|
|
2953
|
+
this.c1t_1 = playerId;
|
|
2954
|
+
this.d1t_1 = uid;
|
|
2955
|
+
this.e1t_1 = name;
|
|
2956
|
+
this.f1t_1 = nickname;
|
|
2957
|
+
this.g1t_1 = avatarUrl;
|
|
2958
|
+
this.h1t_1 = photo;
|
|
2959
|
+
this.i1t_1 = rating;
|
|
2960
|
+
this.j1t_1 = isBot;
|
|
2961
|
+
this.k1t_1 = initialLuckyFactor;
|
|
2962
|
+
}
|
|
2963
|
+
protoOf(GameUserInfoDto).x1t = function () {
|
|
2964
|
+
return this.y1t(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
2965
|
+
};
|
|
2966
|
+
protoOf(GameUserInfoDto).z1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
2933
2967
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
2934
2968
|
};
|
|
2935
|
-
protoOf(GameUserInfoDto).
|
|
2936
|
-
playerId = playerId === VOID ? this.
|
|
2937
|
-
uid = uid === VOID ? this.
|
|
2938
|
-
name = name === VOID ? this.
|
|
2939
|
-
nickname = nickname === VOID ? this.
|
|
2940
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
2941
|
-
photo = photo === VOID ? this.
|
|
2942
|
-
rating = rating === VOID ? this.
|
|
2943
|
-
isBot = isBot === VOID ? this.
|
|
2944
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
2945
|
-
return $super === VOID ? this.
|
|
2969
|
+
protoOf(GameUserInfoDto).y1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
2970
|
+
playerId = playerId === VOID ? this.c1t_1 : playerId;
|
|
2971
|
+
uid = uid === VOID ? this.d1t_1 : uid;
|
|
2972
|
+
name = name === VOID ? this.e1t_1 : name;
|
|
2973
|
+
nickname = nickname === VOID ? this.f1t_1 : nickname;
|
|
2974
|
+
avatarUrl = avatarUrl === VOID ? this.g1t_1 : avatarUrl;
|
|
2975
|
+
photo = photo === VOID ? this.h1t_1 : photo;
|
|
2976
|
+
rating = rating === VOID ? this.i1t_1 : rating;
|
|
2977
|
+
isBot = isBot === VOID ? this.j1t_1 : isBot;
|
|
2978
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.k1t_1 : initialLuckyFactor;
|
|
2979
|
+
return $super === VOID ? this.z1t(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.z1t.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
2946
2980
|
};
|
|
2947
2981
|
protoOf(GameUserInfoDto).toString = function () {
|
|
2948
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
2982
|
+
return 'GameUserInfoDto(playerId=' + this.c1t_1 + ', uid=' + this.d1t_1 + ', name=' + this.e1t_1 + ', nickname=' + this.f1t_1 + ', avatarUrl=' + this.g1t_1 + ', photo=' + this.h1t_1 + ', rating=' + this.i1t_1 + ', isBot=' + this.j1t_1 + ', initialLuckyFactor=' + this.k1t_1 + ')';
|
|
2949
2983
|
};
|
|
2950
2984
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
2951
|
-
var result = this.
|
|
2952
|
-
result = imul(result, 31) + (this.c1t_1 == null ? 0 : getStringHashCode(this.c1t_1)) | 0;
|
|
2985
|
+
var result = this.c1t_1 == null ? 0 : getStringHashCode(this.c1t_1);
|
|
2953
2986
|
result = imul(result, 31) + (this.d1t_1 == null ? 0 : getStringHashCode(this.d1t_1)) | 0;
|
|
2954
2987
|
result = imul(result, 31) + (this.e1t_1 == null ? 0 : getStringHashCode(this.e1t_1)) | 0;
|
|
2955
2988
|
result = imul(result, 31) + (this.f1t_1 == null ? 0 : getStringHashCode(this.f1t_1)) | 0;
|
|
2956
2989
|
result = imul(result, 31) + (this.g1t_1 == null ? 0 : getStringHashCode(this.g1t_1)) | 0;
|
|
2957
|
-
result = imul(result, 31) + (this.h1t_1 == null ? 0 :
|
|
2958
|
-
result = imul(result, 31) + (this.i1t_1 == null ? 0 :
|
|
2959
|
-
result = imul(result, 31) + (this.j1t_1 == null ? 0 :
|
|
2990
|
+
result = imul(result, 31) + (this.h1t_1 == null ? 0 : getStringHashCode(this.h1t_1)) | 0;
|
|
2991
|
+
result = imul(result, 31) + (this.i1t_1 == null ? 0 : getNumberHashCode(this.i1t_1)) | 0;
|
|
2992
|
+
result = imul(result, 31) + (this.j1t_1 == null ? 0 : getBooleanHashCode(this.j1t_1)) | 0;
|
|
2993
|
+
result = imul(result, 31) + (this.k1t_1 == null ? 0 : getNumberHashCode(this.k1t_1)) | 0;
|
|
2960
2994
|
return result;
|
|
2961
2995
|
};
|
|
2962
2996
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -2964,8 +2998,6 @@
|
|
|
2964
2998
|
return true;
|
|
2965
2999
|
if (!(other instanceof GameUserInfoDto))
|
|
2966
3000
|
return false;
|
|
2967
|
-
if (!(this.b1t_1 == other.b1t_1))
|
|
2968
|
-
return false;
|
|
2969
3001
|
if (!(this.c1t_1 == other.c1t_1))
|
|
2970
3002
|
return false;
|
|
2971
3003
|
if (!(this.d1t_1 == other.d1t_1))
|
|
@@ -2976,11 +3008,13 @@
|
|
|
2976
3008
|
return false;
|
|
2977
3009
|
if (!(this.g1t_1 == other.g1t_1))
|
|
2978
3010
|
return false;
|
|
2979
|
-
if (!
|
|
3011
|
+
if (!(this.h1t_1 == other.h1t_1))
|
|
3012
|
+
return false;
|
|
3013
|
+
if (!equals(this.i1t_1, other.i1t_1))
|
|
2980
3014
|
return false;
|
|
2981
|
-
if (!(this.
|
|
3015
|
+
if (!(this.j1t_1 == other.j1t_1))
|
|
2982
3016
|
return false;
|
|
2983
|
-
if (!equals(this.
|
|
3017
|
+
if (!equals(this.k1t_1, other.k1t_1))
|
|
2984
3018
|
return false;
|
|
2985
3019
|
return true;
|
|
2986
3020
|
};
|
|
@@ -2994,7 +3028,7 @@
|
|
|
2994
3028
|
// Inline function 'kotlin.arrayOf' call
|
|
2995
3029
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
2996
3030
|
// Inline function 'kotlin.js.asDynamic' call
|
|
2997
|
-
tmp.
|
|
3031
|
+
tmp.a1u_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
2998
3032
|
}
|
|
2999
3033
|
var Companion_instance_16;
|
|
3000
3034
|
function Companion_getInstance_19() {
|
|
@@ -3008,22 +3042,22 @@
|
|
|
3008
3042
|
tmp0_serialDesc.av('state', false);
|
|
3009
3043
|
tmp0_serialDesc.av('connectionChangedTime', false);
|
|
3010
3044
|
tmp0_serialDesc.av('notLiveDurationRecord', false);
|
|
3011
|
-
this.
|
|
3045
|
+
this.b1u_1 = tmp0_serialDesc;
|
|
3012
3046
|
}
|
|
3013
|
-
protoOf($serializer_7).
|
|
3014
|
-
var tmp0_desc = this.
|
|
3047
|
+
protoOf($serializer_7).c1u = function (encoder, value) {
|
|
3048
|
+
var tmp0_desc = this.b1u_1;
|
|
3015
3049
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
3016
|
-
var tmp2_cached = Companion_getInstance_19().
|
|
3017
|
-
tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.
|
|
3018
|
-
tmp1_output.zo(tmp0_desc, 1, value.
|
|
3019
|
-
tmp1_output.zo(tmp0_desc, 2, value.
|
|
3050
|
+
var tmp2_cached = Companion_getInstance_19().a1u_1;
|
|
3051
|
+
tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.s1t_1);
|
|
3052
|
+
tmp1_output.zo(tmp0_desc, 1, value.t1t_1);
|
|
3053
|
+
tmp1_output.zo(tmp0_desc, 2, value.u1t_1);
|
|
3020
3054
|
tmp1_output.ln(tmp0_desc);
|
|
3021
3055
|
};
|
|
3022
3056
|
protoOf($serializer_7).ck = function (encoder, value) {
|
|
3023
|
-
return this.
|
|
3057
|
+
return this.c1u(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3024
3058
|
};
|
|
3025
3059
|
protoOf($serializer_7).dk = function (decoder) {
|
|
3026
|
-
var tmp0_desc = this.
|
|
3060
|
+
var tmp0_desc = this.b1u_1;
|
|
3027
3061
|
var tmp1_flag = true;
|
|
3028
3062
|
var tmp2_index = 0;
|
|
3029
3063
|
var tmp3_bitMask0 = 0;
|
|
@@ -3031,7 +3065,7 @@
|
|
|
3031
3065
|
var tmp5_local1 = null;
|
|
3032
3066
|
var tmp6_local2 = null;
|
|
3033
3067
|
var tmp7_input = decoder.kn(tmp0_desc);
|
|
3034
|
-
var tmp8_cached = Companion_getInstance_19().
|
|
3068
|
+
var tmp8_cached = Companion_getInstance_19().a1u_1;
|
|
3035
3069
|
if (tmp7_input.ao()) {
|
|
3036
3070
|
tmp4_local0 = tmp7_input.wn(tmp0_desc, 0, tmp8_cached[0].v1(), tmp4_local0);
|
|
3037
3071
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3066,13 +3100,13 @@
|
|
|
3066
3100
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3067
3101
|
};
|
|
3068
3102
|
protoOf($serializer_7).bk = function () {
|
|
3069
|
-
return this.
|
|
3103
|
+
return this.b1u_1;
|
|
3070
3104
|
};
|
|
3071
3105
|
protoOf($serializer_7).rv = function () {
|
|
3072
3106
|
// Inline function 'kotlin.arrayOf' call
|
|
3073
3107
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3074
3108
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3075
|
-
return [Companion_getInstance_19().
|
|
3109
|
+
return [Companion_getInstance_19().a1u_1[0].v1(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3076
3110
|
};
|
|
3077
3111
|
var $serializer_instance_7;
|
|
3078
3112
|
function $serializer_getInstance_7() {
|
|
@@ -3082,11 +3116,11 @@
|
|
|
3082
3116
|
}
|
|
3083
3117
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3084
3118
|
if (!(7 === (7 & seen0))) {
|
|
3085
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3119
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().b1u_1);
|
|
3086
3120
|
}
|
|
3087
|
-
$this.
|
|
3088
|
-
$this.
|
|
3089
|
-
$this.
|
|
3121
|
+
$this.s1t_1 = state;
|
|
3122
|
+
$this.t1t_1 = connectionChangedTime;
|
|
3123
|
+
$this.u1t_1 = notLiveDurationRecord;
|
|
3090
3124
|
return $this;
|
|
3091
3125
|
}
|
|
3092
3126
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3094,17 +3128,17 @@
|
|
|
3094
3128
|
}
|
|
3095
3129
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3096
3130
|
Companion_getInstance_19();
|
|
3097
|
-
this.
|
|
3098
|
-
this.
|
|
3099
|
-
this.
|
|
3131
|
+
this.s1t_1 = state;
|
|
3132
|
+
this.t1t_1 = connectionChangedTime;
|
|
3133
|
+
this.u1t_1 = notLiveDurationRecord;
|
|
3100
3134
|
}
|
|
3101
3135
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3102
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3136
|
+
return 'PlayerConnectionDto(state=' + this.s1t_1.toString() + ', connectionChangedTime=' + this.t1t_1 + ', notLiveDurationRecord=' + this.u1t_1 + ')';
|
|
3103
3137
|
};
|
|
3104
3138
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3105
|
-
var result = this.
|
|
3106
|
-
result = imul(result, 31) + getStringHashCode(this.s1t_1) | 0;
|
|
3139
|
+
var result = this.s1t_1.hashCode();
|
|
3107
3140
|
result = imul(result, 31) + getStringHashCode(this.t1t_1) | 0;
|
|
3141
|
+
result = imul(result, 31) + getStringHashCode(this.u1t_1) | 0;
|
|
3108
3142
|
return result;
|
|
3109
3143
|
};
|
|
3110
3144
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3112,12 +3146,12 @@
|
|
|
3112
3146
|
return true;
|
|
3113
3147
|
if (!(other instanceof PlayerConnectionDto))
|
|
3114
3148
|
return false;
|
|
3115
|
-
if (!this.
|
|
3116
|
-
return false;
|
|
3117
|
-
if (!(this.s1t_1 === other.s1t_1))
|
|
3149
|
+
if (!this.s1t_1.equals(other.s1t_1))
|
|
3118
3150
|
return false;
|
|
3119
3151
|
if (!(this.t1t_1 === other.t1t_1))
|
|
3120
3152
|
return false;
|
|
3153
|
+
if (!(this.u1t_1 === other.u1t_1))
|
|
3154
|
+
return false;
|
|
3121
3155
|
return true;
|
|
3122
3156
|
};
|
|
3123
3157
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
@@ -3130,7 +3164,7 @@
|
|
|
3130
3164
|
// Inline function 'kotlin.arrayOf' call
|
|
3131
3165
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3132
3166
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3133
|
-
tmp.
|
|
3167
|
+
tmp.d1u_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3134
3168
|
}
|
|
3135
3169
|
var Companion_instance_17;
|
|
3136
3170
|
function Companion_getInstance_20() {
|
|
@@ -3148,38 +3182,38 @@
|
|
|
3148
3182
|
tmp0_serialDesc.av('ready', true);
|
|
3149
3183
|
tmp0_serialDesc.av('tag', true);
|
|
3150
3184
|
tmp0_serialDesc.av('connection', true);
|
|
3151
|
-
this.
|
|
3185
|
+
this.e1u_1 = tmp0_serialDesc;
|
|
3152
3186
|
}
|
|
3153
|
-
protoOf($serializer_8).
|
|
3154
|
-
var tmp0_desc = this.
|
|
3187
|
+
protoOf($serializer_8).f1u = function (encoder, value) {
|
|
3188
|
+
var tmp0_desc = this.e1u_1;
|
|
3155
3189
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
3156
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3157
|
-
if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.
|
|
3158
|
-
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3190
|
+
var tmp2_cached = Companion_getInstance_20().d1u_1;
|
|
3191
|
+
if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.l1t_1 == null)) {
|
|
3192
|
+
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.l1t_1);
|
|
3159
3193
|
}
|
|
3160
|
-
if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.
|
|
3161
|
-
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3194
|
+
if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.m1t_1 == null)) {
|
|
3195
|
+
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.m1t_1);
|
|
3162
3196
|
}
|
|
3163
|
-
if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.
|
|
3164
|
-
tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3197
|
+
if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.n1t_1 == null)) {
|
|
3198
|
+
tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.n1t_1);
|
|
3165
3199
|
}
|
|
3166
|
-
tmp1_output.bp(tmp0_desc, 3, tmp2_cached[3].v1(), value.
|
|
3167
|
-
if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.
|
|
3168
|
-
tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3200
|
+
tmp1_output.bp(tmp0_desc, 3, tmp2_cached[3].v1(), value.o1t_1);
|
|
3201
|
+
if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.p1t_1 == null)) {
|
|
3202
|
+
tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.p1t_1);
|
|
3169
3203
|
}
|
|
3170
|
-
if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.
|
|
3171
|
-
tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3204
|
+
if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.q1t_1 == null)) {
|
|
3205
|
+
tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.q1t_1);
|
|
3172
3206
|
}
|
|
3173
|
-
if (tmp1_output.hp(tmp0_desc, 6) ? true : !(value.
|
|
3174
|
-
tmp1_output.dp(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3207
|
+
if (tmp1_output.hp(tmp0_desc, 6) ? true : !(value.r1t_1 == null)) {
|
|
3208
|
+
tmp1_output.dp(tmp0_desc, 6, $serializer_getInstance_7(), value.r1t_1);
|
|
3175
3209
|
}
|
|
3176
3210
|
tmp1_output.ln(tmp0_desc);
|
|
3177
3211
|
};
|
|
3178
3212
|
protoOf($serializer_8).ck = function (encoder, value) {
|
|
3179
|
-
return this.
|
|
3213
|
+
return this.f1u(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3180
3214
|
};
|
|
3181
3215
|
protoOf($serializer_8).dk = function (decoder) {
|
|
3182
|
-
var tmp0_desc = this.
|
|
3216
|
+
var tmp0_desc = this.e1u_1;
|
|
3183
3217
|
var tmp1_flag = true;
|
|
3184
3218
|
var tmp2_index = 0;
|
|
3185
3219
|
var tmp3_bitMask0 = 0;
|
|
@@ -3191,7 +3225,7 @@
|
|
|
3191
3225
|
var tmp9_local5 = null;
|
|
3192
3226
|
var tmp10_local6 = null;
|
|
3193
3227
|
var tmp11_input = decoder.kn(tmp0_desc);
|
|
3194
|
-
var tmp12_cached = Companion_getInstance_20().
|
|
3228
|
+
var tmp12_cached = Companion_getInstance_20().d1u_1;
|
|
3195
3229
|
if (tmp11_input.ao()) {
|
|
3196
3230
|
tmp4_local0 = tmp11_input.yn(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3197
3231
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3250,10 +3284,10 @@
|
|
|
3250
3284
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3251
3285
|
};
|
|
3252
3286
|
protoOf($serializer_8).bk = function () {
|
|
3253
|
-
return this.
|
|
3287
|
+
return this.e1u_1;
|
|
3254
3288
|
};
|
|
3255
3289
|
protoOf($serializer_8).rv = function () {
|
|
3256
|
-
var tmp0_cached = Companion_getInstance_20().
|
|
3290
|
+
var tmp0_cached = Companion_getInstance_20().d1u_1;
|
|
3257
3291
|
// Inline function 'kotlin.arrayOf' call
|
|
3258
3292
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3259
3293
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3267,33 +3301,33 @@
|
|
|
3267
3301
|
}
|
|
3268
3302
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3269
3303
|
if (!(8 === (8 & seen0))) {
|
|
3270
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3304
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().e1u_1);
|
|
3271
3305
|
}
|
|
3272
3306
|
if (0 === (seen0 & 1))
|
|
3273
|
-
$this.
|
|
3307
|
+
$this.l1t_1 = null;
|
|
3274
3308
|
else
|
|
3275
|
-
$this.
|
|
3309
|
+
$this.l1t_1 = startFrom;
|
|
3276
3310
|
if (0 === (seen0 & 2))
|
|
3277
|
-
$this.
|
|
3311
|
+
$this.m1t_1 = null;
|
|
3278
3312
|
else
|
|
3279
|
-
$this.
|
|
3313
|
+
$this.m1t_1 = playerTurnTimeout;
|
|
3280
3314
|
if (0 === (seen0 & 4))
|
|
3281
|
-
$this.
|
|
3315
|
+
$this.n1t_1 = null;
|
|
3282
3316
|
else
|
|
3283
|
-
$this.
|
|
3284
|
-
$this.
|
|
3317
|
+
$this.n1t_1 = waitPlayerUntilTime;
|
|
3318
|
+
$this.o1t_1 = state;
|
|
3285
3319
|
if (0 === (seen0 & 16))
|
|
3286
|
-
$this.
|
|
3320
|
+
$this.p1t_1 = null;
|
|
3287
3321
|
else
|
|
3288
|
-
$this.
|
|
3322
|
+
$this.p1t_1 = ready;
|
|
3289
3323
|
if (0 === (seen0 & 32))
|
|
3290
|
-
$this.
|
|
3324
|
+
$this.q1t_1 = null;
|
|
3291
3325
|
else
|
|
3292
|
-
$this.
|
|
3326
|
+
$this.q1t_1 = tag;
|
|
3293
3327
|
if (0 === (seen0 & 64))
|
|
3294
|
-
$this.
|
|
3328
|
+
$this.r1t_1 = null;
|
|
3295
3329
|
else
|
|
3296
|
-
$this.
|
|
3330
|
+
$this.r1t_1 = connection;
|
|
3297
3331
|
return $this;
|
|
3298
3332
|
}
|
|
3299
3333
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3307,25 +3341,25 @@
|
|
|
3307
3341
|
ready = ready === VOID ? null : ready;
|
|
3308
3342
|
tag = tag === VOID ? null : tag;
|
|
3309
3343
|
connection = connection === VOID ? null : connection;
|
|
3310
|
-
this.
|
|
3311
|
-
this.
|
|
3312
|
-
this.
|
|
3313
|
-
this.
|
|
3314
|
-
this.
|
|
3315
|
-
this.
|
|
3316
|
-
this.
|
|
3344
|
+
this.l1t_1 = startFrom;
|
|
3345
|
+
this.m1t_1 = playerTurnTimeout;
|
|
3346
|
+
this.n1t_1 = waitPlayerUntilTime;
|
|
3347
|
+
this.o1t_1 = state;
|
|
3348
|
+
this.p1t_1 = ready;
|
|
3349
|
+
this.q1t_1 = tag;
|
|
3350
|
+
this.r1t_1 = connection;
|
|
3317
3351
|
}
|
|
3318
3352
|
protoOf(PlayerStateDto).toString = function () {
|
|
3319
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3353
|
+
return 'PlayerStateDto(startFrom=' + this.l1t_1 + ', playerTurnTimeout=' + this.m1t_1 + ', waitPlayerUntilTime=' + this.n1t_1 + ', state=' + this.o1t_1.toString() + ', ready=' + this.p1t_1 + ', tag=' + this.q1t_1 + ', connection=' + toString(this.r1t_1) + ')';
|
|
3320
3354
|
};
|
|
3321
3355
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3322
|
-
var result = this.
|
|
3323
|
-
result = imul(result, 31) + (this.l1t_1 == null ? 0 : getStringHashCode(this.l1t_1)) | 0;
|
|
3356
|
+
var result = this.l1t_1 == null ? 0 : getStringHashCode(this.l1t_1);
|
|
3324
3357
|
result = imul(result, 31) + (this.m1t_1 == null ? 0 : getStringHashCode(this.m1t_1)) | 0;
|
|
3325
|
-
result = imul(result, 31) + this.n1t_1.
|
|
3326
|
-
result = imul(result, 31) +
|
|
3327
|
-
result = imul(result, 31) + (this.p1t_1 == null ? 0 :
|
|
3328
|
-
result = imul(result, 31) + (this.q1t_1 == null ? 0 : this.q1t_1
|
|
3358
|
+
result = imul(result, 31) + (this.n1t_1 == null ? 0 : getStringHashCode(this.n1t_1)) | 0;
|
|
3359
|
+
result = imul(result, 31) + this.o1t_1.hashCode() | 0;
|
|
3360
|
+
result = imul(result, 31) + (this.p1t_1 == null ? 0 : getBooleanHashCode(this.p1t_1)) | 0;
|
|
3361
|
+
result = imul(result, 31) + (this.q1t_1 == null ? 0 : getStringHashCode(this.q1t_1)) | 0;
|
|
3362
|
+
result = imul(result, 31) + (this.r1t_1 == null ? 0 : this.r1t_1.hashCode()) | 0;
|
|
3329
3363
|
return result;
|
|
3330
3364
|
};
|
|
3331
3365
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3333,19 +3367,19 @@
|
|
|
3333
3367
|
return true;
|
|
3334
3368
|
if (!(other instanceof PlayerStateDto))
|
|
3335
3369
|
return false;
|
|
3336
|
-
if (!(this.k1t_1 == other.k1t_1))
|
|
3337
|
-
return false;
|
|
3338
3370
|
if (!(this.l1t_1 == other.l1t_1))
|
|
3339
3371
|
return false;
|
|
3340
3372
|
if (!(this.m1t_1 == other.m1t_1))
|
|
3341
3373
|
return false;
|
|
3342
|
-
if (!this.n1t_1
|
|
3374
|
+
if (!(this.n1t_1 == other.n1t_1))
|
|
3343
3375
|
return false;
|
|
3344
|
-
if (!
|
|
3376
|
+
if (!this.o1t_1.equals(other.o1t_1))
|
|
3345
3377
|
return false;
|
|
3346
3378
|
if (!(this.p1t_1 == other.p1t_1))
|
|
3347
3379
|
return false;
|
|
3348
|
-
if (!
|
|
3380
|
+
if (!(this.q1t_1 == other.q1t_1))
|
|
3381
|
+
return false;
|
|
3382
|
+
if (!equals(this.r1t_1, other.r1t_1))
|
|
3349
3383
|
return false;
|
|
3350
3384
|
return true;
|
|
3351
3385
|
};
|
|
@@ -3369,7 +3403,7 @@
|
|
|
3369
3403
|
// Inline function 'kotlin.arrayOf' call
|
|
3370
3404
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3371
3405
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3372
|
-
tmp.
|
|
3406
|
+
tmp.g1u_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
3373
3407
|
}
|
|
3374
3408
|
var Companion_instance_18;
|
|
3375
3409
|
function Companion_getInstance_21() {
|
|
@@ -3406,45 +3440,45 @@
|
|
|
3406
3440
|
tmp0_serialDesc.av('fineIfNoBribes', false);
|
|
3407
3441
|
tmp0_serialDesc.av('enableFineAfterThirdByte', false);
|
|
3408
3442
|
tmp0_serialDesc.av('fineAfterThirdFailedContract', false);
|
|
3409
|
-
this.
|
|
3443
|
+
this.h1u_1 = tmp0_serialDesc;
|
|
3410
3444
|
}
|
|
3411
|
-
protoOf($serializer_9).
|
|
3412
|
-
var tmp0_desc = this.
|
|
3445
|
+
protoOf($serializer_9).i1u = function (encoder, value) {
|
|
3446
|
+
var tmp0_desc = this.h1u_1;
|
|
3413
3447
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
3414
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3415
|
-
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3416
|
-
tmp1_output.dp(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3417
|
-
tmp1_output.dp(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3418
|
-
tmp1_output.dp(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3419
|
-
tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3420
|
-
tmp1_output.dp(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3421
|
-
tmp1_output.dp(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3422
|
-
tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3423
|
-
tmp1_output.dp(tmp0_desc, 8, tmp2_cached[8].v1(), value.
|
|
3424
|
-
tmp1_output.dp(tmp0_desc, 9, tmp2_cached[9].v1(), value.
|
|
3425
|
-
tmp1_output.dp(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3426
|
-
tmp1_output.dp(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3427
|
-
tmp1_output.dp(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3428
|
-
tmp1_output.dp(tmp0_desc, 13, tmp2_cached[13].v1(), value.
|
|
3429
|
-
tmp1_output.dp(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3430
|
-
tmp1_output.dp(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3431
|
-
tmp1_output.dp(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3432
|
-
tmp1_output.dp(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3433
|
-
tmp1_output.dp(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3434
|
-
tmp1_output.dp(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3435
|
-
tmp1_output.dp(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3436
|
-
tmp1_output.zo(tmp0_desc, 21, value.
|
|
3437
|
-
tmp1_output.dp(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3438
|
-
tmp1_output.dp(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3439
|
-
tmp1_output.dp(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3440
|
-
tmp1_output.dp(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3448
|
+
var tmp2_cached = Companion_getInstance_21().g1u_1;
|
|
3449
|
+
tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.j1u_1);
|
|
3450
|
+
tmp1_output.dp(tmp0_desc, 1, BooleanSerializer_getInstance(), value.k1u_1);
|
|
3451
|
+
tmp1_output.dp(tmp0_desc, 2, BooleanSerializer_getInstance(), value.l1u_1);
|
|
3452
|
+
tmp1_output.dp(tmp0_desc, 3, BooleanSerializer_getInstance(), value.m1u_1);
|
|
3453
|
+
tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.n1u_1);
|
|
3454
|
+
tmp1_output.dp(tmp0_desc, 5, IntSerializer_getInstance(), value.o1u_1);
|
|
3455
|
+
tmp1_output.dp(tmp0_desc, 6, IntSerializer_getInstance(), value.p1u_1);
|
|
3456
|
+
tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.q1u_1);
|
|
3457
|
+
tmp1_output.dp(tmp0_desc, 8, tmp2_cached[8].v1(), value.r1u_1);
|
|
3458
|
+
tmp1_output.dp(tmp0_desc, 9, tmp2_cached[9].v1(), value.s1u_1);
|
|
3459
|
+
tmp1_output.dp(tmp0_desc, 10, BooleanSerializer_getInstance(), value.t1u_1);
|
|
3460
|
+
tmp1_output.dp(tmp0_desc, 11, StringSerializer_getInstance(), value.u1u_1);
|
|
3461
|
+
tmp1_output.dp(tmp0_desc, 12, StringSerializer_getInstance(), value.v1u_1);
|
|
3462
|
+
tmp1_output.dp(tmp0_desc, 13, tmp2_cached[13].v1(), value.w1u_1);
|
|
3463
|
+
tmp1_output.dp(tmp0_desc, 14, BooleanSerializer_getInstance(), value.x1u_1);
|
|
3464
|
+
tmp1_output.dp(tmp0_desc, 15, BooleanSerializer_getInstance(), value.y1u_1);
|
|
3465
|
+
tmp1_output.dp(tmp0_desc, 16, BooleanSerializer_getInstance(), value.z1u_1);
|
|
3466
|
+
tmp1_output.dp(tmp0_desc, 17, BooleanSerializer_getInstance(), value.a1v_1);
|
|
3467
|
+
tmp1_output.dp(tmp0_desc, 18, BooleanSerializer_getInstance(), value.b1v_1);
|
|
3468
|
+
tmp1_output.dp(tmp0_desc, 19, BooleanSerializer_getInstance(), value.c1v_1);
|
|
3469
|
+
tmp1_output.dp(tmp0_desc, 20, BooleanSerializer_getInstance(), value.d1v_1);
|
|
3470
|
+
tmp1_output.zo(tmp0_desc, 21, value.e1v_1);
|
|
3471
|
+
tmp1_output.dp(tmp0_desc, 22, BooleanSerializer_getInstance(), value.f1v_1);
|
|
3472
|
+
tmp1_output.dp(tmp0_desc, 23, IntSerializer_getInstance(), value.g1v_1);
|
|
3473
|
+
tmp1_output.dp(tmp0_desc, 24, BooleanSerializer_getInstance(), value.h1v_1);
|
|
3474
|
+
tmp1_output.dp(tmp0_desc, 25, IntSerializer_getInstance(), value.i1v_1);
|
|
3441
3475
|
tmp1_output.ln(tmp0_desc);
|
|
3442
3476
|
};
|
|
3443
3477
|
protoOf($serializer_9).ck = function (encoder, value) {
|
|
3444
|
-
return this.
|
|
3478
|
+
return this.i1u(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3445
3479
|
};
|
|
3446
3480
|
protoOf($serializer_9).dk = function (decoder) {
|
|
3447
|
-
var tmp0_desc = this.
|
|
3481
|
+
var tmp0_desc = this.h1u_1;
|
|
3448
3482
|
var tmp1_flag = true;
|
|
3449
3483
|
var tmp2_index = 0;
|
|
3450
3484
|
var tmp3_bitMask0 = 0;
|
|
@@ -3475,7 +3509,7 @@
|
|
|
3475
3509
|
var tmp28_local24 = null;
|
|
3476
3510
|
var tmp29_local25 = null;
|
|
3477
3511
|
var tmp30_input = decoder.kn(tmp0_desc);
|
|
3478
|
-
var tmp31_cached = Companion_getInstance_21().
|
|
3512
|
+
var tmp31_cached = Companion_getInstance_21().g1u_1;
|
|
3479
3513
|
if (tmp30_input.ao()) {
|
|
3480
3514
|
tmp4_local0 = tmp30_input.yn(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3481
3515
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3648,10 +3682,10 @@
|
|
|
3648
3682
|
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, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
3649
3683
|
};
|
|
3650
3684
|
protoOf($serializer_9).bk = function () {
|
|
3651
|
-
return this.
|
|
3685
|
+
return this.h1u_1;
|
|
3652
3686
|
};
|
|
3653
3687
|
protoOf($serializer_9).rv = function () {
|
|
3654
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3688
|
+
var tmp0_cached = Companion_getInstance_21().g1u_1;
|
|
3655
3689
|
// Inline function 'kotlin.arrayOf' call
|
|
3656
3690
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3657
3691
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3665,34 +3699,34 @@
|
|
|
3665
3699
|
}
|
|
3666
3700
|
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
3667
3701
|
if (!(67108863 === (67108863 & seen0))) {
|
|
3668
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
3702
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().h1u_1);
|
|
3669
3703
|
}
|
|
3670
|
-
$this.
|
|
3671
|
-
$this.
|
|
3672
|
-
$this.
|
|
3673
|
-
$this.
|
|
3674
|
-
$this.
|
|
3675
|
-
$this.
|
|
3676
|
-
$this.
|
|
3677
|
-
$this.
|
|
3678
|
-
$this.
|
|
3679
|
-
$this.
|
|
3680
|
-
$this.
|
|
3681
|
-
$this.
|
|
3682
|
-
$this.
|
|
3683
|
-
$this.
|
|
3684
|
-
$this.
|
|
3685
|
-
$this.
|
|
3686
|
-
$this.
|
|
3687
|
-
$this.
|
|
3688
|
-
$this.
|
|
3689
|
-
$this.
|
|
3690
|
-
$this.
|
|
3691
|
-
$this.
|
|
3692
|
-
$this.
|
|
3693
|
-
$this.
|
|
3694
|
-
$this.
|
|
3695
|
-
$this.
|
|
3704
|
+
$this.j1u_1 = name;
|
|
3705
|
+
$this.k1u_1 = playerWhoChooseSuitGoFirst;
|
|
3706
|
+
$this.l1u_1 = winnerShuffleCards;
|
|
3707
|
+
$this.m1u_1 = playWithoutLiabilities;
|
|
3708
|
+
$this.n1u_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3709
|
+
$this.o1u_1 = dealerInitialCardsCount;
|
|
3710
|
+
$this.p1u_1 = dealerFinalCardsCount;
|
|
3711
|
+
$this.q1u_1 = dealerCounterClockwise;
|
|
3712
|
+
$this.r1u_1 = contractTypes;
|
|
3713
|
+
$this.s1u_1 = bidTypes;
|
|
3714
|
+
$this.t1u_1 = needToPutHigherTrump;
|
|
3715
|
+
$this.u1u_1 = trumpCardStepMode;
|
|
3716
|
+
$this.v1u_1 = trumpCardStepPartnerMode;
|
|
3717
|
+
$this.w1u_1 = combinationsWithFirstCard;
|
|
3718
|
+
$this.x1u_1 = protectBella;
|
|
3719
|
+
$this.y1u_1 = oneTryToProtectBella;
|
|
3720
|
+
$this.z1u_1 = enableFourSevensCombination;
|
|
3721
|
+
$this.a1v_1 = enableTrumpSevenCombination;
|
|
3722
|
+
$this.b1v_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3723
|
+
$this.c1v_1 = checkTrumpCombination;
|
|
3724
|
+
$this.d1v_1 = checkOnlyTrumpDebertz;
|
|
3725
|
+
$this.e1v_1 = pointsDistributeMode;
|
|
3726
|
+
$this.f1v_1 = enableFineIfNoBribes;
|
|
3727
|
+
$this.g1v_1 = fineIfNoBribes;
|
|
3728
|
+
$this.h1v_1 = enableFineAfterThirdByte;
|
|
3729
|
+
$this.i1v_1 = fineAfterThirdFailedContract;
|
|
3696
3730
|
return $this;
|
|
3697
3731
|
}
|
|
3698
3732
|
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
@@ -3700,63 +3734,63 @@
|
|
|
3700
3734
|
}
|
|
3701
3735
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
3702
3736
|
Companion_getInstance_21();
|
|
3703
|
-
this.
|
|
3704
|
-
this.
|
|
3705
|
-
this.
|
|
3706
|
-
this.
|
|
3707
|
-
this.
|
|
3708
|
-
this.
|
|
3709
|
-
this.
|
|
3710
|
-
this.
|
|
3711
|
-
this.
|
|
3712
|
-
this.
|
|
3713
|
-
this.
|
|
3714
|
-
this.
|
|
3715
|
-
this.
|
|
3716
|
-
this.
|
|
3717
|
-
this.
|
|
3718
|
-
this.
|
|
3719
|
-
this.
|
|
3720
|
-
this.
|
|
3721
|
-
this.
|
|
3722
|
-
this.
|
|
3723
|
-
this.
|
|
3724
|
-
this.
|
|
3725
|
-
this.
|
|
3726
|
-
this.
|
|
3727
|
-
this.
|
|
3728
|
-
this.
|
|
3737
|
+
this.j1u_1 = name;
|
|
3738
|
+
this.k1u_1 = playerWhoChooseSuitGoFirst;
|
|
3739
|
+
this.l1u_1 = winnerShuffleCards;
|
|
3740
|
+
this.m1u_1 = playWithoutLiabilities;
|
|
3741
|
+
this.n1u_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
3742
|
+
this.o1u_1 = dealerInitialCardsCount;
|
|
3743
|
+
this.p1u_1 = dealerFinalCardsCount;
|
|
3744
|
+
this.q1u_1 = dealerCounterClockwise;
|
|
3745
|
+
this.r1u_1 = contractTypes;
|
|
3746
|
+
this.s1u_1 = bidTypes;
|
|
3747
|
+
this.t1u_1 = needToPutHigherTrump;
|
|
3748
|
+
this.u1u_1 = trumpCardStepMode;
|
|
3749
|
+
this.v1u_1 = trumpCardStepPartnerMode;
|
|
3750
|
+
this.w1u_1 = combinationsWithFirstCard;
|
|
3751
|
+
this.x1u_1 = protectBella;
|
|
3752
|
+
this.y1u_1 = oneTryToProtectBella;
|
|
3753
|
+
this.z1u_1 = enableFourSevensCombination;
|
|
3754
|
+
this.a1v_1 = enableTrumpSevenCombination;
|
|
3755
|
+
this.b1v_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
3756
|
+
this.c1v_1 = checkTrumpCombination;
|
|
3757
|
+
this.d1v_1 = checkOnlyTrumpDebertz;
|
|
3758
|
+
this.e1v_1 = pointsDistributeMode;
|
|
3759
|
+
this.f1v_1 = enableFineIfNoBribes;
|
|
3760
|
+
this.g1v_1 = fineIfNoBribes;
|
|
3761
|
+
this.h1v_1 = enableFineAfterThirdByte;
|
|
3762
|
+
this.i1v_1 = fineAfterThirdFailedContract;
|
|
3729
3763
|
}
|
|
3730
3764
|
protoOf(RulesDto).toString = function () {
|
|
3731
|
-
return 'RulesDto(name=' + this.
|
|
3765
|
+
return 'RulesDto(name=' + this.j1u_1 + ', playerWhoChooseSuitGoFirst=' + this.k1u_1 + ', winnerShuffleCards=' + this.l1u_1 + ', playWithoutLiabilities=' + this.m1u_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.n1u_1 + ', dealerInitialCardsCount=' + this.o1u_1 + ', dealerFinalCardsCount=' + this.p1u_1 + ', dealerCounterClockwise=' + this.q1u_1 + ', contractTypes=' + toString(this.r1u_1) + ', bidTypes=' + toString(this.s1u_1) + ', needToPutHigherTrump=' + this.t1u_1 + ', trumpCardStepMode=' + this.u1u_1 + ', trumpCardStepPartnerMode=' + this.v1u_1 + ', combinationsWithFirstCard=' + toString(this.w1u_1) + ', protectBella=' + this.x1u_1 + ', oneTryToProtectBella=' + this.y1u_1 + ', enableFourSevensCombination=' + this.z1u_1 + ', enableTrumpSevenCombination=' + this.a1v_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.b1v_1 + ', checkTrumpCombination=' + this.c1v_1 + ', checkOnlyTrumpDebertz=' + this.d1v_1 + ', pointsDistributeMode=' + this.e1v_1 + ', enableFineIfNoBribes=' + this.f1v_1 + ', fineIfNoBribes=' + this.g1v_1 + ', enableFineAfterThirdByte=' + this.h1v_1 + ', fineAfterThirdFailedContract=' + this.i1v_1 + ')';
|
|
3732
3766
|
};
|
|
3733
3767
|
protoOf(RulesDto).hashCode = function () {
|
|
3734
|
-
var result = this.
|
|
3735
|
-
result = imul(result, 31) + (this.j1u_1 == null ? 0 : getBooleanHashCode(this.j1u_1)) | 0;
|
|
3768
|
+
var result = this.j1u_1 == null ? 0 : getStringHashCode(this.j1u_1);
|
|
3736
3769
|
result = imul(result, 31) + (this.k1u_1 == null ? 0 : getBooleanHashCode(this.k1u_1)) | 0;
|
|
3737
3770
|
result = imul(result, 31) + (this.l1u_1 == null ? 0 : getBooleanHashCode(this.l1u_1)) | 0;
|
|
3738
3771
|
result = imul(result, 31) + (this.m1u_1 == null ? 0 : getBooleanHashCode(this.m1u_1)) | 0;
|
|
3739
|
-
result = imul(result, 31) + (this.n1u_1 == null ? 0 : this.n1u_1) | 0;
|
|
3772
|
+
result = imul(result, 31) + (this.n1u_1 == null ? 0 : getBooleanHashCode(this.n1u_1)) | 0;
|
|
3740
3773
|
result = imul(result, 31) + (this.o1u_1 == null ? 0 : this.o1u_1) | 0;
|
|
3741
|
-
result = imul(result, 31) + (this.p1u_1 == null ? 0 :
|
|
3742
|
-
result = imul(result, 31) + (this.q1u_1 == null ? 0 :
|
|
3774
|
+
result = imul(result, 31) + (this.p1u_1 == null ? 0 : this.p1u_1) | 0;
|
|
3775
|
+
result = imul(result, 31) + (this.q1u_1 == null ? 0 : getBooleanHashCode(this.q1u_1)) | 0;
|
|
3743
3776
|
result = imul(result, 31) + (this.r1u_1 == null ? 0 : hashCode(this.r1u_1)) | 0;
|
|
3744
|
-
result = imul(result, 31) + (this.s1u_1 == null ? 0 :
|
|
3745
|
-
result = imul(result, 31) + (this.t1u_1 == null ? 0 :
|
|
3777
|
+
result = imul(result, 31) + (this.s1u_1 == null ? 0 : hashCode(this.s1u_1)) | 0;
|
|
3778
|
+
result = imul(result, 31) + (this.t1u_1 == null ? 0 : getBooleanHashCode(this.t1u_1)) | 0;
|
|
3746
3779
|
result = imul(result, 31) + (this.u1u_1 == null ? 0 : getStringHashCode(this.u1u_1)) | 0;
|
|
3747
|
-
result = imul(result, 31) + (this.v1u_1 == null ? 0 :
|
|
3748
|
-
result = imul(result, 31) + (this.w1u_1 == null ? 0 :
|
|
3780
|
+
result = imul(result, 31) + (this.v1u_1 == null ? 0 : getStringHashCode(this.v1u_1)) | 0;
|
|
3781
|
+
result = imul(result, 31) + (this.w1u_1 == null ? 0 : hashCode(this.w1u_1)) | 0;
|
|
3749
3782
|
result = imul(result, 31) + (this.x1u_1 == null ? 0 : getBooleanHashCode(this.x1u_1)) | 0;
|
|
3750
3783
|
result = imul(result, 31) + (this.y1u_1 == null ? 0 : getBooleanHashCode(this.y1u_1)) | 0;
|
|
3751
3784
|
result = imul(result, 31) + (this.z1u_1 == null ? 0 : getBooleanHashCode(this.z1u_1)) | 0;
|
|
3752
3785
|
result = imul(result, 31) + (this.a1v_1 == null ? 0 : getBooleanHashCode(this.a1v_1)) | 0;
|
|
3753
3786
|
result = imul(result, 31) + (this.b1v_1 == null ? 0 : getBooleanHashCode(this.b1v_1)) | 0;
|
|
3754
3787
|
result = imul(result, 31) + (this.c1v_1 == null ? 0 : getBooleanHashCode(this.c1v_1)) | 0;
|
|
3755
|
-
result = imul(result, 31) +
|
|
3756
|
-
result = imul(result, 31) + (this.e1v_1
|
|
3757
|
-
result = imul(result, 31) + (this.f1v_1 == null ? 0 : this.f1v_1) | 0;
|
|
3758
|
-
result = imul(result, 31) + (this.g1v_1 == null ? 0 :
|
|
3759
|
-
result = imul(result, 31) + (this.h1v_1 == null ? 0 : this.h1v_1) | 0;
|
|
3788
|
+
result = imul(result, 31) + (this.d1v_1 == null ? 0 : getBooleanHashCode(this.d1v_1)) | 0;
|
|
3789
|
+
result = imul(result, 31) + getStringHashCode(this.e1v_1) | 0;
|
|
3790
|
+
result = imul(result, 31) + (this.f1v_1 == null ? 0 : getBooleanHashCode(this.f1v_1)) | 0;
|
|
3791
|
+
result = imul(result, 31) + (this.g1v_1 == null ? 0 : this.g1v_1) | 0;
|
|
3792
|
+
result = imul(result, 31) + (this.h1v_1 == null ? 0 : getBooleanHashCode(this.h1v_1)) | 0;
|
|
3793
|
+
result = imul(result, 31) + (this.i1v_1 == null ? 0 : this.i1v_1) | 0;
|
|
3760
3794
|
return result;
|
|
3761
3795
|
};
|
|
3762
3796
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -3764,8 +3798,6 @@
|
|
|
3764
3798
|
return true;
|
|
3765
3799
|
if (!(other instanceof RulesDto))
|
|
3766
3800
|
return false;
|
|
3767
|
-
if (!(this.i1u_1 == other.i1u_1))
|
|
3768
|
-
return false;
|
|
3769
3801
|
if (!(this.j1u_1 == other.j1u_1))
|
|
3770
3802
|
return false;
|
|
3771
3803
|
if (!(this.k1u_1 == other.k1u_1))
|
|
@@ -3780,19 +3812,19 @@
|
|
|
3780
3812
|
return false;
|
|
3781
3813
|
if (!(this.p1u_1 == other.p1u_1))
|
|
3782
3814
|
return false;
|
|
3783
|
-
if (!
|
|
3815
|
+
if (!(this.q1u_1 == other.q1u_1))
|
|
3784
3816
|
return false;
|
|
3785
3817
|
if (!equals(this.r1u_1, other.r1u_1))
|
|
3786
3818
|
return false;
|
|
3787
|
-
if (!(this.s1u_1
|
|
3819
|
+
if (!equals(this.s1u_1, other.s1u_1))
|
|
3788
3820
|
return false;
|
|
3789
3821
|
if (!(this.t1u_1 == other.t1u_1))
|
|
3790
3822
|
return false;
|
|
3791
3823
|
if (!(this.u1u_1 == other.u1u_1))
|
|
3792
3824
|
return false;
|
|
3793
|
-
if (!
|
|
3825
|
+
if (!(this.v1u_1 == other.v1u_1))
|
|
3794
3826
|
return false;
|
|
3795
|
-
if (!(this.w1u_1
|
|
3827
|
+
if (!equals(this.w1u_1, other.w1u_1))
|
|
3796
3828
|
return false;
|
|
3797
3829
|
if (!(this.x1u_1 == other.x1u_1))
|
|
3798
3830
|
return false;
|
|
@@ -3806,9 +3838,9 @@
|
|
|
3806
3838
|
return false;
|
|
3807
3839
|
if (!(this.c1v_1 == other.c1v_1))
|
|
3808
3840
|
return false;
|
|
3809
|
-
if (!(this.d1v_1
|
|
3841
|
+
if (!(this.d1v_1 == other.d1v_1))
|
|
3810
3842
|
return false;
|
|
3811
|
-
if (!(this.e1v_1
|
|
3843
|
+
if (!(this.e1v_1 === other.e1v_1))
|
|
3812
3844
|
return false;
|
|
3813
3845
|
if (!(this.f1v_1 == other.f1v_1))
|
|
3814
3846
|
return false;
|
|
@@ -3816,6 +3848,8 @@
|
|
|
3816
3848
|
return false;
|
|
3817
3849
|
if (!(this.h1v_1 == other.h1v_1))
|
|
3818
3850
|
return false;
|
|
3851
|
+
if (!(this.i1v_1 == other.i1v_1))
|
|
3852
|
+
return false;
|
|
3819
3853
|
return true;
|
|
3820
3854
|
};
|
|
3821
3855
|
function BufferedAction() {
|
|
@@ -3966,7 +4000,7 @@
|
|
|
3966
4000
|
return tmp;
|
|
3967
4001
|
}
|
|
3968
4002
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
3969
|
-
return $this.
|
|
4003
|
+
return $this.t1v_1.v1();
|
|
3970
4004
|
}
|
|
3971
4005
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
3972
4006
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -4006,7 +4040,7 @@
|
|
|
4006
4040
|
Companion_instance_19 = this;
|
|
4007
4041
|
var tmp = this;
|
|
4008
4042
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
4009
|
-
tmp.
|
|
4043
|
+
tmp.t1v_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
4010
4044
|
}
|
|
4011
4045
|
protoOf(Companion_19).z17 = function () {
|
|
4012
4046
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -4069,7 +4103,7 @@
|
|
|
4069
4103
|
// Inline function 'kotlin.arrayOf' call
|
|
4070
4104
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4071
4105
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4072
|
-
tmp.
|
|
4106
|
+
tmp.z1v_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
4073
4107
|
}
|
|
4074
4108
|
protoOf(Companion_20).z17 = function () {
|
|
4075
4109
|
return $serializer_getInstance_10();
|
|
@@ -4088,12 +4122,12 @@
|
|
|
4088
4122
|
tmp0_serialDesc.av('tag', false);
|
|
4089
4123
|
tmp0_serialDesc.av('message', false);
|
|
4090
4124
|
tmp0_serialDesc.av('stackTrace', false);
|
|
4091
|
-
this.
|
|
4125
|
+
this.a1w_1 = tmp0_serialDesc;
|
|
4092
4126
|
}
|
|
4093
|
-
protoOf($serializer_10).
|
|
4094
|
-
var tmp0_desc = this.
|
|
4127
|
+
protoOf($serializer_10).b1w = function (encoder, value) {
|
|
4128
|
+
var tmp0_desc = this.a1w_1;
|
|
4095
4129
|
var tmp1_output = encoder.kn(tmp0_desc);
|
|
4096
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
4130
|
+
var tmp2_cached = Companion_getInstance_23().z1v_1;
|
|
4097
4131
|
tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.type);
|
|
4098
4132
|
tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
4099
4133
|
tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -4102,10 +4136,10 @@
|
|
|
4102
4136
|
tmp1_output.ln(tmp0_desc);
|
|
4103
4137
|
};
|
|
4104
4138
|
protoOf($serializer_10).ck = function (encoder, value) {
|
|
4105
|
-
return this.
|
|
4139
|
+
return this.b1w(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
4106
4140
|
};
|
|
4107
4141
|
protoOf($serializer_10).dk = function (decoder) {
|
|
4108
|
-
var tmp0_desc = this.
|
|
4142
|
+
var tmp0_desc = this.a1w_1;
|
|
4109
4143
|
var tmp1_flag = true;
|
|
4110
4144
|
var tmp2_index = 0;
|
|
4111
4145
|
var tmp3_bitMask0 = 0;
|
|
@@ -4115,7 +4149,7 @@
|
|
|
4115
4149
|
var tmp7_local3 = null;
|
|
4116
4150
|
var tmp8_local4 = null;
|
|
4117
4151
|
var tmp9_input = decoder.kn(tmp0_desc);
|
|
4118
|
-
var tmp10_cached = Companion_getInstance_23().
|
|
4152
|
+
var tmp10_cached = Companion_getInstance_23().z1v_1;
|
|
4119
4153
|
if (tmp9_input.ao()) {
|
|
4120
4154
|
tmp4_local0 = tmp9_input.wn(tmp0_desc, 0, tmp10_cached[0].v1(), tmp4_local0);
|
|
4121
4155
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4162,13 +4196,13 @@
|
|
|
4162
4196
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
4163
4197
|
};
|
|
4164
4198
|
protoOf($serializer_10).bk = function () {
|
|
4165
|
-
return this.
|
|
4199
|
+
return this.a1w_1;
|
|
4166
4200
|
};
|
|
4167
4201
|
protoOf($serializer_10).rv = function () {
|
|
4168
4202
|
// Inline function 'kotlin.arrayOf' call
|
|
4169
4203
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4170
4204
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4171
|
-
return [Companion_getInstance_23().
|
|
4205
|
+
return [Companion_getInstance_23().z1v_1[0].v1(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
4172
4206
|
};
|
|
4173
4207
|
var $serializer_instance_10;
|
|
4174
4208
|
function $serializer_getInstance_10() {
|
|
@@ -4178,7 +4212,7 @@
|
|
|
4178
4212
|
}
|
|
4179
4213
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
4180
4214
|
if (!(31 === (31 & seen0))) {
|
|
4181
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
4215
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().a1w_1);
|
|
4182
4216
|
}
|
|
4183
4217
|
$this.type = type;
|
|
4184
4218
|
$this.key = key;
|
|
@@ -4198,7 +4232,7 @@
|
|
|
4198
4232
|
this.message = message;
|
|
4199
4233
|
this.stackTrace = stackTrace;
|
|
4200
4234
|
}
|
|
4201
|
-
protoOf(LoggerOutputDataDto).
|
|
4235
|
+
protoOf(LoggerOutputDataDto).c1w = function () {
|
|
4202
4236
|
return this.type;
|
|
4203
4237
|
};
|
|
4204
4238
|
protoOf(LoggerOutputDataDto).u1 = function () {
|
|
@@ -4210,7 +4244,7 @@
|
|
|
4210
4244
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
4211
4245
|
return this.message;
|
|
4212
4246
|
};
|
|
4213
|
-
protoOf(LoggerOutputDataDto).
|
|
4247
|
+
protoOf(LoggerOutputDataDto).d1w = function () {
|
|
4214
4248
|
return this.stackTrace;
|
|
4215
4249
|
};
|
|
4216
4250
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -4267,7 +4301,7 @@
|
|
|
4267
4301
|
protoOf(LoggerOutputDataDto).j1q = function () {
|
|
4268
4302
|
return this.stackTrace;
|
|
4269
4303
|
};
|
|
4270
|
-
protoOf(LoggerOutputDataDto).
|
|
4304
|
+
protoOf(LoggerOutputDataDto).e1w = function (type, key, tag, message, stackTrace) {
|
|
4271
4305
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
4272
4306
|
};
|
|
4273
4307
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -4276,7 +4310,7 @@
|
|
|
4276
4310
|
tag = tag === VOID ? this.tag : tag;
|
|
4277
4311
|
message = message === VOID ? this.message : message;
|
|
4278
4312
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
4279
|
-
return $super === VOID ? this.
|
|
4313
|
+
return $super === VOID ? this.e1w(type, key, tag, message, stackTrace) : $super.e1w.call(this, type, key, tag, message, stackTrace);
|
|
4280
4314
|
};
|
|
4281
4315
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
4282
4316
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -4364,9 +4398,10 @@
|
|
|
4364
4398
|
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).v1r);
|
|
4365
4399
|
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).w1r);
|
|
4366
4400
|
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).x1r);
|
|
4401
|
+
defineProp(protoOf(PlayerConnectionState), 'canUpdateRating', protoOf(PlayerConnectionState).y1r);
|
|
4367
4402
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).i2);
|
|
4368
4403
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).j2);
|
|
4369
|
-
defineProp(protoOf(Team), 'first', protoOf(Team).
|
|
4404
|
+
defineProp(protoOf(Team), 'first', protoOf(Team).h1s);
|
|
4370
4405
|
defineProp(protoOf(Team), 'second', protoOf(Team).c1d);
|
|
4371
4406
|
protoOf($serializer_1).sv = typeParametersSerializers;
|
|
4372
4407
|
protoOf($serializer_2).sv = typeParametersSerializers;
|
|
@@ -4459,6 +4494,7 @@
|
|
|
4459
4494
|
$com$logic$data$models$player.PlayerConnectionState = PlayerConnectionState;
|
|
4460
4495
|
$com$logic$data$models$player.PlayerConnectionState.values = values_1;
|
|
4461
4496
|
$com$logic$data$models$player.PlayerConnectionState.valueOf = valueOf_1;
|
|
4497
|
+
defineProp($com$logic$data$models$player.PlayerConnectionState, 'WAITING', PlayerConnectionState_WAITING_getInstance, VOID, true);
|
|
4462
4498
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LIVE', PlayerConnectionState_LIVE_getInstance, VOID, true);
|
|
4463
4499
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'TIMEOUT', PlayerConnectionState_TIMEOUT_getInstance, VOID, true);
|
|
4464
4500
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LOST_CONNECTION', PlayerConnectionState_LOST_CONNECTION_getInstance, VOID, true);
|