game_client_logic_deb 1.3.71 → 1.3.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js +31 -31
- package/Logic_Debertz-core.js +531 -539
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +6266 -6260
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +3 -7
- package/Logic_Debertz-game_client.js +2343 -2415
- package/Logic_Debertz-game_client.js.map +1 -1
- package/package.json +1 -1
- package/uuid-js-ir.js +13 -13
package/Logic_Debertz-core.js
CHANGED
|
@@ -135,13 +135,13 @@
|
|
|
135
135
|
_no_name_provided__qut3iv.prototype.constructor = _no_name_provided__qut3iv;
|
|
136
136
|
function launchWorker$default(context, block, $mask0, $handler) {
|
|
137
137
|
if (!(($mask0 & 1) === 0))
|
|
138
|
-
context = this.
|
|
139
|
-
return $handler == null ? this.
|
|
138
|
+
context = this.r2q();
|
|
139
|
+
return $handler == null ? this.u2q(context, block) : $handler(context, block);
|
|
140
140
|
}
|
|
141
141
|
function launchStore$default(context, block, $mask0, $handler) {
|
|
142
142
|
if (!(($mask0 & 1) === 0))
|
|
143
|
-
context = this.
|
|
144
|
-
return $handler == null ? this.
|
|
143
|
+
context = this.r2q();
|
|
144
|
+
return $handler == null ? this.s2q(context, block) : $handler(context, block);
|
|
145
145
|
}
|
|
146
146
|
function get_actionTag() {
|
|
147
147
|
return toString_0(getKClassFromExpression(this));
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
tag = null;
|
|
188
188
|
var tmp;
|
|
189
189
|
if ($handler == null) {
|
|
190
|
-
this.
|
|
190
|
+
this.t2t(tag, message);
|
|
191
191
|
tmp = Unit_getInstance();
|
|
192
192
|
} else {
|
|
193
193
|
tmp = $handler(tag, message);
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
exception = null;
|
|
204
204
|
var tmp;
|
|
205
205
|
if ($handler == null) {
|
|
206
|
-
this.
|
|
206
|
+
this.m2q(tag, message, exception);
|
|
207
207
|
tmp = Unit_getInstance();
|
|
208
208
|
} else {
|
|
209
209
|
tmp = $handler(tag, message, exception);
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
tag = null;
|
|
216
216
|
var tmp;
|
|
217
217
|
if ($handler == null) {
|
|
218
|
-
this.
|
|
218
|
+
this.w2t(tag, message);
|
|
219
219
|
tmp = Unit_getInstance();
|
|
220
220
|
} else {
|
|
221
221
|
tmp = $handler(tag, message);
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
exception = null;
|
|
234
234
|
var tmp;
|
|
235
235
|
if ($handler == null) {
|
|
236
|
-
this.
|
|
236
|
+
this.o2u(tag, message, exception, payload);
|
|
237
237
|
tmp = Unit_getInstance();
|
|
238
238
|
} else {
|
|
239
239
|
tmp = $handler(tag, message, exception, payload);
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
//endregion
|
|
244
244
|
function GameEngineConfig() {
|
|
245
245
|
GameEngineConfig_instance = this;
|
|
246
|
-
this.q2k_1 = '1.3.
|
|
246
|
+
this.q2k_1 = '1.3.73';
|
|
247
247
|
}
|
|
248
248
|
GameEngineConfig.prototype.r2k = function () {
|
|
249
249
|
return this.q2k_1;
|
|
@@ -1586,9 +1586,14 @@
|
|
|
1586
1586
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
1587
1587
|
return new PlayerState(new Long(0, 0), tmp0_state, false, connectionState, null);
|
|
1588
1588
|
};
|
|
1589
|
-
Companion_8.prototype.u2m = function (_this__u8e3s4
|
|
1590
|
-
var tmp =
|
|
1591
|
-
|
|
1589
|
+
Companion_8.prototype.u2m = function (_this__u8e3s4) {
|
|
1590
|
+
var tmp = new Long(0, 0);
|
|
1591
|
+
var tmp_0 = PlayerWaitingState_IDLE_getInstance();
|
|
1592
|
+
return _this__u8e3s4.v2m(tmp, tmp_0, false, null, null, 12, null);
|
|
1593
|
+
};
|
|
1594
|
+
Companion_8.prototype.w2m = function (_this__u8e3s4, startFromTime, tag) {
|
|
1595
|
+
var tmp0_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
1596
|
+
return _this__u8e3s4.v2m(startFromTime, tmp0_state, false, null, tag, 8, null);
|
|
1592
1597
|
};
|
|
1593
1598
|
Companion_8.$metadata$ = objectMeta('Companion');
|
|
1594
1599
|
var Companion_instance_8;
|
|
@@ -1617,16 +1622,16 @@
|
|
|
1617
1622
|
this.b2m_1 = connectionState;
|
|
1618
1623
|
this.c2m_1 = tag;
|
|
1619
1624
|
}
|
|
1620
|
-
PlayerState.prototype.
|
|
1625
|
+
PlayerState.prototype.x2m = function () {
|
|
1621
1626
|
return this.a2m_1;
|
|
1622
1627
|
};
|
|
1623
|
-
PlayerState.prototype.
|
|
1628
|
+
PlayerState.prototype.y2m = function () {
|
|
1624
1629
|
return this.b2m_1;
|
|
1625
1630
|
};
|
|
1626
1631
|
PlayerState.prototype.w2e = function () {
|
|
1627
1632
|
return this.c2m_1;
|
|
1628
1633
|
};
|
|
1629
|
-
PlayerState.prototype.
|
|
1634
|
+
PlayerState.prototype.z2m = function () {
|
|
1630
1635
|
var tmp$ret$2;
|
|
1631
1636
|
// Inline function 'kotlin.requireNotNull' call
|
|
1632
1637
|
var tmp0_requireNotNull = this.c2m_1;
|
|
@@ -1649,7 +1654,7 @@
|
|
|
1649
1654
|
tmp$ret$2 = tmp$ret$1;
|
|
1650
1655
|
return tmp$ret$2;
|
|
1651
1656
|
};
|
|
1652
|
-
PlayerState.prototype.
|
|
1657
|
+
PlayerState.prototype.a2n = function () {
|
|
1653
1658
|
var tmp0_elvis_lhs = this.c2m_1;
|
|
1654
1659
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
1655
1660
|
};
|
|
@@ -1659,7 +1664,7 @@
|
|
|
1659
1664
|
PlayerState.prototype.d2m = function () {
|
|
1660
1665
|
return this.z2l_1.d2m();
|
|
1661
1666
|
};
|
|
1662
|
-
PlayerState.prototype.
|
|
1667
|
+
PlayerState.prototype.b2n = function (startFromTime, state, ready, connectionState, tag) {
|
|
1663
1668
|
return new PlayerState(startFromTime, state, ready, connectionState, tag);
|
|
1664
1669
|
};
|
|
1665
1670
|
PlayerState.prototype.v2m = function (startFromTime, state, ready, connectionState, tag, $mask0, $handler) {
|
|
@@ -1673,7 +1678,7 @@
|
|
|
1673
1678
|
connectionState = this.b2m_1;
|
|
1674
1679
|
if (!(($mask0 & 16) === 0))
|
|
1675
1680
|
tag = this.c2m_1;
|
|
1676
|
-
return this.
|
|
1681
|
+
return this.b2n(startFromTime, state, ready, connectionState, tag);
|
|
1677
1682
|
};
|
|
1678
1683
|
PlayerState.prototype.toString = function () {
|
|
1679
1684
|
return 'PlayerState(startFromTime=' + toString_0(this.y2l_1) + ', state=' + this.z2l_1 + ', ready=' + this.a2m_1 + ', connectionState=' + this.b2m_1 + ', tag=' + this.c2m_1 + ')';
|
|
@@ -1706,13 +1711,13 @@
|
|
|
1706
1711
|
};
|
|
1707
1712
|
PlayerState.$metadata$ = classMeta('PlayerState');
|
|
1708
1713
|
function Team(playerIds) {
|
|
1709
|
-
this.
|
|
1714
|
+
this.c2n_1 = playerIds;
|
|
1710
1715
|
}
|
|
1711
1716
|
Team.prototype.toString = function () {
|
|
1712
|
-
return 'Team(playerIds=' + this.
|
|
1717
|
+
return 'Team(playerIds=' + this.c2n_1 + ')';
|
|
1713
1718
|
};
|
|
1714
1719
|
Team.prototype.hashCode = function () {
|
|
1715
|
-
return hashCode(this.
|
|
1720
|
+
return hashCode(this.c2n_1);
|
|
1716
1721
|
};
|
|
1717
1722
|
Team.prototype.equals = function (other) {
|
|
1718
1723
|
if (this === other)
|
|
@@ -1720,7 +1725,7 @@
|
|
|
1720
1725
|
if (!(other instanceof Team))
|
|
1721
1726
|
return false;
|
|
1722
1727
|
var tmp0_other_with_cast = other instanceof Team ? other : THROW_CCE();
|
|
1723
|
-
if (!equals(this.
|
|
1728
|
+
if (!equals(this.c2n_1, tmp0_other_with_cast.c2n_1))
|
|
1724
1729
|
return false;
|
|
1725
1730
|
return true;
|
|
1726
1731
|
};
|
|
@@ -1755,26 +1760,23 @@
|
|
|
1755
1760
|
}
|
|
1756
1761
|
function Rules(needToPutHigherTrump, distributePoints, protectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand) {
|
|
1757
1762
|
Companion_getInstance_9();
|
|
1758
|
-
this.
|
|
1759
|
-
this.
|
|
1760
|
-
this.
|
|
1761
|
-
this.
|
|
1762
|
-
this.
|
|
1763
|
-
this.
|
|
1764
|
-
this.
|
|
1765
|
-
this.
|
|
1766
|
-
this.
|
|
1767
|
-
this.
|
|
1768
|
-
this.
|
|
1769
|
-
this.
|
|
1770
|
-
this.
|
|
1771
|
-
this.
|
|
1772
|
-
this.
|
|
1773
|
-
this.
|
|
1774
|
-
}
|
|
1775
|
-
Rules.prototype.s2n = function () {
|
|
1776
|
-
return this.c2n_1;
|
|
1777
|
-
};
|
|
1763
|
+
this.d2n_1 = needToPutHigherTrump;
|
|
1764
|
+
this.e2n_1 = distributePoints;
|
|
1765
|
+
this.f2n_1 = protectBella;
|
|
1766
|
+
this.g2n_1 = enableFourSevensCombination;
|
|
1767
|
+
this.h2n_1 = enableTrumpSevenCombination;
|
|
1768
|
+
this.i2n_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
1769
|
+
this.j2n_1 = playerWhoChooseSuitGoFirst;
|
|
1770
|
+
this.k2n_1 = winnerShuffleCards;
|
|
1771
|
+
this.l2n_1 = playWithoutLiabilities;
|
|
1772
|
+
this.m2n_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
1773
|
+
this.n2n_1 = enableFineIfNoBribes;
|
|
1774
|
+
this.o2n_1 = fineIfNoBribes;
|
|
1775
|
+
this.p2n_1 = enableFineAfterThirdByte;
|
|
1776
|
+
this.q2n_1 = checkTrumpCombination;
|
|
1777
|
+
this.r2n_1 = checkOnlyTrumpDebertz;
|
|
1778
|
+
this.s2n_1 = tenCardsInHand;
|
|
1779
|
+
}
|
|
1778
1780
|
Rules.prototype.t2n = function () {
|
|
1779
1781
|
return this.d2n_1;
|
|
1780
1782
|
};
|
|
@@ -1820,101 +1822,103 @@
|
|
|
1820
1822
|
Rules.prototype.h2o = function () {
|
|
1821
1823
|
return this.r2n_1;
|
|
1822
1824
|
};
|
|
1825
|
+
Rules.prototype.i2o = function () {
|
|
1826
|
+
return this.s2n_1;
|
|
1827
|
+
};
|
|
1823
1828
|
Rules.prototype.component1 = function () {
|
|
1824
|
-
return this.
|
|
1829
|
+
return this.d2n_1;
|
|
1825
1830
|
};
|
|
1826
1831
|
Rules.prototype.component2 = function () {
|
|
1827
|
-
return this.
|
|
1832
|
+
return this.e2n_1;
|
|
1828
1833
|
};
|
|
1829
1834
|
Rules.prototype.component3 = function () {
|
|
1830
|
-
return this.
|
|
1835
|
+
return this.f2n_1;
|
|
1831
1836
|
};
|
|
1832
1837
|
Rules.prototype.component4 = function () {
|
|
1833
|
-
return this.
|
|
1838
|
+
return this.g2n_1;
|
|
1834
1839
|
};
|
|
1835
1840
|
Rules.prototype.component5 = function () {
|
|
1836
|
-
return this.
|
|
1841
|
+
return this.h2n_1;
|
|
1837
1842
|
};
|
|
1838
1843
|
Rules.prototype.component6 = function () {
|
|
1839
|
-
return this.
|
|
1844
|
+
return this.i2n_1;
|
|
1840
1845
|
};
|
|
1841
1846
|
Rules.prototype.component7 = function () {
|
|
1842
|
-
return this.
|
|
1847
|
+
return this.j2n_1;
|
|
1843
1848
|
};
|
|
1844
1849
|
Rules.prototype.component8 = function () {
|
|
1845
|
-
return this.
|
|
1850
|
+
return this.k2n_1;
|
|
1846
1851
|
};
|
|
1847
1852
|
Rules.prototype.component9 = function () {
|
|
1848
|
-
return this.
|
|
1853
|
+
return this.l2n_1;
|
|
1849
1854
|
};
|
|
1850
1855
|
Rules.prototype.component10 = function () {
|
|
1851
|
-
return this.
|
|
1856
|
+
return this.m2n_1;
|
|
1852
1857
|
};
|
|
1853
1858
|
Rules.prototype.component11 = function () {
|
|
1854
|
-
return this.
|
|
1859
|
+
return this.n2n_1;
|
|
1855
1860
|
};
|
|
1856
1861
|
Rules.prototype.component12 = function () {
|
|
1857
|
-
return this.
|
|
1862
|
+
return this.o2n_1;
|
|
1858
1863
|
};
|
|
1859
1864
|
Rules.prototype.component13 = function () {
|
|
1860
|
-
return this.
|
|
1865
|
+
return this.p2n_1;
|
|
1861
1866
|
};
|
|
1862
1867
|
Rules.prototype.component14 = function () {
|
|
1863
|
-
return this.
|
|
1868
|
+
return this.q2n_1;
|
|
1864
1869
|
};
|
|
1865
1870
|
Rules.prototype.component15 = function () {
|
|
1866
|
-
return this.
|
|
1871
|
+
return this.r2n_1;
|
|
1867
1872
|
};
|
|
1868
1873
|
Rules.prototype.component16 = function () {
|
|
1869
|
-
return this.
|
|
1874
|
+
return this.s2n_1;
|
|
1870
1875
|
};
|
|
1871
1876
|
Rules.prototype.copy = function (needToPutHigherTrump, distributePoints, protectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand) {
|
|
1872
|
-
return this.
|
|
1877
|
+
return this.j2o(needToPutHigherTrump === void 1 ? this.d2n_1 : needToPutHigherTrump, distributePoints === void 1 ? this.e2n_1 : distributePoints, protectBella === void 1 ? this.f2n_1 : protectBella, enableFourSevensCombination === void 1 ? this.g2n_1 : enableFourSevensCombination, enableTrumpSevenCombination === void 1 ? this.h2n_1 : enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution === void 1 ? this.i2n_1 : enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst === void 1 ? this.j2n_1 : playerWhoChooseSuitGoFirst, winnerShuffleCards === void 1 ? this.k2n_1 : winnerShuffleCards, playWithoutLiabilities === void 1 ? this.l2n_1 : playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards === void 1 ? this.m2n_1 : trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes === void 1 ? this.n2n_1 : enableFineIfNoBribes, fineIfNoBribes === void 1 ? this.o2n_1 : fineIfNoBribes, enableFineAfterThirdByte === void 1 ? this.p2n_1 : enableFineAfterThirdByte, checkTrumpCombination === void 1 ? this.q2n_1 : checkTrumpCombination, checkOnlyTrumpDebertz === void 1 ? this.r2n_1 : checkOnlyTrumpDebertz, tenCardsInHand === void 1 ? this.s2n_1 : tenCardsInHand);
|
|
1873
1878
|
};
|
|
1874
|
-
Rules.prototype.
|
|
1879
|
+
Rules.prototype.j2o = function (needToPutHigherTrump, distributePoints, protectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand) {
|
|
1875
1880
|
return new Rules(needToPutHigherTrump, distributePoints, protectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand);
|
|
1876
1881
|
};
|
|
1877
|
-
Rules.prototype.
|
|
1882
|
+
Rules.prototype.k2o = function (needToPutHigherTrump, distributePoints, protectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand, $mask0, $handler) {
|
|
1878
1883
|
if (!(($mask0 & 1) === 0))
|
|
1879
|
-
needToPutHigherTrump = this.
|
|
1884
|
+
needToPutHigherTrump = this.d2n_1;
|
|
1880
1885
|
if (!(($mask0 & 2) === 0))
|
|
1881
|
-
distributePoints = this.
|
|
1886
|
+
distributePoints = this.e2n_1;
|
|
1882
1887
|
if (!(($mask0 & 4) === 0))
|
|
1883
|
-
protectBella = this.
|
|
1888
|
+
protectBella = this.f2n_1;
|
|
1884
1889
|
if (!(($mask0 & 8) === 0))
|
|
1885
|
-
enableFourSevensCombination = this.
|
|
1890
|
+
enableFourSevensCombination = this.g2n_1;
|
|
1886
1891
|
if (!(($mask0 & 16) === 0))
|
|
1887
|
-
enableTrumpSevenCombination = this.
|
|
1892
|
+
enableTrumpSevenCombination = this.h2n_1;
|
|
1888
1893
|
if (!(($mask0 & 32) === 0))
|
|
1889
|
-
enableTrumpSevenCombinationAfterDistribution = this.
|
|
1894
|
+
enableTrumpSevenCombinationAfterDistribution = this.i2n_1;
|
|
1890
1895
|
if (!(($mask0 & 64) === 0))
|
|
1891
|
-
playerWhoChooseSuitGoFirst = this.
|
|
1896
|
+
playerWhoChooseSuitGoFirst = this.j2n_1;
|
|
1892
1897
|
if (!(($mask0 & 128) === 0))
|
|
1893
|
-
winnerShuffleCards = this.
|
|
1898
|
+
winnerShuffleCards = this.k2n_1;
|
|
1894
1899
|
if (!(($mask0 & 256) === 0))
|
|
1895
|
-
playWithoutLiabilities = this.
|
|
1900
|
+
playWithoutLiabilities = this.l2n_1;
|
|
1896
1901
|
if (!(($mask0 & 512) === 0))
|
|
1897
|
-
trumpCardGoToPlayerWhoShuffleCards = this.
|
|
1902
|
+
trumpCardGoToPlayerWhoShuffleCards = this.m2n_1;
|
|
1898
1903
|
if (!(($mask0 & 1024) === 0))
|
|
1899
|
-
enableFineIfNoBribes = this.
|
|
1904
|
+
enableFineIfNoBribes = this.n2n_1;
|
|
1900
1905
|
if (!(($mask0 & 2048) === 0))
|
|
1901
|
-
fineIfNoBribes = this.
|
|
1906
|
+
fineIfNoBribes = this.o2n_1;
|
|
1902
1907
|
if (!(($mask0 & 4096) === 0))
|
|
1903
|
-
enableFineAfterThirdByte = this.
|
|
1908
|
+
enableFineAfterThirdByte = this.p2n_1;
|
|
1904
1909
|
if (!(($mask0 & 8192) === 0))
|
|
1905
|
-
checkTrumpCombination = this.
|
|
1910
|
+
checkTrumpCombination = this.q2n_1;
|
|
1906
1911
|
if (!(($mask0 & 16384) === 0))
|
|
1907
|
-
checkOnlyTrumpDebertz = this.
|
|
1912
|
+
checkOnlyTrumpDebertz = this.r2n_1;
|
|
1908
1913
|
if (!(($mask0 & 32768) === 0))
|
|
1909
|
-
tenCardsInHand = this.
|
|
1910
|
-
return this.
|
|
1914
|
+
tenCardsInHand = this.s2n_1;
|
|
1915
|
+
return this.j2o(needToPutHigherTrump, distributePoints, protectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand);
|
|
1911
1916
|
};
|
|
1912
1917
|
Rules.prototype.toString = function () {
|
|
1913
|
-
return 'Rules(needToPutHigherTrump=' + this.
|
|
1918
|
+
return 'Rules(needToPutHigherTrump=' + this.d2n_1 + ', distributePoints=' + this.e2n_1 + ', protectBella=' + this.f2n_1 + ', enableFourSevensCombination=' + this.g2n_1 + ', enableTrumpSevenCombination=' + this.h2n_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.i2n_1 + ', playerWhoChooseSuitGoFirst=' + this.j2n_1 + ', winnerShuffleCards=' + this.k2n_1 + ', playWithoutLiabilities=' + this.l2n_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.m2n_1 + ', enableFineIfNoBribes=' + this.n2n_1 + ', fineIfNoBribes=' + this.o2n_1 + ', enableFineAfterThirdByte=' + this.p2n_1 + ', checkTrumpCombination=' + this.q2n_1 + ', checkOnlyTrumpDebertz=' + this.r2n_1 + ', tenCardsInHand=' + this.s2n_1 + ')';
|
|
1914
1919
|
};
|
|
1915
1920
|
Rules.prototype.hashCode = function () {
|
|
1916
|
-
var result = this.
|
|
1917
|
-
result = imul(result, 31) + (this.d2n_1 | 0) | 0;
|
|
1921
|
+
var result = this.d2n_1 | 0;
|
|
1918
1922
|
result = imul(result, 31) + (this.e2n_1 | 0) | 0;
|
|
1919
1923
|
result = imul(result, 31) + (this.f2n_1 | 0) | 0;
|
|
1920
1924
|
result = imul(result, 31) + (this.g2n_1 | 0) | 0;
|
|
@@ -1924,11 +1928,12 @@
|
|
|
1924
1928
|
result = imul(result, 31) + (this.k2n_1 | 0) | 0;
|
|
1925
1929
|
result = imul(result, 31) + (this.l2n_1 | 0) | 0;
|
|
1926
1930
|
result = imul(result, 31) + (this.m2n_1 | 0) | 0;
|
|
1927
|
-
result = imul(result, 31) + this.n2n_1 | 0;
|
|
1928
|
-
result = imul(result, 31) +
|
|
1931
|
+
result = imul(result, 31) + (this.n2n_1 | 0) | 0;
|
|
1932
|
+
result = imul(result, 31) + this.o2n_1 | 0;
|
|
1929
1933
|
result = imul(result, 31) + (this.p2n_1 | 0) | 0;
|
|
1930
1934
|
result = imul(result, 31) + (this.q2n_1 | 0) | 0;
|
|
1931
1935
|
result = imul(result, 31) + (this.r2n_1 | 0) | 0;
|
|
1936
|
+
result = imul(result, 31) + (this.s2n_1 | 0) | 0;
|
|
1932
1937
|
return result;
|
|
1933
1938
|
};
|
|
1934
1939
|
Rules.prototype.equals = function (other) {
|
|
@@ -1937,8 +1942,6 @@
|
|
|
1937
1942
|
if (!(other instanceof Rules))
|
|
1938
1943
|
return false;
|
|
1939
1944
|
var tmp0_other_with_cast = other instanceof Rules ? other : THROW_CCE();
|
|
1940
|
-
if (!(this.c2n_1 === tmp0_other_with_cast.c2n_1))
|
|
1941
|
-
return false;
|
|
1942
1945
|
if (!(this.d2n_1 === tmp0_other_with_cast.d2n_1))
|
|
1943
1946
|
return false;
|
|
1944
1947
|
if (!(this.e2n_1 === tmp0_other_with_cast.e2n_1))
|
|
@@ -1969,81 +1972,82 @@
|
|
|
1969
1972
|
return false;
|
|
1970
1973
|
if (!(this.r2n_1 === tmp0_other_with_cast.r2n_1))
|
|
1971
1974
|
return false;
|
|
1975
|
+
if (!(this.s2n_1 === tmp0_other_with_cast.s2n_1))
|
|
1976
|
+
return false;
|
|
1972
1977
|
return true;
|
|
1973
1978
|
};
|
|
1974
1979
|
Rules.$metadata$ = classMeta('Rules');
|
|
1975
1980
|
Object.defineProperty(Rules.prototype, 'needToPutHigherTrump', {
|
|
1976
1981
|
configurable: true,
|
|
1977
|
-
get: Rules.prototype.
|
|
1982
|
+
get: Rules.prototype.t2n
|
|
1978
1983
|
});
|
|
1979
1984
|
Object.defineProperty(Rules.prototype, 'distributePoints', {
|
|
1980
1985
|
configurable: true,
|
|
1981
|
-
get: Rules.prototype.
|
|
1986
|
+
get: Rules.prototype.u2n
|
|
1982
1987
|
});
|
|
1983
1988
|
Object.defineProperty(Rules.prototype, 'protectBella', {
|
|
1984
1989
|
configurable: true,
|
|
1985
|
-
get: Rules.prototype.
|
|
1990
|
+
get: Rules.prototype.v2n
|
|
1986
1991
|
});
|
|
1987
1992
|
Object.defineProperty(Rules.prototype, 'enableFourSevensCombination', {
|
|
1988
1993
|
configurable: true,
|
|
1989
|
-
get: Rules.prototype.
|
|
1994
|
+
get: Rules.prototype.w2n
|
|
1990
1995
|
});
|
|
1991
1996
|
Object.defineProperty(Rules.prototype, 'enableTrumpSevenCombination', {
|
|
1992
1997
|
configurable: true,
|
|
1993
|
-
get: Rules.prototype.
|
|
1998
|
+
get: Rules.prototype.x2n
|
|
1994
1999
|
});
|
|
1995
2000
|
Object.defineProperty(Rules.prototype, 'enableTrumpSevenCombinationAfterDistribution', {
|
|
1996
2001
|
configurable: true,
|
|
1997
|
-
get: Rules.prototype.
|
|
2002
|
+
get: Rules.prototype.y2n
|
|
1998
2003
|
});
|
|
1999
2004
|
Object.defineProperty(Rules.prototype, 'playerWhoChooseSuitGoFirst', {
|
|
2000
2005
|
configurable: true,
|
|
2001
|
-
get: Rules.prototype.
|
|
2006
|
+
get: Rules.prototype.z2n
|
|
2002
2007
|
});
|
|
2003
2008
|
Object.defineProperty(Rules.prototype, 'winnerShuffleCards', {
|
|
2004
2009
|
configurable: true,
|
|
2005
|
-
get: Rules.prototype.
|
|
2010
|
+
get: Rules.prototype.a2o
|
|
2006
2011
|
});
|
|
2007
2012
|
Object.defineProperty(Rules.prototype, 'playWithoutLiabilities', {
|
|
2008
2013
|
configurable: true,
|
|
2009
|
-
get: Rules.prototype.
|
|
2014
|
+
get: Rules.prototype.b2o
|
|
2010
2015
|
});
|
|
2011
2016
|
Object.defineProperty(Rules.prototype, 'trumpCardGoToPlayerWhoShuffleCards', {
|
|
2012
2017
|
configurable: true,
|
|
2013
|
-
get: Rules.prototype.
|
|
2018
|
+
get: Rules.prototype.c2o
|
|
2014
2019
|
});
|
|
2015
2020
|
Object.defineProperty(Rules.prototype, 'enableFineIfNoBribes', {
|
|
2016
2021
|
configurable: true,
|
|
2017
|
-
get: Rules.prototype.
|
|
2022
|
+
get: Rules.prototype.d2o
|
|
2018
2023
|
});
|
|
2019
2024
|
Object.defineProperty(Rules.prototype, 'fineIfNoBribes', {
|
|
2020
2025
|
configurable: true,
|
|
2021
|
-
get: Rules.prototype.
|
|
2026
|
+
get: Rules.prototype.e2o
|
|
2022
2027
|
});
|
|
2023
2028
|
Object.defineProperty(Rules.prototype, 'enableFineAfterThirdByte', {
|
|
2024
2029
|
configurable: true,
|
|
2025
|
-
get: Rules.prototype.
|
|
2030
|
+
get: Rules.prototype.f2o
|
|
2026
2031
|
});
|
|
2027
2032
|
Object.defineProperty(Rules.prototype, 'checkTrumpCombination', {
|
|
2028
2033
|
configurable: true,
|
|
2029
|
-
get: Rules.prototype.
|
|
2034
|
+
get: Rules.prototype.g2o
|
|
2030
2035
|
});
|
|
2031
2036
|
Object.defineProperty(Rules.prototype, 'checkOnlyTrumpDebertz', {
|
|
2032
2037
|
configurable: true,
|
|
2033
|
-
get: Rules.prototype.
|
|
2038
|
+
get: Rules.prototype.h2o
|
|
2034
2039
|
});
|
|
2035
2040
|
Object.defineProperty(Rules.prototype, 'tenCardsInHand', {
|
|
2036
2041
|
configurable: true,
|
|
2037
|
-
get: Rules.prototype.
|
|
2042
|
+
get: Rules.prototype.i2o
|
|
2038
2043
|
});
|
|
2039
2044
|
var RulesSetType_belot_instance;
|
|
2040
2045
|
var RulesSetType_klabor_instance;
|
|
2041
2046
|
var RulesSetType_debertzCommon_instance;
|
|
2042
2047
|
var RulesSetType_debertzKharkiv_instance;
|
|
2043
|
-
var RulesSetType_debertzMoscow_instance;
|
|
2044
2048
|
var RulesSetType_custom_instance;
|
|
2045
2049
|
function values_1() {
|
|
2046
|
-
return [RulesSetType_belot_getInstance(), RulesSetType_klabor_getInstance(), RulesSetType_debertzCommon_getInstance(), RulesSetType_debertzKharkiv_getInstance(),
|
|
2050
|
+
return [RulesSetType_belot_getInstance(), RulesSetType_klabor_getInstance(), RulesSetType_debertzCommon_getInstance(), RulesSetType_debertzKharkiv_getInstance(), RulesSetType_custom_getInstance()];
|
|
2047
2051
|
}
|
|
2048
2052
|
function valueOf_0(value) {
|
|
2049
2053
|
switch (value) {
|
|
@@ -2055,8 +2059,6 @@
|
|
|
2055
2059
|
return RulesSetType_debertzCommon_getInstance();
|
|
2056
2060
|
case 'debertzKharkiv':
|
|
2057
2061
|
return RulesSetType_debertzKharkiv_getInstance();
|
|
2058
|
-
case 'debertzMoscow':
|
|
2059
|
-
return RulesSetType_debertzMoscow_getInstance();
|
|
2060
2062
|
case 'custom':
|
|
2061
2063
|
return RulesSetType_custom_getInstance();
|
|
2062
2064
|
default:
|
|
@@ -2074,8 +2076,7 @@
|
|
|
2074
2076
|
RulesSetType_klabor_instance = new RulesSetType('klabor', 1);
|
|
2075
2077
|
RulesSetType_debertzCommon_instance = new RulesSetType('debertzCommon', 2);
|
|
2076
2078
|
RulesSetType_debertzKharkiv_instance = new RulesSetType('debertzKharkiv', 3);
|
|
2077
|
-
|
|
2078
|
-
RulesSetType_custom_instance = new RulesSetType('custom', 5);
|
|
2079
|
+
RulesSetType_custom_instance = new RulesSetType('custom', 4);
|
|
2079
2080
|
}
|
|
2080
2081
|
function RulesSetType(name, ordinal) {
|
|
2081
2082
|
Enum.call(this, name, ordinal);
|
|
@@ -2105,34 +2106,30 @@
|
|
|
2105
2106
|
RulesSetType_initEntries();
|
|
2106
2107
|
return RulesSetType_debertzKharkiv_instance;
|
|
2107
2108
|
}
|
|
2108
|
-
function RulesSetType_debertzMoscow_getInstance() {
|
|
2109
|
-
RulesSetType_initEntries();
|
|
2110
|
-
return RulesSetType_debertzMoscow_instance;
|
|
2111
|
-
}
|
|
2112
2109
|
function RulesSetType_custom_getInstance() {
|
|
2113
2110
|
RulesSetType_initEntries();
|
|
2114
2111
|
return RulesSetType_custom_instance;
|
|
2115
2112
|
}
|
|
2116
2113
|
function mapToDto(_this__u8e3s4) {
|
|
2117
|
-
return _this__u8e3s4.
|
|
2114
|
+
return _this__u8e3s4.n2o_1;
|
|
2118
2115
|
}
|
|
2119
2116
|
function mapFromDto(_this__u8e3s4) {
|
|
2120
2117
|
return new GameCard(_this__u8e3s4);
|
|
2121
2118
|
}
|
|
2122
2119
|
function mapToDto_0(_this__u8e3s4) {
|
|
2123
|
-
return _this__u8e3s4.
|
|
2120
|
+
return _this__u8e3s4.p2o_1.n2o_1;
|
|
2124
2121
|
}
|
|
2125
2122
|
function mapToDto_1(_this__u8e3s4) {
|
|
2126
|
-
return new RulesDto(_this__u8e3s4.
|
|
2123
|
+
return new RulesDto(_this__u8e3s4.d2n_1, _this__u8e3s4.e2n_1, _this__u8e3s4.f2n_1, _this__u8e3s4.g2n_1, _this__u8e3s4.h2n_1, _this__u8e3s4.i2n_1, _this__u8e3s4.j2n_1, _this__u8e3s4.k2n_1, _this__u8e3s4.l2n_1, _this__u8e3s4.m2n_1, _this__u8e3s4.n2n_1, _this__u8e3s4.o2n_1, _this__u8e3s4.p2n_1, _this__u8e3s4.q2n_1, _this__u8e3s4.r2n_1, _this__u8e3s4.s2n_1);
|
|
2127
2124
|
}
|
|
2128
2125
|
function mapFromDto_0(_this__u8e3s4) {
|
|
2129
|
-
return new Rules(_this__u8e3s4.
|
|
2126
|
+
return new Rules(_this__u8e3s4.q2o_1, _this__u8e3s4.r2o_1, _this__u8e3s4.s2o_1, _this__u8e3s4.t2o_1, _this__u8e3s4.u2o_1, _this__u8e3s4.v2o_1, _this__u8e3s4.w2o_1, _this__u8e3s4.x2o_1, _this__u8e3s4.y2o_1, _this__u8e3s4.z2o_1, _this__u8e3s4.a2p_1, _this__u8e3s4.b2p_1, _this__u8e3s4.c2p_1, _this__u8e3s4.d2p_1, _this__u8e3s4.e2p_1, _this__u8e3s4.f2p_1);
|
|
2130
2127
|
}
|
|
2131
2128
|
function mapToDto_2(_this__u8e3s4) {
|
|
2132
2129
|
return new GameUserInfoDto(_this__u8e3s4.q2l_1, _this__u8e3s4.r2l_1, _this__u8e3s4.s2l_1);
|
|
2133
2130
|
}
|
|
2134
2131
|
function mapFromDto_1(_this__u8e3s4) {
|
|
2135
|
-
return GameUserInfo_init_$Create$(_this__u8e3s4.
|
|
2132
|
+
return GameUserInfo_init_$Create$(_this__u8e3s4.g2p_1, _this__u8e3s4.h2p_1, _this__u8e3s4.i2p_1, null, 8, null);
|
|
2136
2133
|
}
|
|
2137
2134
|
function mapToDto_3(_this__u8e3s4) {
|
|
2138
2135
|
var tmp0_startFromTime = _this__u8e3s4.y2l_1;
|
|
@@ -2142,10 +2139,10 @@
|
|
|
2142
2139
|
return new PlayerStateDto(tmp0_startFromTime, tmp1_state, tmp3_ready, tmp2_tag);
|
|
2143
2140
|
}
|
|
2144
2141
|
function mapFromDto_2(_this__u8e3s4, connectionState) {
|
|
2145
|
-
var tmp0_startFromTime = _this__u8e3s4.
|
|
2146
|
-
var tmp1_state = _this__u8e3s4.
|
|
2147
|
-
var tmp2_tag = _this__u8e3s4.
|
|
2148
|
-
var tmp3_ready = _this__u8e3s4.
|
|
2142
|
+
var tmp0_startFromTime = _this__u8e3s4.j2p_1;
|
|
2143
|
+
var tmp1_state = _this__u8e3s4.k2p_1;
|
|
2144
|
+
var tmp2_tag = _this__u8e3s4.m2p_1;
|
|
2145
|
+
var tmp3_ready = _this__u8e3s4.l2p_1;
|
|
2149
2146
|
return new PlayerState(tmp0_startFromTime, tmp1_state, tmp3_ready, connectionState, tmp2_tag);
|
|
2150
2147
|
}
|
|
2151
2148
|
function Companion_10() {
|
|
@@ -2164,10 +2161,10 @@
|
|
|
2164
2161
|
tmp0_serialDesc.d1t('playerId', false);
|
|
2165
2162
|
tmp0_serialDesc.d1t('name', false);
|
|
2166
2163
|
tmp0_serialDesc.d1t('avatarUrl', false);
|
|
2167
|
-
this.
|
|
2164
|
+
this.n2p_1 = tmp0_serialDesc;
|
|
2168
2165
|
}
|
|
2169
2166
|
$serializer_4.prototype.q1i = function () {
|
|
2170
|
-
return this.
|
|
2167
|
+
return this.n2p_1;
|
|
2171
2168
|
};
|
|
2172
2169
|
$serializer_4.prototype.s1t = function () {
|
|
2173
2170
|
var tmp$ret$2;
|
|
@@ -2183,7 +2180,7 @@
|
|
|
2183
2180
|
return tmp$ret$2;
|
|
2184
2181
|
};
|
|
2185
2182
|
$serializer_4.prototype.s1i = function (decoder) {
|
|
2186
|
-
var tmp0_desc = this.
|
|
2183
|
+
var tmp0_desc = this.n2p_1;
|
|
2187
2184
|
var tmp1_flag = true;
|
|
2188
2185
|
var tmp2_index = 0;
|
|
2189
2186
|
var tmp3_bitMask0 = 0;
|
|
@@ -2224,16 +2221,16 @@
|
|
|
2224
2221
|
tmp7_input.z1l(tmp0_desc);
|
|
2225
2222
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
2226
2223
|
};
|
|
2227
|
-
$serializer_4.prototype.
|
|
2228
|
-
var tmp0_desc = this.
|
|
2224
|
+
$serializer_4.prototype.o2p = function (encoder, value) {
|
|
2225
|
+
var tmp0_desc = this.n2p_1;
|
|
2229
2226
|
var tmp1_output = encoder.y1l(tmp0_desc);
|
|
2230
|
-
tmp1_output.m1n(tmp0_desc, 0, value.
|
|
2231
|
-
tmp1_output.m1n(tmp0_desc, 1, value.
|
|
2232
|
-
tmp1_output.m1n(tmp0_desc, 2, value.
|
|
2227
|
+
tmp1_output.m1n(tmp0_desc, 0, value.g2p_1);
|
|
2228
|
+
tmp1_output.m1n(tmp0_desc, 1, value.h2p_1);
|
|
2229
|
+
tmp1_output.m1n(tmp0_desc, 2, value.i2p_1);
|
|
2233
2230
|
tmp1_output.z1l(tmp0_desc);
|
|
2234
2231
|
};
|
|
2235
2232
|
$serializer_4.prototype.r1i = function (encoder, value) {
|
|
2236
|
-
return this.
|
|
2233
|
+
return this.o2p(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
2237
2234
|
};
|
|
2238
2235
|
$serializer_4.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
2239
2236
|
var $serializer_instance_4;
|
|
@@ -2244,11 +2241,11 @@
|
|
|
2244
2241
|
}
|
|
2245
2242
|
function GameUserInfoDto_init_$Init$(seen1, playerId, name, avatarUrl, serializationConstructorMarker, $this) {
|
|
2246
2243
|
if (!(7 === (7 & seen1))) {
|
|
2247
|
-
throwMissingFieldException(seen1, 7, $serializer_getInstance_4().
|
|
2244
|
+
throwMissingFieldException(seen1, 7, $serializer_getInstance_4().n2p_1);
|
|
2248
2245
|
}
|
|
2249
|
-
$this.
|
|
2250
|
-
$this.
|
|
2251
|
-
$this.
|
|
2246
|
+
$this.g2p_1 = playerId;
|
|
2247
|
+
$this.h2p_1 = name;
|
|
2248
|
+
$this.i2p_1 = avatarUrl;
|
|
2252
2249
|
return $this;
|
|
2253
2250
|
}
|
|
2254
2251
|
function GameUserInfoDto_init_$Create$(seen1, playerId, name, avatarUrl, serializationConstructorMarker) {
|
|
@@ -2256,17 +2253,17 @@
|
|
|
2256
2253
|
}
|
|
2257
2254
|
function GameUserInfoDto(playerId, name, avatarUrl) {
|
|
2258
2255
|
Companion_getInstance_10();
|
|
2259
|
-
this.
|
|
2260
|
-
this.
|
|
2261
|
-
this.
|
|
2256
|
+
this.g2p_1 = playerId;
|
|
2257
|
+
this.h2p_1 = name;
|
|
2258
|
+
this.i2p_1 = avatarUrl;
|
|
2262
2259
|
}
|
|
2263
2260
|
GameUserInfoDto.prototype.toString = function () {
|
|
2264
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
2261
|
+
return 'GameUserInfoDto(playerId=' + this.g2p_1 + ', name=' + this.h2p_1 + ', avatarUrl=' + this.i2p_1 + ')';
|
|
2265
2262
|
};
|
|
2266
2263
|
GameUserInfoDto.prototype.hashCode = function () {
|
|
2267
|
-
var result = getStringHashCode(this.
|
|
2268
|
-
result = imul(result, 31) + getStringHashCode(this.g2p_1) | 0;
|
|
2264
|
+
var result = getStringHashCode(this.g2p_1);
|
|
2269
2265
|
result = imul(result, 31) + getStringHashCode(this.h2p_1) | 0;
|
|
2266
|
+
result = imul(result, 31) + getStringHashCode(this.i2p_1) | 0;
|
|
2270
2267
|
return result;
|
|
2271
2268
|
};
|
|
2272
2269
|
GameUserInfoDto.prototype.equals = function (other) {
|
|
@@ -2275,12 +2272,12 @@
|
|
|
2275
2272
|
if (!(other instanceof GameUserInfoDto))
|
|
2276
2273
|
return false;
|
|
2277
2274
|
var tmp0_other_with_cast = other instanceof GameUserInfoDto ? other : THROW_CCE();
|
|
2278
|
-
if (!(this.f2p_1 === tmp0_other_with_cast.f2p_1))
|
|
2279
|
-
return false;
|
|
2280
2275
|
if (!(this.g2p_1 === tmp0_other_with_cast.g2p_1))
|
|
2281
2276
|
return false;
|
|
2282
2277
|
if (!(this.h2p_1 === tmp0_other_with_cast.h2p_1))
|
|
2283
2278
|
return false;
|
|
2279
|
+
if (!(this.i2p_1 === tmp0_other_with_cast.i2p_1))
|
|
2280
|
+
return false;
|
|
2284
2281
|
return true;
|
|
2285
2282
|
};
|
|
2286
2283
|
GameUserInfoDto.$metadata$ = classMeta('GameUserInfoDto', undefined, undefined, {0: $serializer_getInstance_4});
|
|
@@ -2301,10 +2298,10 @@
|
|
|
2301
2298
|
tmp0_serialDesc.d1t('state', false);
|
|
2302
2299
|
tmp0_serialDesc.d1t('ready', false);
|
|
2303
2300
|
tmp0_serialDesc.d1t('tag', true);
|
|
2304
|
-
this.
|
|
2301
|
+
this.p2p_1 = tmp0_serialDesc;
|
|
2305
2302
|
}
|
|
2306
2303
|
$serializer_5.prototype.q1i = function () {
|
|
2307
|
-
return this.
|
|
2304
|
+
return this.p2p_1;
|
|
2308
2305
|
};
|
|
2309
2306
|
$serializer_5.prototype.s1t = function () {
|
|
2310
2307
|
var tmp$ret$2;
|
|
@@ -2320,7 +2317,7 @@
|
|
|
2320
2317
|
return tmp$ret$2;
|
|
2321
2318
|
};
|
|
2322
2319
|
$serializer_5.prototype.s1i = function (decoder) {
|
|
2323
|
-
var tmp0_desc = this.
|
|
2320
|
+
var tmp0_desc = this.p2p_1;
|
|
2324
2321
|
var tmp1_flag = true;
|
|
2325
2322
|
var tmp2_index = 0;
|
|
2326
2323
|
var tmp3_bitMask0 = 0;
|
|
@@ -2368,19 +2365,19 @@
|
|
|
2368
2365
|
tmp8_input.z1l(tmp0_desc);
|
|
2369
2366
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
2370
2367
|
};
|
|
2371
|
-
$serializer_5.prototype.
|
|
2372
|
-
var tmp0_desc = this.
|
|
2368
|
+
$serializer_5.prototype.q2p = function (encoder, value) {
|
|
2369
|
+
var tmp0_desc = this.p2p_1;
|
|
2373
2370
|
var tmp1_output = encoder.y1l(tmp0_desc);
|
|
2374
|
-
tmp1_output.i1n(tmp0_desc, 0, value.
|
|
2375
|
-
tmp1_output.o1n(tmp0_desc, 1, Companion_getInstance_7().l25(), value.
|
|
2376
|
-
tmp1_output.e1n(tmp0_desc, 2, value.
|
|
2377
|
-
if (tmp1_output.u1n(tmp0_desc, 3) ? true : !(value.
|
|
2378
|
-
tmp1_output.q1n(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
2371
|
+
tmp1_output.i1n(tmp0_desc, 0, value.j2p_1);
|
|
2372
|
+
tmp1_output.o1n(tmp0_desc, 1, Companion_getInstance_7().l25(), value.k2p_1);
|
|
2373
|
+
tmp1_output.e1n(tmp0_desc, 2, value.l2p_1);
|
|
2374
|
+
if (tmp1_output.u1n(tmp0_desc, 3) ? true : !(value.m2p_1 == null)) {
|
|
2375
|
+
tmp1_output.q1n(tmp0_desc, 3, StringSerializer_getInstance(), value.m2p_1);
|
|
2379
2376
|
}
|
|
2380
2377
|
tmp1_output.z1l(tmp0_desc);
|
|
2381
2378
|
};
|
|
2382
2379
|
$serializer_5.prototype.r1i = function (encoder, value) {
|
|
2383
|
-
return this.
|
|
2380
|
+
return this.q2p(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
2384
2381
|
};
|
|
2385
2382
|
$serializer_5.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
2386
2383
|
var $serializer_instance_5;
|
|
@@ -2391,15 +2388,15 @@
|
|
|
2391
2388
|
}
|
|
2392
2389
|
function PlayerStateDto_init_$Init$(seen1, startFromTime, state, ready, tag, serializationConstructorMarker, $this) {
|
|
2393
2390
|
if (!(7 === (7 & seen1))) {
|
|
2394
|
-
throwMissingFieldException(seen1, 7, $serializer_getInstance_5().
|
|
2391
|
+
throwMissingFieldException(seen1, 7, $serializer_getInstance_5().p2p_1);
|
|
2395
2392
|
}
|
|
2396
|
-
$this.
|
|
2397
|
-
$this.
|
|
2398
|
-
$this.
|
|
2393
|
+
$this.j2p_1 = startFromTime;
|
|
2394
|
+
$this.k2p_1 = state;
|
|
2395
|
+
$this.l2p_1 = ready;
|
|
2399
2396
|
if (0 === (seen1 & 8))
|
|
2400
|
-
$this.
|
|
2397
|
+
$this.m2p_1 = null;
|
|
2401
2398
|
else
|
|
2402
|
-
$this.
|
|
2399
|
+
$this.m2p_1 = tag;
|
|
2403
2400
|
return $this;
|
|
2404
2401
|
}
|
|
2405
2402
|
function PlayerStateDto_init_$Create$(seen1, startFromTime, state, ready, tag, serializationConstructorMarker) {
|
|
@@ -2407,19 +2404,19 @@
|
|
|
2407
2404
|
}
|
|
2408
2405
|
function PlayerStateDto(startFromTime, state, ready, tag) {
|
|
2409
2406
|
Companion_getInstance_11();
|
|
2410
|
-
this.
|
|
2411
|
-
this.
|
|
2412
|
-
this.
|
|
2413
|
-
this.
|
|
2407
|
+
this.j2p_1 = startFromTime;
|
|
2408
|
+
this.k2p_1 = state;
|
|
2409
|
+
this.l2p_1 = ready;
|
|
2410
|
+
this.m2p_1 = tag;
|
|
2414
2411
|
}
|
|
2415
2412
|
PlayerStateDto.prototype.toString = function () {
|
|
2416
|
-
return 'PlayerStateDto(startFromTime=' + toString_0(this.
|
|
2413
|
+
return 'PlayerStateDto(startFromTime=' + toString_0(this.j2p_1) + ', state=' + this.k2p_1 + ', ready=' + this.l2p_1 + ', tag=' + this.m2p_1 + ')';
|
|
2417
2414
|
};
|
|
2418
2415
|
PlayerStateDto.prototype.hashCode = function () {
|
|
2419
|
-
var result = this.
|
|
2420
|
-
result = imul(result, 31) + this.
|
|
2421
|
-
result = imul(result, 31) + (this.
|
|
2422
|
-
result = imul(result, 31) + (this.
|
|
2416
|
+
var result = this.j2p_1.hashCode();
|
|
2417
|
+
result = imul(result, 31) + this.k2p_1.hashCode() | 0;
|
|
2418
|
+
result = imul(result, 31) + (this.l2p_1 | 0) | 0;
|
|
2419
|
+
result = imul(result, 31) + (this.m2p_1 == null ? 0 : getStringHashCode(this.m2p_1)) | 0;
|
|
2423
2420
|
return result;
|
|
2424
2421
|
};
|
|
2425
2422
|
PlayerStateDto.prototype.equals = function (other) {
|
|
@@ -2428,13 +2425,13 @@
|
|
|
2428
2425
|
if (!(other instanceof PlayerStateDto))
|
|
2429
2426
|
return false;
|
|
2430
2427
|
var tmp0_other_with_cast = other instanceof PlayerStateDto ? other : THROW_CCE();
|
|
2431
|
-
if (!this.i2p_1.equals(tmp0_other_with_cast.i2p_1))
|
|
2432
|
-
return false;
|
|
2433
2428
|
if (!this.j2p_1.equals(tmp0_other_with_cast.j2p_1))
|
|
2434
2429
|
return false;
|
|
2435
|
-
if (!
|
|
2430
|
+
if (!this.k2p_1.equals(tmp0_other_with_cast.k2p_1))
|
|
2436
2431
|
return false;
|
|
2437
|
-
if (!(this.l2p_1
|
|
2432
|
+
if (!(this.l2p_1 === tmp0_other_with_cast.l2p_1))
|
|
2433
|
+
return false;
|
|
2434
|
+
if (!(this.m2p_1 == tmp0_other_with_cast.m2p_1))
|
|
2438
2435
|
return false;
|
|
2439
2436
|
return true;
|
|
2440
2437
|
};
|
|
@@ -2468,10 +2465,10 @@
|
|
|
2468
2465
|
tmp0_serialDesc.d1t('checkTrumpCombination', false);
|
|
2469
2466
|
tmp0_serialDesc.d1t('checkOnlyTrumpDebertz', false);
|
|
2470
2467
|
tmp0_serialDesc.d1t('tenCardsInHand', false);
|
|
2471
|
-
this.
|
|
2468
|
+
this.r2p_1 = tmp0_serialDesc;
|
|
2472
2469
|
}
|
|
2473
2470
|
$serializer_6.prototype.q1i = function () {
|
|
2474
|
-
return this.
|
|
2471
|
+
return this.r2p_1;
|
|
2475
2472
|
};
|
|
2476
2473
|
$serializer_6.prototype.s1t = function () {
|
|
2477
2474
|
var tmp$ret$2;
|
|
@@ -2487,7 +2484,7 @@
|
|
|
2487
2484
|
return tmp$ret$2;
|
|
2488
2485
|
};
|
|
2489
2486
|
$serializer_6.prototype.s1i = function (decoder) {
|
|
2490
|
-
var tmp0_desc = this.
|
|
2487
|
+
var tmp0_desc = this.r2p_1;
|
|
2491
2488
|
var tmp1_flag = true;
|
|
2492
2489
|
var tmp2_index = 0;
|
|
2493
2490
|
var tmp3_bitMask0 = 0;
|
|
@@ -2619,29 +2616,29 @@
|
|
|
2619
2616
|
tmp20_input.z1l(tmp0_desc);
|
|
2620
2617
|
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, null);
|
|
2621
2618
|
};
|
|
2622
|
-
$serializer_6.prototype.
|
|
2623
|
-
var tmp0_desc = this.
|
|
2619
|
+
$serializer_6.prototype.s2p = function (encoder, value) {
|
|
2620
|
+
var tmp0_desc = this.r2p_1;
|
|
2624
2621
|
var tmp1_output = encoder.y1l(tmp0_desc);
|
|
2625
|
-
tmp1_output.e1n(tmp0_desc, 0, value.
|
|
2626
|
-
tmp1_output.e1n(tmp0_desc, 1, value.
|
|
2627
|
-
tmp1_output.e1n(tmp0_desc, 2, value.
|
|
2628
|
-
tmp1_output.e1n(tmp0_desc, 3, value.
|
|
2629
|
-
tmp1_output.e1n(tmp0_desc, 4, value.
|
|
2630
|
-
tmp1_output.e1n(tmp0_desc, 5, value.
|
|
2631
|
-
tmp1_output.e1n(tmp0_desc, 6, value.
|
|
2632
|
-
tmp1_output.e1n(tmp0_desc, 7, value.
|
|
2633
|
-
tmp1_output.e1n(tmp0_desc, 8, value.
|
|
2634
|
-
tmp1_output.e1n(tmp0_desc, 9, value.
|
|
2635
|
-
tmp1_output.e1n(tmp0_desc, 10, value.
|
|
2636
|
-
tmp1_output.h1n(tmp0_desc, 11, value.
|
|
2637
|
-
tmp1_output.e1n(tmp0_desc, 12, value.
|
|
2638
|
-
tmp1_output.e1n(tmp0_desc, 13, value.
|
|
2639
|
-
tmp1_output.e1n(tmp0_desc, 14, value.
|
|
2640
|
-
tmp1_output.e1n(tmp0_desc, 15, value.
|
|
2622
|
+
tmp1_output.e1n(tmp0_desc, 0, value.q2o_1);
|
|
2623
|
+
tmp1_output.e1n(tmp0_desc, 1, value.r2o_1);
|
|
2624
|
+
tmp1_output.e1n(tmp0_desc, 2, value.s2o_1);
|
|
2625
|
+
tmp1_output.e1n(tmp0_desc, 3, value.t2o_1);
|
|
2626
|
+
tmp1_output.e1n(tmp0_desc, 4, value.u2o_1);
|
|
2627
|
+
tmp1_output.e1n(tmp0_desc, 5, value.v2o_1);
|
|
2628
|
+
tmp1_output.e1n(tmp0_desc, 6, value.w2o_1);
|
|
2629
|
+
tmp1_output.e1n(tmp0_desc, 7, value.x2o_1);
|
|
2630
|
+
tmp1_output.e1n(tmp0_desc, 8, value.y2o_1);
|
|
2631
|
+
tmp1_output.e1n(tmp0_desc, 9, value.z2o_1);
|
|
2632
|
+
tmp1_output.e1n(tmp0_desc, 10, value.a2p_1);
|
|
2633
|
+
tmp1_output.h1n(tmp0_desc, 11, value.b2p_1);
|
|
2634
|
+
tmp1_output.e1n(tmp0_desc, 12, value.c2p_1);
|
|
2635
|
+
tmp1_output.e1n(tmp0_desc, 13, value.d2p_1);
|
|
2636
|
+
tmp1_output.e1n(tmp0_desc, 14, value.e2p_1);
|
|
2637
|
+
tmp1_output.e1n(tmp0_desc, 15, value.f2p_1);
|
|
2641
2638
|
tmp1_output.z1l(tmp0_desc);
|
|
2642
2639
|
};
|
|
2643
2640
|
$serializer_6.prototype.r1i = function (encoder, value) {
|
|
2644
|
-
return this.
|
|
2641
|
+
return this.s2p(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
2645
2642
|
};
|
|
2646
2643
|
$serializer_6.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
2647
2644
|
var $serializer_instance_6;
|
|
@@ -2652,24 +2649,24 @@
|
|
|
2652
2649
|
}
|
|
2653
2650
|
function RulesDto_init_$Init$(seen1, needToPutHigherTrump, distributePoints, protectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand, serializationConstructorMarker, $this) {
|
|
2654
2651
|
if (!(65535 === (65535 & seen1))) {
|
|
2655
|
-
throwMissingFieldException(seen1, 65535, $serializer_getInstance_6().
|
|
2652
|
+
throwMissingFieldException(seen1, 65535, $serializer_getInstance_6().r2p_1);
|
|
2656
2653
|
}
|
|
2657
|
-
$this.
|
|
2658
|
-
$this.
|
|
2659
|
-
$this.
|
|
2660
|
-
$this.
|
|
2661
|
-
$this.
|
|
2662
|
-
$this.
|
|
2663
|
-
$this.
|
|
2664
|
-
$this.
|
|
2665
|
-
$this.
|
|
2666
|
-
$this.
|
|
2667
|
-
$this.
|
|
2668
|
-
$this.
|
|
2669
|
-
$this.
|
|
2670
|
-
$this.
|
|
2671
|
-
$this.
|
|
2672
|
-
$this.
|
|
2654
|
+
$this.q2o_1 = needToPutHigherTrump;
|
|
2655
|
+
$this.r2o_1 = distributePoints;
|
|
2656
|
+
$this.s2o_1 = protectBella;
|
|
2657
|
+
$this.t2o_1 = enableFourSevensCombination;
|
|
2658
|
+
$this.u2o_1 = enableTrumpSevenCombination;
|
|
2659
|
+
$this.v2o_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
2660
|
+
$this.w2o_1 = playerWhoChooseSuitGoFirst;
|
|
2661
|
+
$this.x2o_1 = winnerShuffleCards;
|
|
2662
|
+
$this.y2o_1 = playWithoutLiabilities;
|
|
2663
|
+
$this.z2o_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
2664
|
+
$this.a2p_1 = enableFineIfNoBribes;
|
|
2665
|
+
$this.b2p_1 = fineIfNoBribes;
|
|
2666
|
+
$this.c2p_1 = enableFineAfterThirdByte;
|
|
2667
|
+
$this.d2p_1 = checkTrumpCombination;
|
|
2668
|
+
$this.e2p_1 = checkOnlyTrumpDebertz;
|
|
2669
|
+
$this.f2p_1 = tenCardsInHand;
|
|
2673
2670
|
return $this;
|
|
2674
2671
|
}
|
|
2675
2672
|
function RulesDto_init_$Create$(seen1, needToPutHigherTrump, distributePoints, protectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand, serializationConstructorMarker) {
|
|
@@ -2677,29 +2674,28 @@
|
|
|
2677
2674
|
}
|
|
2678
2675
|
function RulesDto(needToPutHigherTrump, distributePoints, protectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, checkTrumpCombination, checkOnlyTrumpDebertz, tenCardsInHand) {
|
|
2679
2676
|
Companion_getInstance_12();
|
|
2680
|
-
this.
|
|
2681
|
-
this.
|
|
2682
|
-
this.
|
|
2683
|
-
this.
|
|
2684
|
-
this.
|
|
2685
|
-
this.
|
|
2686
|
-
this.
|
|
2687
|
-
this.
|
|
2688
|
-
this.
|
|
2689
|
-
this.
|
|
2690
|
-
this.
|
|
2691
|
-
this.
|
|
2692
|
-
this.
|
|
2693
|
-
this.
|
|
2694
|
-
this.
|
|
2695
|
-
this.
|
|
2677
|
+
this.q2o_1 = needToPutHigherTrump;
|
|
2678
|
+
this.r2o_1 = distributePoints;
|
|
2679
|
+
this.s2o_1 = protectBella;
|
|
2680
|
+
this.t2o_1 = enableFourSevensCombination;
|
|
2681
|
+
this.u2o_1 = enableTrumpSevenCombination;
|
|
2682
|
+
this.v2o_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
2683
|
+
this.w2o_1 = playerWhoChooseSuitGoFirst;
|
|
2684
|
+
this.x2o_1 = winnerShuffleCards;
|
|
2685
|
+
this.y2o_1 = playWithoutLiabilities;
|
|
2686
|
+
this.z2o_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
2687
|
+
this.a2p_1 = enableFineIfNoBribes;
|
|
2688
|
+
this.b2p_1 = fineIfNoBribes;
|
|
2689
|
+
this.c2p_1 = enableFineAfterThirdByte;
|
|
2690
|
+
this.d2p_1 = checkTrumpCombination;
|
|
2691
|
+
this.e2p_1 = checkOnlyTrumpDebertz;
|
|
2692
|
+
this.f2p_1 = tenCardsInHand;
|
|
2696
2693
|
}
|
|
2697
2694
|
RulesDto.prototype.toString = function () {
|
|
2698
|
-
return 'RulesDto(needToPutHigherTrump=' + this.
|
|
2695
|
+
return 'RulesDto(needToPutHigherTrump=' + this.q2o_1 + ', distributePoints=' + this.r2o_1 + ', protectBella=' + this.s2o_1 + ', enableFourSevensCombination=' + this.t2o_1 + ', enableTrumpSevenCombination=' + this.u2o_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.v2o_1 + ', playerWhoChooseSuitGoFirst=' + this.w2o_1 + ', winnerShuffleCards=' + this.x2o_1 + ', playWithoutLiabilities=' + this.y2o_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.z2o_1 + ', enableFineIfNoBribes=' + this.a2p_1 + ', fineIfNoBribes=' + this.b2p_1 + ', enableFineAfterThirdByte=' + this.c2p_1 + ', checkTrumpCombination=' + this.d2p_1 + ', checkOnlyTrumpDebertz=' + this.e2p_1 + ', tenCardsInHand=' + this.f2p_1 + ')';
|
|
2699
2696
|
};
|
|
2700
2697
|
RulesDto.prototype.hashCode = function () {
|
|
2701
|
-
var result = this.
|
|
2702
|
-
result = imul(result, 31) + (this.q2o_1 | 0) | 0;
|
|
2698
|
+
var result = this.q2o_1 | 0;
|
|
2703
2699
|
result = imul(result, 31) + (this.r2o_1 | 0) | 0;
|
|
2704
2700
|
result = imul(result, 31) + (this.s2o_1 | 0) | 0;
|
|
2705
2701
|
result = imul(result, 31) + (this.t2o_1 | 0) | 0;
|
|
@@ -2709,11 +2705,12 @@
|
|
|
2709
2705
|
result = imul(result, 31) + (this.x2o_1 | 0) | 0;
|
|
2710
2706
|
result = imul(result, 31) + (this.y2o_1 | 0) | 0;
|
|
2711
2707
|
result = imul(result, 31) + (this.z2o_1 | 0) | 0;
|
|
2712
|
-
result = imul(result, 31) + this.a2p_1 | 0;
|
|
2713
|
-
result = imul(result, 31) +
|
|
2708
|
+
result = imul(result, 31) + (this.a2p_1 | 0) | 0;
|
|
2709
|
+
result = imul(result, 31) + this.b2p_1 | 0;
|
|
2714
2710
|
result = imul(result, 31) + (this.c2p_1 | 0) | 0;
|
|
2715
2711
|
result = imul(result, 31) + (this.d2p_1 | 0) | 0;
|
|
2716
2712
|
result = imul(result, 31) + (this.e2p_1 | 0) | 0;
|
|
2713
|
+
result = imul(result, 31) + (this.f2p_1 | 0) | 0;
|
|
2717
2714
|
return result;
|
|
2718
2715
|
};
|
|
2719
2716
|
RulesDto.prototype.equals = function (other) {
|
|
@@ -2722,8 +2719,6 @@
|
|
|
2722
2719
|
if (!(other instanceof RulesDto))
|
|
2723
2720
|
return false;
|
|
2724
2721
|
var tmp0_other_with_cast = other instanceof RulesDto ? other : THROW_CCE();
|
|
2725
|
-
if (!(this.p2o_1 === tmp0_other_with_cast.p2o_1))
|
|
2726
|
-
return false;
|
|
2727
2722
|
if (!(this.q2o_1 === tmp0_other_with_cast.q2o_1))
|
|
2728
2723
|
return false;
|
|
2729
2724
|
if (!(this.r2o_1 === tmp0_other_with_cast.r2o_1))
|
|
@@ -2754,19 +2749,21 @@
|
|
|
2754
2749
|
return false;
|
|
2755
2750
|
if (!(this.e2p_1 === tmp0_other_with_cast.e2p_1))
|
|
2756
2751
|
return false;
|
|
2752
|
+
if (!(this.f2p_1 === tmp0_other_with_cast.f2p_1))
|
|
2753
|
+
return false;
|
|
2757
2754
|
return true;
|
|
2758
2755
|
};
|
|
2759
2756
|
RulesDto.$metadata$ = classMeta('RulesDto', undefined, undefined, {0: $serializer_getInstance_6});
|
|
2760
2757
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
2761
|
-
this.
|
|
2762
|
-
this.
|
|
2758
|
+
this.t2p_1 = trump;
|
|
2759
|
+
this.u2p_1 = firstCardSuit;
|
|
2763
2760
|
}
|
|
2764
|
-
CardGrowthComparator.prototype.
|
|
2765
|
-
return getGrowth(b, this.
|
|
2761
|
+
CardGrowthComparator.prototype.v2p = function (a, b) {
|
|
2762
|
+
return getGrowth(b, this.t2p_1, this.u2p_1) - getGrowth(a, this.t2p_1, this.u2p_1) | 0;
|
|
2766
2763
|
};
|
|
2767
2764
|
CardGrowthComparator.prototype.compare = function (a, b) {
|
|
2768
2765
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
2769
|
-
return this.
|
|
2766
|
+
return this.v2p(tmp, b instanceof GameCard ? b : THROW_CCE());
|
|
2770
2767
|
};
|
|
2771
2768
|
CardGrowthComparator.$metadata$ = classMeta('CardGrowthComparator', [Comparator]);
|
|
2772
2769
|
function filterByCardName(_this__u8e3s4, name) {
|
|
@@ -2790,12 +2787,12 @@
|
|
|
2790
2787
|
function CardIndexComparator() {
|
|
2791
2788
|
CardIndexComparator_instance = this;
|
|
2792
2789
|
}
|
|
2793
|
-
CardIndexComparator.prototype.
|
|
2794
|
-
return a.
|
|
2790
|
+
CardIndexComparator.prototype.v2p = function (a, b) {
|
|
2791
|
+
return a.n2o_1 - b.n2o_1 | 0;
|
|
2795
2792
|
};
|
|
2796
2793
|
CardIndexComparator.prototype.compare = function (a, b) {
|
|
2797
2794
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
2798
|
-
return this.
|
|
2795
|
+
return this.v2p(tmp, b instanceof GameCard ? b : THROW_CCE());
|
|
2799
2796
|
};
|
|
2800
2797
|
CardIndexComparator.$metadata$ = objectMeta('CardIndexComparator', [Comparator]);
|
|
2801
2798
|
var CardIndexComparator_instance;
|
|
@@ -2825,12 +2822,12 @@
|
|
|
2825
2822
|
function CardNumberComparator() {
|
|
2826
2823
|
CardNumberComparator_instance = this;
|
|
2827
2824
|
}
|
|
2828
|
-
CardNumberComparator.prototype.
|
|
2829
|
-
return b.
|
|
2825
|
+
CardNumberComparator.prototype.v2p = function (a, b) {
|
|
2826
|
+
return b.w2p() - a.w2p() | 0;
|
|
2830
2827
|
};
|
|
2831
2828
|
CardNumberComparator.prototype.compare = function (a, b) {
|
|
2832
2829
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
2833
|
-
return this.
|
|
2830
|
+
return this.v2p(tmp, b instanceof GameCard ? b : THROW_CCE());
|
|
2834
2831
|
};
|
|
2835
2832
|
CardNumberComparator.$metadata$ = objectMeta('CardNumberComparator', [Comparator]);
|
|
2836
2833
|
var CardNumberComparator_instance;
|
|
@@ -2840,7 +2837,7 @@
|
|
|
2840
2837
|
return CardNumberComparator_instance;
|
|
2841
2838
|
}
|
|
2842
2839
|
function getPoint(_this__u8e3s4, trump) {
|
|
2843
|
-
var isNotTrump = !trump.equals(_this__u8e3s4.
|
|
2840
|
+
var isNotTrump = !trump.equals(_this__u8e3s4.x2p());
|
|
2844
2841
|
var tmp0_subject = _this__u8e3s4.f5();
|
|
2845
2842
|
var tmp0 = tmp0_subject.e5_1;
|
|
2846
2843
|
var tmp;
|
|
@@ -2874,8 +2871,8 @@
|
|
|
2874
2871
|
}
|
|
2875
2872
|
function getGrowth(_this__u8e3s4, trump, firstCardSuit) {
|
|
2876
2873
|
var minPoint = 0;
|
|
2877
|
-
var isTrump = trump.equals(_this__u8e3s4.
|
|
2878
|
-
var isCurrentSuit = firstCardSuit.equals(_this__u8e3s4.
|
|
2874
|
+
var isTrump = trump.equals(_this__u8e3s4.x2p());
|
|
2875
|
+
var isCurrentSuit = firstCardSuit.equals(_this__u8e3s4.x2p());
|
|
2879
2876
|
var minGrowth;
|
|
2880
2877
|
var maxGrowth;
|
|
2881
2878
|
var tmp0_subject = _this__u8e3s4.f5();
|
|
@@ -2973,7 +2970,7 @@
|
|
|
2973
2970
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2974
2971
|
var tmp$ret$0;
|
|
2975
2972
|
// Inline function 'com.logic.data.models.table.cards.bySuitPredicate.<anonymous>.<anonymous>' call
|
|
2976
|
-
tmp$ret$0 = p1.
|
|
2973
|
+
tmp$ret$0 = p1.x2p().equals(element);
|
|
2977
2974
|
if (tmp$ret$0) {
|
|
2978
2975
|
tmp$ret$1 = true;
|
|
2979
2976
|
break $l$block;
|
|
@@ -3021,10 +3018,10 @@
|
|
|
3021
3018
|
function Companion_13() {
|
|
3022
3019
|
Companion_instance_13 = this;
|
|
3023
3020
|
}
|
|
3024
|
-
Companion_13.prototype.
|
|
3021
|
+
Companion_13.prototype.y2p = function (suit, cardNumber) {
|
|
3025
3022
|
return new GameCard(getNumber(Companion_getInstance_14(), cardNumber, suit));
|
|
3026
3023
|
};
|
|
3027
|
-
Companion_13.prototype.
|
|
3024
|
+
Companion_13.prototype.z2p = function (position, playerIndex, reverse) {
|
|
3028
3025
|
var tmp;
|
|
3029
3026
|
if (reverse) {
|
|
3030
3027
|
Companion_getInstance_14();
|
|
@@ -3038,10 +3035,10 @@
|
|
|
3038
3035
|
var index = tmp;
|
|
3039
3036
|
return new GameCard(index);
|
|
3040
3037
|
};
|
|
3041
|
-
Companion_13.prototype.
|
|
3038
|
+
Companion_13.prototype.a2q = function (position, playerIndex, reverse, $mask0, $handler) {
|
|
3042
3039
|
if (!(($mask0 & 4) === 0))
|
|
3043
3040
|
reverse = false;
|
|
3044
|
-
return this.
|
|
3041
|
+
return this.z2p(position, playerIndex, reverse);
|
|
3045
3042
|
};
|
|
3046
3043
|
Companion_13.$metadata$ = objectMeta('Companion');
|
|
3047
3044
|
var Companion_instance_13;
|
|
@@ -3151,7 +3148,7 @@
|
|
|
3151
3148
|
return tmp;
|
|
3152
3149
|
}
|
|
3153
3150
|
function _get_isShirt__vd98rp($this) {
|
|
3154
|
-
var tmp = $this.
|
|
3151
|
+
var tmp = $this.n2o_1;
|
|
3155
3152
|
Companion_getInstance_14();
|
|
3156
3153
|
return tmp === 52;
|
|
3157
3154
|
}
|
|
@@ -3161,10 +3158,10 @@
|
|
|
3161
3158
|
CardName.$metadata$ = classMeta('CardName', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
3162
3159
|
function Companion_14() {
|
|
3163
3160
|
Companion_instance_14 = this;
|
|
3164
|
-
this.
|
|
3165
|
-
this.
|
|
3166
|
-
this.
|
|
3167
|
-
this.
|
|
3161
|
+
this.b2q_1 = -1;
|
|
3162
|
+
this.c2q_1 = 13;
|
|
3163
|
+
this.d2q_1 = 52;
|
|
3164
|
+
this.e2q_1 = 53;
|
|
3168
3165
|
}
|
|
3169
3166
|
Companion_14.$metadata$ = objectMeta('Companion');
|
|
3170
3167
|
var Companion_instance_14;
|
|
@@ -3231,58 +3228,58 @@
|
|
|
3231
3228
|
}
|
|
3232
3229
|
function GameCard(index) {
|
|
3233
3230
|
Companion_getInstance_14();
|
|
3234
|
-
this.
|
|
3231
|
+
this.n2o_1 = index;
|
|
3235
3232
|
}
|
|
3236
3233
|
GameCard.prototype.b3 = function () {
|
|
3237
|
-
return this.
|
|
3234
|
+
return this.n2o_1;
|
|
3238
3235
|
};
|
|
3239
|
-
GameCard.prototype.
|
|
3236
|
+
GameCard.prototype.x2p = function () {
|
|
3240
3237
|
var tmp;
|
|
3241
3238
|
Companion_getInstance_14();
|
|
3242
3239
|
var containsUpper = 13;
|
|
3243
|
-
var containsArg = this.
|
|
3240
|
+
var containsArg = this.n2o_1;
|
|
3244
3241
|
if (0 <= containsArg ? containsArg <= containsUpper : false) {
|
|
3245
3242
|
tmp = Suit_DIAMOND_getInstance();
|
|
3246
3243
|
} else {
|
|
3247
|
-
var tmp_0 = this.
|
|
3244
|
+
var tmp_0 = this.n2o_1;
|
|
3248
3245
|
Companion_getInstance_14();
|
|
3249
3246
|
if (tmp_0 <= imul(13, 2)) {
|
|
3250
3247
|
tmp = Suit_SPADE_getInstance();
|
|
3251
3248
|
} else {
|
|
3252
|
-
var tmp_1 = this.
|
|
3249
|
+
var tmp_1 = this.n2o_1;
|
|
3253
3250
|
Companion_getInstance_14();
|
|
3254
3251
|
if (tmp_1 <= imul(13, 3)) {
|
|
3255
3252
|
tmp = Suit_HEART_getInstance();
|
|
3256
3253
|
} else {
|
|
3257
|
-
var tmp_2 = this.
|
|
3254
|
+
var tmp_2 = this.n2o_1;
|
|
3258
3255
|
Companion_getInstance_14();
|
|
3259
3256
|
if (tmp_2 <= imul(13, 4)) {
|
|
3260
3257
|
tmp = Suit_CLUB_getInstance();
|
|
3261
3258
|
} else {
|
|
3262
|
-
throw IllegalStateException_init_$Create$('Invalid suitCard in Card.getValue() ' + this.
|
|
3259
|
+
throw IllegalStateException_init_$Create$('Invalid suitCard in Card.getValue() ' + this.n2o_1);
|
|
3263
3260
|
}
|
|
3264
3261
|
}
|
|
3265
3262
|
}
|
|
3266
3263
|
}
|
|
3267
3264
|
return tmp;
|
|
3268
3265
|
};
|
|
3269
|
-
GameCard.prototype.
|
|
3266
|
+
GameCard.prototype.w2p = function () {
|
|
3270
3267
|
var tmp;
|
|
3271
|
-
if (this.
|
|
3268
|
+
if (this.f2q()) {
|
|
3272
3269
|
Companion_getInstance_14();
|
|
3273
3270
|
tmp = -1;
|
|
3274
3271
|
} else {
|
|
3275
|
-
var tmp_0 = this.
|
|
3272
|
+
var tmp_0 = this.n2o_1;
|
|
3276
3273
|
Companion_getInstance_14();
|
|
3277
|
-
tmp = tmp_0 - imul(13, getIndex(this.
|
|
3274
|
+
tmp = tmp_0 - imul(13, getIndex(this.x2p())) | 0;
|
|
3278
3275
|
}
|
|
3279
3276
|
return tmp;
|
|
3280
3277
|
};
|
|
3281
3278
|
GameCard.prototype.f5 = function () {
|
|
3282
|
-
return this.
|
|
3279
|
+
return this.f2q() ? CardName_STUB_getInstance() : getName(Companion_getInstance_14(), this.w2p());
|
|
3283
3280
|
};
|
|
3284
|
-
GameCard.prototype.
|
|
3285
|
-
var tmp = this.
|
|
3281
|
+
GameCard.prototype.f2q = function () {
|
|
3282
|
+
var tmp = this.n2o_1;
|
|
3286
3283
|
Companion_getInstance_14();
|
|
3287
3284
|
return tmp >= 53;
|
|
3288
3285
|
};
|
|
@@ -3290,13 +3287,13 @@
|
|
|
3290
3287
|
if (_get_isShirt__vd98rp(this)) {
|
|
3291
3288
|
return 'GameCard(SHIRT)';
|
|
3292
3289
|
}
|
|
3293
|
-
if (this.
|
|
3294
|
-
return 'GameCard(STUB, ' + this.
|
|
3290
|
+
if (this.f2q()) {
|
|
3291
|
+
return 'GameCard(STUB, ' + this.n2o_1 + ')';
|
|
3295
3292
|
}
|
|
3296
|
-
return 'GameCard(' + this.f5() + ', suit: ' + this.
|
|
3293
|
+
return 'GameCard(' + this.f5() + ', suit: ' + this.x2p() + ', index=' + this.n2o_1 + ')';
|
|
3297
3294
|
};
|
|
3298
3295
|
GameCard.prototype.hashCode = function () {
|
|
3299
|
-
return this.
|
|
3296
|
+
return this.n2o_1;
|
|
3300
3297
|
};
|
|
3301
3298
|
GameCard.prototype.equals = function (other) {
|
|
3302
3299
|
if (this === other)
|
|
@@ -3304,24 +3301,24 @@
|
|
|
3304
3301
|
if (!(other instanceof GameCard))
|
|
3305
3302
|
return false;
|
|
3306
3303
|
var tmp0_other_with_cast = other instanceof GameCard ? other : THROW_CCE();
|
|
3307
|
-
if (!(this.
|
|
3304
|
+
if (!(this.n2o_1 === tmp0_other_with_cast.n2o_1))
|
|
3308
3305
|
return false;
|
|
3309
3306
|
return true;
|
|
3310
3307
|
};
|
|
3311
3308
|
GameCard.$metadata$ = classMeta('GameCard');
|
|
3312
3309
|
function GameCardWIthPlayerId(playerId, gameCard) {
|
|
3313
|
-
this.
|
|
3314
|
-
this.
|
|
3310
|
+
this.o2o_1 = playerId;
|
|
3311
|
+
this.p2o_1 = gameCard;
|
|
3315
3312
|
}
|
|
3316
3313
|
GameCardWIthPlayerId.prototype.f2l = function () {
|
|
3317
|
-
return this.
|
|
3314
|
+
return this.o2o_1;
|
|
3318
3315
|
};
|
|
3319
3316
|
GameCardWIthPlayerId.prototype.toString = function () {
|
|
3320
|
-
return 'GameCardWIthPlayerId(playerId=' + this.
|
|
3317
|
+
return 'GameCardWIthPlayerId(playerId=' + this.o2o_1 + ', gameCard=' + this.p2o_1 + ')';
|
|
3321
3318
|
};
|
|
3322
3319
|
GameCardWIthPlayerId.prototype.hashCode = function () {
|
|
3323
|
-
var result = getStringHashCode(this.
|
|
3324
|
-
result = imul(result, 31) + this.
|
|
3320
|
+
var result = getStringHashCode(this.o2o_1);
|
|
3321
|
+
result = imul(result, 31) + this.p2o_1.hashCode() | 0;
|
|
3325
3322
|
return result;
|
|
3326
3323
|
};
|
|
3327
3324
|
GameCardWIthPlayerId.prototype.equals = function (other) {
|
|
@@ -3330,9 +3327,9 @@
|
|
|
3330
3327
|
if (!(other instanceof GameCardWIthPlayerId))
|
|
3331
3328
|
return false;
|
|
3332
3329
|
var tmp0_other_with_cast = other instanceof GameCardWIthPlayerId ? other : THROW_CCE();
|
|
3333
|
-
if (!(this.
|
|
3330
|
+
if (!(this.o2o_1 === tmp0_other_with_cast.o2o_1))
|
|
3334
3331
|
return false;
|
|
3335
|
-
if (!this.
|
|
3332
|
+
if (!this.p2o_1.equals(tmp0_other_with_cast.p2o_1))
|
|
3336
3333
|
return false;
|
|
3337
3334
|
return true;
|
|
3338
3335
|
};
|
|
@@ -3344,18 +3341,18 @@
|
|
|
3344
3341
|
}
|
|
3345
3342
|
});
|
|
3346
3343
|
function ProcessingCard(gameCard, payload) {
|
|
3347
|
-
this.
|
|
3348
|
-
this.
|
|
3344
|
+
this.g2q_1 = gameCard;
|
|
3345
|
+
this.h2q_1 = payload;
|
|
3349
3346
|
}
|
|
3350
|
-
ProcessingCard.prototype.
|
|
3351
|
-
return this.
|
|
3347
|
+
ProcessingCard.prototype.i2q = function () {
|
|
3348
|
+
return this.g2q_1;
|
|
3352
3349
|
};
|
|
3353
3350
|
ProcessingCard.prototype.toString = function () {
|
|
3354
|
-
return 'ProcessingCard(gameCard=' + this.
|
|
3351
|
+
return 'ProcessingCard(gameCard=' + this.g2q_1 + ', payload=' + this.h2q_1 + ')';
|
|
3355
3352
|
};
|
|
3356
3353
|
ProcessingCard.prototype.hashCode = function () {
|
|
3357
|
-
var result = this.
|
|
3358
|
-
result = imul(result, 31) + (this.
|
|
3354
|
+
var result = this.g2q_1.hashCode();
|
|
3355
|
+
result = imul(result, 31) + (this.h2q_1 == null ? 0 : hashCode(this.h2q_1)) | 0;
|
|
3359
3356
|
return result;
|
|
3360
3357
|
};
|
|
3361
3358
|
ProcessingCard.prototype.equals = function (other) {
|
|
@@ -3364,9 +3361,9 @@
|
|
|
3364
3361
|
if (!(other instanceof ProcessingCard))
|
|
3365
3362
|
return false;
|
|
3366
3363
|
var tmp0_other_with_cast = other instanceof ProcessingCard ? other : THROW_CCE();
|
|
3367
|
-
if (!this.
|
|
3364
|
+
if (!this.g2q_1.equals(tmp0_other_with_cast.g2q_1))
|
|
3368
3365
|
return false;
|
|
3369
|
-
if (!equals(this.
|
|
3366
|
+
if (!equals(this.h2q_1, tmp0_other_with_cast.h2q_1))
|
|
3370
3367
|
return false;
|
|
3371
3368
|
return true;
|
|
3372
3369
|
};
|
|
@@ -3382,10 +3379,10 @@
|
|
|
3382
3379
|
Companion_instance_15 = this;
|
|
3383
3380
|
var tmp = this;
|
|
3384
3381
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3385
|
-
tmp.
|
|
3382
|
+
tmp.j2q_1 = lazy(tmp_0, Suit$Companion$$cachedSerializer$delegate$_anonymous__8wfs3b);
|
|
3386
3383
|
}
|
|
3387
3384
|
Companion_15.prototype.l25 = function () {
|
|
3388
|
-
return this.
|
|
3385
|
+
return this.j2q_1.c2();
|
|
3389
3386
|
};
|
|
3390
3387
|
Companion_15.prototype.b1u = function (typeParamsSerializers) {
|
|
3391
3388
|
return this.l25();
|
|
@@ -3456,36 +3453,36 @@
|
|
|
3456
3453
|
return tmp;
|
|
3457
3454
|
}
|
|
3458
3455
|
function _no_name_provided__qut3iv($logger) {
|
|
3459
|
-
this.
|
|
3456
|
+
this.l2q_1 = $logger;
|
|
3460
3457
|
AbstractCoroutineContextElement.call(this, Key_getInstance());
|
|
3461
3458
|
}
|
|
3462
3459
|
_no_name_provided__qut3iv.prototype.eq = function (context, exception) {
|
|
3463
|
-
return this.
|
|
3460
|
+
return this.l2q_1.m2q('AsyncErrorHandler', 'AsyncProvider error: ' + exception, exception);
|
|
3464
3461
|
};
|
|
3465
3462
|
_no_name_provided__qut3iv.$metadata$ = classMeta(undefined, [CoroutineExceptionHandler], undefined, undefined, undefined, AbstractCoroutineContextElement.prototype);
|
|
3466
3463
|
function AsyncProviderImpl(logger) {
|
|
3467
3464
|
var tmp = this;
|
|
3468
|
-
tmp.
|
|
3465
|
+
tmp.n2q_1 = Job$default(null, 1, null);
|
|
3469
3466
|
var tmp_0 = this;
|
|
3470
3467
|
var tmp$ret$0;
|
|
3471
3468
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
3472
3469
|
tmp$ret$0 = new _no_name_provided__qut3iv(logger);
|
|
3473
|
-
tmp_0.
|
|
3474
|
-
this.
|
|
3475
|
-
this.
|
|
3470
|
+
tmp_0.o2q_1 = tmp$ret$0;
|
|
3471
|
+
this.p2q_1 = CoroutineScope(Dispatchers_getInstance().lu().y4(this.n2q_1));
|
|
3472
|
+
this.q2q_1 = CoroutineScope(Dispatchers_getInstance().hu_1.y4(this.n2q_1));
|
|
3476
3473
|
}
|
|
3477
|
-
AsyncProviderImpl.prototype.
|
|
3478
|
-
return this.
|
|
3479
|
-
};
|
|
3480
|
-
AsyncProviderImpl.prototype.r2q = function (context, block) {
|
|
3481
|
-
return launch$default(this.o2q_1, context, null, block, 2, null);
|
|
3474
|
+
AsyncProviderImpl.prototype.r2q = function () {
|
|
3475
|
+
return this.o2q_1;
|
|
3482
3476
|
};
|
|
3483
|
-
AsyncProviderImpl.prototype.
|
|
3477
|
+
AsyncProviderImpl.prototype.s2q = function (context, block) {
|
|
3484
3478
|
return launch$default(this.p2q_1, context, null, block, 2, null);
|
|
3485
3479
|
};
|
|
3480
|
+
AsyncProviderImpl.prototype.u2q = function (context, block) {
|
|
3481
|
+
return launch$default(this.q2q_1, context, null, block, 2, null);
|
|
3482
|
+
};
|
|
3486
3483
|
AsyncProviderImpl.prototype.rn = function () {
|
|
3487
|
-
if (!this.
|
|
3488
|
-
this.
|
|
3484
|
+
if (!this.n2q_1.xp()) {
|
|
3485
|
+
this.n2q_1.om(null, 1, null);
|
|
3489
3486
|
}
|
|
3490
3487
|
};
|
|
3491
3488
|
AsyncProviderImpl.$metadata$ = classMeta('AsyncProviderImpl', [AsyncProvider]);
|
|
@@ -3493,37 +3490,37 @@
|
|
|
3493
3490
|
}
|
|
3494
3491
|
AsyncProvider.$metadata$ = interfaceMeta('AsyncProvider');
|
|
3495
3492
|
function JobsProviderImpl(logger) {
|
|
3496
|
-
this.
|
|
3493
|
+
this.w2q_1 = logger;
|
|
3497
3494
|
var tmp = this;
|
|
3498
3495
|
var tmp$ret$0;
|
|
3499
3496
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
3500
3497
|
tmp$ret$0 = HashMap_init_$Create$();
|
|
3501
|
-
tmp.
|
|
3498
|
+
tmp.x2q_1 = tmp$ret$0;
|
|
3502
3499
|
}
|
|
3503
|
-
JobsProviderImpl.prototype.
|
|
3504
|
-
if (this.
|
|
3505
|
-
this.
|
|
3500
|
+
JobsProviderImpl.prototype.y2q = function (timerTag, job) {
|
|
3501
|
+
if (this.a2r(timerTag)) {
|
|
3502
|
+
this.w2q_1.z2q(null, 'Timer already exists for that tag: ' + timerTag, 1, null);
|
|
3506
3503
|
}
|
|
3507
3504
|
// Inline function 'kotlin.collections.set' call
|
|
3508
|
-
var tmp0_set = this.
|
|
3505
|
+
var tmp0_set = this.x2q_1;
|
|
3509
3506
|
tmp0_set.o(timerTag, job);
|
|
3510
3507
|
};
|
|
3511
|
-
JobsProviderImpl.prototype.z2q = function (timerTag) {
|
|
3512
|
-
return this.w2q_1.j2(timerTag);
|
|
3513
|
-
};
|
|
3514
3508
|
JobsProviderImpl.prototype.a2r = function (timerTag) {
|
|
3515
|
-
|
|
3516
|
-
|
|
3509
|
+
return this.x2q_1.j2(timerTag);
|
|
3510
|
+
};
|
|
3511
|
+
JobsProviderImpl.prototype.b2r = function (timerTag) {
|
|
3512
|
+
if (!this.a2r(timerTag)) {
|
|
3513
|
+
this.w2q_1.z2q(null, "Can't find timer for that tag: " + timerTag, 1, null);
|
|
3517
3514
|
}
|
|
3518
|
-
this.
|
|
3515
|
+
this.x2q_1.od(timerTag);
|
|
3519
3516
|
};
|
|
3520
|
-
JobsProviderImpl.prototype.
|
|
3517
|
+
JobsProviderImpl.prototype.c2r = function (timers) {
|
|
3521
3518
|
// Inline function 'kotlin.collections.forEach' call
|
|
3522
3519
|
var tmp0_iterator = timers.f();
|
|
3523
3520
|
while (tmp0_iterator.g()) {
|
|
3524
3521
|
var element = tmp0_iterator.h();
|
|
3525
3522
|
// Inline function 'com.logic.data.providers.JobsProviderImpl.cancelJobs.<anonymous>' call
|
|
3526
|
-
var timer = this.
|
|
3523
|
+
var timer = this.x2q_1.n(element);
|
|
3527
3524
|
var tmp0_safe_receiver = timer;
|
|
3528
3525
|
if (tmp0_safe_receiver == null)
|
|
3529
3526
|
null;
|
|
@@ -3531,11 +3528,11 @@
|
|
|
3531
3528
|
tmp0_safe_receiver.om(null, 1, null);
|
|
3532
3529
|
}
|
|
3533
3530
|
}
|
|
3534
|
-
this.
|
|
3531
|
+
this.x2q_1.m2().mc(toSet(timers));
|
|
3535
3532
|
};
|
|
3536
|
-
JobsProviderImpl.prototype.
|
|
3537
|
-
var timer = this.
|
|
3538
|
-
this.
|
|
3533
|
+
JobsProviderImpl.prototype.d2r = function (timerTag) {
|
|
3534
|
+
var timer = this.x2q_1.n(timerTag);
|
|
3535
|
+
this.x2q_1.od(timerTag);
|
|
3539
3536
|
var tmp0_safe_receiver = timer;
|
|
3540
3537
|
if (tmp0_safe_receiver == null)
|
|
3541
3538
|
null;
|
|
@@ -3666,7 +3663,7 @@
|
|
|
3666
3663
|
return createStore(reducer, preloadedState, enhancer);
|
|
3667
3664
|
}
|
|
3668
3665
|
function createStore$dispatch(currentState, currentReducer, action) {
|
|
3669
|
-
currentState.x11(currentReducer._v.
|
|
3666
|
+
currentState.x11(currentReducer._v.e2r(currentState.c2(), action));
|
|
3670
3667
|
}
|
|
3671
3668
|
function createStore$replaceReducer(currentReducer, currentState, nextReducer) {
|
|
3672
3669
|
currentReducer._v = nextReducer;
|
|
@@ -3692,47 +3689,47 @@
|
|
|
3692
3689
|
return l;
|
|
3693
3690
|
}
|
|
3694
3691
|
function createStore$2($currentState, $currentReducer) {
|
|
3695
|
-
this.
|
|
3692
|
+
this.h2r_1 = $currentState;
|
|
3696
3693
|
var tmp = this;
|
|
3697
|
-
tmp.
|
|
3694
|
+
tmp.f2r_1 = createStore$dispatch$ref($currentState, $currentReducer);
|
|
3698
3695
|
var tmp_0 = this;
|
|
3699
|
-
tmp_0.
|
|
3696
|
+
tmp_0.g2r_1 = createStore$replaceReducer$ref($currentReducer, $currentState);
|
|
3700
3697
|
}
|
|
3701
|
-
createStore$2.prototype.
|
|
3702
|
-
this.
|
|
3703
|
-
};
|
|
3704
|
-
createStore$2.prototype.i2r = function () {
|
|
3705
|
-
return this.e2r_1;
|
|
3698
|
+
createStore$2.prototype.i2r = function (_set____db54di) {
|
|
3699
|
+
this.f2r_1 = _set____db54di;
|
|
3706
3700
|
};
|
|
3707
3701
|
createStore$2.prototype.j2r = function () {
|
|
3708
|
-
return this.
|
|
3702
|
+
return this.f2r_1;
|
|
3709
3703
|
};
|
|
3710
3704
|
createStore$2.prototype.k2r = function () {
|
|
3711
|
-
return this.
|
|
3705
|
+
return this.h2r_1;
|
|
3706
|
+
};
|
|
3707
|
+
createStore$2.prototype.l2r = function () {
|
|
3708
|
+
return this.g2r_1;
|
|
3712
3709
|
};
|
|
3713
3710
|
createStore$2.prototype.am = function () {
|
|
3714
|
-
return this.
|
|
3711
|
+
return this.h2r_1.c2();
|
|
3715
3712
|
};
|
|
3716
3713
|
createStore$2.$metadata$ = classMeta(undefined, [Store]);
|
|
3717
3714
|
Object.defineProperty(createStore$2.prototype, 'dispatch', {
|
|
3718
3715
|
configurable: true,
|
|
3719
3716
|
get: function () {
|
|
3720
|
-
return this.
|
|
3717
|
+
return this.j2r();
|
|
3721
3718
|
},
|
|
3722
3719
|
set: function (value) {
|
|
3723
|
-
this.
|
|
3720
|
+
this.i2r(value);
|
|
3724
3721
|
}
|
|
3725
3722
|
});
|
|
3726
3723
|
Object.defineProperty(createStore$2.prototype, 'observe', {
|
|
3727
3724
|
configurable: true,
|
|
3728
3725
|
get: function () {
|
|
3729
|
-
return this.
|
|
3726
|
+
return this.k2r();
|
|
3730
3727
|
}
|
|
3731
3728
|
});
|
|
3732
3729
|
Object.defineProperty(createStore$2.prototype, 'replaceReducer', {
|
|
3733
3730
|
configurable: true,
|
|
3734
3731
|
get: function () {
|
|
3735
|
-
return this.
|
|
3732
|
+
return this.l2r();
|
|
3736
3733
|
}
|
|
3737
3734
|
});
|
|
3738
3735
|
Object.defineProperty(createStore$2.prototype, 'state', {
|
|
@@ -3767,10 +3764,10 @@
|
|
|
3767
3764
|
return new middleware$1(dispatch);
|
|
3768
3765
|
}
|
|
3769
3766
|
function middleware$1($dispatch) {
|
|
3770
|
-
this.
|
|
3767
|
+
this.p2r_1 = $dispatch;
|
|
3771
3768
|
}
|
|
3772
|
-
middleware$1.prototype.
|
|
3773
|
-
this.
|
|
3769
|
+
middleware$1.prototype.o2r = function (store, next, action) {
|
|
3770
|
+
this.p2r_1(store, next, action);
|
|
3774
3771
|
};
|
|
3775
3772
|
middleware$1.$metadata$ = classMeta(undefined, [Middleware]);
|
|
3776
3773
|
function Reducer() {
|
|
@@ -3780,9 +3777,9 @@
|
|
|
3780
3777
|
return new combineReducers$1(reducers);
|
|
3781
3778
|
}
|
|
3782
3779
|
function combineReducers$1($reducers) {
|
|
3783
|
-
this.
|
|
3780
|
+
this.q2r_1 = $reducers;
|
|
3784
3781
|
}
|
|
3785
|
-
combineReducers$1.prototype.
|
|
3782
|
+
combineReducers$1.prototype.r2r = function (state, action) {
|
|
3786
3783
|
var tmp$ret$4;
|
|
3787
3784
|
// Inline function 'kotlin.collections.fold' call
|
|
3788
3785
|
var tmp$ret$2;
|
|
@@ -3790,7 +3787,7 @@
|
|
|
3790
3787
|
var tmp$ret$1;
|
|
3791
3788
|
// Inline function 'kotlin.collections.filterTo' call
|
|
3792
3789
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
3793
|
-
var indexedObject = this.
|
|
3790
|
+
var indexedObject = this.q2r_1;
|
|
3794
3791
|
var inductionVariable = 0;
|
|
3795
3792
|
var last = indexedObject.length;
|
|
3796
3793
|
while (inductionVariable < last) {
|
|
@@ -3798,7 +3795,7 @@
|
|
|
3798
3795
|
inductionVariable = inductionVariable + 1 | 0;
|
|
3799
3796
|
var tmp$ret$0;
|
|
3800
3797
|
// Inline function 'com.logic.domain.engine.definitions.<no name provided>.reduce.<anonymous>' call
|
|
3801
|
-
tmp$ret$0 = element.
|
|
3798
|
+
tmp$ret$0 = element.n2r(action);
|
|
3802
3799
|
if (tmp$ret$0) {
|
|
3803
3800
|
tmp0_filterTo.a(element);
|
|
3804
3801
|
}
|
|
@@ -3813,14 +3810,14 @@
|
|
|
3813
3810
|
var tmp$ret$3;
|
|
3814
3811
|
// Inline function 'com.logic.domain.engine.definitions.<no name provided>.reduce.<anonymous>' call
|
|
3815
3812
|
var tmp1__anonymous__uwfjfc = accumulator;
|
|
3816
|
-
tmp$ret$3 = element_0.
|
|
3813
|
+
tmp$ret$3 = element_0.e2r(tmp1__anonymous__uwfjfc, action);
|
|
3817
3814
|
accumulator = tmp$ret$3;
|
|
3818
3815
|
}
|
|
3819
3816
|
tmp$ret$4 = accumulator;
|
|
3820
3817
|
return tmp$ret$4;
|
|
3821
3818
|
};
|
|
3822
|
-
combineReducers$1.prototype.
|
|
3823
|
-
return this.
|
|
3819
|
+
combineReducers$1.prototype.e2r = function (state, action) {
|
|
3820
|
+
return this.r2r((state == null ? true : isObject(state)) ? state : THROW_CCE(), action);
|
|
3824
3821
|
};
|
|
3825
3822
|
combineReducers$1.$metadata$ = classMeta(undefined, [Reducer]);
|
|
3826
3823
|
function Store() {
|
|
@@ -3834,7 +3831,7 @@
|
|
|
3834
3831
|
Object.defineProperty(INIT.prototype, 'actionTag', {
|
|
3835
3832
|
configurable: true,
|
|
3836
3833
|
get: function () {
|
|
3837
|
-
return this.
|
|
3834
|
+
return this.m2r();
|
|
3838
3835
|
}
|
|
3839
3836
|
});
|
|
3840
3837
|
var INIT_instance;
|
|
@@ -3851,7 +3848,7 @@
|
|
|
3851
3848
|
Object.defineProperty(REPLACE.prototype, 'actionTag', {
|
|
3852
3849
|
configurable: true,
|
|
3853
3850
|
get: function () {
|
|
3854
|
-
return this.
|
|
3851
|
+
return this.m2r();
|
|
3855
3852
|
}
|
|
3856
3853
|
});
|
|
3857
3854
|
var REPLACE_instance;
|
|
@@ -3866,7 +3863,7 @@
|
|
|
3866
3863
|
Object.defineProperty(StoreLifecycleAction.prototype, 'actionTag', {
|
|
3867
3864
|
configurable: true,
|
|
3868
3865
|
get: function () {
|
|
3869
|
-
return this.
|
|
3866
|
+
return this.m2r();
|
|
3870
3867
|
}
|
|
3871
3868
|
});
|
|
3872
3869
|
function BufferedAction() {
|
|
@@ -3883,16 +3880,16 @@
|
|
|
3883
3880
|
TimerTag.$metadata$ = interfaceMeta('TimerTag');
|
|
3884
3881
|
function StopTimerAction(timerTag) {
|
|
3885
3882
|
TimerAction.call(this);
|
|
3886
|
-
this.
|
|
3883
|
+
this.t2r_1 = timerTag;
|
|
3887
3884
|
}
|
|
3888
|
-
StopTimerAction.prototype.
|
|
3889
|
-
return this.
|
|
3885
|
+
StopTimerAction.prototype.u2r = function () {
|
|
3886
|
+
return this.t2r_1;
|
|
3890
3887
|
};
|
|
3891
3888
|
StopTimerAction.prototype.toString = function () {
|
|
3892
|
-
return 'StopTimerAction(timerTag=' + this.
|
|
3889
|
+
return 'StopTimerAction(timerTag=' + this.t2r_1 + ')';
|
|
3893
3890
|
};
|
|
3894
3891
|
StopTimerAction.prototype.hashCode = function () {
|
|
3895
|
-
return hashCode(this.
|
|
3892
|
+
return hashCode(this.t2r_1);
|
|
3896
3893
|
};
|
|
3897
3894
|
StopTimerAction.prototype.equals = function (other) {
|
|
3898
3895
|
if (this === other)
|
|
@@ -3900,7 +3897,7 @@
|
|
|
3900
3897
|
if (!(other instanceof StopTimerAction))
|
|
3901
3898
|
return false;
|
|
3902
3899
|
var tmp0_other_with_cast = other instanceof StopTimerAction ? other : THROW_CCE();
|
|
3903
|
-
if (!equals(this.
|
|
3900
|
+
if (!equals(this.t2r_1, tmp0_other_with_cast.t2r_1))
|
|
3904
3901
|
return false;
|
|
3905
3902
|
return true;
|
|
3906
3903
|
};
|
|
@@ -3908,7 +3905,7 @@
|
|
|
3908
3905
|
Object.defineProperty(StopTimerAction.prototype, 'actionTag', {
|
|
3909
3906
|
configurable: true,
|
|
3910
3907
|
get: function () {
|
|
3911
|
-
return this.
|
|
3908
|
+
return this.m2r();
|
|
3912
3909
|
}
|
|
3913
3910
|
});
|
|
3914
3911
|
function StartTimerAction_init_$Init$(timerTag, delayMillis, initialDelay, type, $mask0, $marker, $this) {
|
|
@@ -3924,31 +3921,31 @@
|
|
|
3924
3921
|
}
|
|
3925
3922
|
function StartTimerAction(timerTag, delayMillis, initialDelay, type) {
|
|
3926
3923
|
TimerAction.call(this);
|
|
3927
|
-
this.
|
|
3928
|
-
this.
|
|
3929
|
-
this.
|
|
3930
|
-
this.
|
|
3924
|
+
this.v2r_1 = timerTag;
|
|
3925
|
+
this.w2r_1 = delayMillis;
|
|
3926
|
+
this.x2r_1 = initialDelay;
|
|
3927
|
+
this.y2r_1 = type;
|
|
3931
3928
|
}
|
|
3932
|
-
StartTimerAction.prototype.
|
|
3933
|
-
return this.u2r_1;
|
|
3934
|
-
};
|
|
3935
|
-
StartTimerAction.prototype.y2r = function () {
|
|
3929
|
+
StartTimerAction.prototype.u2r = function () {
|
|
3936
3930
|
return this.v2r_1;
|
|
3937
3931
|
};
|
|
3938
3932
|
StartTimerAction.prototype.z2r = function () {
|
|
3939
3933
|
return this.w2r_1;
|
|
3940
3934
|
};
|
|
3941
|
-
StartTimerAction.prototype.
|
|
3935
|
+
StartTimerAction.prototype.a2s = function () {
|
|
3942
3936
|
return this.x2r_1;
|
|
3943
3937
|
};
|
|
3938
|
+
StartTimerAction.prototype.f7 = function () {
|
|
3939
|
+
return this.y2r_1;
|
|
3940
|
+
};
|
|
3944
3941
|
StartTimerAction.prototype.toString = function () {
|
|
3945
|
-
return 'StartTimerAction(timerTag=' + this.
|
|
3942
|
+
return 'StartTimerAction(timerTag=' + this.v2r_1 + ', delayMillis=' + toString_0(this.w2r_1) + ', initialDelay=' + toString_0(this.x2r_1) + ', type=' + this.y2r_1 + ')';
|
|
3946
3943
|
};
|
|
3947
3944
|
StartTimerAction.prototype.hashCode = function () {
|
|
3948
|
-
var result = hashCode(this.
|
|
3949
|
-
result = imul(result, 31) + this.v2r_1.hashCode() | 0;
|
|
3945
|
+
var result = hashCode(this.v2r_1);
|
|
3950
3946
|
result = imul(result, 31) + this.w2r_1.hashCode() | 0;
|
|
3951
3947
|
result = imul(result, 31) + this.x2r_1.hashCode() | 0;
|
|
3948
|
+
result = imul(result, 31) + this.y2r_1.hashCode() | 0;
|
|
3952
3949
|
return result;
|
|
3953
3950
|
};
|
|
3954
3951
|
StartTimerAction.prototype.equals = function (other) {
|
|
@@ -3957,21 +3954,21 @@
|
|
|
3957
3954
|
if (!(other instanceof StartTimerAction))
|
|
3958
3955
|
return false;
|
|
3959
3956
|
var tmp0_other_with_cast = other instanceof StartTimerAction ? other : THROW_CCE();
|
|
3960
|
-
if (!equals(this.
|
|
3961
|
-
return false;
|
|
3962
|
-
if (!this.v2r_1.equals(tmp0_other_with_cast.v2r_1))
|
|
3957
|
+
if (!equals(this.v2r_1, tmp0_other_with_cast.v2r_1))
|
|
3963
3958
|
return false;
|
|
3964
3959
|
if (!this.w2r_1.equals(tmp0_other_with_cast.w2r_1))
|
|
3965
3960
|
return false;
|
|
3966
3961
|
if (!this.x2r_1.equals(tmp0_other_with_cast.x2r_1))
|
|
3967
3962
|
return false;
|
|
3963
|
+
if (!this.y2r_1.equals(tmp0_other_with_cast.y2r_1))
|
|
3964
|
+
return false;
|
|
3968
3965
|
return true;
|
|
3969
3966
|
};
|
|
3970
3967
|
StartTimerAction.$metadata$ = classMeta('StartTimerAction', undefined, undefined, undefined, undefined, TimerAction.prototype);
|
|
3971
3968
|
Object.defineProperty(StartTimerAction.prototype, 'actionTag', {
|
|
3972
3969
|
configurable: true,
|
|
3973
3970
|
get: function () {
|
|
3974
|
-
return this.
|
|
3971
|
+
return this.m2r();
|
|
3975
3972
|
}
|
|
3976
3973
|
});
|
|
3977
3974
|
var TimerType_DELAY_instance;
|
|
@@ -3990,21 +3987,21 @@
|
|
|
3990
3987
|
TimerType.$metadata$ = classMeta('TimerType', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
3991
3988
|
function TimerTickAction(timerTag, type) {
|
|
3992
3989
|
TimerAction.call(this);
|
|
3993
|
-
this.
|
|
3994
|
-
this.
|
|
3990
|
+
this.b2s_1 = timerTag;
|
|
3991
|
+
this.c2s_1 = type;
|
|
3995
3992
|
}
|
|
3996
|
-
TimerTickAction.prototype.
|
|
3997
|
-
return this.
|
|
3993
|
+
TimerTickAction.prototype.u2r = function () {
|
|
3994
|
+
return this.b2s_1;
|
|
3998
3995
|
};
|
|
3999
3996
|
TimerTickAction.prototype.f7 = function () {
|
|
4000
|
-
return this.
|
|
3997
|
+
return this.c2s_1;
|
|
4001
3998
|
};
|
|
4002
3999
|
TimerTickAction.prototype.toString = function () {
|
|
4003
|
-
return 'TimerTickAction(timerTag=' + this.
|
|
4000
|
+
return 'TimerTickAction(timerTag=' + this.b2s_1 + ', type=' + this.c2s_1 + ')';
|
|
4004
4001
|
};
|
|
4005
4002
|
TimerTickAction.prototype.hashCode = function () {
|
|
4006
|
-
var result = hashCode(this.
|
|
4007
|
-
result = imul(result, 31) + this.
|
|
4003
|
+
var result = hashCode(this.b2s_1);
|
|
4004
|
+
result = imul(result, 31) + this.c2s_1.hashCode() | 0;
|
|
4008
4005
|
return result;
|
|
4009
4006
|
};
|
|
4010
4007
|
TimerTickAction.prototype.equals = function (other) {
|
|
@@ -4013,9 +4010,9 @@
|
|
|
4013
4010
|
if (!(other instanceof TimerTickAction))
|
|
4014
4011
|
return false;
|
|
4015
4012
|
var tmp0_other_with_cast = other instanceof TimerTickAction ? other : THROW_CCE();
|
|
4016
|
-
if (!equals(this.
|
|
4013
|
+
if (!equals(this.b2s_1, tmp0_other_with_cast.b2s_1))
|
|
4017
4014
|
return false;
|
|
4018
|
-
if (!this.
|
|
4015
|
+
if (!this.c2s_1.equals(tmp0_other_with_cast.c2s_1))
|
|
4019
4016
|
return false;
|
|
4020
4017
|
return true;
|
|
4021
4018
|
};
|
|
@@ -4023,7 +4020,7 @@
|
|
|
4023
4020
|
Object.defineProperty(TimerTickAction.prototype, 'actionTag', {
|
|
4024
4021
|
configurable: true,
|
|
4025
4022
|
get: function () {
|
|
4026
|
-
return this.
|
|
4023
|
+
return this.m2r();
|
|
4027
4024
|
}
|
|
4028
4025
|
});
|
|
4029
4026
|
function TimerAction() {
|
|
@@ -4032,7 +4029,7 @@
|
|
|
4032
4029
|
Object.defineProperty(TimerAction.prototype, 'actionTag', {
|
|
4033
4030
|
configurable: true,
|
|
4034
4031
|
get: function () {
|
|
4035
|
-
return this.
|
|
4032
|
+
return this.m2r();
|
|
4036
4033
|
}
|
|
4037
4034
|
});
|
|
4038
4035
|
function TimerType_DELAY_getInstance() {
|
|
@@ -4060,7 +4057,7 @@
|
|
|
4060
4057
|
} catch ($p) {
|
|
4061
4058
|
var tmp_0;
|
|
4062
4059
|
if ($p instanceof Exception) {
|
|
4063
|
-
$logger.
|
|
4060
|
+
$logger.m2q('StoreEnhancer', 'StoreEnhancer error: ' + $p, $p);
|
|
4064
4061
|
tmp_0 = Unit_getInstance();
|
|
4065
4062
|
} else {
|
|
4066
4063
|
throw $p;
|
|
@@ -4088,7 +4085,7 @@
|
|
|
4088
4085
|
}
|
|
4089
4086
|
function applyMiddleware$lambda$lambda$lambda$lambda($tmp0__anonymous__1nv1x1, $store, $tmp1__anonymous__6ijp4k) {
|
|
4090
4087
|
return function (action) {
|
|
4091
|
-
$tmp0__anonymous__1nv1x1.
|
|
4088
|
+
$tmp0__anonymous__1nv1x1.o2r($store, $tmp1__anonymous__6ijp4k, action);
|
|
4092
4089
|
return Unit_getInstance();
|
|
4093
4090
|
};
|
|
4094
4091
|
}
|
|
@@ -4107,7 +4104,7 @@
|
|
|
4107
4104
|
inductionVariable = inductionVariable + 1 | 0;
|
|
4108
4105
|
var tmp$ret$0;
|
|
4109
4106
|
// Inline function 'com.logic.redux.enhancers.applyMiddleware.<anonymous>.<anonymous>.<anonymous>.<anonymous>' call
|
|
4110
|
-
tmp$ret$0 = element.
|
|
4107
|
+
tmp$ret$0 = element.n2r(action);
|
|
4111
4108
|
if (tmp$ret$0) {
|
|
4112
4109
|
tmp0_filterTo.a(element);
|
|
4113
4110
|
}
|
|
@@ -4155,9 +4152,9 @@
|
|
|
4155
4152
|
return tmp$ret$0;
|
|
4156
4153
|
}
|
|
4157
4154
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $tmp0__anonymous__1nv1x1, $store, resultContinuation) {
|
|
4158
|
-
this.
|
|
4159
|
-
this.
|
|
4160
|
-
this.
|
|
4155
|
+
this.l2s_1 = $jobsProvider;
|
|
4156
|
+
this.m2s_1 = $tmp0__anonymous__1nv1x1;
|
|
4157
|
+
this.n2s_1 = $store;
|
|
4161
4158
|
CoroutineImpl.call(this, resultContinuation);
|
|
4162
4159
|
}
|
|
4163
4160
|
timerMiddleware$o$handle$slambda$slambda.prototype.j16 = function ($this$launchStore, $cont) {
|
|
@@ -4176,8 +4173,8 @@
|
|
|
4176
4173
|
var tmp = this.mj_1;
|
|
4177
4174
|
if (tmp === 0) {
|
|
4178
4175
|
this.nj_1 = 1;
|
|
4179
|
-
if (this.
|
|
4180
|
-
this.
|
|
4176
|
+
if (this.l2s_1.a2r(this.m2s_1.u2r())) {
|
|
4177
|
+
this.n2s_1.dispatch(new TimerTickAction(this.m2s_1.u2r(), TimerType_DELAY_getInstance()));
|
|
4181
4178
|
}
|
|
4182
4179
|
return Unit_getInstance();
|
|
4183
4180
|
} else if (tmp === 1) {
|
|
@@ -4189,8 +4186,8 @@
|
|
|
4189
4186
|
while (true);
|
|
4190
4187
|
};
|
|
4191
4188
|
timerMiddleware$o$handle$slambda$slambda.prototype.k16 = function ($this$launchStore, completion) {
|
|
4192
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
4193
|
-
i.
|
|
4189
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.l2s_1, this.m2s_1, this.n2s_1, completion);
|
|
4190
|
+
i.o2s_1 = $this$launchStore;
|
|
4194
4191
|
return i;
|
|
4195
4192
|
};
|
|
4196
4193
|
timerMiddleware$o$handle$slambda$slambda.$metadata$ = classMeta('timerMiddleware$o$handle$slambda$slambda', undefined, undefined, undefined, [1], CoroutineImpl.prototype);
|
|
@@ -4203,9 +4200,9 @@
|
|
|
4203
4200
|
return l;
|
|
4204
4201
|
}
|
|
4205
4202
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $tmp0__anonymous__1nv1x1, $store, resultContinuation) {
|
|
4206
|
-
this.
|
|
4207
|
-
this.
|
|
4208
|
-
this.
|
|
4203
|
+
this.x2s_1 = $jobsProvider;
|
|
4204
|
+
this.y2s_1 = $tmp0__anonymous__1nv1x1;
|
|
4205
|
+
this.z2s_1 = $store;
|
|
4209
4206
|
CoroutineImpl.call(this, resultContinuation);
|
|
4210
4207
|
}
|
|
4211
4208
|
timerMiddleware$o$handle$slambda$slambda_1.prototype.j16 = function ($this$launchStore, $cont) {
|
|
@@ -4224,8 +4221,8 @@
|
|
|
4224
4221
|
var tmp = this.mj_1;
|
|
4225
4222
|
if (tmp === 0) {
|
|
4226
4223
|
this.nj_1 = 1;
|
|
4227
|
-
if (this.
|
|
4228
|
-
this.
|
|
4224
|
+
if (this.x2s_1.a2r(this.y2s_1.u2r())) {
|
|
4225
|
+
this.z2s_1.dispatch(new TimerTickAction(this.y2s_1.u2r(), TimerType_INTERVAL_getInstance()));
|
|
4229
4226
|
}
|
|
4230
4227
|
return Unit_getInstance();
|
|
4231
4228
|
} else if (tmp === 1) {
|
|
@@ -4237,8 +4234,8 @@
|
|
|
4237
4234
|
while (true);
|
|
4238
4235
|
};
|
|
4239
4236
|
timerMiddleware$o$handle$slambda$slambda_1.prototype.k16 = function ($this$launchStore, completion) {
|
|
4240
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
4241
|
-
i.
|
|
4237
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.x2s_1, this.y2s_1, this.z2s_1, completion);
|
|
4238
|
+
i.a2t_1 = $this$launchStore;
|
|
4242
4239
|
return i;
|
|
4243
4240
|
};
|
|
4244
4241
|
timerMiddleware$o$handle$slambda$slambda_1.$metadata$ = classMeta('timerMiddleware$o$handle$slambda$slambda', undefined, undefined, undefined, [1], CoroutineImpl.prototype);
|
|
@@ -4251,10 +4248,10 @@
|
|
|
4251
4248
|
return l;
|
|
4252
4249
|
}
|
|
4253
4250
|
function timerMiddleware$o$handle$slambda($tmp0__anonymous__1nv1x1, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
4254
|
-
this.
|
|
4255
|
-
this.
|
|
4256
|
-
this.
|
|
4257
|
-
this.
|
|
4251
|
+
this.j2t_1 = $tmp0__anonymous__1nv1x1;
|
|
4252
|
+
this.k2t_1 = $asyncProvider;
|
|
4253
|
+
this.l2t_1 = $jobsProvider;
|
|
4254
|
+
this.m2t_1 = $store;
|
|
4258
4255
|
CoroutineImpl.call(this, resultContinuation);
|
|
4259
4256
|
}
|
|
4260
4257
|
timerMiddleware$o$handle$slambda.prototype.j16 = function ($this$launchWorker, $cont) {
|
|
@@ -4274,9 +4271,9 @@
|
|
|
4274
4271
|
switch (tmp) {
|
|
4275
4272
|
case 0:
|
|
4276
4273
|
this.nj_1 = 10;
|
|
4277
|
-
if (!this.
|
|
4274
|
+
if (!this.j2t_1.x2r_1.equals(new Long(0, 0)) ? this.j2t_1.y2r_1.equals(TimerType_INTERVAL_getInstance()) : false) {
|
|
4278
4275
|
this.mj_1 = 1;
|
|
4279
|
-
suspendResult = delay(this.
|
|
4276
|
+
suspendResult = delay(this.j2t_1.x2r_1, this);
|
|
4280
4277
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4281
4278
|
return suspendResult;
|
|
4282
4279
|
}
|
|
@@ -4291,20 +4288,20 @@
|
|
|
4291
4288
|
this.mj_1 = 2;
|
|
4292
4289
|
continue $sm;
|
|
4293
4290
|
case 2:
|
|
4294
|
-
this.
|
|
4295
|
-
this.
|
|
4296
|
-
if (this.
|
|
4291
|
+
this.o2t_1 = this.j2t_1.y2r_1;
|
|
4292
|
+
this.p2t_1 = this.o2t_1.e5_1;
|
|
4293
|
+
if (this.p2t_1 === 0) {
|
|
4297
4294
|
this.mj_1 = 8;
|
|
4298
|
-
suspendResult = delay(this.
|
|
4295
|
+
suspendResult = delay(this.j2t_1.w2r_1, this);
|
|
4299
4296
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4300
4297
|
return suspendResult;
|
|
4301
4298
|
}
|
|
4302
4299
|
continue $sm;
|
|
4303
4300
|
} else {
|
|
4304
|
-
if (this.
|
|
4305
|
-
if (!this.
|
|
4301
|
+
if (this.p2t_1 === 1) {
|
|
4302
|
+
if (!this.j2t_1.x2r_1.equals(new Long(0, 0))) {
|
|
4306
4303
|
this.mj_1 = 3;
|
|
4307
|
-
suspendResult = delay(this.
|
|
4304
|
+
suspendResult = delay(this.j2t_1.x2r_1, this);
|
|
4308
4305
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4309
4306
|
return suspendResult;
|
|
4310
4307
|
}
|
|
@@ -4327,15 +4324,15 @@
|
|
|
4327
4324
|
this.mj_1 = 5;
|
|
4328
4325
|
continue $sm;
|
|
4329
4326
|
case 5:
|
|
4330
|
-
if (!get_isActive(this.
|
|
4327
|
+
if (!get_isActive(this.n2t_1)) {
|
|
4331
4328
|
this.mj_1 = 7;
|
|
4332
4329
|
continue $sm;
|
|
4333
4330
|
}
|
|
4334
4331
|
|
|
4335
|
-
this.
|
|
4332
|
+
this.k2t_1.t2q(null, timerMiddleware$o$handle$slambda$slambda_2(this.l2t_1, this.j2t_1, this.m2t_1, null), 1, null);
|
|
4336
4333
|
;
|
|
4337
4334
|
this.mj_1 = 6;
|
|
4338
|
-
suspendResult = delay(this.
|
|
4335
|
+
suspendResult = delay(this.j2t_1.x2r_1, this);
|
|
4339
4336
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4340
4337
|
return suspendResult;
|
|
4341
4338
|
}
|
|
@@ -4348,7 +4345,7 @@
|
|
|
4348
4345
|
this.mj_1 = 9;
|
|
4349
4346
|
continue $sm;
|
|
4350
4347
|
case 8:
|
|
4351
|
-
this.
|
|
4348
|
+
this.k2t_1.t2q(null, timerMiddleware$o$handle$slambda$slambda_0(this.l2t_1, this.j2t_1, this.m2t_1, null), 1, null);
|
|
4352
4349
|
;
|
|
4353
4350
|
this.mj_1 = 9;
|
|
4354
4351
|
continue $sm;
|
|
@@ -4368,8 +4365,8 @@
|
|
|
4368
4365
|
while (true);
|
|
4369
4366
|
};
|
|
4370
4367
|
timerMiddleware$o$handle$slambda.prototype.k16 = function ($this$launchWorker, completion) {
|
|
4371
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
4372
|
-
i.
|
|
4368
|
+
var i = new timerMiddleware$o$handle$slambda(this.j2t_1, this.k2t_1, this.l2t_1, this.m2t_1, completion);
|
|
4369
|
+
i.n2t_1 = $this$launchWorker;
|
|
4373
4370
|
return i;
|
|
4374
4371
|
};
|
|
4375
4372
|
timerMiddleware$o$handle$slambda.$metadata$ = classMeta('timerMiddleware$o$handle$slambda', undefined, undefined, undefined, [1], CoroutineImpl.prototype);
|
|
@@ -4382,34 +4379,34 @@
|
|
|
4382
4379
|
return l;
|
|
4383
4380
|
}
|
|
4384
4381
|
function _no_name_provided__qut3iv_0($asyncProvider, $jobsProvider) {
|
|
4385
|
-
this.
|
|
4386
|
-
this.
|
|
4382
|
+
this.q2t_1 = $asyncProvider;
|
|
4383
|
+
this.r2t_1 = $jobsProvider;
|
|
4387
4384
|
}
|
|
4388
|
-
_no_name_provided__qut3iv_0.prototype.
|
|
4385
|
+
_no_name_provided__qut3iv_0.prototype.n2r = function (action) {
|
|
4389
4386
|
return action instanceof TimerAction;
|
|
4390
4387
|
};
|
|
4391
|
-
_no_name_provided__qut3iv_0.prototype.
|
|
4388
|
+
_no_name_provided__qut3iv_0.prototype.s2t = function (store, next, action) {
|
|
4392
4389
|
// Inline function 'com.logic.redux.middlewares.timers.timerMiddleware.<anonymous>' call
|
|
4393
4390
|
var tmp0__anonymous__q1qw7t = action instanceof TimerAction ? action : THROW_CCE();
|
|
4394
4391
|
var tmp0_subject = tmp0__anonymous__q1qw7t;
|
|
4395
4392
|
if (tmp0_subject instanceof StartTimerAction) {
|
|
4396
|
-
var job = this.
|
|
4397
|
-
this.
|
|
4393
|
+
var job = this.q2t_1.v2q(null, timerMiddleware$o$handle$slambda_0(tmp0__anonymous__q1qw7t, this.q2t_1, this.r2t_1, store, null), 1, null);
|
|
4394
|
+
this.r2t_1.y2q(tmp0__anonymous__q1qw7t.u2r(), job);
|
|
4398
4395
|
} else {
|
|
4399
4396
|
if (tmp0_subject instanceof StopTimerAction) {
|
|
4400
|
-
this.
|
|
4397
|
+
this.r2t_1.d2r(tmp0__anonymous__q1qw7t.u2r());
|
|
4401
4398
|
} else {
|
|
4402
4399
|
if (tmp0_subject instanceof TimerTickAction) {
|
|
4403
|
-
if (tmp0__anonymous__q1qw7t.
|
|
4404
|
-
this.
|
|
4400
|
+
if (tmp0__anonymous__q1qw7t.c2s_1.equals(TimerType_DELAY_getInstance())) {
|
|
4401
|
+
this.r2t_1.b2r(tmp0__anonymous__q1qw7t.u2r());
|
|
4405
4402
|
}
|
|
4406
4403
|
}
|
|
4407
4404
|
}
|
|
4408
4405
|
}
|
|
4409
4406
|
next(tmp0__anonymous__q1qw7t);
|
|
4410
4407
|
};
|
|
4411
|
-
_no_name_provided__qut3iv_0.prototype.
|
|
4412
|
-
return this.
|
|
4408
|
+
_no_name_provided__qut3iv_0.prototype.o2r = function (store, next, action) {
|
|
4409
|
+
return this.s2t(store, next, action);
|
|
4413
4410
|
};
|
|
4414
4411
|
_no_name_provided__qut3iv_0.$metadata$ = classMeta(undefined, [Middleware]);
|
|
4415
4412
|
function enumToString(_this__u8e3s4, mapping) {
|
|
@@ -4593,24 +4590,24 @@
|
|
|
4593
4590
|
Category_NONE_instance = new Category('NONE', 1, true);
|
|
4594
4591
|
}
|
|
4595
4592
|
function generateTag($this, tag) {
|
|
4596
|
-
return (!($this.
|
|
4593
|
+
return (!($this.z2t_1 == null) ? !(tag == null) : false) ? '' + $this.z2t_1 + ':' + tag : tag;
|
|
4597
4594
|
}
|
|
4598
4595
|
function Category(name, ordinal, isEnabled) {
|
|
4599
4596
|
Enum.call(this, name, ordinal);
|
|
4600
|
-
this.
|
|
4597
|
+
this.c2u_1 = isEnabled;
|
|
4601
4598
|
}
|
|
4602
4599
|
Category.$metadata$ = classMeta('Category', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
4603
4600
|
function Logger$loggerSource$1() {
|
|
4604
|
-
this.
|
|
4601
|
+
this.d2u_1 = new PlatformLogger();
|
|
4605
4602
|
}
|
|
4606
|
-
Logger$loggerSource$1.prototype.
|
|
4607
|
-
this.
|
|
4603
|
+
Logger$loggerSource$1.prototype.e2u = function (tag, msg) {
|
|
4604
|
+
this.d2u_1.e2u(tag, msg);
|
|
4608
4605
|
};
|
|
4609
|
-
Logger$loggerSource$1.prototype.
|
|
4610
|
-
this.
|
|
4606
|
+
Logger$loggerSource$1.prototype.f2u = function (tag, msg, exception) {
|
|
4607
|
+
this.d2u_1.f2u(tag, msg, exception);
|
|
4611
4608
|
};
|
|
4612
|
-
Logger$loggerSource$1.prototype.
|
|
4613
|
-
this.
|
|
4609
|
+
Logger$loggerSource$1.prototype.g2u = function (tag, msg) {
|
|
4610
|
+
this.d2u_1.g2u(tag, msg);
|
|
4614
4611
|
};
|
|
4615
4612
|
Logger$loggerSource$1.$metadata$ = classMeta(undefined, [LoggerSource]);
|
|
4616
4613
|
function Category_NONE_getInstance() {
|
|
@@ -4620,42 +4617,42 @@
|
|
|
4620
4617
|
function Logger() {
|
|
4621
4618
|
Logger_instance = this;
|
|
4622
4619
|
var tmp = this;
|
|
4623
|
-
tmp.
|
|
4624
|
-
this.
|
|
4625
|
-
this.
|
|
4620
|
+
tmp.x2t_1 = new Logger$loggerSource$1();
|
|
4621
|
+
this.y2t_1 = true;
|
|
4622
|
+
this.z2t_1 = null;
|
|
4626
4623
|
}
|
|
4627
|
-
Logger.prototype.
|
|
4628
|
-
this.
|
|
4624
|
+
Logger.prototype.t2t = function (tag, message) {
|
|
4625
|
+
this.h2u(tag, message, Category_NONE_getInstance());
|
|
4629
4626
|
};
|
|
4630
|
-
Logger.prototype.
|
|
4631
|
-
if (this.
|
|
4632
|
-
this.
|
|
4627
|
+
Logger.prototype.i2u = function (tag, message, category) {
|
|
4628
|
+
if (this.y2t_1 ? category.c2u_1 : false) {
|
|
4629
|
+
this.x2t_1.g2u(generateTag(this, tag), message);
|
|
4633
4630
|
}
|
|
4634
4631
|
};
|
|
4635
|
-
Logger.prototype.
|
|
4632
|
+
Logger.prototype.j2u = function (tag, message, category, $mask0, $handler) {
|
|
4636
4633
|
if (!(($mask0 & 1) === 0))
|
|
4637
4634
|
tag = null;
|
|
4638
4635
|
if (!(($mask0 & 4) === 0))
|
|
4639
4636
|
category = Category_NONE_getInstance();
|
|
4640
|
-
return this.
|
|
4637
|
+
return this.i2u(tag, message, category);
|
|
4641
4638
|
};
|
|
4642
|
-
Logger.prototype.
|
|
4643
|
-
if (this.
|
|
4644
|
-
this.
|
|
4639
|
+
Logger.prototype.h2u = function (tag, message, category) {
|
|
4640
|
+
if (this.y2t_1 ? category.c2u_1 : false) {
|
|
4641
|
+
this.x2t_1.e2u(generateTag(this, tag), message);
|
|
4645
4642
|
}
|
|
4646
4643
|
};
|
|
4647
|
-
Logger.prototype.
|
|
4648
|
-
if (this.
|
|
4644
|
+
Logger.prototype.k2u = function (tag, message, exception, category) {
|
|
4645
|
+
if (this.y2t_1 ? category.c2u_1 : false) {
|
|
4649
4646
|
var tmp0_safe_receiver = exception;
|
|
4650
4647
|
if (tmp0_safe_receiver == null)
|
|
4651
4648
|
null;
|
|
4652
4649
|
else {
|
|
4653
4650
|
printStackTrace(tmp0_safe_receiver);
|
|
4654
4651
|
}
|
|
4655
|
-
this.
|
|
4652
|
+
this.x2t_1.f2u(generateTag(this, tag), generateMsg(message, exception), exception);
|
|
4656
4653
|
}
|
|
4657
4654
|
};
|
|
4658
|
-
Logger.prototype.
|
|
4655
|
+
Logger.prototype.l2u = function (tag, message, exception, category, $mask0, $handler) {
|
|
4659
4656
|
if (!(($mask0 & 1) === 0))
|
|
4660
4657
|
tag = null;
|
|
4661
4658
|
if (!(($mask0 & 2) === 0))
|
|
@@ -4664,7 +4661,7 @@
|
|
|
4664
4661
|
exception = null;
|
|
4665
4662
|
if (!(($mask0 & 8) === 0))
|
|
4666
4663
|
category = Category_NONE_getInstance();
|
|
4667
|
-
return this.
|
|
4664
|
+
return this.k2u(tag, message, exception, category);
|
|
4668
4665
|
};
|
|
4669
4666
|
Logger.$metadata$ = objectMeta('Logger');
|
|
4670
4667
|
var Logger_instance;
|
|
@@ -4704,36 +4701,36 @@
|
|
|
4704
4701
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
4705
4702
|
}
|
|
4706
4703
|
function CombinedGameLogger(logOutputs) {
|
|
4707
|
-
this.
|
|
4704
|
+
this.m2u_1 = logOutputs;
|
|
4708
4705
|
}
|
|
4709
|
-
CombinedGameLogger.prototype.
|
|
4706
|
+
CombinedGameLogger.prototype.t2t = function (tag, message) {
|
|
4710
4707
|
// Inline function 'kotlin.collections.forEach' call
|
|
4711
|
-
var tmp0_forEach = this.
|
|
4708
|
+
var tmp0_forEach = this.m2u_1;
|
|
4712
4709
|
var tmp0_iterator = tmp0_forEach.f();
|
|
4713
4710
|
while (tmp0_iterator.g()) {
|
|
4714
4711
|
var element = tmp0_iterator.h();
|
|
4715
4712
|
// Inline function 'com.logic.utils.logger.game.CombinedGameLogger.d.<anonymous>' call
|
|
4716
|
-
element.
|
|
4713
|
+
element.t2t(tag, message);
|
|
4717
4714
|
}
|
|
4718
4715
|
};
|
|
4719
|
-
CombinedGameLogger.prototype.
|
|
4716
|
+
CombinedGameLogger.prototype.m2q = function (tag, message, exception) {
|
|
4720
4717
|
// Inline function 'kotlin.collections.forEach' call
|
|
4721
|
-
var tmp0_forEach = this.
|
|
4718
|
+
var tmp0_forEach = this.m2u_1;
|
|
4722
4719
|
var tmp0_iterator = tmp0_forEach.f();
|
|
4723
4720
|
while (tmp0_iterator.g()) {
|
|
4724
4721
|
var element = tmp0_iterator.h();
|
|
4725
4722
|
// Inline function 'com.logic.utils.logger.game.CombinedGameLogger.e.<anonymous>' call
|
|
4726
|
-
element.
|
|
4723
|
+
element.m2q(tag, message, exception);
|
|
4727
4724
|
}
|
|
4728
4725
|
};
|
|
4729
|
-
CombinedGameLogger.prototype.
|
|
4726
|
+
CombinedGameLogger.prototype.w2t = function (tag, message) {
|
|
4730
4727
|
// Inline function 'kotlin.collections.forEach' call
|
|
4731
|
-
var tmp0_forEach = this.
|
|
4728
|
+
var tmp0_forEach = this.m2u_1;
|
|
4732
4729
|
var tmp0_iterator = tmp0_forEach.f();
|
|
4733
4730
|
while (tmp0_iterator.g()) {
|
|
4734
4731
|
var element = tmp0_iterator.h();
|
|
4735
4732
|
// Inline function 'com.logic.utils.logger.game.CombinedGameLogger.w.<anonymous>' call
|
|
4736
|
-
element.
|
|
4733
|
+
element.w2t(tag, message);
|
|
4737
4734
|
}
|
|
4738
4735
|
};
|
|
4739
4736
|
CombinedGameLogger.$metadata$ = classMeta('CombinedGameLogger', [GameLogger]);
|
|
@@ -4746,16 +4743,16 @@
|
|
|
4746
4743
|
function PlatformGameLogger() {
|
|
4747
4744
|
PlatformGameLogger_instance = this;
|
|
4748
4745
|
}
|
|
4749
|
-
PlatformGameLogger.prototype.
|
|
4750
|
-
Logger_getInstance().
|
|
4746
|
+
PlatformGameLogger.prototype.t2t = function (tag, message) {
|
|
4747
|
+
Logger_getInstance().t2t(tag, message);
|
|
4751
4748
|
};
|
|
4752
|
-
PlatformGameLogger.prototype.
|
|
4749
|
+
PlatformGameLogger.prototype.m2q = function (tag, message, exception) {
|
|
4753
4750
|
var tmp = Logger_getInstance();
|
|
4754
|
-
tmp.
|
|
4751
|
+
tmp.l2u(tag, message, exception, null, 8, null);
|
|
4755
4752
|
};
|
|
4756
|
-
PlatformGameLogger.prototype.
|
|
4753
|
+
PlatformGameLogger.prototype.w2t = function (tag, message) {
|
|
4757
4754
|
var tmp = Logger_getInstance();
|
|
4758
|
-
tmp.
|
|
4755
|
+
tmp.j2u(tag, message, null, 4, null);
|
|
4759
4756
|
};
|
|
4760
4757
|
PlatformGameLogger.$metadata$ = objectMeta('PlatformGameLogger', [GameLogger]);
|
|
4761
4758
|
var PlatformGameLogger_instance;
|
|
@@ -4766,17 +4763,17 @@
|
|
|
4766
4763
|
}
|
|
4767
4764
|
function PlatformLogger() {
|
|
4768
4765
|
}
|
|
4769
|
-
PlatformLogger.prototype.
|
|
4766
|
+
PlatformLogger.prototype.e2u = function (tag, msg) {
|
|
4770
4767
|
console.log(getLogTag(tag) + ': ' + msg);
|
|
4771
4768
|
};
|
|
4772
|
-
PlatformLogger.prototype.
|
|
4769
|
+
PlatformLogger.prototype.f2u = function (tag, msg, exception) {
|
|
4773
4770
|
if (!(exception == null)) {
|
|
4774
4771
|
console.error(getLogTag(tag) + ': ' + msg + ', exception: ' + exception);
|
|
4775
4772
|
} else {
|
|
4776
4773
|
console.error(getLogTag(tag) + ': ' + msg);
|
|
4777
4774
|
}
|
|
4778
4775
|
};
|
|
4779
|
-
PlatformLogger.prototype.
|
|
4776
|
+
PlatformLogger.prototype.g2u = function (tag, msg) {
|
|
4780
4777
|
console.warn(getLogTag(tag) + ': ' + msg);
|
|
4781
4778
|
};
|
|
4782
4779
|
PlatformLogger.$metadata$ = classMeta('PlatformLogger');
|
|
@@ -4793,25 +4790,25 @@
|
|
|
4793
4790
|
_no_name_provided__qut3iv.prototype.x4 = fold;
|
|
4794
4791
|
_no_name_provided__qut3iv.prototype.w4 = minusKey;
|
|
4795
4792
|
_no_name_provided__qut3iv.prototype.y4 = plus;
|
|
4796
|
-
AsyncProviderImpl.prototype.
|
|
4797
|
-
AsyncProviderImpl.prototype.
|
|
4798
|
-
middleware$1.prototype.
|
|
4799
|
-
combineReducers$1.prototype.
|
|
4800
|
-
StoreLifecycleAction.prototype.
|
|
4801
|
-
INIT.prototype.
|
|
4802
|
-
REPLACE.prototype.
|
|
4803
|
-
TimerAction.prototype.
|
|
4804
|
-
StopTimerAction.prototype.
|
|
4793
|
+
AsyncProviderImpl.prototype.t2q = launchStore$default;
|
|
4794
|
+
AsyncProviderImpl.prototype.v2q = launchWorker$default;
|
|
4795
|
+
middleware$1.prototype.n2r = canHandle;
|
|
4796
|
+
combineReducers$1.prototype.n2r = canHandle_0;
|
|
4797
|
+
StoreLifecycleAction.prototype.m2r = get_actionTag;
|
|
4798
|
+
INIT.prototype.m2r = get_actionTag;
|
|
4799
|
+
REPLACE.prototype.m2r = get_actionTag;
|
|
4800
|
+
TimerAction.prototype.m2r = get_actionTag;
|
|
4801
|
+
StopTimerAction.prototype.m2r = get_actionTag;
|
|
4805
4802
|
StopTimerAction.prototype.notValidateWhenFinishing = notValidateWhenFinishing;
|
|
4806
4803
|
StopTimerAction.prototype.notValidateWhenFinished = notValidateWhenFinished;
|
|
4807
|
-
StartTimerAction.prototype.
|
|
4808
|
-
TimerTickAction.prototype.
|
|
4809
|
-
CombinedGameLogger.prototype.
|
|
4810
|
-
CombinedGameLogger.prototype.
|
|
4811
|
-
CombinedGameLogger.prototype.
|
|
4812
|
-
PlatformGameLogger.prototype.
|
|
4813
|
-
PlatformGameLogger.prototype.
|
|
4814
|
-
PlatformGameLogger.prototype.
|
|
4804
|
+
StartTimerAction.prototype.m2r = get_actionTag;
|
|
4805
|
+
TimerTickAction.prototype.m2r = get_actionTag;
|
|
4806
|
+
CombinedGameLogger.prototype.u2t = d$default;
|
|
4807
|
+
CombinedGameLogger.prototype.v2t = e$default;
|
|
4808
|
+
CombinedGameLogger.prototype.z2q = w$default;
|
|
4809
|
+
PlatformGameLogger.prototype.u2t = d$default;
|
|
4810
|
+
PlatformGameLogger.prototype.v2t = e$default;
|
|
4811
|
+
PlatformGameLogger.prototype.z2q = w$default;
|
|
4815
4812
|
//endregion
|
|
4816
4813
|
//region block: exports
|
|
4817
4814
|
function $jsExportAll$(_) {
|
|
@@ -4914,10 +4911,6 @@
|
|
|
4914
4911
|
configurable: true,
|
|
4915
4912
|
get: RulesSetType_debertzKharkiv_getInstance
|
|
4916
4913
|
});
|
|
4917
|
-
Object.defineProperty($com$logic$data$models$rules.RulesSetType, 'debertzMoscow', {
|
|
4918
|
-
configurable: true,
|
|
4919
|
-
get: RulesSetType_debertzMoscow_getInstance
|
|
4920
|
-
});
|
|
4921
4914
|
Object.defineProperty($com$logic$data$models$rules.RulesSetType, 'custom', {
|
|
4922
4915
|
configurable: true,
|
|
4923
4916
|
get: RulesSetType_custom_getInstance
|
|
@@ -5036,39 +5029,38 @@
|
|
|
5036
5029
|
_.$_$.a3 = RulesSetType_custom_getInstance;
|
|
5037
5030
|
_.$_$.b3 = RulesSetType_debertzCommon_getInstance;
|
|
5038
5031
|
_.$_$.c3 = RulesSetType_debertzKharkiv_getInstance;
|
|
5039
|
-
_.$_$.d3 =
|
|
5040
|
-
_.$_$.e3 =
|
|
5041
|
-
_.$_$.f3 =
|
|
5042
|
-
_.$_$.g3 =
|
|
5043
|
-
_.$_$.h3 =
|
|
5044
|
-
_.$_$.i3 =
|
|
5045
|
-
_.$_$.j3 =
|
|
5046
|
-
_.$_$.k3 =
|
|
5047
|
-
_.$_$.l3 =
|
|
5048
|
-
_.$_$.m3 =
|
|
5049
|
-
_.$_$.n3 =
|
|
5050
|
-
_.$_$.o3 =
|
|
5051
|
-
_.$_$.p3 =
|
|
5052
|
-
_.$_$.q3 =
|
|
5053
|
-
_.$_$.r3 =
|
|
5054
|
-
_.$_$.s3 =
|
|
5055
|
-
_.$_$.t3 =
|
|
5056
|
-
_.$_$.u3 =
|
|
5057
|
-
_.$_$.v3 = $
|
|
5058
|
-
_.$_$.w3 = $
|
|
5059
|
-
_.$_$.x3 =
|
|
5060
|
-
_.$_$.y3 =
|
|
5061
|
-
_.$_$.z3 =
|
|
5062
|
-
_.$_$.a4 =
|
|
5063
|
-
_.$_$.b4 =
|
|
5064
|
-
_.$_$.c4 =
|
|
5065
|
-
_.$_$.d4 =
|
|
5066
|
-
_.$_$.e4 =
|
|
5067
|
-
_.$_$.f4 =
|
|
5068
|
-
_.$_$.g4 =
|
|
5069
|
-
_.$_$.h4 =
|
|
5070
|
-
_.$_$.i4 =
|
|
5071
|
-
_.$_$.j4 = Logger_getInstance;
|
|
5032
|
+
_.$_$.d3 = RulesSetType_klabor_getInstance;
|
|
5033
|
+
_.$_$.e3 = CardName_ACE_getInstance;
|
|
5034
|
+
_.$_$.f3 = CardName_DAME_getInstance;
|
|
5035
|
+
_.$_$.g3 = CardName_EIGHT_getInstance;
|
|
5036
|
+
_.$_$.h3 = CardName_JACK_getInstance;
|
|
5037
|
+
_.$_$.i3 = CardName_KING_getInstance;
|
|
5038
|
+
_.$_$.j3 = CardName_NINE_getInstance;
|
|
5039
|
+
_.$_$.k3 = CardName_SEVEN_getInstance;
|
|
5040
|
+
_.$_$.l3 = CardName_TEN_getInstance;
|
|
5041
|
+
_.$_$.m3 = TimerType_DELAY_getInstance;
|
|
5042
|
+
_.$_$.n3 = e$default_0;
|
|
5043
|
+
_.$_$.o3 = d$default;
|
|
5044
|
+
_.$_$.p3 = e$default;
|
|
5045
|
+
_.$_$.q3 = w$default;
|
|
5046
|
+
_.$_$.r3 = StartTimerAction_init_$Create$;
|
|
5047
|
+
_.$_$.s3 = Companion_getInstance_6;
|
|
5048
|
+
_.$_$.t3 = Companion_getInstance_8;
|
|
5049
|
+
_.$_$.u3 = $serializer_getInstance_4;
|
|
5050
|
+
_.$_$.v3 = $serializer_getInstance_5;
|
|
5051
|
+
_.$_$.w3 = $serializer_getInstance_6;
|
|
5052
|
+
_.$_$.x3 = CardIndexComparator_getInstance;
|
|
5053
|
+
_.$_$.y3 = CardNumberComparator_getInstance;
|
|
5054
|
+
_.$_$.z3 = Companion_getInstance_13;
|
|
5055
|
+
_.$_$.a4 = Companion_getInstance_15;
|
|
5056
|
+
_.$_$.b4 = Companion_getInstance;
|
|
5057
|
+
_.$_$.c4 = GameFinishedReason_getInstance;
|
|
5058
|
+
_.$_$.d4 = ProcessingReason_getInstance;
|
|
5059
|
+
_.$_$.e4 = RestartGameReason_getInstance;
|
|
5060
|
+
_.$_$.f4 = Companion_getInstance_1;
|
|
5061
|
+
_.$_$.g4 = WaitingForConnectionReason_getInstance;
|
|
5062
|
+
_.$_$.h4 = PlatformGameLogger_getInstance;
|
|
5063
|
+
_.$_$.i4 = Logger_getInstance;
|
|
5072
5064
|
//endregion
|
|
5073
5065
|
return _;
|
|
5074
5066
|
}));
|