game_client_logic_deb 1.8.304 → 1.8.310
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kosi-Kaverit-kaverit.js +56 -56
- package/Kosi-Kodein-kodein-di.js +511 -511
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1376 -1376
- package/Logic_Debertz-core.js +1449 -1449
- package/Logic_Debertz-engine.js +13801 -13806
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +4 -3
- package/Logic_Debertz-game_client.js +3132 -3140
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1419 -1573
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +316 -316
- package/kotlinx-serialization-kotlinx-serialization-core.js +1801 -1801
- package/kotlinx-serialization-kotlinx-serialization-json.js +1328 -1328
- package/ktor-ktor-client-content-negotiation.js +133 -133
- package/ktor-ktor-client-core.js +1536 -1536
- package/ktor-ktor-client-logging.js +287 -287
- package/ktor-ktor-events.js +6 -6
- package/ktor-ktor-http.js +599 -599
- package/ktor-ktor-io.js +1255 -1255
- package/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/ktor-ktor-serialization-kotlinx.js +138 -138
- package/ktor-ktor-serialization.js +64 -64
- package/ktor-ktor-utils.js +498 -498
- package/ktor-ktor-websockets.js +41 -41
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +190 -187
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-random.js +880 -948
- package/raspberry-cardgame-lib-random.js.map +1 -1
- package/secure-random-secure-random.js +5 -5
- package/uuid.js +11 -11
|
@@ -41,20 +41,20 @@
|
|
|
41
41
|
var lazy = kotlin_kotlin.$_$.ph;
|
|
42
42
|
var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c2;
|
|
43
43
|
var initMetadataForInterface = kotlin_kotlin.$_$.xb;
|
|
44
|
-
var until = kotlin_kotlin.$_$.ld;
|
|
45
44
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.s6;
|
|
46
45
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.m;
|
|
47
46
|
var SecureRandom = kotlin_io_raspberryapps_cardgame_random.$_$.j;
|
|
48
47
|
var CoroutineImpl = kotlin_kotlin.$_$.wa;
|
|
49
48
|
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.ha;
|
|
50
49
|
var initMetadataForCoroutine = kotlin_kotlin.$_$.wb;
|
|
51
|
-
var count = kotlin_kotlin.$_$.j7;
|
|
52
50
|
var Result = kotlin_kotlin.$_$.rg;
|
|
53
51
|
var Result__exceptionOrNull_impl_p6xea9 = kotlin_kotlin.$_$.g3;
|
|
54
52
|
var throwOnFailure = kotlin_kotlin.$_$.vh;
|
|
55
53
|
var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.j3;
|
|
56
54
|
var _Result___get_isSuccess__impl__sndoy8 = kotlin_kotlin.$_$.i3;
|
|
57
55
|
var addAll = kotlin_kotlin.$_$.g6;
|
|
56
|
+
var until = kotlin_kotlin.$_$.ld;
|
|
57
|
+
var count = kotlin_kotlin.$_$.j7;
|
|
58
58
|
var Collection = kotlin_kotlin.$_$.r5;
|
|
59
59
|
var isInterface = kotlin_kotlin.$_$.ic;
|
|
60
60
|
var toMutableList = kotlin_kotlin.$_$.x9;
|
|
@@ -95,11 +95,11 @@
|
|
|
95
95
|
initMetadataForClass(CardsRandomProvider, 'CardsRandomProvider', VOID, Enum);
|
|
96
96
|
function standardShuffledCards$default(cards, times, $super) {
|
|
97
97
|
times = times === VOID ? 3 : times;
|
|
98
|
-
return $super === VOID ? this.
|
|
98
|
+
return $super === VOID ? this.a65(cards, times) : $super.a65.call(this, cards, times);
|
|
99
99
|
}
|
|
100
100
|
function realLifeShuffledCards$default(cards, times, $super) {
|
|
101
101
|
times = times === VOID ? 20 : times;
|
|
102
|
-
return $super === VOID ? this.
|
|
102
|
+
return $super === VOID ? this.c65(cards, times) : $super.c65.call(this, cards, times);
|
|
103
103
|
}
|
|
104
104
|
initMetadataForInterface(CardsDealerProvider, 'CardsDealerProvider', VOID, VOID, VOID, [5]);
|
|
105
105
|
initMetadataForCompanion(Companion_2);
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
checkFromIndex = checkFromIndex === VOID ? first(supportedCombinations) : checkFromIndex;
|
|
113
113
|
includeCardNames = includeCardNames === VOID ? null : includeCardNames;
|
|
114
114
|
suit = suit === VOID ? null : suit;
|
|
115
|
-
return $super === VOID ? this.
|
|
115
|
+
return $super === VOID ? this.a67(cards, supportedCombinations, checkFromIndex, includeCardNames, suit) : $super.a67.call(this, cards, supportedCombinations, checkFromIndex, includeCardNames, suit);
|
|
116
116
|
}
|
|
117
117
|
function findSameCardsNumberCombinations$default(cards, cardsCount, includeCardNames, $super) {
|
|
118
118
|
cardsCount = cardsCount === VOID ? 4 : cardsCount;
|
|
119
119
|
includeCardNames = includeCardNames === VOID ? null : includeCardNames;
|
|
120
|
-
return $super === VOID ? this.
|
|
120
|
+
return $super === VOID ? this.c67(cards, cardsCount, includeCardNames) : $super.c67.call(this, cards, cardsCount, includeCardNames);
|
|
121
121
|
}
|
|
122
122
|
initMetadataForInterface(CombinationsCheckerProvider, 'CombinationsCheckerProvider');
|
|
123
123
|
initMetadataForClass(sam$kotlin_Comparator$0, 'sam$kotlin_Comparator$0', VOID, VOID, [Comparator, FunctionAdapter]);
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
initMetadataForClass(DealerReducerImpl, 'DealerReducerImpl', VOID, VOID, [DealerReducer]);
|
|
127
127
|
//endregion
|
|
128
128
|
function CoreConfig() {
|
|
129
|
-
this.version = '0.0.
|
|
129
|
+
this.version = '0.0.45';
|
|
130
130
|
}
|
|
131
|
-
protoOf(CoreConfig).
|
|
131
|
+
protoOf(CoreConfig).a2y = function () {
|
|
132
132
|
return this.version;
|
|
133
133
|
};
|
|
134
134
|
var CoreConfig_instance;
|
|
@@ -137,12 +137,12 @@
|
|
|
137
137
|
}
|
|
138
138
|
function CardIndexComparator() {
|
|
139
139
|
}
|
|
140
|
-
protoOf(CardIndexComparator).
|
|
141
|
-
return a.
|
|
140
|
+
protoOf(CardIndexComparator).f64 = function (a, b) {
|
|
141
|
+
return a.g64_1 - b.g64_1 | 0;
|
|
142
142
|
};
|
|
143
143
|
protoOf(CardIndexComparator).compare = function (a, b) {
|
|
144
144
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
145
|
-
return this.
|
|
145
|
+
return this.f64(tmp, b instanceof GameCard ? b : THROW_CCE());
|
|
146
146
|
};
|
|
147
147
|
var CardIndexComparator_instance;
|
|
148
148
|
function CardIndexComparator_getInstance() {
|
|
@@ -164,12 +164,12 @@
|
|
|
164
164
|
}
|
|
165
165
|
function CardNumberComparator() {
|
|
166
166
|
}
|
|
167
|
-
protoOf(CardNumberComparator).
|
|
168
|
-
return b.
|
|
167
|
+
protoOf(CardNumberComparator).f64 = function (a, b) {
|
|
168
|
+
return b.h64() - a.h64() | 0;
|
|
169
169
|
};
|
|
170
170
|
protoOf(CardNumberComparator).compare = function (a, b) {
|
|
171
171
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
172
|
-
return this.
|
|
172
|
+
return this.f64(tmp, b instanceof GameCard ? b : THROW_CCE());
|
|
173
173
|
};
|
|
174
174
|
var CardNumberComparator_instance;
|
|
175
175
|
function CardNumberComparator_getInstance() {
|
|
@@ -297,16 +297,16 @@
|
|
|
297
297
|
}
|
|
298
298
|
function Companion() {
|
|
299
299
|
}
|
|
300
|
-
protoOf(Companion).
|
|
300
|
+
protoOf(Companion).i64 = function (suit, number) {
|
|
301
301
|
return new GameCard(getNumber(Companion_instance_0, getName(Companion_instance_0, number), suit));
|
|
302
302
|
};
|
|
303
|
-
protoOf(Companion).
|
|
303
|
+
protoOf(Companion).j64 = function (suit, cardNumber) {
|
|
304
304
|
return new GameCard(getNumber(Companion_instance_0, cardNumber, suit));
|
|
305
305
|
};
|
|
306
|
-
protoOf(Companion).
|
|
306
|
+
protoOf(Companion).k64 = function (index) {
|
|
307
307
|
return new GameCard(index);
|
|
308
308
|
};
|
|
309
|
-
protoOf(Companion).
|
|
309
|
+
protoOf(Companion).l64 = function (position, playerIndex, previousStubCardWithMaxIndex, reverse) {
|
|
310
310
|
var tmp;
|
|
311
311
|
if (previousStubCardWithMaxIndex == null) {
|
|
312
312
|
tmp = null;
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
// Inline function 'kotlin.contracts.contract' call
|
|
316
316
|
var tmp_0;
|
|
317
317
|
// Inline function 'io.raspberryapps.card_game.core.data.models.cards.Companion.createUniqueStub.<anonymous>' call
|
|
318
|
-
if (previousStubCardWithMaxIndex.
|
|
318
|
+
if (previousStubCardWithMaxIndex.m64()) {
|
|
319
319
|
tmp_0 = previousStubCardWithMaxIndex;
|
|
320
320
|
} else {
|
|
321
321
|
tmp_0 = null;
|
|
@@ -323,8 +323,8 @@
|
|
|
323
323
|
tmp = tmp_0;
|
|
324
324
|
}
|
|
325
325
|
var tmp3_safe_receiver = tmp;
|
|
326
|
-
var tmp4_safe_receiver = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.
|
|
327
|
-
var tmp5_safe_receiver = tmp4_safe_receiver == null ? null : Companion_instance_0.
|
|
326
|
+
var tmp4_safe_receiver = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.g64_1;
|
|
327
|
+
var tmp5_safe_receiver = tmp4_safe_receiver == null ? null : Companion_instance_0.s64(tmp4_safe_receiver, playerIndex, reverse);
|
|
328
328
|
var tmp_1;
|
|
329
329
|
if (tmp5_safe_receiver == null) {
|
|
330
330
|
tmp_1 = null;
|
|
@@ -345,10 +345,10 @@
|
|
|
345
345
|
var index = tmp_2;
|
|
346
346
|
return new GameCard(index);
|
|
347
347
|
};
|
|
348
|
-
protoOf(Companion).
|
|
348
|
+
protoOf(Companion).t64 = function (position, playerIndex, previousStubCardWithMaxIndex, reverse, $super) {
|
|
349
349
|
previousStubCardWithMaxIndex = previousStubCardWithMaxIndex === VOID ? null : previousStubCardWithMaxIndex;
|
|
350
350
|
reverse = reverse === VOID ? false : reverse;
|
|
351
|
-
return $super === VOID ? this.
|
|
351
|
+
return $super === VOID ? this.l64(position, playerIndex, previousStubCardWithMaxIndex, reverse) : $super.l64.call(this, position, playerIndex, previousStubCardWithMaxIndex, reverse);
|
|
352
352
|
};
|
|
353
353
|
var Companion_instance;
|
|
354
354
|
function Companion_getInstance() {
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
return tmp;
|
|
453
453
|
}
|
|
454
454
|
function _get_isShirt__vd98rp($this) {
|
|
455
|
-
return $this.
|
|
455
|
+
return $this.g64_1 >= 150 && $this.g64_1 <= 202;
|
|
456
456
|
}
|
|
457
457
|
function CardName(name, ordinal) {
|
|
458
458
|
Enum.call(this, name, ordinal);
|
|
@@ -461,13 +461,13 @@
|
|
|
461
461
|
return getShortName(this);
|
|
462
462
|
};
|
|
463
463
|
function Companion_0() {
|
|
464
|
-
this.
|
|
465
|
-
this.
|
|
466
|
-
this.
|
|
467
|
-
this.
|
|
468
|
-
this.
|
|
464
|
+
this.n64_1 = -1;
|
|
465
|
+
this.o64_1 = 13;
|
|
466
|
+
this.p64_1 = 52;
|
|
467
|
+
this.q64_1 = 150;
|
|
468
|
+
this.r64_1 = 53;
|
|
469
469
|
}
|
|
470
|
-
protoOf(Companion_0).
|
|
470
|
+
protoOf(Companion_0).s64 = function (_this__u8e3s4, playerIndex, reverse) {
|
|
471
471
|
var tmp;
|
|
472
472
|
if (reverse) {
|
|
473
473
|
tmp = _this__u8e3s4 + (53 + imul(playerIndex, 14) | 0) | 0;
|
|
@@ -537,59 +537,59 @@
|
|
|
537
537
|
return CardName_STUB_instance;
|
|
538
538
|
}
|
|
539
539
|
function GameCard(index) {
|
|
540
|
-
this.
|
|
540
|
+
this.g64_1 = index;
|
|
541
541
|
}
|
|
542
|
-
protoOf(GameCard).
|
|
542
|
+
protoOf(GameCard).u64 = function () {
|
|
543
543
|
var tmp;
|
|
544
|
-
var containsArg = this.
|
|
544
|
+
var containsArg = this.g64_1;
|
|
545
545
|
if (0 <= containsArg ? containsArg <= 13 : false) {
|
|
546
546
|
tmp = Suit_DIAMOND_getInstance();
|
|
547
547
|
} else {
|
|
548
|
-
if (this.
|
|
548
|
+
if (this.g64_1 <= 26) {
|
|
549
549
|
tmp = Suit_SPADE_getInstance();
|
|
550
550
|
} else {
|
|
551
|
-
if (this.
|
|
551
|
+
if (this.g64_1 <= 39) {
|
|
552
552
|
tmp = Suit_HEART_getInstance();
|
|
553
553
|
} else {
|
|
554
|
-
if (this.
|
|
554
|
+
if (this.g64_1 <= 52) {
|
|
555
555
|
tmp = Suit_CLUB_getInstance();
|
|
556
556
|
} else {
|
|
557
|
-
throw IllegalStateException_init_$Create$('Invalid suitCard in Card.getValue() ' + this.
|
|
557
|
+
throw IllegalStateException_init_$Create$('Invalid suitCard in Card.getValue() ' + this.g64_1);
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
561
|
}
|
|
562
562
|
return tmp;
|
|
563
563
|
};
|
|
564
|
-
protoOf(GameCard).
|
|
564
|
+
protoOf(GameCard).h64 = function () {
|
|
565
565
|
var tmp;
|
|
566
|
-
if (this.
|
|
566
|
+
if (this.m64()) {
|
|
567
567
|
tmp = -1;
|
|
568
568
|
} else {
|
|
569
|
-
tmp = this.
|
|
569
|
+
tmp = this.g64_1 - imul(13, getIndex(this.u64())) | 0;
|
|
570
570
|
}
|
|
571
571
|
return tmp;
|
|
572
572
|
};
|
|
573
573
|
protoOf(GameCard).p2 = function () {
|
|
574
|
-
return this.
|
|
574
|
+
return this.m64() ? CardName_STUB_getInstance() : getName(Companion_instance_0, this.h64());
|
|
575
575
|
};
|
|
576
|
-
protoOf(GameCard).
|
|
577
|
-
return !_get_isShirt__vd98rp(this) && !this.
|
|
576
|
+
protoOf(GameCard).v64 = function () {
|
|
577
|
+
return !_get_isShirt__vd98rp(this) && !this.m64();
|
|
578
578
|
};
|
|
579
|
-
protoOf(GameCard).
|
|
580
|
-
return this.
|
|
579
|
+
protoOf(GameCard).m64 = function () {
|
|
580
|
+
return this.g64_1 >= 53 && this.g64_1 <= 105;
|
|
581
581
|
};
|
|
582
582
|
protoOf(GameCard).toString = function () {
|
|
583
583
|
if (_get_isShirt__vd98rp(this)) {
|
|
584
584
|
return 'GameCard(SHIRT)';
|
|
585
585
|
}
|
|
586
|
-
if (this.
|
|
587
|
-
return 'GameCard(STUB, ' + this.
|
|
586
|
+
if (this.m64()) {
|
|
587
|
+
return 'GameCard(STUB, ' + this.g64_1 + ')';
|
|
588
588
|
}
|
|
589
|
-
return 'GameCard(' + this.
|
|
589
|
+
return 'GameCard(' + this.u64().toString() + this.p2().toString() + ', ' + this.g64_1 + ')';
|
|
590
590
|
};
|
|
591
591
|
protoOf(GameCard).hashCode = function () {
|
|
592
|
-
return this.
|
|
592
|
+
return this.g64_1;
|
|
593
593
|
};
|
|
594
594
|
protoOf(GameCard).equals = function (other) {
|
|
595
595
|
if (this === other)
|
|
@@ -597,12 +597,12 @@
|
|
|
597
597
|
if (!(other instanceof GameCard))
|
|
598
598
|
return false;
|
|
599
599
|
var tmp0_other_with_cast = other instanceof GameCard ? other : THROW_CCE();
|
|
600
|
-
if (!(this.
|
|
600
|
+
if (!(this.g64_1 === tmp0_other_with_cast.g64_1))
|
|
601
601
|
return false;
|
|
602
602
|
return true;
|
|
603
603
|
};
|
|
604
604
|
function _get_$cachedSerializer__te6jhj($this) {
|
|
605
|
-
return $this.
|
|
605
|
+
return $this.w64_1.u();
|
|
606
606
|
}
|
|
607
607
|
function Suit$Companion$_anonymous__cbm2iq() {
|
|
608
608
|
return createSimpleEnumSerializer('io.raspberryapps.card_game.core.data.models.cards.Suit', values());
|
|
@@ -644,13 +644,13 @@
|
|
|
644
644
|
Companion_instance_1 = this;
|
|
645
645
|
var tmp = this;
|
|
646
646
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
647
|
-
tmp.
|
|
647
|
+
tmp.w64_1 = lazy(tmp_0, Suit$Companion$_anonymous__cbm2iq);
|
|
648
648
|
}
|
|
649
|
-
protoOf(Companion_1).
|
|
649
|
+
protoOf(Companion_1).j4v = function () {
|
|
650
650
|
return _get_$cachedSerializer__te6jhj(this);
|
|
651
651
|
};
|
|
652
|
-
protoOf(Companion_1).
|
|
653
|
-
return this.
|
|
652
|
+
protoOf(Companion_1).g4f = function (typeParamsSerializers) {
|
|
653
|
+
return this.j4v();
|
|
654
654
|
};
|
|
655
655
|
var Companion_instance_1;
|
|
656
656
|
function Companion_getInstance_1() {
|
|
@@ -743,9 +743,6 @@
|
|
|
743
743
|
}
|
|
744
744
|
function CardsDealerProvider() {
|
|
745
745
|
}
|
|
746
|
-
function getCardsRange($this, leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
|
|
747
|
-
return until(leftCardIndexForEachSuit, 13 - rightCardIndexForEachSuit | 0);
|
|
748
|
-
}
|
|
749
746
|
function getRandomOrgCards($this, leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundsCount, userData, signed, $completion) {
|
|
750
747
|
var tmp = new $getRandomOrgCardsCOROUTINE$1($this, leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundsCount, userData, signed, $completion);
|
|
751
748
|
tmp.h9_1 = Unit_instance;
|
|
@@ -771,7 +768,7 @@
|
|
|
771
768
|
}
|
|
772
769
|
function Companion_2() {
|
|
773
770
|
}
|
|
774
|
-
protoOf(Companion_2).
|
|
771
|
+
protoOf(Companion_2).z65 = function (randomPoolProvider, logger) {
|
|
775
772
|
var tmp17_random = new SecureRandom(logger);
|
|
776
773
|
return new CardsDealerProviderImpl(tmp17_random, randomPoolProvider, logger);
|
|
777
774
|
};
|
|
@@ -781,12 +778,12 @@
|
|
|
781
778
|
}
|
|
782
779
|
function $createNewShuffledCardDeckCOROUTINE$0(_this__u8e3s4, leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, resultContinuation) {
|
|
783
780
|
CoroutineImpl.call(this, resultContinuation);
|
|
784
|
-
this.
|
|
785
|
-
this.
|
|
786
|
-
this.
|
|
787
|
-
this.
|
|
788
|
-
this.
|
|
789
|
-
this.
|
|
781
|
+
this.i66_1 = _this__u8e3s4;
|
|
782
|
+
this.j66_1 = leftCardIndexForEachSuit;
|
|
783
|
+
this.k66_1 = rightCardIndexForEachSuit;
|
|
784
|
+
this.l66_1 = approximateRoundCountForGame;
|
|
785
|
+
this.m66_1 = userData;
|
|
786
|
+
this.n66_1 = provider;
|
|
790
787
|
}
|
|
791
788
|
protoOf($createNewShuffledCardDeckCOROUTINE$0).n9 = function () {
|
|
792
789
|
var suspendResult = this.h9_1;
|
|
@@ -796,26 +793,26 @@
|
|
|
796
793
|
switch (tmp) {
|
|
797
794
|
case 0:
|
|
798
795
|
this.g9_1 = 4;
|
|
799
|
-
this.
|
|
800
|
-
this.
|
|
801
|
-
if (this.
|
|
796
|
+
this.o66_1 = this.n66_1;
|
|
797
|
+
this.p66_1 = this.o66_1.o2_1;
|
|
798
|
+
if (this.p66_1 === 0) {
|
|
802
799
|
var tmp_0 = this;
|
|
803
|
-
var it = this.
|
|
804
|
-
tmp_0.
|
|
800
|
+
var it = this.i66_1.x64(this.j66_1, this.k66_1);
|
|
801
|
+
tmp_0.q66_1 = this.i66_1.b65(it);
|
|
805
802
|
this.f9_1 = 3;
|
|
806
803
|
continue $sm;
|
|
807
804
|
} else {
|
|
808
|
-
if (this.
|
|
805
|
+
if (this.p66_1 === 1) {
|
|
809
806
|
this.f9_1 = 2;
|
|
810
|
-
suspendResult = getRandomOrgCards(this.
|
|
807
|
+
suspendResult = getRandomOrgCards(this.i66_1, this.j66_1, this.k66_1, this.l66_1, this.m66_1, false, this);
|
|
811
808
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
812
809
|
return suspendResult;
|
|
813
810
|
}
|
|
814
811
|
continue $sm;
|
|
815
812
|
} else {
|
|
816
|
-
if (this.
|
|
813
|
+
if (this.p66_1 === 2) {
|
|
817
814
|
this.f9_1 = 1;
|
|
818
|
-
suspendResult = getRandomOrgCards(this.
|
|
815
|
+
suspendResult = getRandomOrgCards(this.i66_1, this.j66_1, this.k66_1, this.l66_1, this.m66_1, true, this);
|
|
819
816
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
820
817
|
return suspendResult;
|
|
821
818
|
}
|
|
@@ -829,15 +826,15 @@
|
|
|
829
826
|
|
|
830
827
|
break;
|
|
831
828
|
case 1:
|
|
832
|
-
this.
|
|
829
|
+
this.q66_1 = suspendResult;
|
|
833
830
|
this.f9_1 = 3;
|
|
834
831
|
continue $sm;
|
|
835
832
|
case 2:
|
|
836
|
-
this.
|
|
833
|
+
this.q66_1 = suspendResult;
|
|
837
834
|
this.f9_1 = 3;
|
|
838
835
|
continue $sm;
|
|
839
836
|
case 3:
|
|
840
|
-
return this.
|
|
837
|
+
return this.q66_1;
|
|
841
838
|
case 4:
|
|
842
839
|
throw this.i9_1;
|
|
843
840
|
}
|
|
@@ -854,12 +851,12 @@
|
|
|
854
851
|
};
|
|
855
852
|
function $getRandomOrgCardsCOROUTINE$1(_this__u8e3s4, leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundsCount, userData, signed, resultContinuation) {
|
|
856
853
|
CoroutineImpl.call(this, resultContinuation);
|
|
857
|
-
this.
|
|
858
|
-
this.
|
|
859
|
-
this.
|
|
860
|
-
this.
|
|
861
|
-
this.
|
|
862
|
-
this.
|
|
854
|
+
this.m65_1 = _this__u8e3s4;
|
|
855
|
+
this.n65_1 = leftCardIndexForEachSuit;
|
|
856
|
+
this.o65_1 = rightCardIndexForEachSuit;
|
|
857
|
+
this.p65_1 = approximateRoundsCount;
|
|
858
|
+
this.q65_1 = userData;
|
|
859
|
+
this.r65_1 = signed;
|
|
863
860
|
}
|
|
864
861
|
protoOf($getRandomOrgCardsCOROUTINE$1).n9 = function () {
|
|
865
862
|
var suspendResult = this.h9_1;
|
|
@@ -869,20 +866,11 @@
|
|
|
869
866
|
switch (tmp) {
|
|
870
867
|
case 0:
|
|
871
868
|
this.g9_1 = 5;
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
while (tmp0_iterator.k()) {
|
|
876
|
-
var element = tmp0_iterator.l();
|
|
877
|
-
var tmp_1 = sum;
|
|
878
|
-
sum = tmp_1 + count(getCardsRange(this.r66_1, this.s66_1, this.t66_1)) | 0;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
tmp_0.x66_1 = sum;
|
|
882
|
-
this.y66_1 = this.r66_1.x67_1;
|
|
883
|
-
this.z66_1 = this.x66_1 - 1 | 0;
|
|
869
|
+
this.s65_1 = this.m65_1.u66(this.n65_1, this.o65_1);
|
|
870
|
+
this.t65_1 = this.m65_1.s66_1;
|
|
871
|
+
this.u65_1 = this.s65_1 - 1 | 0;
|
|
884
872
|
this.f9_1 = 1;
|
|
885
|
-
suspendResult = this.
|
|
873
|
+
suspendResult = this.t65_1.p5p(this.p65_1, this.q65_1, 0, this.u65_1, this.s65_1, this.r65_1, VOID, this);
|
|
886
874
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
887
875
|
return suspendResult;
|
|
888
876
|
}
|
|
@@ -890,34 +878,34 @@
|
|
|
890
878
|
this.f9_1 = 2;
|
|
891
879
|
continue $sm;
|
|
892
880
|
case 1:
|
|
893
|
-
this.
|
|
894
|
-
suspendResult = new Result(this.
|
|
881
|
+
this.v65_1 = suspendResult.ek_1;
|
|
882
|
+
suspendResult = new Result(this.v65_1);
|
|
895
883
|
this.f9_1 = 2;
|
|
896
884
|
continue $sm;
|
|
897
885
|
case 2:
|
|
898
|
-
this.
|
|
899
|
-
if (_Result___get_isSuccess__impl__sndoy8(this.
|
|
900
|
-
var
|
|
901
|
-
var this_0 = this.
|
|
886
|
+
this.w65_1 = suspendResult.ek_1;
|
|
887
|
+
if (_Result___get_isSuccess__impl__sndoy8(this.w65_1)) {
|
|
888
|
+
var tmp_0 = this;
|
|
889
|
+
var this_0 = this.w65_1;
|
|
902
890
|
throwOnFailure(this_0);
|
|
903
|
-
var
|
|
904
|
-
var tmp14_cards = ((
|
|
905
|
-
var this_1 = normalizeCards(this.
|
|
891
|
+
var tmp_1 = _Result___get_value__impl__bjfvqg(this_0);
|
|
892
|
+
var tmp14_cards = ((tmp_1 == null ? true : !(tmp_1 == null)) ? tmp_1 : THROW_CCE()).cards;
|
|
893
|
+
var this_1 = normalizeCards(this.m65_1, tmp14_cards, this.n65_1);
|
|
906
894
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_1, 10));
|
|
907
|
-
var
|
|
908
|
-
while (
|
|
909
|
-
var item =
|
|
910
|
-
destination.e(Companion_instance.
|
|
895
|
+
var tmp0_iterator = this_1.j();
|
|
896
|
+
while (tmp0_iterator.k()) {
|
|
897
|
+
var item = tmp0_iterator.l();
|
|
898
|
+
destination.e(Companion_instance.k64(item));
|
|
911
899
|
}
|
|
912
|
-
|
|
900
|
+
tmp_0.x65_1 = destination;
|
|
913
901
|
this.f9_1 = 4;
|
|
914
902
|
continue $sm;
|
|
915
903
|
} else {
|
|
916
|
-
this.
|
|
917
|
-
var tmp15_safe_receiver = this.
|
|
918
|
-
this.
|
|
904
|
+
this.y65_1 = Result__exceptionOrNull_impl_p6xea9(this.w65_1);
|
|
905
|
+
var tmp15_safe_receiver = this.y65_1;
|
|
906
|
+
this.m65_1.t66_1.v('CardsDealerProvider', 'getRandomOrgCards: ' + (tmp15_safe_receiver == null ? null : tmp15_safe_receiver.message), this.y65_1);
|
|
919
907
|
this.f9_1 = 3;
|
|
920
|
-
suspendResult = this.
|
|
908
|
+
suspendResult = this.m65_1.y64(this.n65_1, this.o65_1, this.p65_1, this.q65_1, CardsRandomProvider_CUSTOM_getInstance(), this);
|
|
921
909
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
922
910
|
return suspendResult;
|
|
923
911
|
}
|
|
@@ -925,11 +913,11 @@
|
|
|
925
913
|
}
|
|
926
914
|
|
|
927
915
|
case 3:
|
|
928
|
-
this.
|
|
916
|
+
this.x65_1 = suspendResult;
|
|
929
917
|
this.f9_1 = 4;
|
|
930
918
|
continue $sm;
|
|
931
919
|
case 4:
|
|
932
|
-
return this.
|
|
920
|
+
return this.x65_1;
|
|
933
921
|
case 5:
|
|
934
922
|
throw this.i9_1;
|
|
935
923
|
}
|
|
@@ -945,11 +933,11 @@
|
|
|
945
933
|
while (true);
|
|
946
934
|
};
|
|
947
935
|
function CardsDealerProviderImpl(random, randomPoolProvider, logger) {
|
|
948
|
-
this.
|
|
949
|
-
this.
|
|
950
|
-
this.
|
|
936
|
+
this.r66_1 = random;
|
|
937
|
+
this.s66_1 = randomPoolProvider;
|
|
938
|
+
this.t66_1 = logger;
|
|
951
939
|
}
|
|
952
|
-
protoOf(CardsDealerProviderImpl).
|
|
940
|
+
protoOf(CardsDealerProviderImpl).x64 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
|
|
953
941
|
// Inline function 'kotlin.collections.flatMap' call
|
|
954
942
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
955
943
|
var this_0 = get_entries();
|
|
@@ -959,7 +947,7 @@
|
|
|
959
947
|
var element = tmp0_iterator.l();
|
|
960
948
|
// Inline function 'io.raspberryapps.card_game.core.data.providers.cards.CardsDealerProviderImpl.createNewCardDeck.<anonymous>' call
|
|
961
949
|
// Inline function 'kotlin.collections.map' call
|
|
962
|
-
var this_1 =
|
|
950
|
+
var this_1 = this.v66(leftCardIndexForEachSuit, rightCardIndexForEachSuit);
|
|
963
951
|
// Inline function 'kotlin.collections.mapTo' call
|
|
964
952
|
var destination_0 = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_1, 10));
|
|
965
953
|
var inductionVariable = this_1.a1_1;
|
|
@@ -970,7 +958,7 @@
|
|
|
970
958
|
inductionVariable = inductionVariable + 1 | 0;
|
|
971
959
|
// Inline function 'io.raspberryapps.card_game.core.data.providers.cards.CardsDealerProviderImpl.createNewCardDeck.<anonymous>.<anonymous>' call
|
|
972
960
|
var it = item;
|
|
973
|
-
var tmp$ret$0 = Companion_instance.
|
|
961
|
+
var tmp$ret$0 = Companion_instance.i64(element, it);
|
|
974
962
|
destination_0.e(tmp$ret$0);
|
|
975
963
|
}
|
|
976
964
|
while (!(item === last));
|
|
@@ -979,13 +967,28 @@
|
|
|
979
967
|
}
|
|
980
968
|
return destination;
|
|
981
969
|
};
|
|
982
|
-
protoOf(CardsDealerProviderImpl).
|
|
970
|
+
protoOf(CardsDealerProviderImpl).v66 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
|
|
971
|
+
return until(leftCardIndexForEachSuit, 13 - rightCardIndexForEachSuit | 0);
|
|
972
|
+
};
|
|
973
|
+
protoOf(CardsDealerProviderImpl).u66 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
|
|
974
|
+
// Inline function 'kotlin.collections.sumOf' call
|
|
975
|
+
var sum = 0;
|
|
976
|
+
var tmp0_iterator = get_entries().j();
|
|
977
|
+
while (tmp0_iterator.k()) {
|
|
978
|
+
var element = tmp0_iterator.l();
|
|
979
|
+
var tmp = sum;
|
|
980
|
+
// Inline function 'io.raspberryapps.card_game.core.data.providers.cards.CardsDealerProviderImpl.getCardsCount.<anonymous>' call
|
|
981
|
+
sum = tmp + count(this.v66(leftCardIndexForEachSuit, rightCardIndexForEachSuit)) | 0;
|
|
982
|
+
}
|
|
983
|
+
return sum;
|
|
984
|
+
};
|
|
985
|
+
protoOf(CardsDealerProviderImpl).y64 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion) {
|
|
983
986
|
var tmp = new $createNewShuffledCardDeckCOROUTINE$0(this, leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion);
|
|
984
987
|
tmp.h9_1 = Unit_instance;
|
|
985
988
|
tmp.i9_1 = null;
|
|
986
989
|
return tmp.n9();
|
|
987
990
|
};
|
|
988
|
-
protoOf(CardsDealerProviderImpl).
|
|
991
|
+
protoOf(CardsDealerProviderImpl).z64 = function (count, cards) {
|
|
989
992
|
// Inline function 'kotlin.apply' call
|
|
990
993
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
991
994
|
var this_0 = ArrayList_init_$Create$();
|
|
@@ -1019,7 +1022,7 @@
|
|
|
1019
1022
|
while (tmp0_iterator.k()) {
|
|
1020
1023
|
var element = tmp0_iterator.l();
|
|
1021
1024
|
// Inline function 'io.raspberryapps.card_game.core.data.providers.cards.CardsDealerProviderImpl.getNRandomUniqueCards.<anonymous>.<anonymous>' call
|
|
1022
|
-
if (element.
|
|
1025
|
+
if (element.h64() === card.h64()) {
|
|
1023
1026
|
tmp$ret$2 = true;
|
|
1024
1027
|
break $l$block_1;
|
|
1025
1028
|
}
|
|
@@ -1034,7 +1037,7 @@
|
|
|
1034
1037
|
}
|
|
1035
1038
|
return this_0;
|
|
1036
1039
|
};
|
|
1037
|
-
protoOf(CardsDealerProviderImpl).
|
|
1040
|
+
protoOf(CardsDealerProviderImpl).a65 = function (cards, times) {
|
|
1038
1041
|
// Inline function 'kotlin.let' call
|
|
1039
1042
|
// Inline function 'kotlin.contracts.contract' call
|
|
1040
1043
|
// Inline function 'io.raspberryapps.card_game.core.data.providers.cards.CardsDealerProviderImpl.standardShuffledCards.<anonymous>' call
|
|
@@ -1044,55 +1047,55 @@
|
|
|
1044
1047
|
do {
|
|
1045
1048
|
var i = inductionVariable;
|
|
1046
1049
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1047
|
-
shuffled = this.
|
|
1050
|
+
shuffled = this.r66_1.a5u(shuffled);
|
|
1048
1051
|
}
|
|
1049
1052
|
while (inductionVariable < times);
|
|
1050
1053
|
return shuffled;
|
|
1051
1054
|
};
|
|
1052
|
-
protoOf(CardsDealerProviderImpl).
|
|
1053
|
-
return toList(overhand(riffle(toMutableList(cards), times, this.
|
|
1055
|
+
protoOf(CardsDealerProviderImpl).c65 = function (cards, times) {
|
|
1056
|
+
return toList(overhand(riffle(toMutableList(cards), times, this.r66_1), times, this.r66_1));
|
|
1054
1057
|
};
|
|
1055
1058
|
function Companion_3() {
|
|
1056
1059
|
}
|
|
1057
|
-
protoOf(Companion_3).
|
|
1060
|
+
protoOf(Companion_3).w66 = function () {
|
|
1058
1061
|
// Inline function 'kotlin.apply' call
|
|
1059
1062
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1060
1063
|
var this_0 = ArrayList_init_$Create$();
|
|
1061
1064
|
// Inline function 'kotlin.contracts.contract' call
|
|
1062
1065
|
// Inline function 'io.raspberryapps.card_game.core.data.providers.cards.Companion.getCards.<anonymous>' call
|
|
1063
|
-
this_0.n(listOf([Companion_instance.
|
|
1064
|
-
this_0.n(listOf([Companion_instance.
|
|
1065
|
-
this_0.n(listOf([Companion_instance.
|
|
1066
|
-
this_0.n(listOf([Companion_instance.
|
|
1067
|
-
this_0.n(listOf([Companion_instance.
|
|
1066
|
+
this_0.n(listOf([Companion_instance.j64(Suit_DIAMOND_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j64(Suit_CLUB_getInstance(), CardName_NINE_getInstance()), Companion_instance.j64(Suit_CLUB_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j64(Suit_CLUB_getInstance(), CardName_TEN_getInstance()), Companion_instance.j64(Suit_HEART_getInstance(), CardName_JACK_getInstance()), Companion_instance.j64(Suit_HEART_getInstance(), CardName_KING_getInstance())]));
|
|
1067
|
+
this_0.n(listOf([Companion_instance.j64(Suit_CLUB_getInstance(), CardName_JACK_getInstance()), Companion_instance.j64(Suit_SPADE_getInstance(), CardName_ACE_getInstance()), Companion_instance.j64(Suit_DIAMOND_getInstance(), CardName_NINE_getInstance()), Companion_instance.j64(Suit_DIAMOND_getInstance(), CardName_TEN_getInstance()), Companion_instance.j64(Suit_DIAMOND_getInstance(), CardName_JACK_getInstance()), Companion_instance.j64(Suit_HEART_getInstance(), CardName_EIGHT_getInstance())]));
|
|
1068
|
+
this_0.n(listOf([Companion_instance.j64(Suit_CLUB_getInstance(), CardName_DAME_getInstance()), Companion_instance.j64(Suit_HEART_getInstance(), CardName_ACE_getInstance()), Companion_instance.j64(Suit_HEART_getInstance(), CardName_DAME_getInstance()), Companion_instance.j64(Suit_HEART_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j64(Suit_SPADE_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j64(Suit_CLUB_getInstance(), CardName_KING_getInstance())]));
|
|
1069
|
+
this_0.n(listOf([Companion_instance.j64(Suit_SPADE_getInstance(), CardName_EIGHT_getInstance()), Companion_instance.j64(Suit_SPADE_getInstance(), CardName_TEN_getInstance()), Companion_instance.j64(Suit_HEART_getInstance(), CardName_TEN_getInstance()), Companion_instance.j64(Suit_SPADE_getInstance(), CardName_JACK_getInstance()), Companion_instance.j64(Suit_DIAMOND_getInstance(), CardName_EIGHT_getInstance()), Companion_instance.j64(Suit_SPADE_getInstance(), CardName_DAME_getInstance())]));
|
|
1070
|
+
this_0.n(listOf([Companion_instance.j64(Suit_DIAMOND_getInstance(), CardName_ACE_getInstance()), Companion_instance.j64(Suit_CLUB_getInstance(), CardName_EIGHT_getInstance()), Companion_instance.j64(Suit_DIAMOND_getInstance(), CardName_KING_getInstance()), Companion_instance.j64(Suit_SPADE_getInstance(), CardName_NINE_getInstance()), Companion_instance.j64(Suit_CLUB_getInstance(), CardName_ACE_getInstance()), Companion_instance.j64(Suit_SPADE_getInstance(), CardName_KING_getInstance()), Companion_instance.j64(Suit_DIAMOND_getInstance(), CardName_DAME_getInstance()), Companion_instance.j64(Suit_HEART_getInstance(), CardName_NINE_getInstance())]));
|
|
1068
1071
|
return this_0;
|
|
1069
1072
|
};
|
|
1070
|
-
protoOf(Companion_3).
|
|
1071
|
-
return listOf([Companion_instance.
|
|
1073
|
+
protoOf(Companion_3).x66 = function () {
|
|
1074
|
+
return listOf([Companion_instance.j64(Suit_CLUB_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j64(Suit_HEART_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j64(Suit_SPADE_getInstance(), CardName_SEVEN_getInstance()), Companion_instance.j64(Suit_SPADE_getInstance(), CardName_EIGHT_getInstance())]);
|
|
1072
1075
|
};
|
|
1073
1076
|
var Companion_instance_3;
|
|
1074
1077
|
function Companion_getInstance_3() {
|
|
1075
1078
|
return Companion_instance_3;
|
|
1076
1079
|
}
|
|
1077
1080
|
function FakeCardsDealerProvider(cards, cardsForLot) {
|
|
1078
|
-
cards = cards === VOID ? Companion_instance_3.
|
|
1079
|
-
cardsForLot = cardsForLot === VOID ? Companion_instance_3.
|
|
1080
|
-
this.
|
|
1081
|
-
this.
|
|
1081
|
+
cards = cards === VOID ? Companion_instance_3.w66() : cards;
|
|
1082
|
+
cardsForLot = cardsForLot === VOID ? Companion_instance_3.x66() : cardsForLot;
|
|
1083
|
+
this.y66_1 = cards;
|
|
1084
|
+
this.z66_1 = cardsForLot;
|
|
1082
1085
|
}
|
|
1083
|
-
protoOf(FakeCardsDealerProvider).
|
|
1084
|
-
return this.
|
|
1086
|
+
protoOf(FakeCardsDealerProvider).x64 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit) {
|
|
1087
|
+
return this.y66_1;
|
|
1085
1088
|
};
|
|
1086
|
-
protoOf(FakeCardsDealerProvider).
|
|
1087
|
-
return this.
|
|
1089
|
+
protoOf(FakeCardsDealerProvider).y64 = function (leftCardIndexForEachSuit, rightCardIndexForEachSuit, approximateRoundCountForGame, userData, provider, $completion) {
|
|
1090
|
+
return this.y66_1;
|
|
1088
1091
|
};
|
|
1089
|
-
protoOf(FakeCardsDealerProvider).
|
|
1090
|
-
return this.
|
|
1092
|
+
protoOf(FakeCardsDealerProvider).z64 = function (count, cards) {
|
|
1093
|
+
return this.z66_1;
|
|
1091
1094
|
};
|
|
1092
|
-
protoOf(FakeCardsDealerProvider).
|
|
1095
|
+
protoOf(FakeCardsDealerProvider).a65 = function (cards, times) {
|
|
1093
1096
|
return cards;
|
|
1094
1097
|
};
|
|
1095
|
-
protoOf(FakeCardsDealerProvider).
|
|
1098
|
+
protoOf(FakeCardsDealerProvider).c65 = function (cards, times) {
|
|
1096
1099
|
return cards;
|
|
1097
1100
|
};
|
|
1098
1101
|
function CombinationsCheckerProvider() {
|
|
@@ -1121,16 +1124,16 @@
|
|
|
1121
1124
|
return takeLast(cards, longestCombinationSupport);
|
|
1122
1125
|
}
|
|
1123
1126
|
function sam$kotlin_Comparator$0(function_0) {
|
|
1124
|
-
this.
|
|
1127
|
+
this.f67_1 = function_0;
|
|
1125
1128
|
}
|
|
1126
1129
|
protoOf(sam$kotlin_Comparator$0).nc = function (a, b) {
|
|
1127
|
-
return this.
|
|
1130
|
+
return this.f67_1(a, b);
|
|
1128
1131
|
};
|
|
1129
1132
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
1130
1133
|
return this.nc(a, b);
|
|
1131
1134
|
};
|
|
1132
1135
|
protoOf(sam$kotlin_Comparator$0).p3 = function () {
|
|
1133
|
-
return this.
|
|
1136
|
+
return this.f67_1;
|
|
1134
1137
|
};
|
|
1135
1138
|
protoOf(sam$kotlin_Comparator$0).equals = function (other) {
|
|
1136
1139
|
var tmp;
|
|
@@ -1153,14 +1156,14 @@
|
|
|
1153
1156
|
function CombinationsCheckerProviderImpl$createCombinationsFromCardsInRow$lambda(a, b) {
|
|
1154
1157
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
1155
1158
|
// Inline function 'io.raspberryapps.card_game.core.data.providers.combinations.CombinationsCheckerProviderImpl.createCombinationsFromCardsInRow.<anonymous>' call
|
|
1156
|
-
var tmp = first_0(a).
|
|
1159
|
+
var tmp = first_0(a).g64_1;
|
|
1157
1160
|
// Inline function 'io.raspberryapps.card_game.core.data.providers.combinations.CombinationsCheckerProviderImpl.createCombinationsFromCardsInRow.<anonymous>' call
|
|
1158
|
-
var tmp$ret$1 = first_0(b).
|
|
1161
|
+
var tmp$ret$1 = first_0(b).g64_1;
|
|
1159
1162
|
return compareValues(tmp, tmp$ret$1);
|
|
1160
1163
|
}
|
|
1161
1164
|
function CombinationsCheckerProviderImpl() {
|
|
1162
1165
|
}
|
|
1163
|
-
protoOf(CombinationsCheckerProviderImpl).
|
|
1166
|
+
protoOf(CombinationsCheckerProviderImpl).a67 = function (cards, supportedCombinations, checkFromIndex, includeCardNames, suit) {
|
|
1164
1167
|
// Inline function 'kotlin.collections.filter' call
|
|
1165
1168
|
// Inline function 'kotlin.apply' call
|
|
1166
1169
|
var this_0 = toMutableList(cards);
|
|
@@ -1173,7 +1176,7 @@
|
|
|
1173
1176
|
while (tmp0_iterator.k()) {
|
|
1174
1177
|
var element = tmp0_iterator.l();
|
|
1175
1178
|
// Inline function 'io.raspberryapps.card_game.core.data.providers.combinations.CombinationsCheckerProviderImpl.findCardsInRowCombinations.<anonymous>' call
|
|
1176
|
-
if (element.
|
|
1179
|
+
if (element.v64()) {
|
|
1177
1180
|
destination.e(element);
|
|
1178
1181
|
}
|
|
1179
1182
|
}
|
|
@@ -1190,14 +1193,14 @@
|
|
|
1190
1193
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1191
1194
|
var previousCard = lastOrNull(combinationCards);
|
|
1192
1195
|
var currentCard = sortedByIndexCards.o(i);
|
|
1193
|
-
var isNextInRow = !(previousCard == null) && currentCard.
|
|
1196
|
+
var isNextInRow = !(previousCard == null) && currentCard.g64_1 === (previousCard.g64_1 + 1 | 0) && currentCard.u64().equals(previousCard.u64());
|
|
1194
1197
|
var passedCardNamesCheck = includeCardNames == null || includeCardNames.s1(currentCard.p2());
|
|
1195
|
-
var passedSuitCheck = suit == null || currentCard.
|
|
1198
|
+
var passedSuitCheck = suit == null || currentCard.u64().equals(suit);
|
|
1196
1199
|
if (isNextInRow && passedSuitCheck && passedCardNamesCheck) {
|
|
1197
1200
|
combinationCards.e(currentCard);
|
|
1198
1201
|
} else {
|
|
1199
1202
|
if (combinationCards.m() > (checkFromIndex - 1 | 0)) {
|
|
1200
|
-
combinations.n(this.
|
|
1203
|
+
combinations.n(this.e67(toMutableList(combinationCards), supportedCombinations));
|
|
1201
1204
|
}
|
|
1202
1205
|
combinationCards.a2();
|
|
1203
1206
|
if (passedSuitCheck && passedCardNamesCheck) {
|
|
@@ -1207,11 +1210,11 @@
|
|
|
1207
1210
|
}
|
|
1208
1211
|
while (inductionVariable <= last);
|
|
1209
1212
|
if (combinationCards.m() > (checkFromIndex - 1 | 0)) {
|
|
1210
|
-
combinations.n(this.
|
|
1213
|
+
combinations.n(this.e67(toMutableList(combinationCards), supportedCombinations));
|
|
1211
1214
|
}
|
|
1212
1215
|
return combinations;
|
|
1213
1216
|
};
|
|
1214
|
-
protoOf(CombinationsCheckerProviderImpl).
|
|
1217
|
+
protoOf(CombinationsCheckerProviderImpl).c67 = function (cards, cardsCount, includeCardNames) {
|
|
1215
1218
|
// Inline function 'kotlin.collections.filter' call
|
|
1216
1219
|
// Inline function 'kotlin.collections.filter' call
|
|
1217
1220
|
// Inline function 'kotlin.apply' call
|
|
@@ -1225,7 +1228,7 @@
|
|
|
1225
1228
|
while (tmp0_iterator.k()) {
|
|
1226
1229
|
var element = tmp0_iterator.l();
|
|
1227
1230
|
// Inline function 'io.raspberryapps.card_game.core.data.providers.combinations.CombinationsCheckerProviderImpl.findSameCardsNumberCombinations.<anonymous>' call
|
|
1228
|
-
if (element.
|
|
1231
|
+
if (element.v64()) {
|
|
1229
1232
|
destination.e(element);
|
|
1230
1233
|
}
|
|
1231
1234
|
}
|
|
@@ -1248,7 +1251,7 @@
|
|
|
1248
1251
|
while (tmp0_iterator_1.k()) {
|
|
1249
1252
|
var element_1 = tmp0_iterator_1.l();
|
|
1250
1253
|
// Inline function 'io.raspberryapps.card_game.core.data.providers.combinations.CombinationsCheckerProviderImpl.findSameCardsNumberCombinations.<anonymous>' call
|
|
1251
|
-
var key = element_1.
|
|
1254
|
+
var key = element_1.h64();
|
|
1252
1255
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1253
1256
|
var value = destination_1.h2(key);
|
|
1254
1257
|
var tmp;
|
|
@@ -1287,7 +1290,7 @@
|
|
|
1287
1290
|
}
|
|
1288
1291
|
return destination_3;
|
|
1289
1292
|
};
|
|
1290
|
-
protoOf(CombinationsCheckerProviderImpl).
|
|
1293
|
+
protoOf(CombinationsCheckerProviderImpl).e67 = function (cards, supportedCombinations) {
|
|
1291
1294
|
// Inline function 'kotlin.collections.minOf' call
|
|
1292
1295
|
var iterator = supportedCombinations.j();
|
|
1293
1296
|
if (!iterator.k())
|
|
@@ -1317,28 +1320,28 @@
|
|
|
1317
1320
|
return sortedWith(combinations, tmp$ret$4);
|
|
1318
1321
|
};
|
|
1319
1322
|
function DealerReducerImpl(logger, enableLogs) {
|
|
1320
|
-
this.
|
|
1321
|
-
this.
|
|
1323
|
+
this.g67_1 = logger;
|
|
1324
|
+
this.h67_1 = enableLogs;
|
|
1322
1325
|
}
|
|
1323
|
-
protoOf(DealerReducerImpl).
|
|
1326
|
+
protoOf(DealerReducerImpl).i67 = function (cards, cardsToRemove) {
|
|
1324
1327
|
var list = cards;
|
|
1325
1328
|
var _iterator__ex2g4s = cardsToRemove.j();
|
|
1326
1329
|
while (_iterator__ex2g4s.k()) {
|
|
1327
1330
|
var gameCard = _iterator__ex2g4s.l();
|
|
1328
|
-
list = this.
|
|
1331
|
+
list = this.j67(list, gameCard);
|
|
1329
1332
|
}
|
|
1330
1333
|
return list;
|
|
1331
1334
|
};
|
|
1332
|
-
protoOf(DealerReducerImpl).
|
|
1335
|
+
protoOf(DealerReducerImpl).j67 = function (cards, cardToRemove) {
|
|
1333
1336
|
var tmp;
|
|
1334
|
-
if (!cardToRemove.
|
|
1335
|
-
if (this.
|
|
1336
|
-
this.
|
|
1337
|
+
if (!cardToRemove.m64() && cards.s1(cardToRemove)) {
|
|
1338
|
+
if (this.h67_1) {
|
|
1339
|
+
this.g67_1.d('Dealer', 'Card removed: ' + cardToRemove.toString() + ', size: ' + (cards.m() - 1 | 0));
|
|
1337
1340
|
}
|
|
1338
1341
|
tmp = minus(cards, cardToRemove);
|
|
1339
1342
|
} else {
|
|
1340
|
-
if (this.
|
|
1341
|
-
this.
|
|
1343
|
+
if (this.h67_1) {
|
|
1344
|
+
this.g67_1.d('Dealer', 'Card removed as stub: ' + cardToRemove.toString() + ', size: ' + (cards.m() - 1 | 0));
|
|
1342
1345
|
}
|
|
1343
1346
|
// Inline function 'kotlin.collections.filterNot' call
|
|
1344
1347
|
// Inline function 'kotlin.collections.filterNotTo' call
|
|
@@ -1347,7 +1350,7 @@
|
|
|
1347
1350
|
while (tmp0_iterator.k()) {
|
|
1348
1351
|
var element = tmp0_iterator.l();
|
|
1349
1352
|
// Inline function 'io.raspberryapps.card_game.core.domain.dealer.DealerReducerImpl.removeCard.<anonymous>' call
|
|
1350
|
-
if (!element.
|
|
1353
|
+
if (!element.m64()) {
|
|
1351
1354
|
destination.e(element);
|
|
1352
1355
|
}
|
|
1353
1356
|
}
|
|
@@ -1359,36 +1362,36 @@
|
|
|
1359
1362
|
while (tmp0_iterator_0.k()) {
|
|
1360
1363
|
var element_0 = tmp0_iterator_0.l();
|
|
1361
1364
|
// Inline function 'io.raspberryapps.card_game.core.domain.dealer.DealerReducerImpl.removeCard.<anonymous>' call
|
|
1362
|
-
if (element_0.
|
|
1365
|
+
if (element_0.m64()) {
|
|
1363
1366
|
destination_0.e(element_0);
|
|
1364
1367
|
}
|
|
1365
1368
|
}
|
|
1366
1369
|
var stubCards = destination_0;
|
|
1367
1370
|
if (stubCards.p()) {
|
|
1368
|
-
this.
|
|
1371
|
+
this.g67_1.w('Dealer', "Can't find card to delete for player, " + ('cards:' + toString(cards) + ', ') + ('cardToRemove: ' + cardToRemove.toString()));
|
|
1369
1372
|
}
|
|
1370
1373
|
tmp = plus(notStubCards, dropLast(stubCards, 1));
|
|
1371
1374
|
}
|
|
1372
1375
|
return tmp;
|
|
1373
1376
|
};
|
|
1374
|
-
protoOf(DealerReducerImpl).
|
|
1375
|
-
if (this.
|
|
1376
|
-
this.
|
|
1377
|
+
protoOf(DealerReducerImpl).k67 = function (cards, cardToAdd) {
|
|
1378
|
+
if (this.h67_1) {
|
|
1379
|
+
this.g67_1.d('Dealer', 'Card added: ' + cardToAdd.toString() + ', size: ' + (cards.m() + 1 | 0));
|
|
1377
1380
|
}
|
|
1378
1381
|
if (cards.s1(cardToAdd)) {
|
|
1379
|
-
this.
|
|
1382
|
+
this.g67_1.w('Dealer', 'Card already exists for player, ' + ('cards:' + toString(cards) + ', ') + ('cardToAdd: ' + cardToAdd.toString()));
|
|
1380
1383
|
}
|
|
1381
1384
|
return plus_0(cards, cardToAdd);
|
|
1382
1385
|
};
|
|
1383
1386
|
function DealerReducer() {
|
|
1384
1387
|
}
|
|
1385
1388
|
//region block: post-declaration
|
|
1386
|
-
protoOf(CardsDealerProviderImpl).
|
|
1387
|
-
protoOf(CardsDealerProviderImpl).
|
|
1388
|
-
protoOf(FakeCardsDealerProvider).
|
|
1389
|
-
protoOf(FakeCardsDealerProvider).
|
|
1390
|
-
protoOf(CombinationsCheckerProviderImpl).
|
|
1391
|
-
protoOf(CombinationsCheckerProviderImpl).
|
|
1389
|
+
protoOf(CardsDealerProviderImpl).b65 = standardShuffledCards$default;
|
|
1390
|
+
protoOf(CardsDealerProviderImpl).d65 = realLifeShuffledCards$default;
|
|
1391
|
+
protoOf(FakeCardsDealerProvider).b65 = standardShuffledCards$default;
|
|
1392
|
+
protoOf(FakeCardsDealerProvider).d65 = realLifeShuffledCards$default;
|
|
1393
|
+
protoOf(CombinationsCheckerProviderImpl).b67 = findCardsInRowCombinations$default;
|
|
1394
|
+
protoOf(CombinationsCheckerProviderImpl).d67 = findSameCardsNumberCombinations$default;
|
|
1392
1395
|
//endregion
|
|
1393
1396
|
//region block: init
|
|
1394
1397
|
CoreConfig_instance = new CoreConfig();
|