raspberry_games_server_game_logic 1.8.310 → 1.8.311
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +645 -637
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +792 -730
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +49 -13
- package/Logic_Debertz-game_server.js +779 -677
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +2 -2
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +37 -37
- package/raspberry-cardgame-lib-core.js.map +1 -1
package/Logic_Debertz-engine.js
CHANGED
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
var listOf = kotlin_kotlin.$_$.q8;
|
|
67
67
|
var plus = kotlin_kotlin.$_$.z8;
|
|
68
68
|
var copyToArray = kotlin_kotlin.$_$.i7;
|
|
69
|
-
var combineReducers = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
70
|
-
var applyCatcher = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
69
|
+
var combineReducers = kotlin_io_raspberryapps_game_engine_core.$_$.k2;
|
|
70
|
+
var applyCatcher = kotlin_io_raspberryapps_game_engine_core.$_$.c2;
|
|
71
71
|
var listOf_0 = kotlin_kotlin.$_$.p8;
|
|
72
|
-
var applyMiddleware = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
73
|
-
var compose = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
74
|
-
var createStore = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
72
|
+
var applyMiddleware = kotlin_io_raspberryapps_game_engine_core.$_$.d2;
|
|
73
|
+
var compose = kotlin_io_raspberryapps_game_engine_core.$_$.n2;
|
|
74
|
+
var createStore = kotlin_io_raspberryapps_game_engine_core.$_$.o2;
|
|
75
75
|
var CoroutineImpl = kotlin_kotlin.$_$.wa;
|
|
76
76
|
var Unit_instance = kotlin_kotlin.$_$.p5;
|
|
77
77
|
var CoroutineScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.h1;
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
var contentToString = kotlin_kotlin.$_$.y6;
|
|
114
114
|
var getStringHashCode = kotlin_kotlin.$_$.sb;
|
|
115
115
|
var enumEntries = kotlin_kotlin.$_$.ya;
|
|
116
|
-
var previousToOrNull = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
117
|
-
var nextToOrNull = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
116
|
+
var previousToOrNull = kotlin_io_raspberryapps_game_engine_core.$_$.v2;
|
|
117
|
+
var nextToOrNull = kotlin_io_raspberryapps_game_engine_core.$_$.t2;
|
|
118
118
|
var noWhenBranchMatchedException = kotlin_kotlin.$_$.qh;
|
|
119
119
|
var NoSuchElementException_init_$Create$ = kotlin_kotlin.$_$.d2;
|
|
120
120
|
var System_instance = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.b;
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
var initMetadataForObject = kotlin_kotlin.$_$.zb;
|
|
148
148
|
var checkIndexOverflow = kotlin_kotlin.$_$.r6;
|
|
149
149
|
var getPoint = kotlin_io_raspberryapps_game_engine_core.$_$.e1;
|
|
150
|
-
var Toggles_instance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
150
|
+
var Toggles_instance = kotlin_io_raspberryapps_game_engine_core.$_$.t4;
|
|
151
151
|
var MechanicException = kotlin_io_raspberryapps_game_engine_core.$_$.b;
|
|
152
152
|
var asJsReadonlyArrayView = kotlin_kotlin.$_$.w5;
|
|
153
153
|
var KtList = kotlin_kotlin.$_$.x5;
|
|
@@ -158,7 +158,6 @@
|
|
|
158
158
|
var flatten = kotlin_kotlin.$_$.x7;
|
|
159
159
|
var to = kotlin_kotlin.$_$.xh;
|
|
160
160
|
var mapOf = kotlin_kotlin.$_$.s8;
|
|
161
|
-
var toMutableList = kotlin_kotlin.$_$.x9;
|
|
162
161
|
var asSequence = kotlin_kotlin.$_$.m6;
|
|
163
162
|
var filter = kotlin_kotlin.$_$.sd;
|
|
164
163
|
var map = kotlin_kotlin.$_$.wd;
|
|
@@ -181,20 +180,20 @@
|
|
|
181
180
|
var GeneratedSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.x1;
|
|
182
181
|
var throwMissingFieldException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g2;
|
|
183
182
|
var Companion_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.o;
|
|
184
|
-
var Companion_getInstance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
183
|
+
var Companion_getInstance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.p4;
|
|
185
184
|
var PolymorphicSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.b;
|
|
186
|
-
var Companion_getInstance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
187
|
-
var Companion_getInstance_2 = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
188
|
-
var RestartGameReason_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
185
|
+
var Companion_getInstance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.o4;
|
|
186
|
+
var Companion_getInstance_2 = kotlin_io_raspberryapps_game_engine_core.$_$.h4;
|
|
187
|
+
var RestartGameReason_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.r4;
|
|
189
188
|
var ObjectSerializer_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a;
|
|
190
|
-
var $serializer_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
189
|
+
var $serializer_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.k4;
|
|
191
190
|
var mapToDto = kotlin_io_raspberryapps_game_engine_core.$_$.a1;
|
|
192
191
|
var mapFromDto = kotlin_io_raspberryapps_game_engine_core.$_$.u;
|
|
193
|
-
var toDomainEnum = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
192
|
+
var toDomainEnum = kotlin_io_raspberryapps_game_engine_core.$_$.z2;
|
|
194
193
|
var emptySet = kotlin_kotlin.$_$.p7;
|
|
195
|
-
var enumToString = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
194
|
+
var enumToString = kotlin_io_raspberryapps_game_engine_core.$_$.r2;
|
|
196
195
|
var mapOf_0 = kotlin_kotlin.$_$.t8;
|
|
197
|
-
var toDomainEnumSafe = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
196
|
+
var toDomainEnumSafe = kotlin_io_raspberryapps_game_engine_core.$_$.y2;
|
|
198
197
|
var mapToDto_0 = kotlin_io_raspberryapps_game_engine_core.$_$.z;
|
|
199
198
|
var mapToDto_1 = kotlin_io_raspberryapps_game_engine_core.$_$.x;
|
|
200
199
|
var mapFromDto_0 = kotlin_io_raspberryapps_game_engine_core.$_$.w;
|
|
@@ -209,21 +208,21 @@
|
|
|
209
208
|
var Duration = kotlin_kotlin.$_$.xf;
|
|
210
209
|
var toIntOrNull = kotlin_kotlin.$_$.kf;
|
|
211
210
|
var RulesDto = kotlin_io_raspberryapps_game_engine_core.$_$.b1;
|
|
212
|
-
var Companion_instance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
213
|
-
var Companion_instance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
214
|
-
var PlayerConnectionState_LIVE_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
211
|
+
var Companion_instance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.i4;
|
|
212
|
+
var Companion_instance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.g4;
|
|
213
|
+
var PlayerConnectionState_LIVE_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.n3;
|
|
215
214
|
var toDuration_0 = kotlin_kotlin.$_$.ag;
|
|
216
|
-
var PlayerConnectionState_LEFT_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
215
|
+
var PlayerConnectionState_LEFT_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.m3;
|
|
217
216
|
var mapFromDto_2 = kotlin_io_raspberryapps_game_engine_core.$_$.t;
|
|
218
217
|
var mapToDto_2 = kotlin_io_raspberryapps_game_engine_core.$_$.y;
|
|
219
218
|
var toInstant = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.e;
|
|
220
|
-
var $serializer_getInstance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
219
|
+
var $serializer_getInstance_0 = kotlin_io_raspberryapps_game_engine_core.$_$.l4;
|
|
221
220
|
var DoubleSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.p;
|
|
222
221
|
var FloatSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.q;
|
|
223
|
-
var Companion_getInstance_5 = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
222
|
+
var Companion_getInstance_5 = kotlin_io_raspberryapps_game_engine_core.$_$.j4;
|
|
224
223
|
var LongSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.s;
|
|
225
224
|
var LinkedHashMapSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.z1;
|
|
226
|
-
var $serializer_getInstance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
225
|
+
var $serializer_getInstance_1 = kotlin_io_raspberryapps_game_engine_core.$_$.m4;
|
|
227
226
|
var InstantIso8601Serializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.a;
|
|
228
227
|
var PlayerState = kotlin_io_raspberryapps_game_engine_core.$_$.i;
|
|
229
228
|
var charSequenceLength = kotlin_kotlin.$_$.ib;
|
|
@@ -231,15 +230,15 @@
|
|
|
231
230
|
var CardGrowthComparator = kotlin_io_raspberryapps_game_engine_core.$_$.d1;
|
|
232
231
|
var take = kotlin_kotlin.$_$.p9;
|
|
233
232
|
var CardName_ACE_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.a;
|
|
234
|
-
var CardName_KING_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.
|
|
235
|
-
var
|
|
236
|
-
var CardName_JACK_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.
|
|
233
|
+
var CardName_KING_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.d;
|
|
234
|
+
var CardName_QUEEN_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.f;
|
|
235
|
+
var CardName_JACK_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.c;
|
|
237
236
|
var CardName_TEN_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.h;
|
|
238
|
-
var CardName_NINE_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.
|
|
237
|
+
var CardName_NINE_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.e;
|
|
239
238
|
var CardName_SEVEN_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.g;
|
|
240
|
-
var nextTo = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
239
|
+
var nextTo = kotlin_io_raspberryapps_game_engine_core.$_$.u2;
|
|
241
240
|
var last_0 = kotlin_kotlin.$_$.m8;
|
|
242
|
-
var CardName_EIGHT_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.
|
|
241
|
+
var CardName_EIGHT_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.b;
|
|
243
242
|
var values = kotlin_io_raspberryapps_cardgame_core.$_$.r;
|
|
244
243
|
var getPlayer = kotlin_io_raspberryapps_game_engine_core.$_$.o;
|
|
245
244
|
var Json = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json.$_$.b;
|
|
@@ -247,7 +246,7 @@
|
|
|
247
246
|
var PolymorphicModuleBuilder = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.i2;
|
|
248
247
|
var serializer_0 = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.x2;
|
|
249
248
|
var TerminationGameReasonDto = kotlin_io_raspberryapps_game_engine_core.$_$.c1;
|
|
250
|
-
var ProcessingReasonDto_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
249
|
+
var ProcessingReasonDto_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.n4;
|
|
251
250
|
var filterByPlayerId = kotlin_io_raspberryapps_game_engine_core.$_$.m;
|
|
252
251
|
var CardNumberComparator_instance = kotlin_io_raspberryapps_cardgame_core.$_$.m;
|
|
253
252
|
var singleOrNull = kotlin_kotlin.$_$.i9;
|
|
@@ -277,6 +276,7 @@
|
|
|
277
276
|
var compareTo = kotlin_kotlin.$_$.kb;
|
|
278
277
|
var distributeCardsBottom = kotlin_io_raspberryapps_cardgame_core.$_$.s;
|
|
279
278
|
var distributeCardsTop = kotlin_io_raspberryapps_cardgame_core.$_$.t;
|
|
279
|
+
var toMutableList = kotlin_kotlin.$_$.x9;
|
|
280
280
|
var CardsRandomProvider_RANDOM_ORG_SIGNED_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.j;
|
|
281
281
|
var CardsRandomProvider_RANDOM_ORG_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.k;
|
|
282
282
|
var CardsRandomProvider_CUSTOM_getInstance = kotlin_io_raspberryapps_cardgame_core.$_$.i;
|
|
@@ -289,73 +289,73 @@
|
|
|
289
289
|
var roundToInt = kotlin_kotlin.$_$.bd;
|
|
290
290
|
var average = kotlin_kotlin.$_$.n6;
|
|
291
291
|
var mapToFinishReason = kotlin_io_raspberryapps_game_engine_core.$_$.q;
|
|
292
|
-
var StopTimerAction = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
293
|
-
var TimerType_DELAY_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
294
|
-
var StartTimerAction = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
295
|
-
var PlayerConnectionState_DISCONNECTING_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
292
|
+
var StopTimerAction = kotlin_io_raspberryapps_game_engine_core.$_$.z1;
|
|
293
|
+
var TimerType_DELAY_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.y3;
|
|
294
|
+
var StartTimerAction = kotlin_io_raspberryapps_game_engine_core.$_$.y1;
|
|
295
|
+
var PlayerConnectionState_DISCONNECTING_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.l3;
|
|
296
296
|
var toLong = kotlin_kotlin.$_$.xc;
|
|
297
297
|
var PlayerReturnsReason = kotlin_io_raspberryapps_game_engine_core.$_$.k1;
|
|
298
298
|
var nextToPlayerId = kotlin_io_raspberryapps_game_engine_core.$_$.r;
|
|
299
299
|
var previousPlayerId = kotlin_io_raspberryapps_game_engine_core.$_$.s;
|
|
300
|
-
var Companion_instance_2 = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
300
|
+
var Companion_instance_2 = kotlin_io_raspberryapps_game_engine_core.$_$.q4;
|
|
301
301
|
var contains_0 = kotlin_kotlin.$_$.zd;
|
|
302
302
|
var split = kotlin_kotlin.$_$.af;
|
|
303
303
|
var UserInfoData = kotlin_io_raspberryapps_cardgame_random.$_$.c;
|
|
304
304
|
var CardDeckRequestUserData = kotlin_io_raspberryapps_cardgame_random.$_$.a;
|
|
305
|
-
var get_actionTag = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
306
|
-
var notValidateWhenFinishing = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
307
|
-
var notValidateWhenFinished = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
308
|
-
var Action = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
309
|
-
var NotValidateIfGameFinishing = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
310
|
-
var NotValidateIfGameFinished = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
305
|
+
var get_actionTag = kotlin_io_raspberryapps_game_engine_core.$_$.f2;
|
|
306
|
+
var notValidateWhenFinishing = kotlin_io_raspberryapps_game_engine_core.$_$.t1;
|
|
307
|
+
var notValidateWhenFinished = kotlin_io_raspberryapps_game_engine_core.$_$.r1;
|
|
308
|
+
var Action = kotlin_io_raspberryapps_game_engine_core.$_$.g2;
|
|
309
|
+
var NotValidateIfGameFinishing = kotlin_io_raspberryapps_game_engine_core.$_$.u1;
|
|
310
|
+
var NotValidateIfGameFinished = kotlin_io_raspberryapps_game_engine_core.$_$.s1;
|
|
311
311
|
var emptyMap = kotlin_kotlin.$_$.o7;
|
|
312
312
|
var PlayerIndex = kotlin_io_raspberryapps_game_engine_core.$_$.h;
|
|
313
313
|
var IdempotencyTag = kotlin_io_raspberryapps_game_engine_core.$_$.j1;
|
|
314
314
|
var firstOrNull_1 = kotlin_kotlin.$_$.t7;
|
|
315
|
-
var sortWithItem = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
316
|
-
var swap = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
317
|
-
var BufferedAction = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
318
|
-
var IgnoreBufferForAction = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
319
|
-
var ReleaseBufferTriggerAction = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
315
|
+
var sortWithItem = kotlin_io_raspberryapps_game_engine_core.$_$.w2;
|
|
316
|
+
var swap = kotlin_io_raspberryapps_game_engine_core.$_$.x2;
|
|
317
|
+
var BufferedAction = kotlin_io_raspberryapps_game_engine_core.$_$.v1;
|
|
318
|
+
var IgnoreBufferForAction = kotlin_io_raspberryapps_game_engine_core.$_$.w1;
|
|
319
|
+
var ReleaseBufferTriggerAction = kotlin_io_raspberryapps_game_engine_core.$_$.x1;
|
|
320
320
|
var CoreConfig = kotlin_io_raspberryapps_game_engine_core.$_$.g1;
|
|
321
|
-
var FileSystem = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
322
|
-
var LoggerFactory = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
321
|
+
var FileSystem = kotlin_io_raspberryapps_game_engine_core.$_$.p1;
|
|
322
|
+
var LoggerFactory = kotlin_io_raspberryapps_game_engine_core.$_$.q1;
|
|
323
323
|
var InstanceOrNull = kotlin_org_kodein_di_kodein_di.$_$.e;
|
|
324
|
-
var timerMiddleware = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
324
|
+
var timerMiddleware = kotlin_io_raspberryapps_game_engine_core.$_$.e2;
|
|
325
325
|
var assertIfMainThread = kotlin_io_raspberryapps_game_engine_core.$_$.i3;
|
|
326
|
-
var AppEnvironment_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
327
|
-
var Middleware = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
328
|
-
var middleware = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
326
|
+
var AppEnvironment_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.u4;
|
|
327
|
+
var Middleware = kotlin_io_raspberryapps_game_engine_core.$_$.h2;
|
|
328
|
+
var middleware = kotlin_io_raspberryapps_game_engine_core.$_$.l2;
|
|
329
329
|
var filterPlayerTurn = kotlin_io_raspberryapps_game_engine_core.$_$.n;
|
|
330
330
|
var Result = kotlin_kotlin.$_$.qg;
|
|
331
331
|
var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.r;
|
|
332
|
-
var LoggerOutputDataDto = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
333
|
-
var Reason_FINISHED_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
332
|
+
var LoggerOutputDataDto = kotlin_io_raspberryapps_game_engine_core.$_$.q2;
|
|
333
|
+
var Reason_FINISHED_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.x3;
|
|
334
334
|
var GameFinishedReason = kotlin_io_raspberryapps_game_engine_core.$_$.i1;
|
|
335
335
|
var Default_getInstance = kotlin_kotlin.$_$.d5;
|
|
336
|
-
var PlayerConnectionState_TIMEOUT_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
337
|
-
var PlayerConnectionState_DELETED_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
338
|
-
var TimerTickAction = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
336
|
+
var PlayerConnectionState_TIMEOUT_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.p3;
|
|
337
|
+
var PlayerConnectionState_DELETED_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.k3;
|
|
338
|
+
var TimerTickAction = kotlin_io_raspberryapps_game_engine_core.$_$.b2;
|
|
339
339
|
var GameErrorReason = kotlin_io_raspberryapps_game_engine_core.$_$.h1;
|
|
340
|
-
var Reason_GAME_NOT_EXISTS_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
341
|
-
var Reason_PLAYER_DISCONNECTED_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
342
|
-
var Reason_DUPLICATED_PLAYER_ANSWER_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
343
|
-
var Reason_WRONG_PLAYER_TURN_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
344
|
-
var parseActionName = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
340
|
+
var Reason_GAME_NOT_EXISTS_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.s3;
|
|
341
|
+
var Reason_PLAYER_DISCONNECTED_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.t3;
|
|
342
|
+
var Reason_DUPLICATED_PLAYER_ANSWER_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.r3;
|
|
343
|
+
var Reason_WRONG_PLAYER_TURN_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.v3;
|
|
344
|
+
var parseActionName = kotlin_io_raspberryapps_game_engine_core.$_$.m2;
|
|
345
345
|
var ArrayDeque_init_$Create$ = kotlin_kotlin.$_$.l;
|
|
346
|
-
var Reducer = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
347
|
-
var TimerAction = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
346
|
+
var Reducer = kotlin_io_raspberryapps_game_engine_core.$_$.i2;
|
|
347
|
+
var TimerAction = kotlin_io_raspberryapps_game_engine_core.$_$.a2;
|
|
348
348
|
var minus = kotlin_kotlin.$_$.u8;
|
|
349
|
-
var updateOrAddItems = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
349
|
+
var updateOrAddItems = kotlin_io_raspberryapps_game_engine_core.$_$.c3;
|
|
350
350
|
var get_byIdPlayerPredicate = kotlin_io_raspberryapps_game_engine_core.$_$.l;
|
|
351
|
-
var updateItem = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
351
|
+
var updateItem = kotlin_io_raspberryapps_game_engine_core.$_$.a3;
|
|
352
352
|
var toDuration_1 = kotlin_kotlin.$_$.yf;
|
|
353
|
-
var updated = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
354
|
-
var PlayerWaitingState_IN_PROGRESS_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
353
|
+
var updated = kotlin_io_raspberryapps_game_engine_core.$_$.d3;
|
|
354
|
+
var PlayerWaitingState_IN_PROGRESS_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.q3;
|
|
355
355
|
var getProgress = kotlin_io_raspberryapps_game_engine_core.$_$.p;
|
|
356
356
|
var takeLast = kotlin_kotlin.$_$.o9;
|
|
357
357
|
var plus_1 = kotlin_kotlin.$_$.w8;
|
|
358
|
-
var updateLastItem = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
358
|
+
var updateLastItem = kotlin_io_raspberryapps_game_engine_core.$_$.b3;
|
|
359
359
|
var d = kotlin_io_raspberryapps_cardgame_logger.$_$.h;
|
|
360
360
|
var e = kotlin_io_raspberryapps_cardgame_logger.$_$.i;
|
|
361
361
|
var i = kotlin_io_raspberryapps_cardgame_logger.$_$.j;
|
|
@@ -365,17 +365,17 @@
|
|
|
365
365
|
var BufferOverflow_DROP_OLDEST_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.a;
|
|
366
366
|
var Flow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.s;
|
|
367
367
|
var get_atomicfu$reentrantLock = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.a;
|
|
368
|
-
var LogType_DEBUG_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
369
|
-
var LogType_ERROR_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
368
|
+
var LogType_DEBUG_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.z3;
|
|
369
|
+
var LogType_ERROR_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.a4;
|
|
370
370
|
var stackTraceToString = kotlin_kotlin.$_$.th;
|
|
371
371
|
var take_0 = kotlin_kotlin.$_$.gf;
|
|
372
|
-
var LogType_INFO_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
373
|
-
var LogType_VERBOSE_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
374
|
-
var LogType_WARN_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
375
|
-
var get_entries = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
372
|
+
var LogType_INFO_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.b4;
|
|
373
|
+
var LogType_VERBOSE_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.c4;
|
|
374
|
+
var LogType_WARN_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.d4;
|
|
375
|
+
var get_entries = kotlin_io_raspberryapps_game_engine_core.$_$.p2;
|
|
376
376
|
var LoggerEnabledTrigger = kotlin_io_raspberryapps_cardgame_logger.$_$.d;
|
|
377
377
|
var isArray = kotlin_kotlin.$_$.ac;
|
|
378
|
-
var mapOfObject = kotlin_io_raspberryapps_game_engine_core.$_$.
|
|
378
|
+
var mapOfObject = kotlin_io_raspberryapps_game_engine_core.$_$.s2;
|
|
379
379
|
var GameUserInfo = kotlin_io_raspberryapps_game_engine_core.$_$.c;
|
|
380
380
|
var generateMsg = kotlin_io_raspberryapps_cardgame_logger.$_$.b;
|
|
381
381
|
var mutableListOf = kotlin_kotlin.$_$.v8;
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
initMetadataForClass(PlayerHand, 'PlayerHand', PlayerHand);
|
|
456
456
|
initMetadataForCompanion(Companion_13, VOID, [SerializerFactory]);
|
|
457
457
|
initMetadataForCompanion(Companion_14);
|
|
458
|
-
initMetadataForClass(
|
|
458
|
+
initMetadataForClass(SuitSelectionRoundNumber, 'SuitSelectionRoundNumber', VOID, Enum, VOID, VOID, VOID, {0: Companion_getInstance_20});
|
|
459
459
|
initMetadataForClass(PlayerOptions, 'PlayerOptions');
|
|
460
460
|
initMetadataForClass(PlayerPoints, 'PlayerPoints', PlayerPoints);
|
|
461
461
|
initMetadataForClass(GameWinnerComparator, 'GameWinnerComparator', VOID, VOID, [Comparator]);
|
|
@@ -991,7 +991,7 @@
|
|
|
991
991
|
initMetadataForInterface(WinnerCombinationProvider, 'WinnerCombinationProvider');
|
|
992
992
|
initMetadataForClass(WinnerCombinationProviderImpl, 'WinnerCombinationProviderImpl', VOID, VOID, [WinnerCombinationProvider]);
|
|
993
993
|
initMetadataForInterface(CardsInteractor, 'CardsInteractor');
|
|
994
|
-
initMetadataForClass(
|
|
994
|
+
initMetadataForClass(CardsInteractorImpl, 'CardsInteractorImpl', VOID, VOID, [CardsInteractor]);
|
|
995
995
|
initMetadataForClass(FirstRoundCards, 'FirstRoundCards');
|
|
996
996
|
initMetadataForClass(SecondRoundCards, 'SecondRoundCards');
|
|
997
997
|
initMetadataForCoroutine($createShuffledCardDeckCOROUTINE$0, CoroutineImpl);
|
|
@@ -1285,13 +1285,13 @@
|
|
|
1285
1285
|
tmp = types;
|
|
1286
1286
|
}
|
|
1287
1287
|
types = tmp;
|
|
1288
|
-
return $super === VOID ? this.
|
|
1288
|
+
return $super === VOID ? this.n9g(key, types) : $super.n9g.call(this, key, types);
|
|
1289
1289
|
}
|
|
1290
1290
|
initMetadataForInterface(FileLoggerOutput, 'FileLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
1291
1291
|
initMetadataForClass(FileLoggerOutputImpl, 'FileLoggerOutputImpl', FileLoggerOutputImpl, VOID, [FileLoggerOutput]);
|
|
1292
1292
|
function createConfig(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league, $super) {
|
|
1293
1293
|
league = league === VOID ? null : league;
|
|
1294
|
-
return this.
|
|
1294
|
+
return this.o9g(mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league);
|
|
1295
1295
|
}
|
|
1296
1296
|
initMetadataForInterface(GameHelper, 'GameHelper');
|
|
1297
1297
|
initMetadataForClass(GameHelperImpl, 'GameHelperImpl', VOID, VOID, [GameHelper]);
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
tmp = existingNicknames;
|
|
1305
1305
|
}
|
|
1306
1306
|
existingNicknames = tmp;
|
|
1307
|
-
return this.
|
|
1307
|
+
return this.q9g(playerId, existingNicknames);
|
|
1308
1308
|
}
|
|
1309
1309
|
initMetadataForInterface(GameResources, 'GameResources');
|
|
1310
1310
|
initMetadataForCompanion(Companion_164);
|
|
@@ -2011,12 +2011,12 @@
|
|
|
2011
2011
|
function get_isCreated(_this__u8e3s4) {
|
|
2012
2012
|
return _this__u8e3s4.equals(GameLifecycleState_CREATED_getInstance());
|
|
2013
2013
|
}
|
|
2014
|
-
function get_isFinishing(_this__u8e3s4) {
|
|
2015
|
-
return _this__u8e3s4.equals(GameLifecycleState_FINISHING_getInstance());
|
|
2016
|
-
}
|
|
2017
2014
|
function get_isFinished(_this__u8e3s4) {
|
|
2018
2015
|
return _this__u8e3s4.equals(GameLifecycleState_FINISHED_getInstance());
|
|
2019
2016
|
}
|
|
2017
|
+
function get_isFinishing(_this__u8e3s4) {
|
|
2018
|
+
return _this__u8e3s4.equals(GameLifecycleState_FINISHING_getInstance());
|
|
2019
|
+
}
|
|
2020
2020
|
function GameLifecycleState_CREATED_getInstance() {
|
|
2021
2021
|
GameLifecycleState_initEntries();
|
|
2022
2022
|
return GameLifecycleState_CREATED_instance;
|
|
@@ -3441,13 +3441,15 @@
|
|
|
3441
3441
|
var playerNumberComparator;
|
|
3442
3442
|
function Companion_9() {
|
|
3443
3443
|
}
|
|
3444
|
-
protoOf(Companion_9).g6x = function (userInfo, playerNumber, isGameCreator, isShuffleCards, state, hand) {
|
|
3445
|
-
|
|
3444
|
+
protoOf(Companion_9).g6x = function (userInfo, playerNumber, isGameCreator, isShuffleCards, state, hand, cards) {
|
|
3445
|
+
var tmp0_options = Companion_instance_19.h6x(isGameCreator, playerNumber, isShuffleCards);
|
|
3446
|
+
return new JassPlayer(userInfo, state, cards, tmp0_options, hand);
|
|
3446
3447
|
};
|
|
3447
|
-
protoOf(Companion_9).i6x = function (userInfo, playerNumber, isGameCreator, isShuffleCards, state, hand, $super) {
|
|
3448
|
+
protoOf(Companion_9).i6x = function (userInfo, playerNumber, isGameCreator, isShuffleCards, state, hand, cards, $super) {
|
|
3448
3449
|
isShuffleCards = isShuffleCards === VOID ? false : isShuffleCards;
|
|
3449
3450
|
hand = hand === VOID ? new PlayerHand() : hand;
|
|
3450
|
-
|
|
3451
|
+
cards = cards === VOID ? emptyList() : cards;
|
|
3452
|
+
return $super === VOID ? this.g6x(userInfo, playerNumber, isGameCreator, isShuffleCards, state, hand, cards) : $super.g6x.call(this, userInfo, playerNumber, isGameCreator, isShuffleCards, state, hand, cards);
|
|
3451
3453
|
};
|
|
3452
3454
|
var Companion_instance_14;
|
|
3453
3455
|
function Companion_getInstance_16() {
|
|
@@ -5165,29 +5167,29 @@
|
|
|
5165
5167
|
function _get_$cachedSerializer__te6jhj_2($this) {
|
|
5166
5168
|
return $this.n71_1.u();
|
|
5167
5169
|
}
|
|
5168
|
-
function PlayerOptions$
|
|
5169
|
-
return createSimpleEnumSerializer('games.jass.logic.data.models.player.options.PlayerOptions.
|
|
5170
|
+
function PlayerOptions$SuitSelectionRoundNumber$Companion$_anonymous__s560z4() {
|
|
5171
|
+
return createSimpleEnumSerializer('games.jass.logic.data.models.player.options.PlayerOptions.SuitSelectionRoundNumber', values_5());
|
|
5170
5172
|
}
|
|
5171
|
-
var
|
|
5172
|
-
var
|
|
5173
|
-
var
|
|
5173
|
+
var SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_instance;
|
|
5174
|
+
var SuitSelectionRoundNumber_FIRST_CIRCLE_PASSED_instance;
|
|
5175
|
+
var SuitSelectionRoundNumber_SECOND_CIRCLE_PASSED_instance;
|
|
5174
5176
|
function Companion_13() {
|
|
5175
5177
|
Companion_instance_18 = this;
|
|
5176
5178
|
var tmp = this;
|
|
5177
5179
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
5178
|
-
tmp.n71_1 = lazy_0(tmp_0, PlayerOptions$
|
|
5180
|
+
tmp.n71_1 = lazy_0(tmp_0, PlayerOptions$SuitSelectionRoundNumber$Companion$_anonymous__s560z4);
|
|
5179
5181
|
}
|
|
5180
5182
|
protoOf(Companion_13).o71 = function (number) {
|
|
5181
5183
|
var tmp;
|
|
5182
5184
|
switch (number) {
|
|
5183
5185
|
case 0:
|
|
5184
|
-
tmp =
|
|
5186
|
+
tmp = SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_getInstance();
|
|
5185
5187
|
break;
|
|
5186
5188
|
case 1:
|
|
5187
|
-
tmp =
|
|
5189
|
+
tmp = SuitSelectionRoundNumber_FIRST_CIRCLE_PASSED_getInstance();
|
|
5188
5190
|
break;
|
|
5189
5191
|
case 2:
|
|
5190
|
-
tmp =
|
|
5192
|
+
tmp = SuitSelectionRoundNumber_SECOND_CIRCLE_PASSED_getInstance();
|
|
5191
5193
|
break;
|
|
5192
5194
|
default:
|
|
5193
5195
|
throw IllegalStateException_init_$Create$("Can't support this circle " + number);
|
|
@@ -5202,28 +5204,28 @@
|
|
|
5202
5204
|
};
|
|
5203
5205
|
var Companion_instance_18;
|
|
5204
5206
|
function Companion_getInstance_20() {
|
|
5205
|
-
|
|
5207
|
+
SuitSelectionRoundNumber_initEntries();
|
|
5206
5208
|
if (Companion_instance_18 == null)
|
|
5207
5209
|
new Companion_13();
|
|
5208
5210
|
return Companion_instance_18;
|
|
5209
5211
|
}
|
|
5210
5212
|
function values_5() {
|
|
5211
|
-
return [
|
|
5213
|
+
return [SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_getInstance(), SuitSelectionRoundNumber_FIRST_CIRCLE_PASSED_getInstance(), SuitSelectionRoundNumber_SECOND_CIRCLE_PASSED_getInstance()];
|
|
5212
5214
|
}
|
|
5213
|
-
var
|
|
5214
|
-
function
|
|
5215
|
-
if (
|
|
5215
|
+
var SuitSelectionRoundNumber_entriesInitialized;
|
|
5216
|
+
function SuitSelectionRoundNumber_initEntries() {
|
|
5217
|
+
if (SuitSelectionRoundNumber_entriesInitialized)
|
|
5216
5218
|
return Unit_instance;
|
|
5217
|
-
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
|
|
5219
|
+
SuitSelectionRoundNumber_entriesInitialized = true;
|
|
5220
|
+
SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_instance = new SuitSelectionRoundNumber('CIRCLE_NOT_STARTED', 0, 0);
|
|
5221
|
+
SuitSelectionRoundNumber_FIRST_CIRCLE_PASSED_instance = new SuitSelectionRoundNumber('FIRST_CIRCLE_PASSED', 1, 1);
|
|
5222
|
+
SuitSelectionRoundNumber_SECOND_CIRCLE_PASSED_instance = new SuitSelectionRoundNumber('SECOND_CIRCLE_PASSED', 2, 2);
|
|
5221
5223
|
Companion_getInstance_20();
|
|
5222
5224
|
}
|
|
5223
5225
|
function Companion_14() {
|
|
5224
5226
|
}
|
|
5225
5227
|
protoOf(Companion_14).p71 = function (isGameCreator, playerNumber, isShuffleCards, isRoundWinner) {
|
|
5226
|
-
return new PlayerOptions(isGameCreator, playerNumber, false, isShuffleCards, isRoundWinner, false, false, 0, 15, false,
|
|
5228
|
+
return new PlayerOptions(isGameCreator, playerNumber, false, isShuffleCards, isRoundWinner, false, false, 0, 15, false, SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_getInstance(), false, false);
|
|
5227
5229
|
};
|
|
5228
5230
|
protoOf(Companion_14).h6x = function (isGameCreator, playerNumber, isShuffleCards, isRoundWinner, $super) {
|
|
5229
5231
|
isShuffleCards = isShuffleCards === VOID ? false : isShuffleCards;
|
|
@@ -5293,28 +5295,28 @@
|
|
|
5293
5295
|
var tmp12_isRoundWinner = (tmp6_safe_receiver == null ? null : contains(tmp6_safe_receiver, playerId)) === true;
|
|
5294
5296
|
var tmp13_isShuffleCards = playerId === (shuffleCardsItem == null ? null : shuffleCardsItem.v71_1);
|
|
5295
5297
|
var tmp14_isWonCardLot = playerId === gameCreatorId;
|
|
5296
|
-
var tmp16_numberOfCircle =
|
|
5298
|
+
var tmp16_numberOfCircle = SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_getInstance();
|
|
5297
5299
|
return new PlayerOptions(tmp8_isGameCreator, index, false, tmp13_isShuffleCards, tmp12_isRoundWinner, tmp14_isWonCardLot, tmp10_isEarnedBiggestPointInLastGame, tmp11_failedContractsCount, 15, false, tmp16_numberOfCircle, false, tmp9_isChoseSuitInLastGame);
|
|
5298
5300
|
};
|
|
5299
5301
|
var Companion_instance_19;
|
|
5300
5302
|
function Companion_getInstance_21() {
|
|
5301
5303
|
return Companion_instance_19;
|
|
5302
5304
|
}
|
|
5303
|
-
function
|
|
5305
|
+
function SuitSelectionRoundNumber(name, ordinal, number) {
|
|
5304
5306
|
Enum.call(this, name, ordinal);
|
|
5305
5307
|
this.a72_1 = number;
|
|
5306
5308
|
}
|
|
5307
|
-
function
|
|
5308
|
-
|
|
5309
|
-
return
|
|
5309
|
+
function SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_getInstance() {
|
|
5310
|
+
SuitSelectionRoundNumber_initEntries();
|
|
5311
|
+
return SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_instance;
|
|
5310
5312
|
}
|
|
5311
|
-
function
|
|
5312
|
-
|
|
5313
|
-
return
|
|
5313
|
+
function SuitSelectionRoundNumber_FIRST_CIRCLE_PASSED_getInstance() {
|
|
5314
|
+
SuitSelectionRoundNumber_initEntries();
|
|
5315
|
+
return SuitSelectionRoundNumber_FIRST_CIRCLE_PASSED_instance;
|
|
5314
5316
|
}
|
|
5315
|
-
function
|
|
5316
|
-
|
|
5317
|
-
return
|
|
5317
|
+
function SuitSelectionRoundNumber_SECOND_CIRCLE_PASSED_getInstance() {
|
|
5318
|
+
SuitSelectionRoundNumber_initEntries();
|
|
5319
|
+
return SuitSelectionRoundNumber_SECOND_CIRCLE_PASSED_instance;
|
|
5318
5320
|
}
|
|
5319
5321
|
function PlayerOptions(isGameCreator, playerNumber, isGameWinner, isShuffleCards, isRoundWinner, isWonCardLot, isEarnedBiggestPointInLastGame, failedContractsCount, sentVoicesCount, isGotLastBribe, numberOfCircle, isChoseSuit, isChoseSuitInLastGame) {
|
|
5320
5322
|
this.q6x_1 = isGameCreator;
|
|
@@ -5332,22 +5334,22 @@
|
|
|
5332
5334
|
this.c6y_1 = isChoseSuitInLastGame;
|
|
5333
5335
|
}
|
|
5334
5336
|
protoOf(PlayerOptions).b72 = function () {
|
|
5335
|
-
return this.a6y_1.equals(
|
|
5337
|
+
return this.a6y_1.equals(SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_getInstance());
|
|
5336
5338
|
};
|
|
5337
5339
|
protoOf(PlayerOptions).c72 = function () {
|
|
5338
|
-
return this.a6y_1.equals(
|
|
5340
|
+
return this.a6y_1.equals(SuitSelectionRoundNumber_FIRST_CIRCLE_PASSED_getInstance());
|
|
5339
5341
|
};
|
|
5340
5342
|
protoOf(PlayerOptions).d72 = function () {
|
|
5341
|
-
return this.a6y_1.equals(
|
|
5343
|
+
return this.a6y_1.equals(SuitSelectionRoundNumber_SECOND_CIRCLE_PASSED_getInstance());
|
|
5342
5344
|
};
|
|
5343
5345
|
protoOf(PlayerOptions).e72 = function () {
|
|
5344
5346
|
var tmp;
|
|
5345
5347
|
switch (this.a6y_1.o2_1) {
|
|
5346
5348
|
case 0:
|
|
5347
|
-
tmp =
|
|
5349
|
+
tmp = SuitSelectionRoundNumber_FIRST_CIRCLE_PASSED_getInstance();
|
|
5348
5350
|
break;
|
|
5349
5351
|
case 1:
|
|
5350
|
-
tmp =
|
|
5352
|
+
tmp = SuitSelectionRoundNumber_SECOND_CIRCLE_PASSED_getInstance();
|
|
5351
5353
|
break;
|
|
5352
5354
|
case 2:
|
|
5353
5355
|
tmp = null;
|
|
@@ -6466,14 +6468,14 @@
|
|
|
6466
6468
|
return false;
|
|
6467
6469
|
return true;
|
|
6468
6470
|
};
|
|
6469
|
-
function PlayerRatingOutput(playerId,
|
|
6471
|
+
function PlayerRatingOutput(playerId, oldRating, newRating, isWinner) {
|
|
6470
6472
|
this.p74_1 = playerId;
|
|
6471
|
-
this.q74_1 =
|
|
6472
|
-
this.r74_1 =
|
|
6473
|
+
this.q74_1 = oldRating;
|
|
6474
|
+
this.r74_1 = newRating;
|
|
6473
6475
|
this.s74_1 = isWinner;
|
|
6474
6476
|
}
|
|
6475
6477
|
protoOf(PlayerRatingOutput).toString = function () {
|
|
6476
|
-
return 'PlayerRatingOutput(playerId=' + this.p74_1 + ',
|
|
6478
|
+
return 'PlayerRatingOutput(playerId=' + this.p74_1 + ', oldRating=' + this.q74_1 + ', newRating=' + this.r74_1 + ', isWinner=' + this.s74_1 + ')';
|
|
6477
6479
|
};
|
|
6478
6480
|
protoOf(PlayerRatingOutput).hashCode = function () {
|
|
6479
6481
|
var result = getStringHashCode(this.p74_1);
|
|
@@ -8826,11 +8828,11 @@
|
|
|
8826
8828
|
return false;
|
|
8827
8829
|
return true;
|
|
8828
8830
|
};
|
|
8829
|
-
function EarnPointsClientSceneData(playerCards, otherPlayersCardsCount, combinations,
|
|
8831
|
+
function EarnPointsClientSceneData(playerCards, otherPlayersCardsCount, combinations, topOpenedCard, whoPutCardFirstPlayerId) {
|
|
8830
8832
|
this.d7d_1 = playerCards;
|
|
8831
8833
|
this.e7d_1 = otherPlayersCardsCount;
|
|
8832
8834
|
this.f7d_1 = combinations;
|
|
8833
|
-
this.g7d_1 =
|
|
8835
|
+
this.g7d_1 = topOpenedCard;
|
|
8834
8836
|
this.h7d_1 = whoPutCardFirstPlayerId;
|
|
8835
8837
|
}
|
|
8836
8838
|
protoOf(EarnPointsClientSceneData).b7d = function () {
|
|
@@ -8873,7 +8875,7 @@
|
|
|
8873
8875
|
}
|
|
8874
8876
|
var tmp_3 = tmp_1;
|
|
8875
8877
|
// Inline function 'kotlin.takeIf' call
|
|
8876
|
-
var this_2 = '
|
|
8878
|
+
var this_2 = 'topOpenedCard=' + toString_0(this.g7d_1);
|
|
8877
8879
|
// Inline function 'kotlin.contracts.contract' call
|
|
8878
8880
|
var tmp_4;
|
|
8879
8881
|
// Inline function 'games.jass.logic.data.models.scenes.EarnPointsClientSceneData.toString.<anonymous>' call
|
|
@@ -9204,11 +9206,11 @@
|
|
|
9204
9206
|
return false;
|
|
9205
9207
|
return true;
|
|
9206
9208
|
};
|
|
9207
|
-
function EarnPointsSceneData(playersCards, combinations,
|
|
9209
|
+
function EarnPointsSceneData(playersCards, combinations, topOpenedCard, whoPutCardFirstPlayerId) {
|
|
9208
9210
|
JassSceneData.call(this);
|
|
9209
9211
|
this.a7e_1 = playersCards;
|
|
9210
9212
|
this.b7e_1 = combinations;
|
|
9211
|
-
this.c7e_1 =
|
|
9213
|
+
this.c7e_1 = topOpenedCard;
|
|
9212
9214
|
this.d7e_1 = whoPutCardFirstPlayerId;
|
|
9213
9215
|
}
|
|
9214
9216
|
protoOf(EarnPointsSceneData).z7d = function () {
|
|
@@ -9263,7 +9265,7 @@
|
|
|
9263
9265
|
}
|
|
9264
9266
|
var tmp_3 = tmp_1;
|
|
9265
9267
|
// Inline function 'kotlin.takeIf' call
|
|
9266
|
-
var this_3 = '
|
|
9268
|
+
var this_3 = 'topOpenedCard=' + toString_0(this.c7e_1);
|
|
9267
9269
|
// Inline function 'kotlin.contracts.contract' call
|
|
9268
9270
|
var tmp_4;
|
|
9269
9271
|
// Inline function 'games.jass.logic.data.models.scenes.EarnPointsSceneData.toString.<anonymous>' call
|
|
@@ -9373,22 +9375,21 @@
|
|
|
9373
9375
|
}
|
|
9374
9376
|
return tmp;
|
|
9375
9377
|
}
|
|
9376
|
-
function
|
|
9377
|
-
|
|
9378
|
-
includeCards = includeCards === VOID ? emptyList() : includeCards;
|
|
9378
|
+
function generateHiddenPlayerHandCards(count, playerIndex, previousHiddenCardWithMaxIndex) {
|
|
9379
|
+
previousHiddenCardWithMaxIndex = previousHiddenCardWithMaxIndex === VOID ? null : previousHiddenCardWithMaxIndex;
|
|
9379
9380
|
if (count === 0) {
|
|
9380
9381
|
return emptyList();
|
|
9381
9382
|
}
|
|
9382
|
-
|
|
9383
|
-
var
|
|
9383
|
+
// Inline function 'kotlin.collections.mutableListOf' call
|
|
9384
|
+
var cards = ArrayList_init_$Create$_0();
|
|
9384
9385
|
var inductionVariable = 0;
|
|
9385
|
-
if (inductionVariable <
|
|
9386
|
+
if (inductionVariable < count)
|
|
9386
9387
|
do {
|
|
9387
9388
|
var position = inductionVariable;
|
|
9388
9389
|
inductionVariable = inductionVariable + 1 | 0;
|
|
9389
|
-
cards.e(Companion_instance.t66(position, playerIndex,
|
|
9390
|
+
cards.e(Companion_instance.t66(position, playerIndex, previousHiddenCardWithMaxIndex));
|
|
9390
9391
|
}
|
|
9391
|
-
while (inductionVariable <
|
|
9392
|
+
while (inductionVariable < count);
|
|
9392
9393
|
return cards;
|
|
9393
9394
|
}
|
|
9394
9395
|
function generateStubCardDeckCards(count) {
|
|
@@ -9468,7 +9469,7 @@
|
|
|
9468
9469
|
tmp_0 = null;
|
|
9469
9470
|
}
|
|
9470
9471
|
var lastStubCard = tmp_0;
|
|
9471
|
-
var generatedCards =
|
|
9472
|
+
var generatedCards = generateHiddenPlayerHandCards(item.u(), playerIndex, lastStubCard);
|
|
9472
9473
|
var tmp$ret$3 = to(item.t(), generatedCards);
|
|
9473
9474
|
destination.e(tmp$ret$3);
|
|
9474
9475
|
}
|
|
@@ -14499,7 +14500,7 @@
|
|
|
14499
14500
|
function _init_properties_CombinationsDtoMappers_kt__fk981j() {
|
|
14500
14501
|
if (!properties_initialized_CombinationsDtoMappers_kt_1nj0n) {
|
|
14501
14502
|
properties_initialized_CombinationsDtoMappers_kt_1nj0n = true;
|
|
14502
|
-
combinationTypeMapping = mapOf_0([to('TERZ', CombinationType_THREE_IN_ROW_getInstance()), to('FIFTY', CombinationType_FOUR_IN_ROW_getInstance()), to('DEBERTZ', CombinationType_SEVEN_IN_ROW_getInstance()), to('BELLA', CombinationType_BELA_getInstance()), to('BONUS_AFTER_PLAYER_BYTE', CombinationType_BONUS_FAILED_CONTRACT_getInstance()), to('BONUS_HANGING_BYTE', CombinationType_BONUS_CONTROVERSIAL_CONTRACT_getInstance()), to('FINE_THIRD_BYTE', CombinationType_FINE_THIRD_FAILED_CONTRACT_getInstance()), to('FOUR_IN_ROW', CombinationType_THREE_IN_ROW_getInstance()), to('FOUR_IN_ROW', CombinationType_FOUR_IN_ROW_getInstance()), to('FIVE_IN_ROW', CombinationType_FIVE_IN_ROW_getInstance()), to('SEVEN_IN_ROW', CombinationType_SEVEN_IN_ROW_getInstance()), to('SEVEN_TRUMP', CombinationType_SEVEN_TRUMP_getInstance()), to('FOUR_SEVENS', CombinationType_FOUR_SEVENS_getInstance()), to('FOUR_NINES', CombinationType_FOUR_NINES_getInstance()), to('FOUR_TENS', CombinationType_FOUR_TENS_getInstance()), to('FOUR_JACKS', CombinationType_FOUR_JACKS_getInstance()), to('
|
|
14503
|
+
combinationTypeMapping = mapOf_0([to('TERZ', CombinationType_THREE_IN_ROW_getInstance()), to('FIFTY', CombinationType_FOUR_IN_ROW_getInstance()), to('DEBERTZ', CombinationType_SEVEN_IN_ROW_getInstance()), to('BELLA', CombinationType_BELA_getInstance()), to('BONUS_AFTER_PLAYER_BYTE', CombinationType_BONUS_FAILED_CONTRACT_getInstance()), to('BONUS_HANGING_BYTE', CombinationType_BONUS_CONTROVERSIAL_CONTRACT_getInstance()), to('FINE_THIRD_BYTE', CombinationType_FINE_THIRD_FAILED_CONTRACT_getInstance()), to('FOUR_IN_ROW', CombinationType_THREE_IN_ROW_getInstance()), to('FOUR_IN_ROW', CombinationType_FOUR_IN_ROW_getInstance()), to('FIVE_IN_ROW', CombinationType_FIVE_IN_ROW_getInstance()), to('SEVEN_IN_ROW', CombinationType_SEVEN_IN_ROW_getInstance()), to('SEVEN_TRUMP', CombinationType_SEVEN_TRUMP_getInstance()), to('FOUR_SEVENS', CombinationType_FOUR_SEVENS_getInstance()), to('FOUR_NINES', CombinationType_FOUR_NINES_getInstance()), to('FOUR_TENS', CombinationType_FOUR_TENS_getInstance()), to('FOUR_JACKS', CombinationType_FOUR_JACKS_getInstance()), to('FOUR_QUEENS', CombinationType_FOUR_QUEENS_getInstance()), to('FOUR_KINGS', CombinationType_FOUR_KINGS_getInstance()), to('FOUR_ACES', CombinationType_FOUR_ACES_getInstance()), to('BELA', CombinationType_BELA_getInstance()), to('FINE_NO_BRIBES', CombinationType_FINE_NO_BRIBES_getInstance()), to('FINE_THIRD_FAILED_CONTRACT', CombinationType_FINE_THIRD_FAILED_CONTRACT_getInstance()), to('BONUS_FAILED_CONTRACT', CombinationType_BONUS_FAILED_CONTRACT_getInstance()), to('BONUS_CONTROVERSIAL_CONTRACT', CombinationType_BONUS_CONTROVERSIAL_CONTRACT_getInstance()), to('BONUS_LAST_BRIBE', CombinationType_BONUS_LAST_BRIBE_getInstance())]);
|
|
14503
14504
|
combinationStateMapping = mapOf_0([to('ACCEPTED', CombinationState_ACCEPTED_getInstance()), to('NOT_ACCEPTED', CombinationState_NOT_ACCEPTED_getInstance()), to('VERIFYING', CombinationState_VERIFYING_getInstance()), to('NOT_VERIFIED', CombinationState_NOT_VERIFIED_getInstance()), to('REJECTED', CombinationState_REJECTED_getInstance()), to('CANCELED', CombinationState_CANCELED_getInstance())]);
|
|
14504
14505
|
combinationTypeMappingLegacy = mapOf_0([to('TERZ', CombinationType_THREE_IN_ROW_getInstance()), to('FIFTY', CombinationType_FOUR_IN_ROW_getInstance()), to('DEBERTZ', CombinationType_SEVEN_IN_ROW_getInstance()), to('SEVEN_TRUMP', CombinationType_SEVEN_TRUMP_getInstance()), to('FOUR_SEVENS', CombinationType_FOUR_SEVENS_getInstance()), to('BELLA', CombinationType_BELA_getInstance()), to('BONUS_AFTER_PLAYER_BYTE', CombinationType_BONUS_FAILED_CONTRACT_getInstance()), to('BONUS_HANGING_BYTE', CombinationType_BONUS_CONTROVERSIAL_CONTRACT_getInstance()), to('BONUS_LAST_BRIBE', CombinationType_BONUS_LAST_BRIBE_getInstance()), to('FINE_NO_BRIBES', CombinationType_FINE_NO_BRIBES_getInstance()), to('FINE_THIRD_BYTE', CombinationType_FINE_THIRD_FAILED_CONTRACT_getInstance())]);
|
|
14505
14506
|
combinationReasonMapping = mapOf_0([to('WIN_TRUMP_COMBINATION', CombinationReason_WIN_TRUMP_COMBINATION_getInstance()), to('WIN_HIGHER_COMBINATION', CombinationReason_WIN_HIGHER_COMBINATION_getInstance()), to('WIN_PARTNER_COMBINATION', CombinationReason_WIN_PARTNER_COMBINATION_getInstance()), to('WIN_HIGHER_PLAYER_NUMBER_COMBINATION', CombinationReason_WIN_HIGHER_PLAYER_NUMBER_COMBINATION_getInstance()), to('WIN_HIGHER_CARD_COMBINATION', CombinationReason_WIN_HIGHER_CARD_COMBINATION_getInstance()), to('WIN_SINGLE_COMBINATION', CombinationReason_WIN_SINGLE_COMBINATION_getInstance()), to('REJECTED_NOT_TRUMP_SEVEN_IN_ROW_COMBINATION', CombinationReason_REJECTED_NOT_TRUMP_SEVEN_IN_ROW_COMBINATION_getInstance()), to('single type combination', CombinationReason_WIN_SINGLE_COMBINATION_getInstance()), to('higher type combination', CombinationReason_WIN_HIGHER_COMBINATION_getInstance()), to('higher card in combination', CombinationReason_WIN_HIGHER_CARD_COMBINATION_getInstance()), to('trump combination', CombinationReason_WIN_TRUMP_COMBINATION_getInstance()), to('higher number of combination', CombinationReason_WIN_HIGHER_PLAYER_NUMBER_COMBINATION_getInstance()), to('partner combination', CombinationReason_WIN_PARTNER_COMBINATION_getInstance())]);
|
|
@@ -25105,7 +25106,7 @@
|
|
|
25105
25106
|
new $serializer_66();
|
|
25106
25107
|
return $serializer_instance_66;
|
|
25107
25108
|
}
|
|
25108
|
-
function EarnPointsSceneDataDto_init_$Init$(seen0, playersCards, combinations,
|
|
25109
|
+
function EarnPointsSceneDataDto_init_$Init$(seen0, playersCards, combinations, topOpenedCard, whoPutCardFirstPlayerId, serializationConstructorMarker, $this) {
|
|
25109
25110
|
if (!(9 === (9 & seen0))) {
|
|
25110
25111
|
throwMissingFieldException(seen0, 9, $serializer_getInstance_69().n89_1);
|
|
25111
25112
|
}
|
|
@@ -25118,25 +25119,25 @@
|
|
|
25118
25119
|
if (0 === (seen0 & 4))
|
|
25119
25120
|
$this.h85_1 = null;
|
|
25120
25121
|
else
|
|
25121
|
-
$this.h85_1 =
|
|
25122
|
+
$this.h85_1 = topOpenedCard;
|
|
25122
25123
|
$this.i85_1 = whoPutCardFirstPlayerId;
|
|
25123
25124
|
return $this;
|
|
25124
25125
|
}
|
|
25125
|
-
function EarnPointsSceneDataDto_init_$Create$(seen0, playersCards, combinations,
|
|
25126
|
-
return EarnPointsSceneDataDto_init_$Init$(seen0, playersCards, combinations,
|
|
25126
|
+
function EarnPointsSceneDataDto_init_$Create$(seen0, playersCards, combinations, topOpenedCard, whoPutCardFirstPlayerId, serializationConstructorMarker) {
|
|
25127
|
+
return EarnPointsSceneDataDto_init_$Init$(seen0, playersCards, combinations, topOpenedCard, whoPutCardFirstPlayerId, serializationConstructorMarker, objectCreate(protoOf(EarnPointsSceneDataDto)));
|
|
25127
25128
|
}
|
|
25128
|
-
function EarnPointsSceneDataDto(playersCards, combinations,
|
|
25129
|
+
function EarnPointsSceneDataDto(playersCards, combinations, topOpenedCard, whoPutCardFirstPlayerId) {
|
|
25129
25130
|
Companion_getInstance_107();
|
|
25130
25131
|
combinations = combinations === VOID ? null : combinations;
|
|
25131
|
-
|
|
25132
|
+
topOpenedCard = topOpenedCard === VOID ? null : topOpenedCard;
|
|
25132
25133
|
SceneDataDto.call(this);
|
|
25133
25134
|
this.f85_1 = playersCards;
|
|
25134
25135
|
this.g85_1 = combinations;
|
|
25135
|
-
this.h85_1 =
|
|
25136
|
+
this.h85_1 = topOpenedCard;
|
|
25136
25137
|
this.i85_1 = whoPutCardFirstPlayerId;
|
|
25137
25138
|
}
|
|
25138
25139
|
protoOf(EarnPointsSceneDataDto).toString = function () {
|
|
25139
|
-
return 'EarnPointsSceneDataDto(playersCards=' + toString(this.f85_1) + ', combinations=' + toString_0(this.g85_1) + ',
|
|
25140
|
+
return 'EarnPointsSceneDataDto(playersCards=' + toString(this.f85_1) + ', combinations=' + toString_0(this.g85_1) + ', topOpenedCard=' + this.h85_1 + ', whoPutCardFirstPlayerId=' + this.i85_1 + ')';
|
|
25140
25141
|
};
|
|
25141
25142
|
protoOf(EarnPointsSceneDataDto).hashCode = function () {
|
|
25142
25143
|
var result = hashCode(this.f85_1);
|
|
@@ -26547,11 +26548,11 @@
|
|
|
26547
26548
|
new $serializer_75();
|
|
26548
26549
|
return $serializer_instance_75;
|
|
26549
26550
|
}
|
|
26550
|
-
function CardDeckDto_init_$Init$(seen0,
|
|
26551
|
+
function CardDeckDto_init_$Init$(seen0, otherCards, trumpCard, frezaCard, serializationConstructorMarker, $this) {
|
|
26551
26552
|
if (!(3 === (3 & seen0))) {
|
|
26552
26553
|
throwMissingFieldException(seen0, 3, $serializer_getInstance_78().n8a_1);
|
|
26553
26554
|
}
|
|
26554
|
-
$this.k7m_1 =
|
|
26555
|
+
$this.k7m_1 = otherCards;
|
|
26555
26556
|
$this.l7m_1 = trumpCard;
|
|
26556
26557
|
if (0 === (seen0 & 4))
|
|
26557
26558
|
$this.m7m_1 = null;
|
|
@@ -26559,18 +26560,18 @@
|
|
|
26559
26560
|
$this.m7m_1 = frezaCard;
|
|
26560
26561
|
return $this;
|
|
26561
26562
|
}
|
|
26562
|
-
function CardDeckDto_init_$Create$(seen0,
|
|
26563
|
-
return CardDeckDto_init_$Init$(seen0,
|
|
26563
|
+
function CardDeckDto_init_$Create$(seen0, otherCards, trumpCard, frezaCard, serializationConstructorMarker) {
|
|
26564
|
+
return CardDeckDto_init_$Init$(seen0, otherCards, trumpCard, frezaCard, serializationConstructorMarker, objectCreate(protoOf(CardDeckDto)));
|
|
26564
26565
|
}
|
|
26565
|
-
function CardDeckDto(
|
|
26566
|
+
function CardDeckDto(otherCards, trumpCard, frezaCard) {
|
|
26566
26567
|
Companion_getInstance_116();
|
|
26567
26568
|
frezaCard = frezaCard === VOID ? null : frezaCard;
|
|
26568
|
-
this.k7m_1 =
|
|
26569
|
+
this.k7m_1 = otherCards;
|
|
26569
26570
|
this.l7m_1 = trumpCard;
|
|
26570
26571
|
this.m7m_1 = frezaCard;
|
|
26571
26572
|
}
|
|
26572
26573
|
protoOf(CardDeckDto).toString = function () {
|
|
26573
|
-
return 'CardDeckDto(
|
|
26574
|
+
return 'CardDeckDto(otherCards=' + toString(this.k7m_1) + ', trumpCard=' + this.l7m_1 + ', frezaCard=' + this.m7m_1 + ')';
|
|
26574
26575
|
};
|
|
26575
26576
|
protoOf(CardDeckDto).hashCode = function () {
|
|
26576
26577
|
var result = hashCode(this.k7m_1);
|
|
@@ -30613,7 +30614,7 @@
|
|
|
30613
30614
|
var tmp;
|
|
30614
30615
|
if (tmp0_elvis_lhs == null) {
|
|
30615
30616
|
var tmp1_elvis_lhs = _this__u8e3s4.f6x_1;
|
|
30616
|
-
tmp =
|
|
30617
|
+
tmp = generateHiddenPlayerHandCards(tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs, index);
|
|
30617
30618
|
} else {
|
|
30618
30619
|
tmp = tmp0_elvis_lhs;
|
|
30619
30620
|
}
|
|
@@ -32222,26 +32223,26 @@
|
|
|
32222
32223
|
function Companion_getInstance_149() {
|
|
32223
32224
|
return Companion_instance_147;
|
|
32224
32225
|
}
|
|
32225
|
-
function CardDeck(
|
|
32226
|
-
|
|
32227
|
-
this.n7m_1 =
|
|
32226
|
+
function CardDeck(otherCards, trumpCard, topOpenedCard) {
|
|
32227
|
+
topOpenedCard = topOpenedCard === VOID ? null : topOpenedCard;
|
|
32228
|
+
this.n7m_1 = otherCards;
|
|
32228
32229
|
this.o7m_1 = trumpCard;
|
|
32229
|
-
this.p7m_1 =
|
|
32230
|
+
this.p7m_1 = topOpenedCard;
|
|
32230
32231
|
}
|
|
32231
32232
|
protoOf(CardDeck).z7p = function () {
|
|
32232
32233
|
return plus(this.n7m_1, listOfNotNull([this.p7m_1, this.o7m_1]));
|
|
32233
32234
|
};
|
|
32234
|
-
protoOf(CardDeck).e8f = function (
|
|
32235
|
-
return new CardDeck(
|
|
32235
|
+
protoOf(CardDeck).e8f = function (otherCards, trumpCard, topOpenedCard) {
|
|
32236
|
+
return new CardDeck(otherCards, trumpCard, topOpenedCard);
|
|
32236
32237
|
};
|
|
32237
|
-
protoOf(CardDeck).f8f = function (
|
|
32238
|
-
|
|
32238
|
+
protoOf(CardDeck).f8f = function (otherCards, trumpCard, topOpenedCard, $super) {
|
|
32239
|
+
otherCards = otherCards === VOID ? this.n7m_1 : otherCards;
|
|
32239
32240
|
trumpCard = trumpCard === VOID ? this.o7m_1 : trumpCard;
|
|
32240
|
-
|
|
32241
|
-
return $super === VOID ? this.e8f(
|
|
32241
|
+
topOpenedCard = topOpenedCard === VOID ? this.p7m_1 : topOpenedCard;
|
|
32242
|
+
return $super === VOID ? this.e8f(otherCards, trumpCard, topOpenedCard) : $super.e8f.call(this, otherCards, trumpCard, topOpenedCard);
|
|
32242
32243
|
};
|
|
32243
32244
|
protoOf(CardDeck).toString = function () {
|
|
32244
|
-
return 'CardDeck(
|
|
32245
|
+
return 'CardDeck(otherCards=' + toString(this.n7m_1) + ', trumpCard=' + this.o7m_1.toString() + ', topOpenedCard=' + toString_0(this.p7m_1) + ')';
|
|
32245
32246
|
};
|
|
32246
32247
|
protoOf(CardDeck).hashCode = function () {
|
|
32247
32248
|
var result = hashCode(this.n7m_1);
|
|
@@ -32263,14 +32264,13 @@
|
|
|
32263
32264
|
return false;
|
|
32264
32265
|
return true;
|
|
32265
32266
|
};
|
|
32266
|
-
function ClientCardDeck(amountOfCards, trumpCard,
|
|
32267
|
-
frezaCard = frezaCard === VOID ? null : frezaCard;
|
|
32267
|
+
function ClientCardDeck(amountOfCards, trumpCard, topOpenedCard) {
|
|
32268
32268
|
this.h7m_1 = amountOfCards;
|
|
32269
32269
|
this.i7m_1 = trumpCard;
|
|
32270
|
-
this.j7m_1 =
|
|
32270
|
+
this.j7m_1 = topOpenedCard;
|
|
32271
32271
|
}
|
|
32272
32272
|
protoOf(ClientCardDeck).toString = function () {
|
|
32273
|
-
return 'ClientCardDeck(amountOfCards=' + this.h7m_1 + ', trumpCard=' + this.i7m_1.toString() + ',
|
|
32273
|
+
return 'ClientCardDeck(amountOfCards=' + this.h7m_1 + ', trumpCard=' + this.i7m_1.toString() + ', topOpenedCard=' + toString_0(this.j7m_1) + ')';
|
|
32274
32274
|
};
|
|
32275
32275
|
protoOf(ClientCardDeck).hashCode = function () {
|
|
32276
32276
|
var result = this.h7m_1;
|
|
@@ -32466,25 +32466,25 @@
|
|
|
32466
32466
|
case 4:
|
|
32467
32467
|
tmp = config.pointsMode.value;
|
|
32468
32468
|
break;
|
|
32469
|
-
case
|
|
32469
|
+
case 12:
|
|
32470
32470
|
tmp = 100;
|
|
32471
32471
|
break;
|
|
32472
|
-
case
|
|
32472
|
+
case 11:
|
|
32473
32473
|
tmp = 100;
|
|
32474
32474
|
break;
|
|
32475
|
-
case
|
|
32475
|
+
case 10:
|
|
32476
32476
|
tmp = 100;
|
|
32477
32477
|
break;
|
|
32478
32478
|
case 9:
|
|
32479
32479
|
tmp = 200;
|
|
32480
32480
|
break;
|
|
32481
|
-
case
|
|
32481
|
+
case 8:
|
|
32482
32482
|
tmp = 100;
|
|
32483
32483
|
break;
|
|
32484
|
-
case
|
|
32484
|
+
case 7:
|
|
32485
32485
|
tmp = 150;
|
|
32486
32486
|
break;
|
|
32487
|
-
case
|
|
32487
|
+
case 6:
|
|
32488
32488
|
tmp = 0;
|
|
32489
32489
|
break;
|
|
32490
32490
|
case 5:
|
|
@@ -32531,7 +32531,7 @@
|
|
|
32531
32531
|
tmp = CombinationType_FOUR_KINGS_getInstance();
|
|
32532
32532
|
break;
|
|
32533
32533
|
case 2:
|
|
32534
|
-
tmp =
|
|
32534
|
+
tmp = CombinationType_FOUR_QUEENS_getInstance();
|
|
32535
32535
|
break;
|
|
32536
32536
|
case 3:
|
|
32537
32537
|
tmp = CombinationType_FOUR_JACKS_getInstance();
|
|
@@ -32550,25 +32550,25 @@
|
|
|
32550
32550
|
protoOf(Companion_143).m8f = function (_this__u8e3s4) {
|
|
32551
32551
|
var tmp;
|
|
32552
32552
|
switch (_this__u8e3s4.o2_1) {
|
|
32553
|
-
case
|
|
32553
|
+
case 12:
|
|
32554
32554
|
tmp = CardName_ACE_getInstance();
|
|
32555
32555
|
break;
|
|
32556
|
-
case
|
|
32556
|
+
case 11:
|
|
32557
32557
|
tmp = CardName_KING_getInstance();
|
|
32558
32558
|
break;
|
|
32559
|
-
case
|
|
32560
|
-
tmp =
|
|
32559
|
+
case 10:
|
|
32560
|
+
tmp = CardName_QUEEN_getInstance();
|
|
32561
32561
|
break;
|
|
32562
32562
|
case 9:
|
|
32563
32563
|
tmp = CardName_JACK_getInstance();
|
|
32564
32564
|
break;
|
|
32565
|
-
case
|
|
32565
|
+
case 8:
|
|
32566
32566
|
tmp = CardName_TEN_getInstance();
|
|
32567
32567
|
break;
|
|
32568
|
-
case
|
|
32568
|
+
case 7:
|
|
32569
32569
|
tmp = CardName_NINE_getInstance();
|
|
32570
32570
|
break;
|
|
32571
|
-
case
|
|
32571
|
+
case 6:
|
|
32572
32572
|
tmp = CardName_SEVEN_getInstance();
|
|
32573
32573
|
break;
|
|
32574
32574
|
case 5:
|
|
@@ -32612,25 +32612,25 @@
|
|
|
32612
32612
|
case 5:
|
|
32613
32613
|
tmp = 1;
|
|
32614
32614
|
break;
|
|
32615
|
-
case
|
|
32615
|
+
case 12:
|
|
32616
32616
|
tmp = 4;
|
|
32617
32617
|
break;
|
|
32618
|
-
case
|
|
32618
|
+
case 11:
|
|
32619
32619
|
tmp = 4;
|
|
32620
32620
|
break;
|
|
32621
|
-
case
|
|
32621
|
+
case 10:
|
|
32622
32622
|
tmp = 4;
|
|
32623
32623
|
break;
|
|
32624
32624
|
case 9:
|
|
32625
32625
|
tmp = 4;
|
|
32626
32626
|
break;
|
|
32627
|
-
case
|
|
32627
|
+
case 8:
|
|
32628
32628
|
tmp = 4;
|
|
32629
32629
|
break;
|
|
32630
|
-
case
|
|
32630
|
+
case 7:
|
|
32631
32631
|
tmp = 4;
|
|
32632
32632
|
break;
|
|
32633
|
-
case
|
|
32633
|
+
case 6:
|
|
32634
32634
|
tmp = 4;
|
|
32635
32635
|
break;
|
|
32636
32636
|
case 13:
|
|
@@ -32660,22 +32660,22 @@
|
|
|
32660
32660
|
case 3:
|
|
32661
32661
|
tmp = 3;
|
|
32662
32662
|
break;
|
|
32663
|
-
case
|
|
32663
|
+
case 12:
|
|
32664
32664
|
tmp = 4;
|
|
32665
32665
|
break;
|
|
32666
|
-
case
|
|
32666
|
+
case 8:
|
|
32667
32667
|
tmp = 5;
|
|
32668
32668
|
break;
|
|
32669
|
-
case
|
|
32669
|
+
case 11:
|
|
32670
32670
|
tmp = 6;
|
|
32671
32671
|
break;
|
|
32672
|
-
case
|
|
32672
|
+
case 10:
|
|
32673
32673
|
tmp = 7;
|
|
32674
32674
|
break;
|
|
32675
32675
|
case 9:
|
|
32676
32676
|
tmp = 8;
|
|
32677
32677
|
break;
|
|
32678
|
-
case
|
|
32678
|
+
case 7:
|
|
32679
32679
|
tmp = 9;
|
|
32680
32680
|
break;
|
|
32681
32681
|
case 4:
|
|
@@ -32684,7 +32684,7 @@
|
|
|
32684
32684
|
case 5:
|
|
32685
32685
|
tmp = 11;
|
|
32686
32686
|
break;
|
|
32687
|
-
case
|
|
32687
|
+
case 6:
|
|
32688
32688
|
tmp = 12;
|
|
32689
32689
|
break;
|
|
32690
32690
|
case 13:
|
|
@@ -33469,13 +33469,13 @@
|
|
|
33469
33469
|
var CombinationType_FIVE_IN_ROW_instance;
|
|
33470
33470
|
var CombinationType_SEVEN_IN_ROW_instance;
|
|
33471
33471
|
var CombinationType_SEVEN_TRUMP_instance;
|
|
33472
|
-
var CombinationType_FOUR_ACES_instance;
|
|
33473
|
-
var CombinationType_FOUR_KINGS_instance;
|
|
33474
|
-
var CombinationType_FOUR_DAMES_instance;
|
|
33475
|
-
var CombinationType_FOUR_JACKS_instance;
|
|
33476
|
-
var CombinationType_FOUR_TENS_instance;
|
|
33477
|
-
var CombinationType_FOUR_NINES_instance;
|
|
33478
33472
|
var CombinationType_FOUR_SEVENS_instance;
|
|
33473
|
+
var CombinationType_FOUR_NINES_instance;
|
|
33474
|
+
var CombinationType_FOUR_TENS_instance;
|
|
33475
|
+
var CombinationType_FOUR_JACKS_instance;
|
|
33476
|
+
var CombinationType_FOUR_QUEENS_instance;
|
|
33477
|
+
var CombinationType_FOUR_KINGS_instance;
|
|
33478
|
+
var CombinationType_FOUR_ACES_instance;
|
|
33479
33479
|
var CombinationType_FINE_NO_BRIBES_instance;
|
|
33480
33480
|
var CombinationType_FINE_THIRD_FAILED_CONTRACT_instance;
|
|
33481
33481
|
var CombinationType_BONUS_LAST_BRIBE_instance;
|
|
@@ -33488,13 +33488,13 @@
|
|
|
33488
33488
|
tmp.z8f_1 = lazy_0(tmp_0, CombinationType$Companion$_anonymous__xaki5i);
|
|
33489
33489
|
}
|
|
33490
33490
|
protoOf(Companion_146).a8g = function () {
|
|
33491
|
-
return plus(this.inRowCombinations, listOf([
|
|
33491
|
+
return plus(this.inRowCombinations, listOf([CombinationType_FOUR_NINES_getInstance(), CombinationType_FOUR_TENS_getInstance(), CombinationType_FOUR_JACKS_getInstance(), CombinationType_FOUR_QUEENS_getInstance(), CombinationType_FOUR_KINGS_getInstance(), CombinationType_FOUR_ACES_getInstance()]));
|
|
33492
33492
|
};
|
|
33493
33493
|
protoOf(Companion_146).b8g = function () {
|
|
33494
33494
|
return listOf([CombinationType_THREE_IN_ROW_getInstance(), CombinationType_FOUR_IN_ROW_getInstance(), CombinationType_FIVE_IN_ROW_getInstance(), CombinationType_SEVEN_IN_ROW_getInstance()]);
|
|
33495
33495
|
};
|
|
33496
33496
|
protoOf(Companion_146).c8g = function () {
|
|
33497
|
-
return listOf([
|
|
33497
|
+
return listOf([CombinationType_FOUR_NINES_getInstance(), CombinationType_FOUR_TENS_getInstance(), CombinationType_FOUR_JACKS_getInstance(), CombinationType_FOUR_QUEENS_getInstance(), CombinationType_FOUR_KINGS_getInstance(), CombinationType_FOUR_ACES_getInstance(), CombinationType_FOUR_SEVENS_getInstance()]);
|
|
33498
33498
|
};
|
|
33499
33499
|
protoOf(Companion_146).d8g = function () {
|
|
33500
33500
|
return listOf([CombinationType_THREE_IN_ROW_getInstance(), CombinationType_FOUR_IN_ROW_getInstance(), CombinationType_SEVEN_IN_ROW_getInstance()]);
|
|
@@ -33516,7 +33516,7 @@
|
|
|
33516
33516
|
return Companion_instance_151;
|
|
33517
33517
|
}
|
|
33518
33518
|
function values_12() {
|
|
33519
|
-
return [CombinationType_BELA_getInstance(), CombinationType_THREE_IN_ROW_getInstance(), CombinationType_FOUR_IN_ROW_getInstance(), CombinationType_FIVE_IN_ROW_getInstance(), CombinationType_SEVEN_IN_ROW_getInstance(), CombinationType_SEVEN_TRUMP_getInstance(),
|
|
33519
|
+
return [CombinationType_BELA_getInstance(), CombinationType_THREE_IN_ROW_getInstance(), CombinationType_FOUR_IN_ROW_getInstance(), CombinationType_FIVE_IN_ROW_getInstance(), CombinationType_SEVEN_IN_ROW_getInstance(), CombinationType_SEVEN_TRUMP_getInstance(), CombinationType_FOUR_SEVENS_getInstance(), CombinationType_FOUR_NINES_getInstance(), CombinationType_FOUR_TENS_getInstance(), CombinationType_FOUR_JACKS_getInstance(), CombinationType_FOUR_QUEENS_getInstance(), CombinationType_FOUR_KINGS_getInstance(), CombinationType_FOUR_ACES_getInstance(), CombinationType_FINE_NO_BRIBES_getInstance(), CombinationType_FINE_THIRD_FAILED_CONTRACT_getInstance(), CombinationType_BONUS_LAST_BRIBE_getInstance(), CombinationType_BONUS_FAILED_CONTRACT_getInstance(), CombinationType_BONUS_CONTROVERSIAL_CONTRACT_getInstance()];
|
|
33520
33520
|
}
|
|
33521
33521
|
function valueOf_9(value) {
|
|
33522
33522
|
switch (value) {
|
|
@@ -33532,20 +33532,20 @@
|
|
|
33532
33532
|
return CombinationType_SEVEN_IN_ROW_getInstance();
|
|
33533
33533
|
case 'SEVEN_TRUMP':
|
|
33534
33534
|
return CombinationType_SEVEN_TRUMP_getInstance();
|
|
33535
|
-
case 'FOUR_ACES':
|
|
33536
|
-
return CombinationType_FOUR_ACES_getInstance();
|
|
33537
|
-
case 'FOUR_KINGS':
|
|
33538
|
-
return CombinationType_FOUR_KINGS_getInstance();
|
|
33539
|
-
case 'FOUR_DAMES':
|
|
33540
|
-
return CombinationType_FOUR_DAMES_getInstance();
|
|
33541
|
-
case 'FOUR_JACKS':
|
|
33542
|
-
return CombinationType_FOUR_JACKS_getInstance();
|
|
33543
|
-
case 'FOUR_TENS':
|
|
33544
|
-
return CombinationType_FOUR_TENS_getInstance();
|
|
33545
|
-
case 'FOUR_NINES':
|
|
33546
|
-
return CombinationType_FOUR_NINES_getInstance();
|
|
33547
33535
|
case 'FOUR_SEVENS':
|
|
33548
33536
|
return CombinationType_FOUR_SEVENS_getInstance();
|
|
33537
|
+
case 'FOUR_NINES':
|
|
33538
|
+
return CombinationType_FOUR_NINES_getInstance();
|
|
33539
|
+
case 'FOUR_TENS':
|
|
33540
|
+
return CombinationType_FOUR_TENS_getInstance();
|
|
33541
|
+
case 'FOUR_JACKS':
|
|
33542
|
+
return CombinationType_FOUR_JACKS_getInstance();
|
|
33543
|
+
case 'FOUR_QUEENS':
|
|
33544
|
+
return CombinationType_FOUR_QUEENS_getInstance();
|
|
33545
|
+
case 'FOUR_KINGS':
|
|
33546
|
+
return CombinationType_FOUR_KINGS_getInstance();
|
|
33547
|
+
case 'FOUR_ACES':
|
|
33548
|
+
return CombinationType_FOUR_ACES_getInstance();
|
|
33549
33549
|
case 'FINE_NO_BRIBES':
|
|
33550
33550
|
return CombinationType_FINE_NO_BRIBES_getInstance();
|
|
33551
33551
|
case 'FINE_THIRD_FAILED_CONTRACT':
|
|
@@ -33573,13 +33573,13 @@
|
|
|
33573
33573
|
CombinationType_FIVE_IN_ROW_instance = new CombinationType('FIVE_IN_ROW', 3);
|
|
33574
33574
|
CombinationType_SEVEN_IN_ROW_instance = new CombinationType('SEVEN_IN_ROW', 4);
|
|
33575
33575
|
CombinationType_SEVEN_TRUMP_instance = new CombinationType('SEVEN_TRUMP', 5);
|
|
33576
|
-
|
|
33577
|
-
|
|
33578
|
-
|
|
33576
|
+
CombinationType_FOUR_SEVENS_instance = new CombinationType('FOUR_SEVENS', 6);
|
|
33577
|
+
CombinationType_FOUR_NINES_instance = new CombinationType('FOUR_NINES', 7);
|
|
33578
|
+
CombinationType_FOUR_TENS_instance = new CombinationType('FOUR_TENS', 8);
|
|
33579
33579
|
CombinationType_FOUR_JACKS_instance = new CombinationType('FOUR_JACKS', 9);
|
|
33580
|
-
|
|
33581
|
-
|
|
33582
|
-
|
|
33580
|
+
CombinationType_FOUR_QUEENS_instance = new CombinationType('FOUR_QUEENS', 10);
|
|
33581
|
+
CombinationType_FOUR_KINGS_instance = new CombinationType('FOUR_KINGS', 11);
|
|
33582
|
+
CombinationType_FOUR_ACES_instance = new CombinationType('FOUR_ACES', 12);
|
|
33583
33583
|
CombinationType_FINE_NO_BRIBES_instance = new CombinationType('FINE_NO_BRIBES', 13);
|
|
33584
33584
|
CombinationType_FINE_THIRD_FAILED_CONTRACT_instance = new CombinationType('FINE_THIRD_FAILED_CONTRACT', 14);
|
|
33585
33585
|
CombinationType_BONUS_LAST_BRIBE_instance = new CombinationType('BONUS_LAST_BRIBE', 15);
|
|
@@ -33614,33 +33614,33 @@
|
|
|
33614
33614
|
CombinationType_initEntries();
|
|
33615
33615
|
return CombinationType_SEVEN_TRUMP_instance;
|
|
33616
33616
|
}
|
|
33617
|
-
function
|
|
33617
|
+
function CombinationType_FOUR_SEVENS_getInstance() {
|
|
33618
33618
|
CombinationType_initEntries();
|
|
33619
|
-
return
|
|
33619
|
+
return CombinationType_FOUR_SEVENS_instance;
|
|
33620
33620
|
}
|
|
33621
|
-
function
|
|
33621
|
+
function CombinationType_FOUR_NINES_getInstance() {
|
|
33622
33622
|
CombinationType_initEntries();
|
|
33623
|
-
return
|
|
33623
|
+
return CombinationType_FOUR_NINES_instance;
|
|
33624
33624
|
}
|
|
33625
|
-
function
|
|
33625
|
+
function CombinationType_FOUR_TENS_getInstance() {
|
|
33626
33626
|
CombinationType_initEntries();
|
|
33627
|
-
return
|
|
33627
|
+
return CombinationType_FOUR_TENS_instance;
|
|
33628
33628
|
}
|
|
33629
33629
|
function CombinationType_FOUR_JACKS_getInstance() {
|
|
33630
33630
|
CombinationType_initEntries();
|
|
33631
33631
|
return CombinationType_FOUR_JACKS_instance;
|
|
33632
33632
|
}
|
|
33633
|
-
function
|
|
33633
|
+
function CombinationType_FOUR_QUEENS_getInstance() {
|
|
33634
33634
|
CombinationType_initEntries();
|
|
33635
|
-
return
|
|
33635
|
+
return CombinationType_FOUR_QUEENS_instance;
|
|
33636
33636
|
}
|
|
33637
|
-
function
|
|
33637
|
+
function CombinationType_FOUR_KINGS_getInstance() {
|
|
33638
33638
|
CombinationType_initEntries();
|
|
33639
|
-
return
|
|
33639
|
+
return CombinationType_FOUR_KINGS_instance;
|
|
33640
33640
|
}
|
|
33641
|
-
function
|
|
33641
|
+
function CombinationType_FOUR_ACES_getInstance() {
|
|
33642
33642
|
CombinationType_initEntries();
|
|
33643
|
-
return
|
|
33643
|
+
return CombinationType_FOUR_ACES_instance;
|
|
33644
33644
|
}
|
|
33645
33645
|
function CombinationType_FINE_NO_BRIBES_getInstance() {
|
|
33646
33646
|
CombinationType_initEntries();
|
|
@@ -33943,6 +33943,10 @@
|
|
|
33943
33943
|
protoOf(Config).w8g = function () {
|
|
33944
33944
|
return this.mode;
|
|
33945
33945
|
};
|
|
33946
|
+
protoOf(Config).getDealerStrategyOrDefault = function (dealerConfig) {
|
|
33947
|
+
var tmp0_elvis_lhs = this.dealerStrategy;
|
|
33948
|
+
return tmp0_elvis_lhs == null ? dealerConfig.dealerStrategy : tmp0_elvis_lhs;
|
|
33949
|
+
};
|
|
33946
33950
|
protoOf(Config).x8g = function () {
|
|
33947
33951
|
var tmp;
|
|
33948
33952
|
if (this.playersMode.count === 4) {
|
|
@@ -35726,7 +35730,7 @@
|
|
|
35726
35730
|
var trump = provider.x78_1;
|
|
35727
35731
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(new IsPartnerIsPlayingButNotByLiabilityRule(provider.g7b())));
|
|
35728
35732
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(new IsPartnerIsPlayingButNotByLiabilityRule(provider.g7b())));
|
|
35729
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35733
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79(new IsPartnerIsPlayingButNotByLiabilityRule(provider.g7b())));
|
|
35730
35734
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79(new IsPartnerIsPlayingButNotByLiabilityRule(provider.g7b())));
|
|
35731
35735
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_JACK_getInstance())).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(trump, CardName_NINE_getInstance())])).f7a(Companion_instance_29.f7b(provider))));
|
|
35732
35736
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_NINE_getInstance())).u79(Companion_instance_27.x7a(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a(Companion_instance_26.l7a(provider, trump, 3)).f7a(Companion_instance_29.f7b(provider))));
|
|
@@ -35734,19 +35738,19 @@
|
|
|
35734
35738
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79(Companion_instance_27.x7a(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance())]).f7a(Companion_instance_26.l7a(provider, trump, 3)).f7a(Companion_instance_29.f7b(provider))));
|
|
35735
35739
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79(Companion_instance_27.x7a(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance())]).f7a(Companion_instance_26.l7a(provider, trump, 3)).f7a(Companion_instance_29.f7b(provider))));
|
|
35736
35740
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79(Companion_instance_27.x7a(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance())]).f7a(Companion_instance_26.l7a(provider, trump, 3))));
|
|
35737
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35741
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79(Companion_instance_27.x7a(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance())]).f7a(Companion_instance_26.l7a(provider, trump, 3))));
|
|
35738
35742
|
rules.h76(Companion_instance_24.v78(provider, CardName_ACE_getInstance()).r79().v79(provider.x78_1));
|
|
35739
|
-
rules.h76(Companion_instance_24.v78(provider, CardName_TEN_getInstance()).r79().v79(provider.x78_1).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump,
|
|
35743
|
+
rules.h76(Companion_instance_24.v78(provider, CardName_TEN_getInstance()).r79().v79(provider.x78_1).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump, CardName_SEVEN_getInstance())]).f7a(Companion_instance_27.y7a(provider, [CardName_ACE_getInstance()]))));
|
|
35740
35744
|
rules.h76(Companion_instance_24.v78(provider, CardName_SEVEN_getInstance()).s79().v79(provider.x78_1));
|
|
35741
35745
|
rules.h76(Companion_instance_24.v78(provider, CardName_EIGHT_getInstance()).s79().v79(provider.x78_1));
|
|
35742
35746
|
rules.h76(Companion_instance_24.v78(provider, CardName_NINE_getInstance()).s79().v79(provider.x78_1));
|
|
35743
35747
|
rules.h76(Companion_instance_24.v78(provider, CardName_JACK_getInstance()).s79().v79(provider.x78_1));
|
|
35744
|
-
rules.h76(Companion_instance_24.v78(provider,
|
|
35748
|
+
rules.h76(Companion_instance_24.v78(provider, CardName_QUEEN_getInstance()).s79().v79(provider.x78_1));
|
|
35745
35749
|
rules.h76(Companion_instance_24.v78(provider, CardName_KING_getInstance()).s79().v79(provider.x78_1));
|
|
35746
35750
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_JACK_getInstance())).u79(Companion_instance_26.l7a(provider, trump, 2)));
|
|
35747
35751
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())));
|
|
35748
35752
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())));
|
|
35749
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35753
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())));
|
|
35750
35754
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())));
|
|
35751
35755
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_JACK_getInstance())));
|
|
35752
35756
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_NINE_getInstance())).u79(Companion_instance_27.x7a(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
@@ -35762,7 +35766,7 @@
|
|
|
35762
35766
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_ACE_getInstance())));
|
|
35763
35767
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_TEN_getInstance())).u79((new NecessaryCardsOnTheTableRule(provider.g79_1, [Companion_instance.j66(firstCardSuit, CardName_ACE_getInstance())])).g7a(Companion_instance_27.x7a(provider, [Companion_instance.j66(firstCardSuit, CardName_ACE_getInstance())]))));
|
|
35764
35768
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_KING_getInstance())));
|
|
35765
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit,
|
|
35769
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_QUEEN_getInstance())));
|
|
35766
35770
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_JACK_getInstance())));
|
|
35767
35771
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_NINE_getInstance())));
|
|
35768
35772
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_EIGHT_getInstance())));
|
|
@@ -35779,7 +35783,7 @@
|
|
|
35779
35783
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_EIGHT_getInstance())));
|
|
35780
35784
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_NINE_getInstance())));
|
|
35781
35785
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_JACK_getInstance())));
|
|
35782
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit,
|
|
35786
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_QUEEN_getInstance())));
|
|
35783
35787
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_KING_getInstance())));
|
|
35784
35788
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_TEN_getInstance())));
|
|
35785
35789
|
return rules;
|
|
@@ -35790,7 +35794,7 @@
|
|
|
35790
35794
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_ACE_getInstance())));
|
|
35791
35795
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_TEN_getInstance())));
|
|
35792
35796
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_KING_getInstance())));
|
|
35793
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit,
|
|
35797
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_QUEEN_getInstance())));
|
|
35794
35798
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_JACK_getInstance())));
|
|
35795
35799
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_NINE_getInstance())));
|
|
35796
35800
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_EIGHT_getInstance())));
|
|
@@ -35810,7 +35814,7 @@
|
|
|
35810
35814
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_EIGHT_getInstance())));
|
|
35811
35815
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_NINE_getInstance())));
|
|
35812
35816
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_JACK_getInstance())));
|
|
35813
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit,
|
|
35817
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_QUEEN_getInstance())));
|
|
35814
35818
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_KING_getInstance())));
|
|
35815
35819
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_TEN_getInstance())));
|
|
35816
35820
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(firstCardSuit, CardName_ACE_getInstance())));
|
|
@@ -35827,7 +35831,7 @@
|
|
|
35827
35831
|
var trump = provider.x78_1;
|
|
35828
35832
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())));
|
|
35829
35833
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())));
|
|
35830
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35834
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())));
|
|
35831
35835
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())));
|
|
35832
35836
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())));
|
|
35833
35837
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())));
|
|
@@ -35842,24 +35846,24 @@
|
|
|
35842
35846
|
var rules = new RuleList(12, this.t8i_1);
|
|
35843
35847
|
var trump = provider.x78_1;
|
|
35844
35848
|
var cardsOnTheTable = provider.g79_1;
|
|
35845
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump,
|
|
35846
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump,
|
|
35847
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35849
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35850
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35851
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35848
35852
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35849
35853
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35850
35854
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35851
35855
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35852
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump,
|
|
35853
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump,
|
|
35854
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35856
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).g7a(PartnerExistsRule_init_$Create$(provider.g8j())))));
|
|
35857
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).g7a(PartnerExistsRule_init_$Create$(provider.g8j())))));
|
|
35858
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).g7a(PartnerExistsRule_init_$Create$(provider.g8j())))));
|
|
35855
35859
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).g7a(PartnerExistsRule_init_$Create$(provider.g8j())))));
|
|
35856
35860
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).g7a(PartnerExistsRule_init_$Create$(provider.g8j())))));
|
|
35857
35861
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).g7a(PartnerExistsRule_init_$Create$(provider.g8j())))));
|
|
35858
35862
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_NINE_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_JACK_getInstance())])).g7a(PartnerExistsRule_init_$Create$(provider.g8j())))));
|
|
35859
35863
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_JACK_getInstance())));
|
|
35860
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump,
|
|
35861
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump,
|
|
35862
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35864
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35865
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35866
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35863
35867
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35864
35868
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35865
35869
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
@@ -35870,23 +35874,23 @@
|
|
|
35870
35874
|
var rules = new RuleList(13, this.t8i_1);
|
|
35871
35875
|
var trump = provider.x78_1;
|
|
35872
35876
|
var cardsOnTheTable = provider.g79_1;
|
|
35873
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump,
|
|
35874
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump,
|
|
35875
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35877
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35878
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35879
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35876
35880
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35877
35881
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35878
35882
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35879
35883
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(Companion_instance_26.m7a(provider, 1))));
|
|
35880
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump,
|
|
35881
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump,
|
|
35882
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35884
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]))));
|
|
35885
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]))));
|
|
35886
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]))));
|
|
35883
35887
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]))));
|
|
35884
35888
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]))));
|
|
35885
35889
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())]))));
|
|
35886
35890
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_NINE_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance())]).f7a(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_JACK_getInstance())]))));
|
|
35887
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump,
|
|
35888
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump,
|
|
35889
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35891
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35892
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35893
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35890
35894
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35891
35895
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35892
35896
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
@@ -35894,7 +35898,7 @@
|
|
|
35894
35898
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_JACK_getInstance())));
|
|
35895
35899
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())));
|
|
35896
35900
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())));
|
|
35897
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35901
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())));
|
|
35898
35902
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())));
|
|
35899
35903
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())));
|
|
35900
35904
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())));
|
|
@@ -35910,11 +35914,11 @@
|
|
|
35910
35914
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_NINE_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(new UnnecessaryCardsInHandRule(playerCards, [Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(new UnreleasedCardsRule(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance())]))));
|
|
35911
35915
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance())])).f7a(new UnnecessaryCardsInHandRule(playerCards, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance())])).f7a(new UnreleasedCardsRule(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance())]))));
|
|
35912
35916
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance())])).f7a(new UnnecessaryCardsInHandRule(playerCards, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance())])).f7a(new UnreleasedCardsRule(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance())]))));
|
|
35913
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35917
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79(new HasBellaCombination(provider.j8j(), provider.w78_1.rules, provider.d79_1)));
|
|
35914
35918
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79(new HasBellaCombination(provider.j8j(), provider.w78_1.rules, provider.d79_1)));
|
|
35915
35919
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())));
|
|
35916
35920
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())));
|
|
35917
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35921
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())));
|
|
35918
35922
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())));
|
|
35919
35923
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())));
|
|
35920
35924
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())));
|
|
@@ -35933,11 +35937,11 @@
|
|
|
35933
35937
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_NINE_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(new UnnecessaryCardsInHandRule(playerCards, [Companion_instance.j66(trump, CardName_JACK_getInstance())])).f7a(new UnreleasedCardsRule(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance())]))));
|
|
35934
35938
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance())])).f7a(new UnnecessaryCardsInHandRule(playerCards, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance())])).f7a(new UnreleasedCardsRule(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance())]))));
|
|
35935
35939
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79((new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance())])).f7a(new UnnecessaryCardsInHandRule(playerCards, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance())])).f7a(new UnreleasedCardsRule(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance())]))));
|
|
35936
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35940
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79(new HasBellaCombination(provider.j8j(), provider.w78_1.rules, provider.d79_1)));
|
|
35937
35941
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79(new HasBellaCombination(provider.j8j(), provider.w78_1.rules, provider.d79_1)));
|
|
35938
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump,
|
|
35939
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump,
|
|
35940
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
35942
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35943
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35944
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35941
35945
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35942
35946
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
35943
35947
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
@@ -35962,7 +35966,7 @@
|
|
|
35962
35966
|
var rules = new RuleList(21, this.t8i_1);
|
|
35963
35967
|
rules.h76(Companion_instance_24.v78(provider, CardName_TEN_getInstance()));
|
|
35964
35968
|
rules.h76(Companion_instance_24.v78(provider, CardName_KING_getInstance()));
|
|
35965
|
-
rules.h76(Companion_instance_24.v78(provider,
|
|
35969
|
+
rules.h76(Companion_instance_24.v78(provider, CardName_QUEEN_getInstance()));
|
|
35966
35970
|
rules.h76(Companion_instance_24.v78(provider, CardName_JACK_getInstance()));
|
|
35967
35971
|
rules.h76(Companion_instance_24.v78(provider, CardName_NINE_getInstance()));
|
|
35968
35972
|
rules.h76(Companion_instance_24.v78(provider, CardName_EIGHT_getInstance()));
|
|
@@ -35976,7 +35980,7 @@
|
|
|
35976
35980
|
rules.h76(Companion_instance_24.v78(provider, CardName_EIGHT_getInstance()).r79());
|
|
35977
35981
|
rules.h76(Companion_instance_24.v78(provider, CardName_NINE_getInstance()).r79());
|
|
35978
35982
|
rules.h76(Companion_instance_24.v78(provider, CardName_JACK_getInstance()).r79());
|
|
35979
|
-
rules.h76(Companion_instance_24.v78(provider,
|
|
35983
|
+
rules.h76(Companion_instance_24.v78(provider, CardName_QUEEN_getInstance()).r79());
|
|
35980
35984
|
rules.h76(Companion_instance_24.v78(provider, CardName_KING_getInstance()).r79());
|
|
35981
35985
|
rules.h76(Companion_instance_24.v78(provider, CardName_TEN_getInstance()).r79());
|
|
35982
35986
|
rules.h76(Companion_instance_24.v78(provider, CardName_ACE_getInstance()).r79());
|
|
@@ -35986,7 +35990,7 @@
|
|
|
35986
35990
|
var rules = new RuleList(23, this.t8i_1);
|
|
35987
35991
|
rules.h76(Companion_instance_24.v78(provider, CardName_TEN_getInstance()).q79());
|
|
35988
35992
|
rules.h76(Companion_instance_24.v78(provider, CardName_KING_getInstance()).q79());
|
|
35989
|
-
rules.h76(Companion_instance_24.v78(provider,
|
|
35993
|
+
rules.h76(Companion_instance_24.v78(provider, CardName_QUEEN_getInstance()).q79());
|
|
35990
35994
|
rules.h76(Companion_instance_24.v78(provider, CardName_JACK_getInstance()).q79());
|
|
35991
35995
|
rules.h76(Companion_instance_24.v78(provider, CardName_NINE_getInstance()).q79());
|
|
35992
35996
|
rules.h76(Companion_instance_24.v78(provider, CardName_EIGHT_getInstance()).q79());
|
|
@@ -36004,9 +36008,9 @@
|
|
|
36004
36008
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
36005
36009
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
36006
36010
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_NINE_getInstance())).u79(Companion_instance_28.x7a(provider, [Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
36007
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump,
|
|
36008
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump,
|
|
36009
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
36011
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_EIGHT_getInstance()), Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
36012
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_QUEEN_getInstance()), Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
36013
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_KING_getInstance()), Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
36010
36014
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_TEN_getInstance()), Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
36011
36015
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())).u79(new UnnecessaryCardsOnTheTableRule(cardsOnTheTable, [Companion_instance.j66(trump, CardName_ACE_getInstance()), Companion_instance.j66(trump, CardName_NINE_getInstance()), Companion_instance.j66(trump, CardName_JACK_getInstance())])));
|
|
36012
36016
|
rules.j76(this.d8j(provider));
|
|
@@ -36045,7 +36049,7 @@
|
|
|
36045
36049
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_ACE_getInstance())));
|
|
36046
36050
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_TEN_getInstance())));
|
|
36047
36051
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_KING_getInstance())));
|
|
36048
|
-
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump,
|
|
36052
|
+
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_QUEEN_getInstance())));
|
|
36049
36053
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_SEVEN_getInstance())));
|
|
36050
36054
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_EIGHT_getInstance())));
|
|
36051
36055
|
rules.h76(Companion_instance_24.n79(provider, Companion_instance.j66(trump, CardName_NINE_getInstance())));
|
|
@@ -36123,7 +36127,7 @@
|
|
|
36123
36127
|
var _iterator__ex2g4s_4 = suits.j();
|
|
36124
36128
|
while (_iterator__ex2g4s_4.k()) {
|
|
36125
36129
|
var suit_4 = _iterator__ex2g4s_4.l();
|
|
36126
|
-
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_4).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_4, CardName_JACK_getInstance()), Companion_instance.j66(suit_4, CardName_KING_getInstance()), Companion_instance.j66(suit_4,
|
|
36130
|
+
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_4).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_4, CardName_JACK_getInstance()), Companion_instance.j66(suit_4, CardName_KING_getInstance()), Companion_instance.j66(suit_4, CardName_QUEEN_getInstance())])).f7a(Companion_instance_26.l7a(provider, suit_4, 4))));
|
|
36127
36131
|
}
|
|
36128
36132
|
priority = rules.d76_1;
|
|
36129
36133
|
var _iterator__ex2g4s_5 = suits.j();
|
|
@@ -36135,19 +36139,19 @@
|
|
|
36135
36139
|
var _iterator__ex2g4s_6 = suits.j();
|
|
36136
36140
|
while (_iterator__ex2g4s_6.k()) {
|
|
36137
36141
|
var suit_6 = _iterator__ex2g4s_6.l();
|
|
36138
|
-
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_6).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_6, CardName_NINE_getInstance()), Companion_instance.j66(suit_6, CardName_KING_getInstance()), Companion_instance.j66(suit_6,
|
|
36142
|
+
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_6).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_6, CardName_NINE_getInstance()), Companion_instance.j66(suit_6, CardName_KING_getInstance()), Companion_instance.j66(suit_6, CardName_QUEEN_getInstance())])).f7a(new NecessaryCardTypeRule(playerCards, [new CardType(2, CardName_ACE_getInstance())]))));
|
|
36139
36143
|
}
|
|
36140
36144
|
priority = rules.d76_1;
|
|
36141
36145
|
var _iterator__ex2g4s_7 = suits.j();
|
|
36142
36146
|
while (_iterator__ex2g4s_7.k()) {
|
|
36143
36147
|
var suit_7 = _iterator__ex2g4s_7.l();
|
|
36144
|
-
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_7).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_7, CardName_NINE_getInstance()), Companion_instance.j66(suit_7, CardName_KING_getInstance()), Companion_instance.j66(suit_7,
|
|
36148
|
+
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_7).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_7, CardName_NINE_getInstance()), Companion_instance.j66(suit_7, CardName_KING_getInstance()), Companion_instance.j66(suit_7, CardName_QUEEN_getInstance())])).f7a(Companion_instance_26.l7a(provider, suit_7, 4)).f7a(new NecessaryCardTypeRule(playerCards, [new CardType(1, CardName_ACE_getInstance())]))));
|
|
36145
36149
|
}
|
|
36146
36150
|
priority = rules.d76_1;
|
|
36147
36151
|
var _iterator__ex2g4s_8 = suits.j();
|
|
36148
36152
|
while (_iterator__ex2g4s_8.k()) {
|
|
36149
36153
|
var suit_8 = _iterator__ex2g4s_8.l();
|
|
36150
|
-
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_8).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_8, CardName_NINE_getInstance()), Companion_instance.j66(suit_8, CardName_KING_getInstance()), Companion_instance.j66(suit_8,
|
|
36154
|
+
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_8).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_8, CardName_NINE_getInstance()), Companion_instance.j66(suit_8, CardName_KING_getInstance()), Companion_instance.j66(suit_8, CardName_QUEEN_getInstance())])).f7a(Companion_instance_26.l7a(provider, suit_8, 5))));
|
|
36151
36155
|
}
|
|
36152
36156
|
priority = rules.d76_1;
|
|
36153
36157
|
var _iterator__ex2g4s_9 = suits.j();
|
|
@@ -36159,7 +36163,7 @@
|
|
|
36159
36163
|
var _iterator__ex2g4s_10 = suits.j();
|
|
36160
36164
|
while (_iterator__ex2g4s_10.k()) {
|
|
36161
36165
|
var suit_10 = _iterator__ex2g4s_10.l();
|
|
36162
|
-
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_10).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_10, CardName_NINE_getInstance()), Companion_instance.j66(suit_10, CardName_KING_getInstance()), Companion_instance.j66(suit_10,
|
|
36166
|
+
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_10).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_10, CardName_NINE_getInstance()), Companion_instance.j66(suit_10, CardName_KING_getInstance()), Companion_instance.j66(suit_10, CardName_QUEEN_getInstance())])).f7a(Companion_instance_26.l7a(provider, suit_10, 4)).f7a(new PlayerShuffleCardsRule(provider.o8k_1))));
|
|
36163
36167
|
}
|
|
36164
36168
|
priority = rules.d76_1;
|
|
36165
36169
|
var _iterator__ex2g4s_11 = suits.j();
|
|
@@ -36171,7 +36175,7 @@
|
|
|
36171
36175
|
var _iterator__ex2g4s_12 = suits.j();
|
|
36172
36176
|
while (_iterator__ex2g4s_12.k()) {
|
|
36173
36177
|
var suit_12 = _iterator__ex2g4s_12.l();
|
|
36174
|
-
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_12).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_12, CardName_JACK_getInstance()), Companion_instance.j66(suit_12, CardName_KING_getInstance()), Companion_instance.j66(suit_12,
|
|
36178
|
+
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_12).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_12, CardName_JACK_getInstance()), Companion_instance.j66(suit_12, CardName_KING_getInstance()), Companion_instance.j66(suit_12, CardName_QUEEN_getInstance())])).f7a(new PlayerShuffleCardsRule(provider.o8k_1))));
|
|
36175
36179
|
}
|
|
36176
36180
|
priority = rules.d76_1;
|
|
36177
36181
|
var _iterator__ex2g4s_13 = suits.j();
|
|
@@ -36213,7 +36217,7 @@
|
|
|
36213
36217
|
var _iterator__ex2g4s = suits.j();
|
|
36214
36218
|
while (_iterator__ex2g4s.k()) {
|
|
36215
36219
|
var suit = _iterator__ex2g4s.l();
|
|
36216
|
-
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit).u79(new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit, CardName_NINE_getInstance()), Companion_instance.j66(suit, CardName_KING_getInstance()), Companion_instance.j66(suit,
|
|
36220
|
+
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit).u79(new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit, CardName_NINE_getInstance()), Companion_instance.j66(suit, CardName_KING_getInstance()), Companion_instance.j66(suit, CardName_QUEEN_getInstance())])));
|
|
36217
36221
|
}
|
|
36218
36222
|
priority = rules.d76_1;
|
|
36219
36223
|
var _iterator__ex2g4s_0 = suits.j();
|
|
@@ -36231,13 +36235,13 @@
|
|
|
36231
36235
|
var _iterator__ex2g4s_2 = suits.j();
|
|
36232
36236
|
while (_iterator__ex2g4s_2.k()) {
|
|
36233
36237
|
var suit_1 = _iterator__ex2g4s_2.l();
|
|
36234
|
-
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_1).u79(new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_1, CardName_ACE_getInstance()), Companion_instance.j66(suit_1, CardName_KING_getInstance()), Companion_instance.j66(suit_1,
|
|
36238
|
+
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_1).u79(new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_1, CardName_ACE_getInstance()), Companion_instance.j66(suit_1, CardName_KING_getInstance()), Companion_instance.j66(suit_1, CardName_QUEEN_getInstance())])));
|
|
36235
36239
|
}
|
|
36236
36240
|
priority = rules.d76_1;
|
|
36237
36241
|
var _iterator__ex2g4s_3 = suits.j();
|
|
36238
36242
|
while (_iterator__ex2g4s_3.k()) {
|
|
36239
36243
|
var suit_2 = _iterator__ex2g4s_3.l();
|
|
36240
|
-
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_2).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_2, CardName_KING_getInstance()), Companion_instance.j66(suit_2,
|
|
36244
|
+
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_2).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_2, CardName_KING_getInstance()), Companion_instance.j66(suit_2, CardName_QUEEN_getInstance())])).f7a(Companion_instance_26.l7a(provider, suit_2, 4))));
|
|
36241
36245
|
}
|
|
36242
36246
|
priority = rules.d76_1;
|
|
36243
36247
|
var _iterator__ex2g4s_4 = suits.j();
|
|
@@ -36249,7 +36253,7 @@
|
|
|
36249
36253
|
var _iterator__ex2g4s_5 = suits.j();
|
|
36250
36254
|
while (_iterator__ex2g4s_5.k()) {
|
|
36251
36255
|
var suit_4 = _iterator__ex2g4s_5.l();
|
|
36252
|
-
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_4).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_4, CardName_KING_getInstance()), Companion_instance.j66(suit_4,
|
|
36256
|
+
rules.i76(priority, Companion_instance_25.e7a(playerCards, suit_4).u79((new NecessaryCardsInHandRule(playerCards, [Companion_instance.j66(suit_4, CardName_KING_getInstance()), Companion_instance.j66(suit_4, CardName_QUEEN_getInstance())])).f7a(Companion_instance_26.l7a(provider, suit_4, 3))));
|
|
36253
36257
|
}
|
|
36254
36258
|
priority = rules.d76_1;
|
|
36255
36259
|
var _iterator__ex2g4s_6 = suits.j();
|
|
@@ -38141,7 +38145,7 @@
|
|
|
38141
38145
|
// Inline function 'org.kodein.type.generic' call
|
|
38142
38146
|
var tmp_4 = typeToken(createKType(getKClass(EqualHandsDealerIntercator), arrayOf([]), false));
|
|
38143
38147
|
var tmp$ret$4 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
38144
|
-
var
|
|
38148
|
+
var tmp2_equalHandsDealerInteractor = tmp_3.g5z(tmp$ret$4, null);
|
|
38145
38149
|
// Inline function 'org.kodein.di.instance' call
|
|
38146
38150
|
var tmp_5 = $this$singleton.h5z();
|
|
38147
38151
|
// Inline function 'org.kodein.type.generic' call
|
|
@@ -38154,7 +38158,7 @@
|
|
|
38154
38158
|
var tmp_8 = typeToken(createKType(getKClass(TeamsLogicProvider), arrayOf([]), false));
|
|
38155
38159
|
var tmp$ret$8 = isInterface(tmp_8, TypeToken) ? tmp_8 : THROW_CCE();
|
|
38156
38160
|
var tmp4_teamsLogicProvider = tmp_7.g5z(tmp$ret$8, null);
|
|
38157
|
-
return new
|
|
38161
|
+
return new CardsInteractorImpl(tmp0_gameLogicProvider, tmp4_teamsLogicProvider, tmp1_paramsProvider, tmp2_equalHandsDealerInteractor, tmp3_dealerConfig);
|
|
38158
38162
|
}
|
|
38159
38163
|
function getEngineGameModule$lambda$lambda_17($this$singleton) {
|
|
38160
38164
|
// Inline function 'org.kodein.di.instance' call
|
|
@@ -38874,7 +38878,7 @@
|
|
|
38874
38878
|
var tmp_90 = $this$Module.x5x();
|
|
38875
38879
|
var tmp_91 = $this$Module.y5x();
|
|
38876
38880
|
// Inline function 'org.kodein.type.generic' call
|
|
38877
|
-
var tmp_92 = typeToken(createKType(getKClass(
|
|
38881
|
+
var tmp_92 = typeToken(createKType(getKClass(CardsInteractorImpl), arrayOf([]), false));
|
|
38878
38882
|
var tmp$ret$70 = isInterface(tmp_92, TypeToken) ? tmp_92 : THROW_CCE();
|
|
38879
38883
|
var tmp$ret$71 = new Singleton(tmp_89, tmp_90, tmp_91, tmp$ret$70, null, true, creator_16);
|
|
38880
38884
|
tmp_88.s61(tmp$ret$71);
|
|
@@ -39565,7 +39569,7 @@
|
|
|
39565
39569
|
var tmp0_elvis_lhs = validateResult(this.y8m_1.g8l(createGameProvider(this, player, table)), this, table.config.options.botIntelligenceLevel);
|
|
39566
39570
|
var tmp;
|
|
39567
39571
|
if (tmp0_elvis_lhs == null) {
|
|
39568
|
-
throw IllegalStateException_init_$Create$("Can't find card for this player " + player.toString());
|
|
39572
|
+
throw IllegalStateException_init_$Create$("BotLogicInteractor: Can't find card for this player " + player.toString());
|
|
39569
39573
|
} else {
|
|
39570
39574
|
tmp = tmp0_elvis_lhs;
|
|
39571
39575
|
}
|
|
@@ -39606,7 +39610,7 @@
|
|
|
39606
39610
|
case 5:
|
|
39607
39611
|
tmp = true;
|
|
39608
39612
|
break;
|
|
39609
|
-
case
|
|
39613
|
+
case 6:
|
|
39610
39614
|
var tmp_0;
|
|
39611
39615
|
if (table.config.playersMode.isTeamGame) {
|
|
39612
39616
|
var partner = teamsLogicProvider.t8k(playerId, table.players);
|
|
@@ -39889,7 +39893,7 @@
|
|
|
39889
39893
|
case 5:
|
|
39890
39894
|
tmp = this.c8o(cards, round.selectedTrump);
|
|
39891
39895
|
break;
|
|
39892
|
-
case
|
|
39896
|
+
case 6:
|
|
39893
39897
|
tmp = this.d8o(cards);
|
|
39894
39898
|
break;
|
|
39895
39899
|
default:
|
|
@@ -40047,7 +40051,7 @@
|
|
|
40047
40051
|
protoOf(CombinationProviderImpl).x8n = function (playerId, playerCards, players, trump, config) {
|
|
40048
40052
|
var tmp0_$this = this.z8n_1;
|
|
40049
40053
|
var tmp1_supportedCombinations = setOf(Companion_instance_148.n8f(CombinationType_BELA_getInstance()));
|
|
40050
|
-
var tmp2_includeCardNames = setOf_0([
|
|
40054
|
+
var tmp2_includeCardNames = setOf_0([CardName_QUEEN_getInstance(), CardName_KING_getInstance()]);
|
|
40051
40055
|
var checkedCombinations = singleOrNull(tmp0_$this.b69(playerCards, tmp1_supportedCombinations, VOID, tmp2_includeCardNames, trump));
|
|
40052
40056
|
var numberOfPlayer = Companion_instance_149.s8f(playerId, players);
|
|
40053
40057
|
if (!(checkedCombinations == null)) {
|
|
@@ -40425,16 +40429,19 @@
|
|
|
40425
40429
|
var iterator = players.j();
|
|
40426
40430
|
if (!iterator.k())
|
|
40427
40431
|
throw NoSuchElementException_init_$Create$_0();
|
|
40428
|
-
// Inline function 'games.jass.logic.domain.interactors.dealer.
|
|
40432
|
+
// Inline function 'games.jass.logic.domain.interactors.dealer.CardsInteractorImpl.distributeCardsByCycles.<anonymous>' call
|
|
40429
40433
|
var maxValue = iterator.l().pe_1;
|
|
40430
40434
|
while (iterator.k()) {
|
|
40431
|
-
// Inline function 'games.jass.logic.domain.interactors.dealer.
|
|
40435
|
+
// Inline function 'games.jass.logic.domain.interactors.dealer.CardsInteractorImpl.distributeCardsByCycles.<anonymous>' call
|
|
40432
40436
|
var v = iterator.l().pe_1;
|
|
40433
40437
|
if (compareTo(maxValue, v) < 0) {
|
|
40434
40438
|
maxValue = v;
|
|
40435
40439
|
}
|
|
40436
40440
|
}
|
|
40437
|
-
var
|
|
40441
|
+
var maxPlayerCardsCount = maxValue;
|
|
40442
|
+
// Inline function 'kotlin.math.min' call
|
|
40443
|
+
var effectiveCardsPerCycle = Math.min(cardsInCycle, maxPlayerCardsCount);
|
|
40444
|
+
var cycles = maxPlayerCardsCount / effectiveCardsPerCycle | 0;
|
|
40438
40445
|
var inductionVariable = 0;
|
|
40439
40446
|
if (inductionVariable < cycles)
|
|
40440
40447
|
do {
|
|
@@ -40470,119 +40477,181 @@
|
|
|
40470
40477
|
playersCards = tmp;
|
|
40471
40478
|
return distributeCardsByCycles($this, cardsInCycle, cards, players, playersCards);
|
|
40472
40479
|
}
|
|
40473
|
-
function
|
|
40474
|
-
|
|
40475
|
-
|
|
40476
|
-
|
|
40477
|
-
|
|
40478
|
-
|
|
40479
|
-
|
|
40480
|
-
|
|
40481
|
-
|
|
40482
|
-
|
|
40483
|
-
if (!config.playersMode.isTeamGame) {
|
|
40484
|
-
return PlayerCardsIgnoreOption_CAN_BE_NOT_HAPPY_getInstance();
|
|
40485
|
-
}
|
|
40486
|
-
var partner = $this.s8o_1.t8k(player.playerId, allPlayers);
|
|
40487
|
-
var tmp;
|
|
40488
|
-
if (partner.q6c()) {
|
|
40489
|
-
tmp = PlayerCardsIgnoreOption_NOT_IGNORED_getInstance();
|
|
40490
|
-
} else {
|
|
40491
|
-
tmp = PlayerCardsIgnoreOption_CAN_BE_NOT_HAPPY_getInstance();
|
|
40492
|
-
}
|
|
40493
|
-
return tmp;
|
|
40480
|
+
function distributeFirstRoundCardsFake($this, cardsInTheCardDeck, players, config) {
|
|
40481
|
+
// Inline function 'kotlin.collections.map' call
|
|
40482
|
+
// Inline function 'kotlin.collections.mapTo' call
|
|
40483
|
+
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(players, 10));
|
|
40484
|
+
var tmp0_iterator = players.j();
|
|
40485
|
+
while (tmp0_iterator.k()) {
|
|
40486
|
+
var item = tmp0_iterator.l();
|
|
40487
|
+
// Inline function 'games.jass.logic.domain.interactors.dealer.CardsInteractorImpl.distributeFirstRoundCardsFake.<anonymous>' call
|
|
40488
|
+
var tmp$ret$0 = to(item.playerId, config.rules.dealerInitialCardsCount);
|
|
40489
|
+
destination.e(tmp$ret$0);
|
|
40494
40490
|
}
|
|
40491
|
+
return distributeCardsByCycles$default($this, config.rules.dealerInitialCardsCount, cardsInTheCardDeck, destination);
|
|
40495
40492
|
}
|
|
40496
|
-
function
|
|
40497
|
-
nonSwapCardsForPlayers = nonSwapCardsForPlayers === VOID ? emptyList() : nonSwapCardsForPlayers;
|
|
40498
|
-
return getPlayerCardsIgnoreOption($this, player, allPlayers, config, nonSwapCardsForPlayers);
|
|
40499
|
-
}
|
|
40500
|
-
function CardsIntercatorImpl(gameLogicProvider, teamsLogicProvider, paramsProvider, equalHandsDealerIntercator, dealerConfig) {
|
|
40501
|
-
this.r8o_1 = gameLogicProvider;
|
|
40502
|
-
this.s8o_1 = teamsLogicProvider;
|
|
40503
|
-
this.t8o_1 = paramsProvider;
|
|
40504
|
-
this.u8o_1 = equalHandsDealerIntercator;
|
|
40505
|
-
this.v8o_1 = dealerConfig;
|
|
40506
|
-
}
|
|
40507
|
-
protoOf(CardsIntercatorImpl).w8o = function (cards, players, config) {
|
|
40508
|
-
var cardsInTheCardDeck = toMutableList(cards);
|
|
40493
|
+
function distributeFirstRoundCardsNormal($this, cardsInTheCardDeck, players, config, trumpCard) {
|
|
40509
40494
|
// Inline function 'kotlin.collections.map' call
|
|
40510
40495
|
// Inline function 'kotlin.collections.mapTo' call
|
|
40511
40496
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(players, 10));
|
|
40512
40497
|
var tmp0_iterator = players.j();
|
|
40513
40498
|
while (tmp0_iterator.k()) {
|
|
40514
40499
|
var item = tmp0_iterator.l();
|
|
40515
|
-
// Inline function 'games.jass.logic.domain.interactors.dealer.
|
|
40500
|
+
// Inline function 'games.jass.logic.domain.interactors.dealer.CardsInteractorImpl.distributeFirstRoundCardsNormal.<anonymous>' call
|
|
40516
40501
|
var tmp$ret$0 = to(item.playerId, config.rules.dealerInitialCardsCount);
|
|
40517
40502
|
destination.e(tmp$ret$0);
|
|
40518
40503
|
}
|
|
40519
|
-
var distributedPlayersCards = distributeCardsByCycles$default(this, 2, cardsInTheCardDeck, destination);
|
|
40520
|
-
var trumpCard = single(distributeCardsTop(cardsInTheCardDeck, 1));
|
|
40504
|
+
var distributedPlayersCards = distributeCardsByCycles$default($this, 2, cardsInTheCardDeck, destination);
|
|
40521
40505
|
// Inline function 'kotlin.collections.map' call
|
|
40522
40506
|
// Inline function 'kotlin.collections.mapTo' call
|
|
40523
40507
|
var destination_0 = ArrayList_init_$Create$(collectionSizeOrDefault(players, 10));
|
|
40524
40508
|
var tmp0_iterator_0 = players.j();
|
|
40525
40509
|
while (tmp0_iterator_0.k()) {
|
|
40526
40510
|
var item_0 = tmp0_iterator_0.l();
|
|
40527
|
-
// Inline function 'games.jass.logic.domain.interactors.dealer.
|
|
40511
|
+
// Inline function 'games.jass.logic.domain.interactors.dealer.CardsInteractorImpl.distributeFirstRoundCardsNormal.<anonymous>' call
|
|
40528
40512
|
var distributedCards = getValue(distributedPlayersCards, item_0.playerId);
|
|
40529
40513
|
var tmp = item_0.playerId;
|
|
40530
40514
|
var tmp0_options = getPlayer(players, item_0.playerId).m6x_1;
|
|
40531
|
-
var tmp$ret$3 = new PlayerCards(tmp, distributedCards, this.b8n(distributedCards, tmp0_options, config, trumpCard), getPlayerCardsIgnoreOption$default(this, item_0, players, config));
|
|
40515
|
+
var tmp$ret$3 = new PlayerCards(tmp, distributedCards, $this.b8n(distributedCards, tmp0_options, config, trumpCard), getPlayerCardsIgnoreOption$default($this, item_0, players, config));
|
|
40532
40516
|
destination_0.e(tmp$ret$3);
|
|
40533
40517
|
}
|
|
40534
|
-
|
|
40535
|
-
|
|
40536
|
-
|
|
40537
|
-
|
|
40538
|
-
|
|
40518
|
+
return $this.u8o_1.w8o(destination_0, players, trumpCard.u66(), config);
|
|
40519
|
+
}
|
|
40520
|
+
function getPlayerCardsIgnoreOption($this, player, allPlayers, config, nonSwapCardsForPlayers) {
|
|
40521
|
+
if (nonSwapCardsForPlayers.s1(player.playerId)) {
|
|
40522
|
+
return PlayerCardsIgnoreOption_NOT_SWAPPED_getInstance();
|
|
40523
|
+
}
|
|
40524
|
+
if ($this.v8o_1.isBotsAreHappy) {
|
|
40525
|
+
return PlayerCardsIgnoreOption_NOT_IGNORED_getInstance();
|
|
40526
|
+
}
|
|
40527
|
+
if (player.q6c()) {
|
|
40528
|
+
return PlayerCardsIgnoreOption_NOT_IGNORED_getInstance();
|
|
40529
|
+
}
|
|
40530
|
+
if (!config.playersMode.isTeamGame) {
|
|
40531
|
+
return PlayerCardsIgnoreOption_CAN_BE_NOT_HAPPY_getInstance();
|
|
40532
|
+
}
|
|
40533
|
+
var partner = $this.s8o_1.t8k(player.playerId, allPlayers);
|
|
40534
|
+
var tmp;
|
|
40535
|
+
if (partner.q6c()) {
|
|
40536
|
+
tmp = PlayerCardsIgnoreOption_NOT_IGNORED_getInstance();
|
|
40537
|
+
} else {
|
|
40538
|
+
tmp = PlayerCardsIgnoreOption_CAN_BE_NOT_HAPPY_getInstance();
|
|
40539
|
+
}
|
|
40540
|
+
return tmp;
|
|
40541
|
+
}
|
|
40542
|
+
function getPlayerCardsIgnoreOption$default($this, player, allPlayers, config, nonSwapCardsForPlayers, $super) {
|
|
40543
|
+
nonSwapCardsForPlayers = nonSwapCardsForPlayers === VOID ? emptyList() : nonSwapCardsForPlayers;
|
|
40544
|
+
return getPlayerCardsIgnoreOption($this, player, allPlayers, config, nonSwapCardsForPlayers);
|
|
40545
|
+
}
|
|
40546
|
+
function initializeExistingCards($this, whoGetsTheTrumpCard, trumpCard) {
|
|
40539
40547
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
40540
|
-
var
|
|
40548
|
+
var existingPlayersCards = LinkedHashMap_init_$Create$();
|
|
40541
40549
|
if (!((whoGetsTheTrumpCard == null ? null : whoGetsTheTrumpCard.playerId) == null)) {
|
|
40542
40550
|
// Inline function 'kotlin.collections.set' call
|
|
40543
40551
|
var key = whoGetsTheTrumpCard.playerId;
|
|
40544
40552
|
var value = listOf_0(trumpCard);
|
|
40545
|
-
|
|
40553
|
+
existingPlayersCards.k2(key, value);
|
|
40546
40554
|
}
|
|
40547
|
-
|
|
40555
|
+
return existingPlayersCards;
|
|
40556
|
+
}
|
|
40557
|
+
function getTopOpenedCardIfSupported($this, cardsInTheCardDeck, config) {
|
|
40558
|
+
var tmp;
|
|
40559
|
+
if ($this.t8o_1.f8m(config)) {
|
|
40560
|
+
tmp = single(distributeCardsTop(cardsInTheCardDeck, 1));
|
|
40561
|
+
} else {
|
|
40562
|
+
tmp = null;
|
|
40563
|
+
}
|
|
40564
|
+
return tmp;
|
|
40565
|
+
}
|
|
40566
|
+
function distributeSecondRoundCardsFake($this, cardsInTheCardDeck, players, config, existingPlayersCards) {
|
|
40567
|
+
var tmp = config.rules.dealerFinalCardsCount - config.rules.dealerInitialCardsCount | 0;
|
|
40548
40568
|
// Inline function 'kotlin.collections.map' call
|
|
40549
40569
|
// Inline function 'kotlin.collections.mapTo' call
|
|
40550
40570
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(players, 10));
|
|
40551
40571
|
var tmp0_iterator = players.j();
|
|
40552
40572
|
while (tmp0_iterator.k()) {
|
|
40553
40573
|
var item = tmp0_iterator.l();
|
|
40554
|
-
// Inline function 'games.jass.logic.domain.interactors.dealer.
|
|
40574
|
+
// Inline function 'games.jass.logic.domain.interactors.dealer.CardsInteractorImpl.distributeSecondRoundCardsFake.<anonymous>' call
|
|
40555
40575
|
var neededCardsCount = config.playerHandCardsSize - item.i6b() | 0;
|
|
40556
|
-
var tmp$ret$
|
|
40557
|
-
destination.e(tmp$ret$
|
|
40576
|
+
var tmp$ret$0 = to(item.playerId, neededCardsCount);
|
|
40577
|
+
destination.e(tmp$ret$0);
|
|
40578
|
+
}
|
|
40579
|
+
return distributeCardsByCycles($this, tmp, cardsInTheCardDeck, destination, existingPlayersCards);
|
|
40580
|
+
}
|
|
40581
|
+
function distributeSecondRoundCardsNormal($this, cardsInTheCardDeck, players, config, existingPlayersCards, whoGetsTheTrumpCard, selectedTrump) {
|
|
40582
|
+
// Inline function 'kotlin.collections.map' call
|
|
40583
|
+
// Inline function 'kotlin.collections.mapTo' call
|
|
40584
|
+
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(players, 10));
|
|
40585
|
+
var tmp0_iterator = players.j();
|
|
40586
|
+
while (tmp0_iterator.k()) {
|
|
40587
|
+
var item = tmp0_iterator.l();
|
|
40588
|
+
// Inline function 'games.jass.logic.domain.interactors.dealer.CardsInteractorImpl.distributeSecondRoundCardsNormal.<anonymous>' call
|
|
40589
|
+
var neededCardsCount = config.playerHandCardsSize - item.i6b() | 0;
|
|
40590
|
+
var tmp$ret$0 = to(item.playerId, neededCardsCount);
|
|
40591
|
+
destination.e(tmp$ret$0);
|
|
40558
40592
|
}
|
|
40559
|
-
var distributedPlayersCards = distributeCardsByCycles(this, 1, cardsInTheCardDeck, destination,
|
|
40560
|
-
var
|
|
40561
|
-
var tmp1_$this = this.u8o_1;
|
|
40593
|
+
var distributedPlayersCards = distributeCardsByCycles($this, 1, cardsInTheCardDeck, destination, existingPlayersCards);
|
|
40594
|
+
var tmp0_$this = $this.u8o_1;
|
|
40562
40595
|
// Inline function 'kotlin.collections.map' call
|
|
40563
40596
|
// Inline function 'kotlin.collections.mapTo' call
|
|
40564
40597
|
var destination_0 = ArrayList_init_$Create$(collectionSizeOrDefault(players, 10));
|
|
40565
40598
|
var tmp0_iterator_0 = players.j();
|
|
40566
40599
|
while (tmp0_iterator_0.k()) {
|
|
40567
40600
|
var item_0 = tmp0_iterator_0.l();
|
|
40568
|
-
// Inline function 'games.jass.logic.domain.interactors.dealer.
|
|
40601
|
+
// Inline function 'games.jass.logic.domain.interactors.dealer.CardsInteractorImpl.distributeSecondRoundCardsNormal.<anonymous>' call
|
|
40569
40602
|
var tmp2_playerId = item_0.playerId;
|
|
40570
40603
|
var tmp3_possibleCards = getValue(distributedPlayersCards, item_0.playerId);
|
|
40571
40604
|
var tmp4_distributedCards = getValue(distributedPlayersCards, item_0.playerId);
|
|
40572
40605
|
var tmp1_nonSwapCardsForPlayers = listOfNotNull_0(whoGetsTheTrumpCard == null ? null : whoGetsTheTrumpCard.playerId);
|
|
40573
|
-
var tmp5_ignoreOption = getPlayerCardsIgnoreOption(this, item_0, players, config, tmp1_nonSwapCardsForPlayers);
|
|
40574
|
-
var tmp$ret$
|
|
40575
|
-
destination_0.e(tmp$ret$
|
|
40606
|
+
var tmp5_ignoreOption = getPlayerCardsIgnoreOption($this, item_0, players, config, tmp1_nonSwapCardsForPlayers);
|
|
40607
|
+
var tmp$ret$3 = new PlayerCards(tmp2_playerId, tmp4_distributedCards, tmp3_possibleCards, tmp5_ignoreOption);
|
|
40608
|
+
destination_0.e(tmp$ret$3);
|
|
40609
|
+
}
|
|
40610
|
+
return tmp0_$this.w8o(destination_0, players, selectedTrump, config);
|
|
40611
|
+
}
|
|
40612
|
+
function CardsInteractorImpl(gameLogicProvider, teamsLogicProvider, paramsProvider, equalHandsDealerInteractor, dealerConfig) {
|
|
40613
|
+
this.r8o_1 = gameLogicProvider;
|
|
40614
|
+
this.s8o_1 = teamsLogicProvider;
|
|
40615
|
+
this.t8o_1 = paramsProvider;
|
|
40616
|
+
this.u8o_1 = equalHandsDealerInteractor;
|
|
40617
|
+
this.v8o_1 = dealerConfig;
|
|
40618
|
+
}
|
|
40619
|
+
protoOf(CardsInteractorImpl).x8o = function (cards, players, config) {
|
|
40620
|
+
var cardsInTheCardDeck = toMutableList(cards);
|
|
40621
|
+
var trumpCard = single(distributeCardsTop(cardsInTheCardDeck, 1));
|
|
40622
|
+
var dealerStrategy = config.getDealerStrategyOrDefault(this.v8o_1);
|
|
40623
|
+
var tmp;
|
|
40624
|
+
if (dealerStrategy.isFake()) {
|
|
40625
|
+
tmp = distributeFirstRoundCardsFake(this, cardsInTheCardDeck, players, config);
|
|
40626
|
+
} else {
|
|
40627
|
+
tmp = distributeFirstRoundCardsNormal(this, cardsInTheCardDeck, players, config, trumpCard);
|
|
40576
40628
|
}
|
|
40577
|
-
var
|
|
40578
|
-
|
|
40579
|
-
return new SecondRoundCards(equalisedPlayersCards, cardsInTheCardDeck, frezaCard, tmp4_trumpCardForPlayerId);
|
|
40629
|
+
var playersCards = tmp;
|
|
40630
|
+
return new FirstRoundCards(playersCards, cardsInTheCardDeck, trumpCard);
|
|
40580
40631
|
};
|
|
40581
|
-
protoOf(
|
|
40582
|
-
var
|
|
40583
|
-
var
|
|
40584
|
-
|
|
40585
|
-
|
|
40632
|
+
protoOf(CardsInteractorImpl).y8o = function (cards, trumpCard, selectedTrump, players, config) {
|
|
40633
|
+
var whoGetsTheTrumpCard = this.r8o_1.x8l(players, config);
|
|
40634
|
+
var existingPlayersCards = initializeExistingCards(this, whoGetsTheTrumpCard, trumpCard);
|
|
40635
|
+
var cardsInTheCardDeck = toMutableList(cards);
|
|
40636
|
+
var topOpenedCard = getTopOpenedCardIfSupported(this, cardsInTheCardDeck, config);
|
|
40637
|
+
var dealerStrategy = config.getDealerStrategyOrDefault(this.v8o_1);
|
|
40638
|
+
var tmp;
|
|
40639
|
+
if (dealerStrategy.isFake()) {
|
|
40640
|
+
tmp = distributeSecondRoundCardsFake(this, cardsInTheCardDeck, players, config, existingPlayersCards);
|
|
40641
|
+
} else {
|
|
40642
|
+
tmp = distributeSecondRoundCardsNormal(this, cardsInTheCardDeck, players, config, existingPlayersCards, whoGetsTheTrumpCard, selectedTrump);
|
|
40643
|
+
}
|
|
40644
|
+
var playersCards = tmp;
|
|
40645
|
+
var tmp1_trumpCardForPlayerId = whoGetsTheTrumpCard == null ? null : whoGetsTheTrumpCard.playerId;
|
|
40646
|
+
return new SecondRoundCards(playersCards, cardsInTheCardDeck, topOpenedCard, tmp1_trumpCardForPlayerId);
|
|
40647
|
+
};
|
|
40648
|
+
protoOf(CardsInteractorImpl).b8n = function (cards, options, config, trumpCard) {
|
|
40649
|
+
if (config.playersMode.count === 4) {
|
|
40650
|
+
var isPlayerWillGetTrumpCard = !config.rules.trumpCardGoToPlayerWhoShuffleCards;
|
|
40651
|
+
var isWhoShuffleCards = config.rules.trumpCardGoToPlayerWhoShuffleCards && options.c72();
|
|
40652
|
+
if (isPlayerWillGetTrumpCard || isWhoShuffleCards) {
|
|
40653
|
+
return plus_0(cards, trumpCard);
|
|
40654
|
+
}
|
|
40586
40655
|
}
|
|
40587
40656
|
return cards;
|
|
40588
40657
|
};
|
|
@@ -40616,14 +40685,14 @@
|
|
|
40616
40685
|
return false;
|
|
40617
40686
|
return true;
|
|
40618
40687
|
};
|
|
40619
|
-
function SecondRoundCards(playersCards, cardsLeft,
|
|
40688
|
+
function SecondRoundCards(playersCards, cardsLeft, topOpenedCard, trumpCardForPlayerId) {
|
|
40620
40689
|
this.c8p_1 = playersCards;
|
|
40621
40690
|
this.d8p_1 = cardsLeft;
|
|
40622
|
-
this.e8p_1 =
|
|
40691
|
+
this.e8p_1 = topOpenedCard;
|
|
40623
40692
|
this.f8p_1 = trumpCardForPlayerId;
|
|
40624
40693
|
}
|
|
40625
40694
|
protoOf(SecondRoundCards).toString = function () {
|
|
40626
|
-
return 'SecondRoundCards(playersCards=' + toString(this.c8p_1) + ', cardsLeft=' + toString(this.d8p_1) + ',
|
|
40695
|
+
return 'SecondRoundCards(playersCards=' + toString(this.c8p_1) + ', cardsLeft=' + toString(this.d8p_1) + ', topOpenedCard=' + toString_0(this.e8p_1) + ', trumpCardForPlayerId=' + this.f8p_1 + ')';
|
|
40627
40696
|
};
|
|
40628
40697
|
protoOf(SecondRoundCards).hashCode = function () {
|
|
40629
40698
|
var result = hashCode(this.c8p_1);
|
|
@@ -40706,42 +40775,40 @@
|
|
|
40706
40775
|
switch (tmp) {
|
|
40707
40776
|
case 0:
|
|
40708
40777
|
this.g9_1 = 7;
|
|
40709
|
-
|
|
40710
|
-
var tmp0_elvis_lhs = this.v8p_1;
|
|
40711
|
-
tmp_0.x8p_1 = tmp0_elvis_lhs == null ? this.r8p_1.g8p_1.dealerStrategy : tmp0_elvis_lhs;
|
|
40778
|
+
this.x8p_1 = this.v8p_1;
|
|
40712
40779
|
this.y8p_1 = this.x8p_1.o2_1;
|
|
40713
40780
|
if (this.y8p_1 === 4) {
|
|
40714
|
-
var
|
|
40715
|
-
var
|
|
40716
|
-
var
|
|
40717
|
-
if (
|
|
40718
|
-
|
|
40781
|
+
var tmp_0 = this;
|
|
40782
|
+
var tmp1_safe_receiver = this.r8p_1.g8p_1.cards;
|
|
40783
|
+
var tmp_1;
|
|
40784
|
+
if (tmp1_safe_receiver == null) {
|
|
40785
|
+
tmp_1 = null;
|
|
40719
40786
|
} else {
|
|
40720
|
-
var destination = ArrayList_init_$Create$(
|
|
40787
|
+
var destination = ArrayList_init_$Create$(tmp1_safe_receiver.length);
|
|
40721
40788
|
var inductionVariable = 0;
|
|
40722
|
-
var last =
|
|
40789
|
+
var last = tmp1_safe_receiver.length;
|
|
40723
40790
|
while (inductionVariable < last) {
|
|
40724
|
-
var item =
|
|
40791
|
+
var item = tmp1_safe_receiver[inductionVariable];
|
|
40725
40792
|
inductionVariable = inductionVariable + 1 | 0;
|
|
40726
40793
|
destination.e(mapFromDto(item));
|
|
40727
40794
|
}
|
|
40728
|
-
|
|
40795
|
+
tmp_1 = destination;
|
|
40729
40796
|
}
|
|
40730
|
-
var
|
|
40731
|
-
var
|
|
40732
|
-
|
|
40797
|
+
var tmp2_safe_receiver = tmp_1;
|
|
40798
|
+
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toList_0(tmp2_safe_receiver);
|
|
40799
|
+
tmp_0.z8p_1 = tmp3_elvis_lhs == null ? this.r8p_1.o8n() : tmp3_elvis_lhs;
|
|
40733
40800
|
this.f9_1 = 6;
|
|
40734
40801
|
continue $sm;
|
|
40735
40802
|
} else {
|
|
40736
40803
|
if (this.y8p_1 === 5) {
|
|
40737
|
-
var
|
|
40738
|
-
var
|
|
40804
|
+
var tmp_2 = this;
|
|
40805
|
+
var tmp_3;
|
|
40739
40806
|
if (this.s8p_1 == null) {
|
|
40740
|
-
|
|
40807
|
+
tmp_3 = null;
|
|
40741
40808
|
} else {
|
|
40742
|
-
|
|
40809
|
+
tmp_3 = getPreviousRoundCards(this.r8p_1, this.s8p_1);
|
|
40743
40810
|
}
|
|
40744
|
-
|
|
40811
|
+
tmp_2.z8p_1 = this.r8p_1.d8q(tmp_3);
|
|
40745
40812
|
this.f9_1 = 6;
|
|
40746
40813
|
continue $sm;
|
|
40747
40814
|
} else {
|
|
@@ -40776,8 +40843,8 @@
|
|
|
40776
40843
|
} else {
|
|
40777
40844
|
if (this.y8p_1 === 1) {
|
|
40778
40845
|
if (!(this.w8p_1 == null)) {
|
|
40779
|
-
var
|
|
40780
|
-
|
|
40846
|
+
var tmp_4 = this;
|
|
40847
|
+
tmp_4.a8q_1 = this.w8p_1;
|
|
40781
40848
|
this.f9_1 = 2;
|
|
40782
40849
|
continue $sm;
|
|
40783
40850
|
} else {
|
|
@@ -40791,7 +40858,7 @@
|
|
|
40791
40858
|
continue $sm;
|
|
40792
40859
|
}
|
|
40793
40860
|
} else {
|
|
40794
|
-
var
|
|
40861
|
+
var tmp_5 = this;
|
|
40795
40862
|
noWhenBranchMatchedException();
|
|
40796
40863
|
}
|
|
40797
40864
|
}
|
|
@@ -40922,6 +40989,9 @@
|
|
|
40922
40989
|
protoOf(DealerStrategy).shouldEqualiseHand = function () {
|
|
40923
40990
|
return this.equals(DealerStrategy_EQUAL_HAND_BY_POINTS_getInstance()) || this.equals(DealerStrategy_EQUAL_HAND_BY_VALUE_getInstance());
|
|
40924
40991
|
};
|
|
40992
|
+
protoOf(DealerStrategy).isFake = function () {
|
|
40993
|
+
return this.equals(DealerStrategy_FAKE_getInstance());
|
|
40994
|
+
};
|
|
40925
40995
|
protoOf(DealerStrategy).isRandomOrg = function () {
|
|
40926
40996
|
return this.equals(DealerStrategy_RANDOM_ORG_getInstance()) || this.equals(DealerStrategy_RANDOM_ORG_SIGNED_getInstance());
|
|
40927
40997
|
};
|
|
@@ -41200,7 +41270,7 @@
|
|
|
41200
41270
|
this.v8q_1 = dealerConfig;
|
|
41201
41271
|
this.w8q_1 = logger;
|
|
41202
41272
|
}
|
|
41203
|
-
protoOf(EqualHandsDealerIntercatorImpl).
|
|
41273
|
+
protoOf(EqualHandsDealerIntercatorImpl).w8o = function (playersCards, allPlayers, selectedTrump, config) {
|
|
41204
41274
|
var tmp0_elvis_lhs = config.dealerStrategy;
|
|
41205
41275
|
var dealerStrategy = tmp0_elvis_lhs == null ? this.v8q_1.dealerStrategy : tmp0_elvis_lhs;
|
|
41206
41276
|
var tmp;
|
|
@@ -42516,10 +42586,7 @@
|
|
|
42516
42586
|
}
|
|
42517
42587
|
}
|
|
42518
42588
|
var newRating = this.p8s(item, item.l74_1, destination_0, realMinScore, realMaxScore, minUserRating, maxUserRating, limitByMaxRating, gameComplexityCoefficient);
|
|
42519
|
-
var
|
|
42520
|
-
var tmp1_oldRating = item.k74_1;
|
|
42521
|
-
var tmp2_isWinner = item.m74_1;
|
|
42522
|
-
var tmp$ret$12 = new PlayerRatingOutput(tmp0_playerId, newRating, tmp1_oldRating, tmp2_isWinner);
|
|
42589
|
+
var tmp$ret$12 = new PlayerRatingOutput(item.j74_1, item.k74_1, newRating, item.m74_1);
|
|
42523
42590
|
destination.e(tmp$ret$12);
|
|
42524
42591
|
}
|
|
42525
42592
|
return destination;
|
|
@@ -42614,10 +42681,7 @@
|
|
|
42614
42681
|
var item = tmp0_iterator_6.l();
|
|
42615
42682
|
// Inline function 'games.jass.logic.domain.interactors.rating.RatingCalculatorImpl.calculateTeamsRating.<anonymous>' call
|
|
42616
42683
|
var newRating = this.p8s(item, winnersScore, losers, realMinScore, realMaxScore, minUserRating, maxUserRating, limitByMaxRating, gameComplexityCoefficient);
|
|
42617
|
-
var
|
|
42618
|
-
var tmp1_oldRating = item.k74_1;
|
|
42619
|
-
var tmp2_isWinner = item.m74_1;
|
|
42620
|
-
var tmp$ret$17 = new PlayerRatingOutput(tmp0_playerId, newRating, tmp1_oldRating, tmp2_isWinner);
|
|
42684
|
+
var tmp$ret$17 = new PlayerRatingOutput(item.j74_1, item.k74_1, newRating, item.m74_1);
|
|
42621
42685
|
destination_2.e(tmp$ret$17);
|
|
42622
42686
|
}
|
|
42623
42687
|
var tmp_3 = destination_2;
|
|
@@ -42628,11 +42692,7 @@
|
|
|
42628
42692
|
while (tmp0_iterator_7.k()) {
|
|
42629
42693
|
var item_0 = tmp0_iterator_7.l();
|
|
42630
42694
|
// Inline function 'games.jass.logic.domain.interactors.rating.RatingCalculatorImpl.calculateTeamsRating.<anonymous>' call
|
|
42631
|
-
var
|
|
42632
|
-
var tmp1_oldRating_0 = item_0.k74_1;
|
|
42633
|
-
var tmp2_newRating = this.p8s(item_0, losersScore, winners, realMinScore, realMaxScore, minUserRating, maxUserRating, limitByMaxRating, gameComplexityCoefficient);
|
|
42634
|
-
var tmp3_isWinner = item_0.m74_1;
|
|
42635
|
-
var tmp$ret$20 = new PlayerRatingOutput(tmp0_playerId_0, tmp2_newRating, tmp1_oldRating_0, tmp3_isWinner);
|
|
42695
|
+
var tmp$ret$20 = new PlayerRatingOutput(item_0.j74_1, item_0.k74_1, this.p8s(item_0, losersScore, winners, realMinScore, realMaxScore, minUserRating, maxUserRating, limitByMaxRating, gameComplexityCoefficient), item_0.m74_1);
|
|
42636
42696
|
destination_3.e(tmp$ret$20);
|
|
42637
42697
|
}
|
|
42638
42698
|
return plus(tmp_3, destination_3);
|
|
@@ -43484,23 +43544,21 @@
|
|
|
43484
43544
|
}
|
|
43485
43545
|
var decksRecord = $this.r8v_1.getGame(table.gameId);
|
|
43486
43546
|
if (!(decksRecord == null)) {
|
|
43487
|
-
var
|
|
43488
|
-
var
|
|
43489
|
-
var
|
|
43490
|
-
var
|
|
43491
|
-
|
|
43492
|
-
|
|
43493
|
-
|
|
43494
|
-
var
|
|
43495
|
-
var
|
|
43496
|
-
var
|
|
43497
|
-
var
|
|
43498
|
-
var
|
|
43499
|
-
var
|
|
43500
|
-
var
|
|
43501
|
-
|
|
43502
|
-
var tmp15_provider = tmp11_elvis_lhs == null ? $this.s8v_1.dealerStrategy : tmp11_elvis_lhs;
|
|
43503
|
-
return new RandomData(tmp13_signature, tmp12_id, tmp14_indexes, tmp15_provider);
|
|
43547
|
+
var tmp0_id = decksRecord.poolId;
|
|
43548
|
+
var tmp1_signature = decksRecord.signature;
|
|
43549
|
+
var tmp2_indexes = listOf_0(last(decksRecord.rounds).cardDeckIndex);
|
|
43550
|
+
var tmp3_provider = table.config.getDealerStrategyOrDefault($this.s8v_1);
|
|
43551
|
+
return new RandomData(tmp1_signature, tmp0_id, tmp2_indexes, tmp3_provider);
|
|
43552
|
+
}
|
|
43553
|
+
var tmp4_safe_receiver = table.gameHistory.metadata;
|
|
43554
|
+
var previousRandomData = tmp4_safe_receiver == null ? null : tmp4_safe_receiver.randomData;
|
|
43555
|
+
var tmp6_elvis_lhs = previousRandomData == null ? null : previousRandomData.id;
|
|
43556
|
+
var tmp10_id = tmp6_elvis_lhs == null ? $this.i8v_1.v6h() : tmp6_elvis_lhs;
|
|
43557
|
+
var tmp11_signature = previousRandomData == null ? null : previousRandomData.signature;
|
|
43558
|
+
var tmp9_elvis_lhs = previousRandomData == null ? null : previousRandomData.indexes;
|
|
43559
|
+
var tmp12_indexes = tmp9_elvis_lhs == null ? emptyList() : tmp9_elvis_lhs;
|
|
43560
|
+
var tmp13_provider = table.config.getDealerStrategyOrDefault($this.s8v_1);
|
|
43561
|
+
return new RandomData(tmp11_signature, tmp10_id, tmp12_indexes, tmp13_provider);
|
|
43504
43562
|
}
|
|
43505
43563
|
function getApproximateRoundsForGame($this, playersMode, pointsMode) {
|
|
43506
43564
|
var tmp;
|
|
@@ -43722,8 +43780,8 @@
|
|
|
43722
43780
|
var element_0 = tmp0_iterator_2.l();
|
|
43723
43781
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
43724
43782
|
// Inline function 'games.jass.logic.domain.scenes.SceneFactory.createCalcPointsData.<anonymous>' call
|
|
43725
|
-
var tmp0_newRating = element_0.
|
|
43726
|
-
var tmp1_oldRating = element_0.
|
|
43783
|
+
var tmp0_newRating = element_0.r74_1;
|
|
43784
|
+
var tmp1_oldRating = element_0.q74_1;
|
|
43727
43785
|
var pair = to(element_0.p74_1, new Achievements(tmp1_oldRating, tmp0_newRating));
|
|
43728
43786
|
destination_1.k2(pair.oe_1, pair.pe_1);
|
|
43729
43787
|
}
|
|
@@ -43818,7 +43876,7 @@
|
|
|
43818
43876
|
this.g9_1 = 2;
|
|
43819
43877
|
this.b8v_1 = this.z8u_1.m8v_1.b8s(this.a8v_1.players, this.a8v_1.gameInfo.round, this.a8v_1.config);
|
|
43820
43878
|
this.c8v_1 = this.z8u_1.j8v_1;
|
|
43821
|
-
this.d8v_1 = this.a8v_1.config.
|
|
43879
|
+
this.d8v_1 = this.a8v_1.config.getDealerStrategyOrDefault(this.z8u_1.s8v_1);
|
|
43822
43880
|
var tmp_0 = this;
|
|
43823
43881
|
var tmp0_safe_receiver = firstOrNull(this.a8v_1.requestedCardDecks);
|
|
43824
43882
|
tmp_0.e8v_1 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.z7p();
|
|
@@ -43852,7 +43910,7 @@
|
|
|
43852
43910
|
}
|
|
43853
43911
|
|
|
43854
43912
|
var players = destination_0;
|
|
43855
|
-
var firstRoundCards = this.z8u_1.k8v_1.
|
|
43913
|
+
var firstRoundCards = this.z8u_1.k8v_1.x8o(cardsInTheCardDeck, players, this.a8v_1.config);
|
|
43856
43914
|
var tmp7_playersCards = firstRoundCards.z8o_1;
|
|
43857
43915
|
var tmp8_otherCards = firstRoundCards.a8p_1;
|
|
43858
43916
|
var tmp9_trumpCard = firstRoundCards.b8p_1;
|
|
@@ -44109,7 +44167,7 @@
|
|
|
44109
44167
|
var combinationActData = tmp$ret$0;
|
|
44110
44168
|
var tmp_0;
|
|
44111
44169
|
switch (combinationActData.m7c().o2_1) {
|
|
44112
|
-
case
|
|
44170
|
+
case 6:
|
|
44113
44171
|
tmp_0 = new MoveActNext('PLAYER_TURN');
|
|
44114
44172
|
break;
|
|
44115
44173
|
case 5:
|
|
@@ -44163,7 +44221,7 @@
|
|
|
44163
44221
|
var combinationActData = tmp$ret$0;
|
|
44164
44222
|
var tmp_0;
|
|
44165
44223
|
switch (combinationActData.m7c().o2_1) {
|
|
44166
|
-
case
|
|
44224
|
+
case 6:
|
|
44167
44225
|
// Inline function 'kotlin.collections.associate' call
|
|
44168
44226
|
|
|
44169
44227
|
var this_1 = table.players;
|
|
@@ -50670,7 +50728,7 @@
|
|
|
50670
50728
|
var tmp$ret$9 = tmp$ret$8;
|
|
50671
50729
|
tmp_5 = listOf_0(new SceneActEndedMechanicAction(tmp$ret$9));
|
|
50672
50730
|
break;
|
|
50673
|
-
case
|
|
50731
|
+
case 6:
|
|
50674
50732
|
var tmp_6;
|
|
50675
50733
|
if (action_0.k8z_1) {
|
|
50676
50734
|
tmp_6 = new RestartGameMechanicAction(RestartGameReason_getInstance());
|
|
@@ -53225,8 +53283,8 @@
|
|
|
53225
53283
|
}
|
|
53226
53284
|
tmp$ret$3 = false;
|
|
53227
53285
|
}
|
|
53228
|
-
var
|
|
53229
|
-
if (
|
|
53286
|
+
var hasHiddenCards = tmp$ret$3;
|
|
53287
|
+
if (hasHiddenCards) {
|
|
53230
53288
|
return hand.m71(VOID, VOID, plus(hand.l6y_1, combinationRecords), plus(hand.m6y_1, combinationRecords));
|
|
53231
53289
|
}
|
|
53232
53290
|
var tmp0_elvis_lhs = config.dealerStrategy;
|
|
@@ -53631,135 +53689,106 @@
|
|
|
53631
53689
|
}
|
|
53632
53690
|
|
|
53633
53691
|
var scene_0 = tmp$ret$5;
|
|
53634
|
-
var
|
|
53635
|
-
var
|
|
53636
|
-
|
|
53637
|
-
|
|
53692
|
+
var tmp9_newTopOpenedCard = scene_0.c7e_1;
|
|
53693
|
+
var tmp10_newPlayersCards = scene_0.a7e_1;
|
|
53694
|
+
var tmp11_cardDeck = table.requireCardDeck;
|
|
53695
|
+
var tmp12_config = table.config;
|
|
53696
|
+
var updatedCardDeck = $this.x9d(tmp11_cardDeck, tmp10_newPlayersCards, tmp12_config, tmp9_newTopOpenedCard);
|
|
53638
53697
|
// Inline function 'kotlin.collections.map' call
|
|
53639
53698
|
|
|
53640
|
-
var this_0 = scene_0.a7e_1;
|
|
53641
53699
|
// Inline function 'kotlin.collections.mapTo' call
|
|
53642
53700
|
|
|
53643
|
-
var destination_0 = ArrayList_init_$Create$(
|
|
53644
|
-
|
|
53645
|
-
|
|
53646
|
-
var tmp0_iterator_0 = this_0.s().j();
|
|
53701
|
+
var destination_0 = ArrayList_init_$Create$(collectionSizeOrDefault(players, 10));
|
|
53702
|
+
var tmp0_iterator_0 = players.j();
|
|
53647
53703
|
while (tmp0_iterator_0.k()) {
|
|
53648
53704
|
var item_0 = tmp0_iterator_0.l();
|
|
53649
53705
|
// Inline function 'games.jass.logic.redux.reducers.sclices.scenes.SceneReducer.onCurrentScene.<anonymous>' call
|
|
53650
|
-
var tmp$ret$7 = item_0.u();
|
|
53651
|
-
destination_0.e(tmp$ret$7);
|
|
53652
|
-
}
|
|
53653
|
-
|
|
53654
|
-
// Inline function 'kotlin.contracts.contract' call
|
|
53655
|
-
|
|
53656
|
-
// Inline function 'games.jass.logic.redux.reducers.sclices.scenes.SceneReducer.onCurrentScene.<anonymous>' call
|
|
53657
|
-
|
|
53658
|
-
var it = flatten(destination_0);
|
|
53659
|
-
var tmp_2;
|
|
53660
|
-
if ($this.v9b_1.d8m(config)) {
|
|
53661
|
-
tmp_2 = $this.u9b_1.j69(it, cardDeck_0.o7m_1);
|
|
53662
|
-
} else {
|
|
53663
|
-
tmp_2 = it;
|
|
53664
|
-
}
|
|
53665
|
-
|
|
53666
|
-
var playersCards = tmp_2;
|
|
53667
|
-
var cards = $this.u9b_1.i69(cardDeck_0.n7m_1, plus(playersCards, listOfNotNull_0(scene_0.c7e_1)));
|
|
53668
|
-
var newCardDeck = cardDeck_0.f8f(cards, VOID, scene_0.c7e_1);
|
|
53669
|
-
// Inline function 'kotlin.collections.map' call
|
|
53670
|
-
|
|
53671
|
-
// Inline function 'kotlin.collections.mapTo' call
|
|
53672
|
-
|
|
53673
|
-
var destination_1 = ArrayList_init_$Create$(collectionSizeOrDefault(players, 10));
|
|
53674
|
-
var tmp0_iterator_1 = players.j();
|
|
53675
|
-
while (tmp0_iterator_1.k()) {
|
|
53676
|
-
var item_1 = tmp0_iterator_1.l();
|
|
53677
|
-
// Inline function 'games.jass.logic.redux.reducers.sclices.scenes.SceneReducer.onCurrentScene.<anonymous>' call
|
|
53678
53706
|
var tmp2_$this = $this.q9b_1;
|
|
53679
|
-
var
|
|
53707
|
+
var tmp3_config = table.config;
|
|
53708
|
+
var tmp4_distributedCards = getValue(scene_0.a7e_1, item_0.playerId);
|
|
53680
53709
|
var tmp0_safe_receiver = scene_0.b7e_1;
|
|
53681
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h2(
|
|
53682
|
-
var
|
|
53683
|
-
var
|
|
53684
|
-
var tmp$ret$
|
|
53685
|
-
|
|
53710
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h2(item_0.playerId);
|
|
53711
|
+
var tmp5_combinations = tmp1_elvis_lhs == null ? emptyList() : tmp1_elvis_lhs;
|
|
53712
|
+
var tmp6_selectedTrump = table.gameInfo.round.selectedTrump;
|
|
53713
|
+
var tmp$ret$6 = tmp2_$this.m9d(item_0, tmp4_distributedCards, tmp5_combinations, tmp3_config, players, tmp6_selectedTrump);
|
|
53714
|
+
destination_0.e(tmp$ret$6);
|
|
53686
53715
|
}
|
|
53687
53716
|
|
|
53688
|
-
var
|
|
53689
|
-
var
|
|
53690
|
-
var
|
|
53691
|
-
var
|
|
53692
|
-
return table.copy(VOID, VOID, VOID, VOID,
|
|
53717
|
+
var tmp13_$this = $this.t9b_1;
|
|
53718
|
+
var tmp14_gameHistory = table.gameHistory;
|
|
53719
|
+
var tmp15_playersCards = scene_0.a7e_1;
|
|
53720
|
+
var tmp17_gameHistory = tmp13_$this.y9d(tmp15_playersCards, tmp14_gameHistory);
|
|
53721
|
+
return table.copy(VOID, VOID, VOID, VOID, destination_0, VOID, sceneInfo, VOID, VOID, updatedCardDeck, VOID, VOID, tmp17_gameHistory);
|
|
53693
53722
|
case 'CALC_POINTS':
|
|
53694
|
-
var tmp$ret$
|
|
53723
|
+
var tmp$ret$9;
|
|
53695
53724
|
$l$block_1: {
|
|
53696
53725
|
// Inline function 'games.jass.logic.data.models.scenes.requireSceneData' call
|
|
53697
53726
|
if (sceneData instanceof CalcPointsSceneData) {
|
|
53698
|
-
tmp$ret$
|
|
53727
|
+
tmp$ret$9 = sceneData;
|
|
53699
53728
|
break $l$block_1;
|
|
53700
53729
|
}
|
|
53701
53730
|
throw new MechanicException('Required ' + getKClass(CalcPointsSceneData).ma() + ', current scene is ' + toString_0(sceneData));
|
|
53702
53731
|
}
|
|
53703
53732
|
|
|
53704
|
-
var calcPointsSceneData = tmp$ret$
|
|
53733
|
+
var calcPointsSceneData = tmp$ret$9;
|
|
53705
53734
|
var whoChoseSuitPlayerId = getWhoChoseSuit(table.players).playerId;
|
|
53706
53735
|
// Inline function 'kotlin.collections.map' call
|
|
53707
53736
|
|
|
53708
53737
|
// Inline function 'kotlin.collections.mapTo' call
|
|
53709
53738
|
|
|
53710
|
-
var
|
|
53711
|
-
var
|
|
53712
|
-
while (
|
|
53713
|
-
var
|
|
53739
|
+
var destination_1 = ArrayList_init_$Create$(collectionSizeOrDefault(players, 10));
|
|
53740
|
+
var tmp0_iterator_1 = players.j();
|
|
53741
|
+
while (tmp0_iterator_1.k()) {
|
|
53742
|
+
var item_1 = tmp0_iterator_1.l();
|
|
53714
53743
|
// Inline function 'games.jass.logic.redux.reducers.sclices.scenes.SceneReducer.onCurrentScene.<anonymous>' call
|
|
53715
|
-
var tmp$ret$
|
|
53716
|
-
|
|
53744
|
+
var tmp$ret$10 = $this.q9b_1.n9d(item_1, calcPointsSceneData);
|
|
53745
|
+
destination_1.e(tmp$ret$10);
|
|
53717
53746
|
}
|
|
53718
53747
|
|
|
53719
|
-
var updatedPlayers =
|
|
53720
|
-
var
|
|
53721
|
-
var
|
|
53722
|
-
var
|
|
53723
|
-
var
|
|
53748
|
+
var updatedPlayers = destination_1;
|
|
53749
|
+
var tmp19_$this = $this.t9b_1;
|
|
53750
|
+
var tmp20_gameHistory = table.gameHistory;
|
|
53751
|
+
var tmp21_points = calcPointsSceneData.n7d_1;
|
|
53752
|
+
var tmp22_roundContractState = calcPointsSceneData.r7d(whoChoseSuitPlayerId);
|
|
53724
53753
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
53725
53754
|
|
|
53726
|
-
var
|
|
53727
|
-
var
|
|
53755
|
+
var this_0 = calcPointsSceneData.q7d(whoChoseSuitPlayerId);
|
|
53756
|
+
var tmp23_roundCommitted = copyToArray(this_0);
|
|
53728
53757
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
53729
53758
|
|
|
53730
|
-
var
|
|
53731
|
-
var
|
|
53732
|
-
var
|
|
53733
|
-
var
|
|
53734
|
-
if (
|
|
53735
|
-
|
|
53759
|
+
var this_1 = calcPointsSceneData.k7d_1;
|
|
53760
|
+
var tmp24_roundWinners = copyToArray(this_1);
|
|
53761
|
+
var tmp18_safe_receiver = calcPointsSceneData.l7d_1;
|
|
53762
|
+
var tmp_2;
|
|
53763
|
+
if (tmp18_safe_receiver == null) {
|
|
53764
|
+
tmp_2 = null;
|
|
53736
53765
|
} else {
|
|
53737
53766
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
53738
|
-
|
|
53767
|
+
tmp_2 = copyToArray(tmp18_safe_receiver);
|
|
53739
53768
|
}
|
|
53740
53769
|
|
|
53741
|
-
var
|
|
53742
|
-
var
|
|
53770
|
+
var tmp25_gameWinners = tmp_2;
|
|
53771
|
+
var tmp_3;
|
|
53743
53772
|
if (calcPointsSceneData.p7d()) {
|
|
53744
53773
|
// Inline function 'kotlin.collections.map' call
|
|
53745
53774
|
// Inline function 'kotlin.collections.mapTo' call
|
|
53746
|
-
var
|
|
53747
|
-
var
|
|
53748
|
-
while (
|
|
53749
|
-
var
|
|
53775
|
+
var destination_2 = ArrayList_init_$Create$(collectionSizeOrDefault(updatedPlayers, 10));
|
|
53776
|
+
var tmp0_iterator_2 = updatedPlayers.j();
|
|
53777
|
+
while (tmp0_iterator_2.k()) {
|
|
53778
|
+
var item_2 = tmp0_iterator_2.l();
|
|
53750
53779
|
// Inline function 'games.jass.logic.redux.reducers.sclices.scenes.SceneReducer.onCurrentScene.<anonymous>' call
|
|
53751
|
-
var tmp$ret$
|
|
53752
|
-
|
|
53780
|
+
var tmp$ret$16 = mapToGameAnalytics(item_2, table.gameDuration);
|
|
53781
|
+
destination_2.e(tmp$ret$16);
|
|
53753
53782
|
}
|
|
53754
|
-
|
|
53783
|
+
tmp_3 = destination_2;
|
|
53755
53784
|
} else {
|
|
53756
|
-
|
|
53785
|
+
tmp_3 = null;
|
|
53757
53786
|
}
|
|
53758
53787
|
|
|
53759
|
-
var
|
|
53760
|
-
var
|
|
53761
|
-
var
|
|
53762
|
-
return table.copy(VOID, VOID, VOID, VOID, updatedPlayers, VOID, sceneInfo, VOID, VOID, VOID, VOID, VOID,
|
|
53788
|
+
var tmp26_playersGameAnalytics = tmp_3;
|
|
53789
|
+
var tmp27_playersAchievements = calcPointsSceneData.o7d_1;
|
|
53790
|
+
var tmp28_gameHistory = tmp19_$this.z9d(tmp21_points, tmp20_gameHistory, tmp22_roundContractState, tmp23_roundCommitted, tmp24_roundWinners, tmp25_gameWinners, tmp26_playersGameAnalytics, tmp27_playersAchievements);
|
|
53791
|
+
return table.copy(VOID, VOID, VOID, VOID, updatedPlayers, VOID, sceneInfo, VOID, VOID, VOID, VOID, VOID, tmp28_gameHistory);
|
|
53763
53792
|
default:
|
|
53764
53793
|
throw new MechanicException("onCurrentScene: Can't support this scene " + sceneId);
|
|
53765
53794
|
}
|
|
@@ -53796,7 +53825,7 @@
|
|
|
53796
53825
|
}
|
|
53797
53826
|
function SceneReducer$onPreviousScene$lambda_0(this$0) {
|
|
53798
53827
|
return function (tbl) {
|
|
53799
|
-
return this$0.s9b_1.
|
|
53828
|
+
return this$0.s9b_1.a9e(tbl);
|
|
53800
53829
|
};
|
|
53801
53830
|
}
|
|
53802
53831
|
function SceneReducer(playerSceneReducer, playerTurnMechanicReducer, tableLifecycleReducer, gameHistoryReducer, dealerReducer, gameParamsProvider) {
|
|
@@ -53814,6 +53843,37 @@
|
|
|
53814
53843
|
}
|
|
53815
53844
|
return onCurrentScene(this, sceneId, sceneData, actId, actData, onPreviousScene(this, table, previousSceneId), previousSceneId);
|
|
53816
53845
|
};
|
|
53846
|
+
protoOf(SceneReducer).x9d = function (cardDeck, newPlayersCards, config, newTopOpenedCard) {
|
|
53847
|
+
// Inline function 'kotlin.let' call
|
|
53848
|
+
// Inline function 'kotlin.collections.map' call
|
|
53849
|
+
// Inline function 'kotlin.collections.mapTo' call
|
|
53850
|
+
var destination = ArrayList_init_$Create$(newPlayersCards.m());
|
|
53851
|
+
// Inline function 'kotlin.collections.iterator' call
|
|
53852
|
+
var tmp0_iterator = newPlayersCards.s().j();
|
|
53853
|
+
while (tmp0_iterator.k()) {
|
|
53854
|
+
var item = tmp0_iterator.l();
|
|
53855
|
+
// Inline function 'games.jass.logic.redux.reducers.sclices.scenes.SceneReducer.cardDeckEarnSceneReducer.<anonymous>' call
|
|
53856
|
+
var tmp$ret$1 = item.u();
|
|
53857
|
+
destination.e(tmp$ret$1);
|
|
53858
|
+
}
|
|
53859
|
+
// Inline function 'kotlin.contracts.contract' call
|
|
53860
|
+
// Inline function 'games.jass.logic.redux.reducers.sclices.scenes.SceneReducer.cardDeckEarnSceneReducer.<anonymous>' call
|
|
53861
|
+
var it = flatten(destination);
|
|
53862
|
+
var tmp;
|
|
53863
|
+
if (this.v9b_1.d8m(config)) {
|
|
53864
|
+
tmp = this.u9b_1.j69(it, cardDeck.o7m_1);
|
|
53865
|
+
} else {
|
|
53866
|
+
tmp = it;
|
|
53867
|
+
}
|
|
53868
|
+
var playersCardsToRemove = tmp;
|
|
53869
|
+
var cardsToRemove = plus(playersCardsToRemove, listOfNotNull_0(newTopOpenedCard));
|
|
53870
|
+
if (cardDeck.n7m_1.t1(cardsToRemove)) {
|
|
53871
|
+
var cards = this.u9b_1.i69(cardDeck.n7m_1, cardsToRemove);
|
|
53872
|
+
return cardDeck.f8f(cards, VOID, newTopOpenedCard);
|
|
53873
|
+
} else {
|
|
53874
|
+
return cardDeck;
|
|
53875
|
+
}
|
|
53876
|
+
};
|
|
53817
53877
|
function TeamsMechanicReducer() {
|
|
53818
53878
|
}
|
|
53819
53879
|
protoOf(TeamsMechanicReducer).u9c = function (players, action) {
|
|
@@ -53902,7 +53962,7 @@
|
|
|
53902
53962
|
var tmp3_gameHistory = table.gameHistory;
|
|
53903
53963
|
var tmp4_players = table.players;
|
|
53904
53964
|
var tmp5_playersMode = table.config.playersMode;
|
|
53905
|
-
tmp_0 = state.h8x(table.copy(VOID, VOID, VOID, VOID, tmp_1, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp0_$this.
|
|
53965
|
+
tmp_0 = state.h8x(table.copy(VOID, VOID, VOID, VOID, tmp_1, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp0_$this.b9e(tmp1_playerId, tmp2_suit, newNumberOfCircle, tmp3_gameHistory, tmp5_playersMode, tmp4_players)));
|
|
53906
53966
|
}
|
|
53907
53967
|
return tmp_0;
|
|
53908
53968
|
};
|
|
@@ -53916,7 +53976,7 @@
|
|
|
53916
53976
|
while (tmp0_iterator.k()) {
|
|
53917
53977
|
var item = tmp0_iterator.l();
|
|
53918
53978
|
// Inline function 'games.jass.logic.redux.reducers.sclices.scenes.TradeMechanicReducer.onTrumpSelected.<anonymous>' call
|
|
53919
|
-
var tmp$ret$0 = item.e6y(VOID, VOID, VOID, item.m6x_1.g72(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID,
|
|
53979
|
+
var tmp$ret$0 = item.e6y(VOID, VOID, VOID, item.m6x_1.g72(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_getInstance()));
|
|
53920
53980
|
destination.e(tmp$ret$0);
|
|
53921
53981
|
}
|
|
53922
53982
|
return state.h8x(table.copy(VOID, VOID, VOID, VOID, destination, VOID, VOID, VOID, VOID, VOID, VOID, table.gameInfo.d8e(VOID, VOID, table.gameInfo.round.copy(VOID, VOID, action.i8z_1))));
|
|
@@ -53931,7 +53991,7 @@
|
|
|
53931
53991
|
this.d9c_1 = playerHandReducer;
|
|
53932
53992
|
this.e9c_1 = gameHistoryReducer;
|
|
53933
53993
|
}
|
|
53934
|
-
protoOf(CombinationsMechanicReducer).
|
|
53994
|
+
protoOf(CombinationsMechanicReducer).c9e = function (whoGotBribePlayerId, playerCombinations, players, config) {
|
|
53935
53995
|
var bellaCombination = first(playerCombinations.n8g_1);
|
|
53936
53996
|
var player = getPlayer(players, playerCombinations.m8g_1);
|
|
53937
53997
|
if (bellaCombination.d73_1.equals(CombinationState_NOT_ACCEPTED_getInstance())) {
|
|
@@ -54049,7 +54109,7 @@
|
|
|
54049
54109
|
var tmp$ret$17 = tmp;
|
|
54050
54110
|
destination_4.e(tmp$ret$17);
|
|
54051
54111
|
}
|
|
54052
|
-
return state.h8x(table.copy(VOID, VOID, VOID, VOID, destination_4, VOID, VOID, VOID, VOID, VOID, VOID, VOID, this.e9c_1.
|
|
54112
|
+
return state.h8x(table.copy(VOID, VOID, VOID, VOID, destination_4, VOID, VOID, VOID, VOID, VOID, VOID, VOID, this.e9c_1.d9e(action.o8z_1, table.gameHistory)));
|
|
54053
54113
|
};
|
|
54054
54114
|
protoOf(CombinationsMechanicReducer).p9c = function (state, action) {
|
|
54055
54115
|
var table = state.p6r();
|
|
@@ -54115,10 +54175,10 @@
|
|
|
54115
54175
|
var newCards = this.c9c_1.j69(cards, trumpSevenCard);
|
|
54116
54176
|
var tmp1_cards = this.c9c_1.k69(newCards, trumpCard);
|
|
54117
54177
|
var tmp3_players = updateItem(table.players, player.e6y(VOID, VOID, tmp1_cards, VOID, VOID, updatedPoints), get_byIdPlayerPredicate()(player.playerId));
|
|
54118
|
-
var tmp4_gameHistory = this.e9c_1.
|
|
54178
|
+
var tmp4_gameHistory = this.e9c_1.e9e(player.playerId, listOf_0(announcedCombination.c73_1), VOID, table.gameHistory);
|
|
54119
54179
|
return state.h8x(table.copy(VOID, VOID, VOID, VOID, tmp3_players, VOID, VOID, VOID, VOID, tmp2_cardDeck, VOID, VOID, tmp4_gameHistory));
|
|
54120
|
-
case
|
|
54121
|
-
return state.h8x(table.copy(VOID, VOID, VOID, VOID, updateItem(table.players, player.e6y(VOID, VOID, VOID, VOID, VOID, updatedPoints), get_byIdPlayerPredicate()(player.playerId)), VOID, VOID, VOID, VOID, VOID, VOID, VOID, this.e9c_1.
|
|
54180
|
+
case 6:
|
|
54181
|
+
return state.h8x(table.copy(VOID, VOID, VOID, VOID, updateItem(table.players, player.e6y(VOID, VOID, VOID, VOID, VOID, updatedPoints), get_byIdPlayerPredicate()(player.playerId)), VOID, VOID, VOID, VOID, VOID, VOID, VOID, this.e9c_1.e9e(player.playerId, listOf_0(announcedCombination.c73_1), VOID, table.gameHistory)));
|
|
54122
54182
|
default:
|
|
54123
54183
|
throw new MechanicException("Can't support this combination " + announcedCombination.toString());
|
|
54124
54184
|
}
|
|
@@ -54262,7 +54322,7 @@
|
|
|
54262
54322
|
}
|
|
54263
54323
|
}
|
|
54264
54324
|
var tmp$ret$2 = tmp$ret$1;
|
|
54265
|
-
tmp_0 = $this.g9c_1.
|
|
54325
|
+
tmp_0 = $this.g9c_1.c9e(whoGotBribePlayerId, tmp$ret$2, players, config);
|
|
54266
54326
|
} else {
|
|
54267
54327
|
tmp_0 = null;
|
|
54268
54328
|
}
|
|
@@ -54361,7 +54421,7 @@
|
|
|
54361
54421
|
var tmp$ret$0 = item.o7c_1;
|
|
54362
54422
|
destination.e(tmp$ret$0);
|
|
54363
54423
|
}
|
|
54364
|
-
tmp = this.k9c_1.
|
|
54424
|
+
tmp = this.k9c_1.e9e(tmp_0, destination, VOID, table.gameHistory);
|
|
54365
54425
|
}
|
|
54366
54426
|
var tmp1_elvis_lhs = tmp;
|
|
54367
54427
|
var tmp4_gameHistory = tmp1_elvis_lhs == null ? table.gameHistory : tmp1_elvis_lhs;
|
|
@@ -54411,7 +54471,7 @@
|
|
|
54411
54471
|
destination_1.e(tmp$ret$6);
|
|
54412
54472
|
}
|
|
54413
54473
|
var tmp3_gameInfo = table.gameInfo.d8e(VOID, VOID, table.gameInfo.round.copy(VOID, action.l8u_1));
|
|
54414
|
-
var tmp4_gameHistory = this.k9c_1.
|
|
54474
|
+
var tmp4_gameHistory = this.k9c_1.f9e(action.k8u_1, bribe, action.l8u_1, playersCombinations, table.gameHistory);
|
|
54415
54475
|
return state.h8x(table.copy(VOID, VOID, VOID, VOID, destination_1, VOID, VOID, tmp1_cardsOnTable, tmp0_bribes, VOID, VOID, tmp3_gameInfo, tmp4_gameHistory));
|
|
54416
54476
|
};
|
|
54417
54477
|
function randomDataReducer($this, randomData, metadata) {
|
|
@@ -54436,7 +54496,7 @@
|
|
|
54436
54496
|
this.t9d_1 = gameLogicConfig;
|
|
54437
54497
|
this.u9d_1 = logger;
|
|
54438
54498
|
}
|
|
54439
|
-
protoOf(GameHistoryReducer).
|
|
54499
|
+
protoOf(GameHistoryReducer).g9e = function (gameHistory) {
|
|
54440
54500
|
var roundNumber = gameHistory.rounds.length;
|
|
54441
54501
|
// Inline function 'kotlin.collections.plus' call
|
|
54442
54502
|
var this_0 = gameHistory.rounds;
|
|
@@ -54468,7 +54528,7 @@
|
|
|
54468
54528
|
var tmp0_elvis_lhs = gameHistory.metadata;
|
|
54469
54529
|
return gameHistory.copy(VOID, VOID, tmp_1, VOID, randomDataReducer(this, randomData, tmp0_elvis_lhs == null ? Companion_instance_157.initial() : tmp0_elvis_lhs));
|
|
54470
54530
|
};
|
|
54471
|
-
protoOf(GameHistoryReducer).
|
|
54531
|
+
protoOf(GameHistoryReducer).b9e = function (playerId, suit, numberOfCircle, gameHistory, playersMode, players) {
|
|
54472
54532
|
var currentRoundHistory = last_0(gameHistory.rounds);
|
|
54473
54533
|
var tmp;
|
|
54474
54534
|
if (playersMode.isTeamGame) {
|
|
@@ -54485,7 +54545,7 @@
|
|
|
54485
54545
|
var roundCommitted = tmp;
|
|
54486
54546
|
return gameHistory.copy(VOID, VOID, updateLastItem(gameHistory.rounds, currentRoundHistory.copy(VOID, plus_1(currentRoundHistory.items, listOf_0(new SuitSelectionItem(playerId, suit, numberOfCircle, System_instance.m55()))), roundCommitted)));
|
|
54487
54547
|
};
|
|
54488
|
-
protoOf(GameHistoryReducer).
|
|
54548
|
+
protoOf(GameHistoryReducer).y9d = function (playersCards, gameHistory) {
|
|
54489
54549
|
// Inline function 'kotlin.collections.mapValues' call
|
|
54490
54550
|
// Inline function 'kotlin.collections.mapValuesTo' call
|
|
54491
54551
|
var destination = LinkedHashMap_init_$Create$_0(mapCapacity(playersCards.m()));
|
|
@@ -54501,14 +54561,14 @@
|
|
|
54501
54561
|
}
|
|
54502
54562
|
return addItemsToCurrentRound(gameHistory, this, listOf_0(new PlayersCardsItem(destination, 1, System_instance.m55())));
|
|
54503
54563
|
};
|
|
54504
|
-
protoOf(GameHistoryReducer).
|
|
54564
|
+
protoOf(GameHistoryReducer).h9e = function (playerId, combinations, combinationsStates, gameHistory) {
|
|
54505
54565
|
return addItemsToCurrentRound(gameHistory, this, listOf_0(new CombinationAnnounceItem(playerId, combinations, combinationsStates, System_instance.m55())));
|
|
54506
54566
|
};
|
|
54507
|
-
protoOf(GameHistoryReducer).
|
|
54567
|
+
protoOf(GameHistoryReducer).e9e = function (playerId, combinations, combinationsStates, gameHistory, $super) {
|
|
54508
54568
|
combinationsStates = combinationsStates === VOID ? null : combinationsStates;
|
|
54509
|
-
return $super === VOID ? this.
|
|
54569
|
+
return $super === VOID ? this.h9e(playerId, combinations, combinationsStates, gameHistory) : $super.h9e.call(this, playerId, combinations, combinationsStates, gameHistory);
|
|
54510
54570
|
};
|
|
54511
|
-
protoOf(GameHistoryReducer).
|
|
54571
|
+
protoOf(GameHistoryReducer).f9e = function (whoGotBribePlayerId, bribe, numberOfBribe, playersCombinations, gameHistory) {
|
|
54512
54572
|
var tmp = listOf_0(new BribeItem(whoGotBribePlayerId, bribe.f7m_1, numberOfBribe, System_instance.m55()));
|
|
54513
54573
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
54514
54574
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
@@ -54574,7 +54634,7 @@
|
|
|
54574
54634
|
}
|
|
54575
54635
|
return addItemsToCurrentRound(gameHistory, this, plus(tmp, destination));
|
|
54576
54636
|
};
|
|
54577
|
-
protoOf(GameHistoryReducer).
|
|
54637
|
+
protoOf(GameHistoryReducer).d9e = function (winnerCombinations, gameHistory) {
|
|
54578
54638
|
// Inline function 'kotlin.collections.map' call
|
|
54579
54639
|
// Inline function 'kotlin.collections.mapTo' call
|
|
54580
54640
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(winnerCombinations, 10));
|
|
@@ -54608,7 +54668,7 @@
|
|
|
54608
54668
|
}
|
|
54609
54669
|
return gameHistory;
|
|
54610
54670
|
};
|
|
54611
|
-
protoOf(GameHistoryReducer).
|
|
54671
|
+
protoOf(GameHistoryReducer).z9d = function (points, gameHistory, roundContractState, roundCommitted, roundWinners, gameWinners, playersGameAnalytics, playersAchievements) {
|
|
54612
54672
|
var currentRoundHistory = last_0(gameHistory.rounds);
|
|
54613
54673
|
var tmp0_elvis_lhs = gameHistory.metadata;
|
|
54614
54674
|
var currentMetadata = tmp0_elvis_lhs == null ? Companion_instance_157.initial() : tmp0_elvis_lhs;
|
|
@@ -54655,7 +54715,7 @@
|
|
|
54655
54715
|
tmp = cardDeck;
|
|
54656
54716
|
}
|
|
54657
54717
|
var newCardDeck = tmp;
|
|
54658
|
-
return new PreviousRound(bribes, newCardDeck, $this.
|
|
54718
|
+
return new PreviousRound(bribes, newCardDeck, $this.k9e_1.h8s(players, config));
|
|
54659
54719
|
}
|
|
54660
54720
|
function roundFinishedGameInfoReducer($this, table) {
|
|
54661
54721
|
var gameInfo = table.gameInfo;
|
|
@@ -54694,11 +54754,11 @@
|
|
|
54694
54754
|
return player.e6y(VOID, VOID, tmp3_cards, tmp0_options, tmp2_hand, tmp1_points);
|
|
54695
54755
|
}
|
|
54696
54756
|
function roundFinishedPlayerOptionReducer($this, options) {
|
|
54697
|
-
var tmp0_numberOfCircle =
|
|
54757
|
+
var tmp0_numberOfCircle = SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_getInstance();
|
|
54698
54758
|
return options.g72(VOID, VOID, false, VOID, VOID, VOID, VOID, VOID, 15, VOID, tmp0_numberOfCircle, false);
|
|
54699
54759
|
}
|
|
54700
54760
|
function gameFinishedPlayerOptionReducer($this, options) {
|
|
54701
|
-
var tmp0_numberOfCircle =
|
|
54761
|
+
var tmp0_numberOfCircle = SuitSelectionRoundNumber_CIRCLE_NOT_STARTED_getInstance();
|
|
54702
54762
|
return options.g72(VOID, VOID, false, false, false, VOID, false, 0, 15, VOID, tmp0_numberOfCircle, false, false);
|
|
54703
54763
|
}
|
|
54704
54764
|
function roundFinishedPlayerReducer_0($this, points) {
|
|
@@ -54708,10 +54768,10 @@
|
|
|
54708
54768
|
return points.h72(0, emptyList(), emptyList());
|
|
54709
54769
|
}
|
|
54710
54770
|
function TableLifecycleReducerImpl(pointsInteractor, historyReducer) {
|
|
54711
|
-
this.
|
|
54712
|
-
this.
|
|
54771
|
+
this.k9e_1 = pointsInteractor;
|
|
54772
|
+
this.l9e_1 = historyReducer;
|
|
54713
54773
|
}
|
|
54714
|
-
protoOf(TableLifecycleReducerImpl).
|
|
54774
|
+
protoOf(TableLifecycleReducerImpl).i9e = function (tableId, gameId, config, version, users, spectators, gameCreatorPlayerId, playerStateReducer) {
|
|
54715
54775
|
var tmp = Companion_instance_145;
|
|
54716
54776
|
// Inline function 'kotlin.collections.mapIndexed' call
|
|
54717
54777
|
// Inline function 'kotlin.collections.mapIndexedTo' call
|
|
@@ -54761,10 +54821,10 @@
|
|
|
54761
54821
|
var tmp2_cardsOnTable = emptyList();
|
|
54762
54822
|
var tmp3_bribes = emptyList();
|
|
54763
54823
|
var tmp4_gameInfo = roundFinishedGameInfoReducer(this, table);
|
|
54764
|
-
var tmp5_gameHistory = this.
|
|
54824
|
+
var tmp5_gameHistory = this.l9e_1.g9e(table.gameHistory);
|
|
54765
54825
|
return table.copy(VOID, VOID, VOID, VOID, destination, VOID, tmp0_sceneInfo, tmp2_cardsOnTable, tmp3_bribes, null, VOID, tmp4_gameInfo, tmp5_gameHistory);
|
|
54766
54826
|
};
|
|
54767
|
-
protoOf(TableLifecycleReducerImpl).
|
|
54827
|
+
protoOf(TableLifecycleReducerImpl).a9e = function (table) {
|
|
54768
54828
|
// Inline function 'kotlin.collections.map' call
|
|
54769
54829
|
var this_0 = table.players;
|
|
54770
54830
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -54776,9 +54836,9 @@
|
|
|
54776
54836
|
var tmp$ret$0 = roundFinishedPlayerReducer(this, item);
|
|
54777
54837
|
destination.e(tmp$ret$0);
|
|
54778
54838
|
}
|
|
54779
|
-
return table.copy(VOID, VOID, VOID, VOID, destination, VOID, VOID, emptyList(), emptyList(), null, VOID, roundFinishedGameInfoReducer(this, table), this.
|
|
54839
|
+
return table.copy(VOID, VOID, VOID, VOID, destination, VOID, VOID, emptyList(), emptyList(), null, VOID, roundFinishedGameInfoReducer(this, table), this.l9e_1.g9e(table.gameHistory));
|
|
54780
54840
|
};
|
|
54781
|
-
protoOf(TableLifecycleReducerImpl).
|
|
54841
|
+
protoOf(TableLifecycleReducerImpl).j9e = function (table, newGameId) {
|
|
54782
54842
|
// Inline function 'kotlin.collections.map' call
|
|
54783
54843
|
var this_0 = table.players;
|
|
54784
54844
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -54818,10 +54878,10 @@
|
|
|
54818
54878
|
return true;
|
|
54819
54879
|
}
|
|
54820
54880
|
function _no_name_provided__qut3iv_35($isEnableForPlayer, $playerTurnInteractor, $logger, $playerTurnMechanicReducer) {
|
|
54821
|
-
this.
|
|
54822
|
-
this.
|
|
54823
|
-
this.
|
|
54824
|
-
this.
|
|
54881
|
+
this.m9e_1 = $isEnableForPlayer;
|
|
54882
|
+
this.n9e_1 = $playerTurnInteractor;
|
|
54883
|
+
this.o9e_1 = $logger;
|
|
54884
|
+
this.p9e_1 = $playerTurnMechanicReducer;
|
|
54825
54885
|
}
|
|
54826
54886
|
protoOf(_no_name_provided__qut3iv_35).s6j = function (action) {
|
|
54827
54887
|
return isInterface(action, PlayerAnswerFromClientAction);
|
|
@@ -54833,17 +54893,17 @@
|
|
|
54833
54893
|
var action_0 = isInterface(action, PlayerAnswerFromClientAction) ? action : THROW_CCE();
|
|
54834
54894
|
var table = state.p6r();
|
|
54835
54895
|
var player = getPlayer(table.players, action_0.playerId);
|
|
54836
|
-
if (!this.
|
|
54896
|
+
if (!this.m9e_1(player)) {
|
|
54837
54897
|
tmp$ret$0 = state;
|
|
54838
54898
|
break $l$block;
|
|
54839
54899
|
}
|
|
54840
|
-
var turnModel = this.
|
|
54900
|
+
var turnModel = this.n9e_1.n8t(player, action_0);
|
|
54841
54901
|
var tmp;
|
|
54842
54902
|
if (turnModel == null) {
|
|
54843
|
-
this.
|
|
54903
|
+
this.o9e_1.w(VOID, 'TAG is null, action: ' + toString(action_0) + ', playerId: ' + player.playerId, VOID, new GameErrorReason(Reason_WRONG_PLAYER_TURN_getInstance()));
|
|
54844
54904
|
tmp = state;
|
|
54845
54905
|
} else {
|
|
54846
|
-
tmp = state.h8x(this.
|
|
54906
|
+
tmp = state.h8x(this.p9e_1.p9d(table, turnModel));
|
|
54847
54907
|
}
|
|
54848
54908
|
tmp$ret$0 = tmp;
|
|
54849
54909
|
}
|
|
@@ -54856,10 +54916,10 @@
|
|
|
54856
54916
|
return true;
|
|
54857
54917
|
}
|
|
54858
54918
|
function _no_name_provided__qut3iv_36($isEnableForPlayer, $playerTurnInteractor, $logger, $playerTurnMechanicReducer) {
|
|
54859
|
-
this.
|
|
54860
|
-
this.
|
|
54861
|
-
this.
|
|
54862
|
-
this.
|
|
54919
|
+
this.q9e_1 = $isEnableForPlayer;
|
|
54920
|
+
this.r9e_1 = $playerTurnInteractor;
|
|
54921
|
+
this.s9e_1 = $logger;
|
|
54922
|
+
this.t9e_1 = $playerTurnMechanicReducer;
|
|
54863
54923
|
}
|
|
54864
54924
|
protoOf(_no_name_provided__qut3iv_36).s6j = function (action) {
|
|
54865
54925
|
return isInterface(action, PlayerTurnAnswerAction);
|
|
@@ -54871,17 +54931,17 @@
|
|
|
54871
54931
|
var action_0 = isInterface(action, PlayerTurnAnswerAction) ? action : THROW_CCE();
|
|
54872
54932
|
var table = state.p6r();
|
|
54873
54933
|
var player = getPlayerTurn(action_0, table.players);
|
|
54874
|
-
if (player == null || !this.
|
|
54934
|
+
if (player == null || !this.q9e_1(player)) {
|
|
54875
54935
|
tmp$ret$0 = state;
|
|
54876
54936
|
break $l$block;
|
|
54877
54937
|
}
|
|
54878
|
-
var turnModel = this.
|
|
54938
|
+
var turnModel = this.r9e_1.n8t(player, action_0);
|
|
54879
54939
|
var tmp;
|
|
54880
54940
|
if (turnModel == null) {
|
|
54881
|
-
this.
|
|
54941
|
+
this.s9e_1.w(VOID, 'TAG is null, action: ' + toString(action_0) + ', playerId: ' + player.playerId, VOID, new GameErrorReason(Reason_WRONG_PLAYER_TURN_getInstance()));
|
|
54882
54942
|
tmp = state;
|
|
54883
54943
|
} else {
|
|
54884
|
-
tmp = state.h8x(this.
|
|
54944
|
+
tmp = state.h8x(this.t9e_1.p9d(table, turnModel));
|
|
54885
54945
|
}
|
|
54886
54946
|
tmp$ret$0 = tmp;
|
|
54887
54947
|
}
|
|
@@ -54895,8 +54955,8 @@
|
|
|
54895
54955
|
return new _no_name_provided__qut3iv_37(playerTurnInteractor, playerTurnMechanicReducer);
|
|
54896
54956
|
}
|
|
54897
54957
|
function _no_name_provided__qut3iv_37($playerTurnInteractor, $playerTurnMechanicReducer) {
|
|
54898
|
-
this.
|
|
54899
|
-
this.
|
|
54958
|
+
this.u9e_1 = $playerTurnInteractor;
|
|
54959
|
+
this.v9e_1 = $playerTurnMechanicReducer;
|
|
54900
54960
|
}
|
|
54901
54961
|
protoOf(_no_name_provided__qut3iv_37).s6j = function (action) {
|
|
54902
54962
|
return isInterface(action, NextPlayerTurnAction);
|
|
@@ -54907,7 +54967,7 @@
|
|
|
54907
54967
|
// Inline function 'games.jass.logic.redux.reducers.turn.setPlayerTurnReducer.<anonymous>' call
|
|
54908
54968
|
var action_0 = isInterface(action, NextPlayerTurnAction) ? action : THROW_CCE();
|
|
54909
54969
|
var table = state.p6r();
|
|
54910
|
-
var tmp0_elvis_lhs = this.
|
|
54970
|
+
var tmp0_elvis_lhs = this.u9e_1.m8t(action_0, table);
|
|
54911
54971
|
var tmp;
|
|
54912
54972
|
if (tmp0_elvis_lhs == null) {
|
|
54913
54973
|
tmp$ret$0 = state;
|
|
@@ -54916,7 +54976,7 @@
|
|
|
54916
54976
|
tmp = tmp0_elvis_lhs;
|
|
54917
54977
|
}
|
|
54918
54978
|
var turnModel = tmp;
|
|
54919
|
-
tmp$ret$0 = state.h8x(this.
|
|
54979
|
+
tmp$ret$0 = state.h8x(this.v9e_1.o9d(table, turnModel));
|
|
54920
54980
|
}
|
|
54921
54981
|
return tmp$ret$0;
|
|
54922
54982
|
};
|
|
@@ -54926,15 +54986,15 @@
|
|
|
54926
54986
|
function get_isCreated_0(_this__u8e3s4) {
|
|
54927
54987
|
return get_isCreated(_this__u8e3s4.p6q_1);
|
|
54928
54988
|
}
|
|
54929
|
-
function get_isFinishing_0(_this__u8e3s4) {
|
|
54930
|
-
return get_isFinishing(_this__u8e3s4.p6q_1);
|
|
54931
|
-
}
|
|
54932
54989
|
function get_isFinished_0(_this__u8e3s4) {
|
|
54933
54990
|
return get_isFinished(_this__u8e3s4.p6q_1);
|
|
54934
54991
|
}
|
|
54992
|
+
function get_isFinishing_0(_this__u8e3s4) {
|
|
54993
|
+
return get_isFinishing(_this__u8e3s4.p6q_1);
|
|
54994
|
+
}
|
|
54935
54995
|
function Companion_162() {
|
|
54936
54996
|
}
|
|
54937
|
-
protoOf(Companion_162).
|
|
54997
|
+
protoOf(Companion_162).w9e = function (payload) {
|
|
54938
54998
|
var tmp;
|
|
54939
54999
|
if (!(payload == null) ? isInterface(payload, FirstMechanicAction) : false) {
|
|
54940
55000
|
tmp = toLoggerPayload_0(payload);
|
|
@@ -54966,27 +55026,27 @@
|
|
|
54966
55026
|
tmp = payloadMapper;
|
|
54967
55027
|
}
|
|
54968
55028
|
payloadMapper = tmp;
|
|
54969
|
-
this.
|
|
54970
|
-
this.
|
|
55029
|
+
this.x9e_1 = logger;
|
|
55030
|
+
this.y9e_1 = payloadMapper;
|
|
54971
55031
|
}
|
|
54972
55032
|
protoOf(CallbackWrapperLoggerOutput).um = function (tag, message, payload) {
|
|
54973
|
-
this.
|
|
55033
|
+
this.x9e_1.d(tag, message, this.y9e_1(payload));
|
|
54974
55034
|
};
|
|
54975
55035
|
protoOf(CallbackWrapperLoggerOutput).vm = function (tag, message, exception, payload) {
|
|
54976
|
-
this.
|
|
55036
|
+
this.x9e_1.e(tag, message, exception, this.y9e_1(payload));
|
|
54977
55037
|
};
|
|
54978
55038
|
protoOf(CallbackWrapperLoggerOutput).ym = function (tag, message, payload) {
|
|
54979
|
-
this.
|
|
55039
|
+
this.x9e_1.i(tag, message, this.y9e_1(payload));
|
|
54980
55040
|
};
|
|
54981
55041
|
protoOf(CallbackWrapperLoggerOutput).xm = function (tag, message, exception, payload) {
|
|
54982
|
-
this.
|
|
55042
|
+
this.x9e_1.v(tag, message, exception, this.y9e_1(payload));
|
|
54983
55043
|
};
|
|
54984
55044
|
protoOf(CallbackWrapperLoggerOutput).wm = function (tag, message, exception, payload) {
|
|
54985
|
-
this.
|
|
55045
|
+
this.x9e_1.w(tag, message, exception, this.y9e_1(payload));
|
|
54986
55046
|
};
|
|
54987
55047
|
function FileLoggerOutputImpl$observe$o$collect$slambda($$this$unsafeFlow, $types, resultContinuation) {
|
|
54988
|
-
this.
|
|
54989
|
-
this.
|
|
55048
|
+
this.h9f_1 = $$this$unsafeFlow;
|
|
55049
|
+
this.i9f_1 = $types;
|
|
54990
55050
|
CoroutineImpl.call(this, resultContinuation);
|
|
54991
55051
|
}
|
|
54992
55052
|
protoOf(FileLoggerOutputImpl$observe$o$collect$slambda).w1h = function (value, $completion) {
|
|
@@ -55010,13 +55070,13 @@
|
|
|
55010
55070
|
continue $sm;
|
|
55011
55071
|
case 1:
|
|
55012
55072
|
var tmp_0 = this;
|
|
55013
|
-
tmp_0.
|
|
55073
|
+
tmp_0.l9f_1 = this.h9f_1;
|
|
55014
55074
|
var tmp_1 = this;
|
|
55015
|
-
tmp_1.
|
|
55016
|
-
var it = this.
|
|
55017
|
-
if (contains(this.
|
|
55075
|
+
tmp_1.m9f_1 = this.j9f_1;
|
|
55076
|
+
var it = this.m9f_1;
|
|
55077
|
+
if (contains(this.i9f_1, it.type)) {
|
|
55018
55078
|
this.f9_1 = 3;
|
|
55019
|
-
suspendResult = this.
|
|
55079
|
+
suspendResult = this.l9f_1.d18(this.m9f_1, this);
|
|
55020
55080
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
55021
55081
|
return suspendResult;
|
|
55022
55082
|
}
|
|
@@ -55035,7 +55095,7 @@
|
|
|
55035
55095
|
this.f9_1 = 4;
|
|
55036
55096
|
continue $sm;
|
|
55037
55097
|
case 3:
|
|
55038
|
-
this.
|
|
55098
|
+
this.k9f_1 = suspendResult;
|
|
55039
55099
|
this.f9_1 = 4;
|
|
55040
55100
|
continue $sm;
|
|
55041
55101
|
case 4:
|
|
@@ -55055,8 +55115,8 @@
|
|
|
55055
55115
|
while (true);
|
|
55056
55116
|
};
|
|
55057
55117
|
protoOf(FileLoggerOutputImpl$observe$o$collect$slambda).x1h = function (value, completion) {
|
|
55058
|
-
var i = new FileLoggerOutputImpl$observe$o$collect$slambda(this.
|
|
55059
|
-
i.
|
|
55118
|
+
var i = new FileLoggerOutputImpl$observe$o$collect$slambda(this.h9f_1, this.i9f_1, completion);
|
|
55119
|
+
i.j9f_1 = value;
|
|
55060
55120
|
return i;
|
|
55061
55121
|
};
|
|
55062
55122
|
function FileLoggerOutputImpl$observe$o$collect$slambda_0($$this$unsafeFlow, $types, resultContinuation) {
|
|
@@ -55069,8 +55129,8 @@
|
|
|
55069
55129
|
}
|
|
55070
55130
|
function $collectCOROUTINE$3(_this__u8e3s4, collector, resultContinuation) {
|
|
55071
55131
|
CoroutineImpl.call(this, resultContinuation);
|
|
55072
|
-
this.
|
|
55073
|
-
this.
|
|
55132
|
+
this.v9f_1 = _this__u8e3s4;
|
|
55133
|
+
this.w9f_1 = collector;
|
|
55074
55134
|
}
|
|
55075
55135
|
protoOf($collectCOROUTINE$3).n9 = function () {
|
|
55076
55136
|
var suspendResult = this.h9_1;
|
|
@@ -55081,10 +55141,10 @@
|
|
|
55081
55141
|
case 0:
|
|
55082
55142
|
this.g9_1 = 2;
|
|
55083
55143
|
var tmp_0 = this;
|
|
55084
|
-
tmp_0.
|
|
55144
|
+
tmp_0.x9f_1 = this.w9f_1;
|
|
55085
55145
|
this.f9_1 = 1;
|
|
55086
|
-
var tmp_1 = FileLoggerOutputImpl$observe$o$collect$slambda_0(this.
|
|
55087
|
-
suspendResult = this.
|
|
55146
|
+
var tmp_1 = FileLoggerOutputImpl$observe$o$collect$slambda_0(this.x9f_1, this.v9f_1.z9f_1, null);
|
|
55147
|
+
suspendResult = this.v9f_1.y9f_1.a17(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
55088
55148
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
55089
55149
|
return suspendResult;
|
|
55090
55150
|
}
|
|
@@ -55108,9 +55168,9 @@
|
|
|
55108
55168
|
};
|
|
55109
55169
|
function log($this, type, tag, message, payload, stackTrace) {
|
|
55110
55170
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
55111
|
-
$this.
|
|
55171
|
+
$this.c9g_1;
|
|
55112
55172
|
// Inline function 'games.jass.logic.utils.logger.FileLoggerOutputImpl.log.<anonymous>' call
|
|
55113
|
-
var tmp0_elvis_lhs = $this.
|
|
55173
|
+
var tmp0_elvis_lhs = $this.a9g_1(payload);
|
|
55114
55174
|
var tmp;
|
|
55115
55175
|
if (tmp0_elvis_lhs == null) {
|
|
55116
55176
|
return Unit_instance;
|
|
@@ -55119,7 +55179,7 @@
|
|
|
55119
55179
|
}
|
|
55120
55180
|
var key = tmp;
|
|
55121
55181
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
55122
|
-
var this_0 = $this.
|
|
55182
|
+
var this_0 = $this.d9g_1;
|
|
55123
55183
|
var value = this_0.h2(key);
|
|
55124
55184
|
var tmp_0;
|
|
55125
55185
|
if (value == null) {
|
|
@@ -55131,7 +55191,7 @@
|
|
|
55131
55191
|
tmp_0 = value;
|
|
55132
55192
|
}
|
|
55133
55193
|
var logger = tmp_0;
|
|
55134
|
-
logger.
|
|
55194
|
+
logger.e9g_1.c1b(new LoggerOutputDataDto(type, key, tag, message, stackTrace));
|
|
55135
55195
|
}
|
|
55136
55196
|
function log$default($this, type, tag, message, payload, stackTrace, $super) {
|
|
55137
55197
|
stackTrace = stackTrace === VOID ? null : stackTrace;
|
|
@@ -55141,35 +55201,35 @@
|
|
|
55141
55201
|
flow = flow === VOID ? MutableSharedFlow(10, 100, BufferOverflow_DROP_OLDEST_getInstance()) : flow;
|
|
55142
55202
|
controller = controller === VOID ? null : controller;
|
|
55143
55203
|
job = job === VOID ? null : job;
|
|
55144
|
-
this.
|
|
55145
|
-
this.
|
|
55146
|
-
this.
|
|
55204
|
+
this.e9g_1 = flow;
|
|
55205
|
+
this.f9g_1 = controller;
|
|
55206
|
+
this.g9g_1 = job;
|
|
55147
55207
|
}
|
|
55148
|
-
protoOf(LoggerModel).
|
|
55149
|
-
this.
|
|
55150
|
-
var tmp0_safe_receiver = this.
|
|
55208
|
+
protoOf(LoggerModel).h9g = function () {
|
|
55209
|
+
this.e9g_1.g1b();
|
|
55210
|
+
var tmp0_safe_receiver = this.g9g_1;
|
|
55151
55211
|
if (tmp0_safe_receiver == null)
|
|
55152
55212
|
null;
|
|
55153
55213
|
else {
|
|
55154
55214
|
tmp0_safe_receiver.vp();
|
|
55155
55215
|
}
|
|
55156
55216
|
};
|
|
55157
|
-
protoOf(LoggerModel).
|
|
55217
|
+
protoOf(LoggerModel).i9g = function (flow, controller, job) {
|
|
55158
55218
|
return new LoggerModel(flow, controller, job);
|
|
55159
55219
|
};
|
|
55160
|
-
protoOf(LoggerModel).
|
|
55161
|
-
flow = flow === VOID ? this.
|
|
55162
|
-
controller = controller === VOID ? this.
|
|
55163
|
-
job = job === VOID ? this.
|
|
55164
|
-
return $super === VOID ? this.
|
|
55220
|
+
protoOf(LoggerModel).j9g = function (flow, controller, job, $super) {
|
|
55221
|
+
flow = flow === VOID ? this.e9g_1 : flow;
|
|
55222
|
+
controller = controller === VOID ? this.f9g_1 : controller;
|
|
55223
|
+
job = job === VOID ? this.g9g_1 : job;
|
|
55224
|
+
return $super === VOID ? this.i9g(flow, controller, job) : $super.i9g.call(this, flow, controller, job);
|
|
55165
55225
|
};
|
|
55166
55226
|
protoOf(LoggerModel).toString = function () {
|
|
55167
|
-
return 'LoggerModel(flow=' + toString(this.
|
|
55227
|
+
return 'LoggerModel(flow=' + toString(this.e9g_1) + ', controller=' + toString_0(this.f9g_1) + ', job=' + toString_0(this.g9g_1) + ')';
|
|
55168
55228
|
};
|
|
55169
55229
|
protoOf(LoggerModel).hashCode = function () {
|
|
55170
|
-
var result = hashCode(this.
|
|
55171
|
-
result = imul(result, 31) + (this.e9g_1 == null ? 0 : hashCode(this.e9g_1)) | 0;
|
|
55230
|
+
var result = hashCode(this.e9g_1);
|
|
55172
55231
|
result = imul(result, 31) + (this.f9g_1 == null ? 0 : hashCode(this.f9g_1)) | 0;
|
|
55232
|
+
result = imul(result, 31) + (this.g9g_1 == null ? 0 : hashCode(this.g9g_1)) | 0;
|
|
55173
55233
|
return result;
|
|
55174
55234
|
};
|
|
55175
55235
|
protoOf(LoggerModel).equals = function (other) {
|
|
@@ -55178,18 +55238,18 @@
|
|
|
55178
55238
|
if (!(other instanceof LoggerModel))
|
|
55179
55239
|
return false;
|
|
55180
55240
|
var tmp0_other_with_cast = other instanceof LoggerModel ? other : THROW_CCE();
|
|
55181
|
-
if (!equals(this.d9g_1, tmp0_other_with_cast.d9g_1))
|
|
55182
|
-
return false;
|
|
55183
55241
|
if (!equals(this.e9g_1, tmp0_other_with_cast.e9g_1))
|
|
55184
55242
|
return false;
|
|
55185
55243
|
if (!equals(this.f9g_1, tmp0_other_with_cast.f9g_1))
|
|
55186
55244
|
return false;
|
|
55245
|
+
if (!equals(this.g9g_1, tmp0_other_with_cast.g9g_1))
|
|
55246
|
+
return false;
|
|
55187
55247
|
return true;
|
|
55188
55248
|
};
|
|
55189
55249
|
function Companion_163() {
|
|
55190
|
-
this.
|
|
55250
|
+
this.k9g_1 = 1000;
|
|
55191
55251
|
}
|
|
55192
|
-
protoOf(Companion_163).
|
|
55252
|
+
protoOf(Companion_163).l9g = function (payload) {
|
|
55193
55253
|
var tmp;
|
|
55194
55254
|
if (!(payload == null) ? isInterface(payload, FirstMechanicAction) : false) {
|
|
55195
55255
|
tmp = payload.id;
|
|
@@ -55211,13 +55271,13 @@
|
|
|
55211
55271
|
return Companion_instance_168;
|
|
55212
55272
|
}
|
|
55213
55273
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
55214
|
-
this.
|
|
55274
|
+
this.m9g_1 = function_0;
|
|
55215
55275
|
}
|
|
55216
55276
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).d18 = function (value, $completion) {
|
|
55217
|
-
return this.
|
|
55277
|
+
return this.m9g_1(value, $completion);
|
|
55218
55278
|
};
|
|
55219
55279
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).p3 = function () {
|
|
55220
|
-
return this.
|
|
55280
|
+
return this.m9g_1;
|
|
55221
55281
|
};
|
|
55222
55282
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
55223
55283
|
var tmp;
|
|
@@ -55241,8 +55301,8 @@
|
|
|
55241
55301
|
return null;
|
|
55242
55302
|
}
|
|
55243
55303
|
function _no_name_provided__qut3iv_38($this, $types) {
|
|
55244
|
-
this.
|
|
55245
|
-
this.
|
|
55304
|
+
this.y9f_1 = $this;
|
|
55305
|
+
this.z9f_1 = $types;
|
|
55246
55306
|
}
|
|
55247
55307
|
protoOf(_no_name_provided__qut3iv_38).e18 = function (collector, $completion) {
|
|
55248
55308
|
var tmp = new $collectCOROUTINE$3(this, collector, $completion);
|
|
@@ -55262,27 +55322,27 @@
|
|
|
55262
55322
|
}
|
|
55263
55323
|
payloadToKeyMapper = tmp;
|
|
55264
55324
|
enabled = enabled === VOID ? true : enabled;
|
|
55265
|
-
this.
|
|
55266
|
-
this.
|
|
55325
|
+
this.a9g_1 = payloadToKeyMapper;
|
|
55326
|
+
this.b9g_1 = enabled;
|
|
55267
55327
|
var tmp_0 = this;
|
|
55268
55328
|
// Inline function 'kotlinx.atomicfu.locks.reentrantLock' call
|
|
55269
|
-
tmp_0.
|
|
55329
|
+
tmp_0.c9g_1 = get_atomicfu$reentrantLock();
|
|
55270
55330
|
var tmp_1 = this;
|
|
55271
55331
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
55272
|
-
tmp_1.
|
|
55332
|
+
tmp_1.d9g_1 = LinkedHashMap_init_$Create$();
|
|
55273
55333
|
}
|
|
55274
55334
|
protoOf(FileLoggerOutputImpl).zm = function (_set____db54di) {
|
|
55275
|
-
this.
|
|
55335
|
+
this.b9g_1 = _set____db54di;
|
|
55276
55336
|
};
|
|
55277
55337
|
protoOf(FileLoggerOutputImpl).an = function () {
|
|
55278
|
-
return this.
|
|
55338
|
+
return this.b9g_1;
|
|
55279
55339
|
};
|
|
55280
|
-
protoOf(FileLoggerOutputImpl).
|
|
55340
|
+
protoOf(FileLoggerOutputImpl).n9g = function (key, types) {
|
|
55281
55341
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
55282
|
-
this.
|
|
55342
|
+
this.c9g_1;
|
|
55283
55343
|
// Inline function 'games.jass.logic.utils.logger.FileLoggerOutputImpl.observe.<anonymous>' call
|
|
55284
55344
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
55285
|
-
var this_0 = this.
|
|
55345
|
+
var this_0 = this.d9g_1;
|
|
55286
55346
|
var value = this_0.h2(key);
|
|
55287
55347
|
var tmp;
|
|
55288
55348
|
if (value == null) {
|
|
@@ -55296,27 +55356,27 @@
|
|
|
55296
55356
|
var logger = tmp;
|
|
55297
55357
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
55298
55358
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
55299
|
-
var this_1 = logger.
|
|
55359
|
+
var this_1 = logger.e9g_1;
|
|
55300
55360
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
55301
55361
|
return new _no_name_provided__qut3iv_38(this_1, types);
|
|
55302
55362
|
};
|
|
55303
55363
|
protoOf(FileLoggerOutputImpl).g96 = function (key) {
|
|
55304
55364
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
55305
|
-
this.
|
|
55365
|
+
this.c9g_1;
|
|
55306
55366
|
// Inline function 'games.jass.logic.utils.logger.FileLoggerOutputImpl.destroy.<anonymous>' call
|
|
55307
|
-
var tmp0_safe_receiver = this.
|
|
55367
|
+
var tmp0_safe_receiver = this.d9g_1.h2(key);
|
|
55308
55368
|
if (tmp0_safe_receiver == null)
|
|
55309
55369
|
null;
|
|
55310
55370
|
else {
|
|
55311
|
-
tmp0_safe_receiver.
|
|
55371
|
+
tmp0_safe_receiver.h9g();
|
|
55312
55372
|
}
|
|
55313
|
-
this.
|
|
55373
|
+
this.d9g_1.l2(key);
|
|
55314
55374
|
};
|
|
55315
55375
|
protoOf(FileLoggerOutputImpl).f96 = function (key, job, controller) {
|
|
55316
55376
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
55317
|
-
this.
|
|
55377
|
+
this.c9g_1;
|
|
55318
55378
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
55319
|
-
var this_0 = this.
|
|
55379
|
+
var this_0 = this.d9g_1;
|
|
55320
55380
|
var value = this_0.h2(key);
|
|
55321
55381
|
var tmp;
|
|
55322
55382
|
if (value == null) {
|
|
@@ -55327,17 +55387,17 @@
|
|
|
55327
55387
|
} else {
|
|
55328
55388
|
tmp = value;
|
|
55329
55389
|
}
|
|
55330
|
-
var updatedModel = tmp.
|
|
55331
|
-
this.
|
|
55390
|
+
var updatedModel = tmp.j9g(VOID, controller, job);
|
|
55391
|
+
this.d9g_1.k2(key, updatedModel);
|
|
55332
55392
|
};
|
|
55333
55393
|
protoOf(FileLoggerOutputImpl).um = function (tag, message, payload) {
|
|
55334
|
-
if (!this.
|
|
55394
|
+
if (!this.b9g_1)
|
|
55335
55395
|
return Unit_instance;
|
|
55336
55396
|
var tmp0_type = LogType_DEBUG_getInstance();
|
|
55337
55397
|
log$default(this, tmp0_type, tag, message, payload);
|
|
55338
55398
|
};
|
|
55339
55399
|
protoOf(FileLoggerOutputImpl).vm = function (tag, message, exception, payload) {
|
|
55340
|
-
if (!this.
|
|
55400
|
+
if (!this.b9g_1)
|
|
55341
55401
|
return Unit_instance;
|
|
55342
55402
|
var tmp4_type = LogType_ERROR_getInstance();
|
|
55343
55403
|
var tmp;
|
|
@@ -55352,13 +55412,13 @@
|
|
|
55352
55412
|
log(this, tmp4_type, tag, tmp5_message, payload, tmp6_stackTrace);
|
|
55353
55413
|
};
|
|
55354
55414
|
protoOf(FileLoggerOutputImpl).ym = function (tag, message, payload) {
|
|
55355
|
-
if (!this.
|
|
55415
|
+
if (!this.b9g_1)
|
|
55356
55416
|
return Unit_instance;
|
|
55357
55417
|
var tmp0_type = LogType_INFO_getInstance();
|
|
55358
55418
|
log(this, tmp0_type, tag, message, payload, null);
|
|
55359
55419
|
};
|
|
55360
55420
|
protoOf(FileLoggerOutputImpl).xm = function (tag, message, exception, payload) {
|
|
55361
|
-
if (!this.
|
|
55421
|
+
if (!this.b9g_1)
|
|
55362
55422
|
return Unit_instance;
|
|
55363
55423
|
var tmp4_type = LogType_VERBOSE_getInstance();
|
|
55364
55424
|
var tmp;
|
|
@@ -55373,7 +55433,7 @@
|
|
|
55373
55433
|
log(this, tmp4_type, tag, tmp5_message, payload, tmp6_stackTrace);
|
|
55374
55434
|
};
|
|
55375
55435
|
protoOf(FileLoggerOutputImpl).wm = function (tag, message, exception, payload) {
|
|
55376
|
-
if (!this.
|
|
55436
|
+
if (!this.b9g_1)
|
|
55377
55437
|
return Unit_instance;
|
|
55378
55438
|
var tmp4_type = LogType_WARN_getInstance();
|
|
55379
55439
|
var tmp1_elvis_lhs = exception == null ? null : exception.message;
|
|
@@ -55871,7 +55931,7 @@
|
|
|
55871
55931
|
}
|
|
55872
55932
|
}
|
|
55873
55933
|
function GameHelperImpl(logger) {
|
|
55874
|
-
this.
|
|
55934
|
+
this.p9g_1 = logger;
|
|
55875
55935
|
}
|
|
55876
55936
|
protoOf(GameHelperImpl).filterLivePlayers = function (store, playerIds) {
|
|
55877
55937
|
var state = store.state;
|
|
@@ -56105,10 +56165,10 @@
|
|
|
56105
56165
|
}
|
|
56106
56166
|
return copyToArray(destination);
|
|
56107
56167
|
};
|
|
56108
|
-
protoOf(GameHelperImpl).
|
|
56168
|
+
protoOf(GameHelperImpl).o9g = function (mode, points, players, timeoutTimeMillis, rulesSetType, rules, isEnableChat, isBotsEnabled, isPrivate, dealerStrategy, transition, league) {
|
|
56109
56169
|
var roomMode = mapToRoomMode(mode);
|
|
56110
56170
|
var isEnableChoosePartnerScreen = (transition == null || transition.isEnableChoosePartnerScreen) && roomMode.isEnableChoosePartnerScreen;
|
|
56111
|
-
this.
|
|
56171
|
+
this.p9g_1.v(VOID, 'createConfig: ' + ('mode = ' + roomMode.toString() + ', ') + ('transition = ' + toString_0(transition) + ', ') + ('isPrivate = ' + isPrivate + ', ') + ('dealerStrategy = ' + dealerStrategy + ', ') + ('league = ' + league + ', ') + ('isEnableChoosePartnerScreen = ' + isEnableChoosePartnerScreen + ' '));
|
|
56112
56172
|
var options = Companion_instance_153.getServerOptions(isEnableChat, isBotsEnabled, isEnableChoosePartnerScreen);
|
|
56113
56173
|
var playersMode = this.mapPlayers(players);
|
|
56114
56174
|
var pointsMode = this.mapPoints(points);
|
|
@@ -56313,40 +56373,40 @@
|
|
|
56313
56373
|
function getRandomAvatarData_0($this) {
|
|
56314
56374
|
var avatarSetNumber = Default_getInstance().pg(values_19().length);
|
|
56315
56375
|
var avatarSet = values_19()[avatarSetNumber];
|
|
56316
|
-
return new AvatarData(Default_getInstance().pg(avatarSet.
|
|
56376
|
+
return new AvatarData(Default_getInstance().pg(avatarSet.t9g()), avatarSet);
|
|
56317
56377
|
}
|
|
56318
56378
|
function getAvatarUrlByIndex($this, data) {
|
|
56319
56379
|
return mapToPattern($this, data);
|
|
56320
56380
|
}
|
|
56321
56381
|
function getNicknameByIndex($this, data) {
|
|
56322
|
-
return data.
|
|
56382
|
+
return data.v9g_1.w9g(data.u9g_1);
|
|
56323
56383
|
}
|
|
56324
56384
|
function mapToPattern($this, data) {
|
|
56325
|
-
return 'debertz://raspberry.games/' + data.
|
|
56385
|
+
return 'debertz://raspberry.games/' + data.v9g_1.o2_1 + '/' + data.u9g_1;
|
|
56326
56386
|
}
|
|
56327
56387
|
function Companion_164() {
|
|
56328
56388
|
Companion_instance_169 = this;
|
|
56329
|
-
this.
|
|
56389
|
+
this.x9g_1 = 'debertz://raspberry.games';
|
|
56330
56390
|
var tmp = this;
|
|
56331
56391
|
// Inline function 'kotlin.arrayOf' call
|
|
56332
56392
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
56333
56393
|
// Inline function 'kotlin.js.asDynamic' call
|
|
56334
|
-
tmp.
|
|
56394
|
+
tmp.y9g_1 = ['Helen', 'Kelvin', 'Josh', 'Cler', 'Anna', 'Emily', 'Tom', 'Peter', 'Kate', 'Lucy', 'Bob', 'Holly', 'Alex', 'Mark', 'Sarah', 'Naomi'];
|
|
56335
56395
|
var tmp_0 = this;
|
|
56336
56396
|
// Inline function 'kotlin.arrayOf' call
|
|
56337
56397
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
56338
56398
|
// Inline function 'kotlin.js.asDynamic' call
|
|
56339
|
-
tmp_0.
|
|
56399
|
+
tmp_0.z9g_1 = ['\u0422\u0430\u043D\u044F', 'TheBest', '\u0425\u0430\u0440\u043A\u0456\u0432\u041C\u0456\u0441\u0442\u043E\u0413\u0435\u0440\u043E\u0439', '\u0412\u0430\u043B\u044F', '\u041C\u0430\u0440\u0433\u0430\u0440\u0438\u0442\u0430', 'Dasha', '\u0410\u0440\u0442\u0435\u043C', '\u041F\u0435\u0442\u0440\u043E\u0432\u0438\u0447', '\u041A\u0440\u0438\u0441', '\u041C\u0430\u0440\u0456\u0430\u043D\u0430', '\u0421\u0430\u043B\u0442\u0456\u0432\u043A\u0430', '\u042F\u043D\u0430', 'Alex', '\u041E\u0434\u0435\u0441\u0441\u0430\u041C\u0430\u043C\u0430', 'Vika', '\u0421\u0432\u0456\u0442\u043B\u0430\u043D\u0430'];
|
|
56340
56400
|
var tmp_1 = this;
|
|
56341
56401
|
// Inline function 'kotlin.arrayOf' call
|
|
56342
56402
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
56343
56403
|
// Inline function 'kotlin.js.asDynamic' call
|
|
56344
|
-
tmp_1.
|
|
56404
|
+
tmp_1.a9h_1 = ['Fedya', 'Shurik', 'Student', 'Student girl', 'District policeman', 'George', 'Zina', 'Shuller', 'Tanya', 'Katerina', 'Innocent', 'Lyolik', 'Nina', 'Experienced', 'Jigid', 'Just a Tsar'];
|
|
56345
56405
|
var tmp_2 = this;
|
|
56346
56406
|
// Inline function 'kotlin.arrayOf' call
|
|
56347
56407
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
56348
56408
|
// Inline function 'kotlin.js.asDynamic' call
|
|
56349
|
-
tmp_2.
|
|
56409
|
+
tmp_2.b9h_1 = ['\u0423\u0441\u0456\u043C\u0414\u043E\u0431\u0440\u0430', '\u0410\u043B\u0435\u043A\u0441', 'MOLOTOK', '\u041B\u042F\u041B\u042F', '\u0406\u0412\u0410\u041D', '\u041C\u0438\u043A\u0438\u0442\u0430', '\u0410\u043B\u0456\u0441\u0430', '\u041C\u0430\u043A\u0441\u0438\u043C', '\u0421\u043E\u043B\u043E\u043C\u0456\u044F', '\u0414\u0436\u0435\u0432\u0435\u043B\u0456\u043D\u0430', '\u041A\u0441\u044E\u0445\u0430', '\u0422\u0410\u0420\u0410\u0421', '\u041E\u043B\u044F', '\u0414\u043E\u0420\u043E\u0431\u043E\u0442\u0438', '\u0421\u043B\u0430\u0432\u0430\u0417\u0421\u0423!', '\u0426\u0430\u0440\u044C\u0414\u0435\u0431\u0430'];
|
|
56350
56410
|
}
|
|
56351
56411
|
var Companion_instance_169;
|
|
56352
56412
|
function Companion_getInstance_171() {
|
|
@@ -56357,14 +56417,14 @@
|
|
|
56357
56417
|
function AvatarSet(name, ordinal) {
|
|
56358
56418
|
Enum.call(this, name, ordinal);
|
|
56359
56419
|
}
|
|
56360
|
-
protoOf(AvatarSet).
|
|
56420
|
+
protoOf(AvatarSet).t9g = function () {
|
|
56361
56421
|
var tmp;
|
|
56362
56422
|
switch (this.o2_1) {
|
|
56363
56423
|
case 0:
|
|
56364
|
-
tmp = Companion_getInstance_171().
|
|
56424
|
+
tmp = Companion_getInstance_171().z9g_1.length;
|
|
56365
56425
|
break;
|
|
56366
56426
|
case 1:
|
|
56367
|
-
tmp = Companion_getInstance_171().
|
|
56427
|
+
tmp = Companion_getInstance_171().b9h_1.length;
|
|
56368
56428
|
break;
|
|
56369
56429
|
default:
|
|
56370
56430
|
noWhenBranchMatchedException();
|
|
@@ -56372,14 +56432,14 @@
|
|
|
56372
56432
|
}
|
|
56373
56433
|
return tmp;
|
|
56374
56434
|
};
|
|
56375
|
-
protoOf(AvatarSet).
|
|
56435
|
+
protoOf(AvatarSet).w9g = function (index) {
|
|
56376
56436
|
var tmp;
|
|
56377
56437
|
switch (this.o2_1) {
|
|
56378
56438
|
case 0:
|
|
56379
|
-
tmp = Companion_getInstance_171().
|
|
56439
|
+
tmp = Companion_getInstance_171().z9g_1[index];
|
|
56380
56440
|
break;
|
|
56381
56441
|
case 1:
|
|
56382
|
-
tmp = Companion_getInstance_171().
|
|
56442
|
+
tmp = Companion_getInstance_171().b9h_1[index];
|
|
56383
56443
|
break;
|
|
56384
56444
|
default:
|
|
56385
56445
|
noWhenBranchMatchedException();
|
|
@@ -56388,8 +56448,8 @@
|
|
|
56388
56448
|
return tmp;
|
|
56389
56449
|
};
|
|
56390
56450
|
function AvatarData(index, avatarSet) {
|
|
56391
|
-
this.
|
|
56392
|
-
this.
|
|
56451
|
+
this.u9g_1 = index;
|
|
56452
|
+
this.v9g_1 = avatarSet;
|
|
56393
56453
|
}
|
|
56394
56454
|
function AvatarSet_ORIGIN_getInstance() {
|
|
56395
56455
|
AvatarSet_initEntries();
|
|
@@ -56402,7 +56462,7 @@
|
|
|
56402
56462
|
function GameResourcesImpl() {
|
|
56403
56463
|
Companion_getInstance_171();
|
|
56404
56464
|
}
|
|
56405
|
-
protoOf(GameResourcesImpl).
|
|
56465
|
+
protoOf(GameResourcesImpl).q9g = function (playerId, existingNicknames) {
|
|
56406
56466
|
return createUser(this, playerId, existingNicknames);
|
|
56407
56467
|
};
|
|
56408
56468
|
protoOf(GameResourcesImpl).createBotUsers = function (playerIds) {
|
|
@@ -56444,46 +56504,46 @@
|
|
|
56444
56504
|
}
|
|
56445
56505
|
var WARN;
|
|
56446
56506
|
function LoggerCallbacksWrapperLoggerOutput(loggerCallback) {
|
|
56447
|
-
this.
|
|
56507
|
+
this.c9h_1 = loggerCallback;
|
|
56448
56508
|
}
|
|
56449
56509
|
protoOf(LoggerCallbacksWrapperLoggerOutput).um = function (tag, message, payload) {
|
|
56450
|
-
this.
|
|
56510
|
+
this.c9h_1('debug', tag, message, null, payload);
|
|
56451
56511
|
};
|
|
56452
56512
|
protoOf(LoggerCallbacksWrapperLoggerOutput).vm = function (tag, message, exception, payload) {
|
|
56453
|
-
this.
|
|
56513
|
+
this.c9h_1('error', tag, generateMsg(message, exception), exception, payload);
|
|
56454
56514
|
};
|
|
56455
56515
|
protoOf(LoggerCallbacksWrapperLoggerOutput).ym = function (tag, message, payload) {
|
|
56456
|
-
this.
|
|
56516
|
+
this.c9h_1('debug', tag, message, null, payload);
|
|
56457
56517
|
};
|
|
56458
56518
|
protoOf(LoggerCallbacksWrapperLoggerOutput).xm = function (tag, message, exception, payload) {
|
|
56459
|
-
this.
|
|
56519
|
+
this.c9h_1('debug', tag, generateMsg(message, exception), exception, payload);
|
|
56460
56520
|
};
|
|
56461
56521
|
protoOf(LoggerCallbacksWrapperLoggerOutput).wm = function (tag, message, exception, payload) {
|
|
56462
|
-
this.
|
|
56522
|
+
this.c9h_1('warn', tag, generateMsg(message, exception), exception, payload);
|
|
56463
56523
|
};
|
|
56464
56524
|
function ParserHelper() {
|
|
56465
56525
|
}
|
|
56466
56526
|
function ParserHelperImpl(json, encoderDecoderProvider) {
|
|
56467
|
-
this.
|
|
56468
|
-
this.
|
|
56527
|
+
this.d9h_1 = json;
|
|
56528
|
+
this.e9h_1 = encoderDecoderProvider;
|
|
56469
56529
|
}
|
|
56470
56530
|
protoOf(ParserHelperImpl).encodeFromClientEvent = function (action) {
|
|
56471
|
-
return this.
|
|
56531
|
+
return this.e9h_1.r8l(mapToDto_20(action));
|
|
56472
56532
|
};
|
|
56473
56533
|
protoOf(ParserHelperImpl).decodeFromClientEvent = function (fromPlayerId, json) {
|
|
56474
|
-
return mapFromDto_16(this.
|
|
56534
|
+
return mapFromDto_16(this.e9h_1.u8l(json), fromPlayerId);
|
|
56475
56535
|
};
|
|
56476
56536
|
protoOf(ParserHelperImpl).encodeToClientEvent = function (action) {
|
|
56477
|
-
return this.
|
|
56537
|
+
return this.e9h_1.s8l(mapToDto_73(action));
|
|
56478
56538
|
};
|
|
56479
56539
|
protoOf(ParserHelperImpl).decodeToClientEventToMechanicActions = function (playerId, engine, json) {
|
|
56480
56540
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
56481
|
-
var this_0 = mapFromClientDtoListWithPayload(this.
|
|
56541
|
+
var this_0 = mapFromClientDtoListWithPayload(this.e9h_1.v8l(json), playerId, engine);
|
|
56482
56542
|
return copyToArray(this_0);
|
|
56483
56543
|
};
|
|
56484
56544
|
protoOf(ParserHelperImpl).encodeGameRound = function (round) {
|
|
56485
56545
|
// Inline function 'kotlinx.serialization.encodeToString' call
|
|
56486
|
-
var this_0 = this.
|
|
56546
|
+
var this_0 = this.d9h_1;
|
|
56487
56547
|
var value = mapToDto_31(round);
|
|
56488
56548
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
56489
56549
|
var this_1 = this_0.n45();
|
|
@@ -56494,7 +56554,7 @@
|
|
|
56494
56554
|
};
|
|
56495
56555
|
protoOf(ParserHelperImpl).encodeGameRoundItems = function (round) {
|
|
56496
56556
|
// Inline function 'kotlinx.serialization.encodeToString' call
|
|
56497
|
-
var this_0 = this.
|
|
56557
|
+
var this_0 = this.d9h_1;
|
|
56498
56558
|
// Inline function 'kotlin.collections.map' call
|
|
56499
56559
|
var this_1 = round.items;
|
|
56500
56560
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -56517,7 +56577,7 @@
|
|
|
56517
56577
|
};
|
|
56518
56578
|
protoOf(ParserHelperImpl).encodeGameMetadata = function (metadata) {
|
|
56519
56579
|
// Inline function 'kotlinx.serialization.encodeToString' call
|
|
56520
|
-
var this_0 = this.
|
|
56580
|
+
var this_0 = this.d9h_1;
|
|
56521
56581
|
var value = mapToDto_33(metadata);
|
|
56522
56582
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
56523
56583
|
var this_1 = this_0.n45();
|
|
@@ -56528,7 +56588,7 @@
|
|
|
56528
56588
|
};
|
|
56529
56589
|
protoOf(ParserHelperImpl).encodeRoomConfig = function (config) {
|
|
56530
56590
|
// Inline function 'kotlinx.serialization.encodeToString' call
|
|
56531
|
-
var this_0 = this.
|
|
56591
|
+
var this_0 = this.d9h_1;
|
|
56532
56592
|
var value = mapToDto_59(config);
|
|
56533
56593
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
56534
56594
|
var this_1 = this_0.n45();
|
|
@@ -56539,7 +56599,7 @@
|
|
|
56539
56599
|
};
|
|
56540
56600
|
protoOf(ParserHelperImpl).encodeGameToRoomTransition = function (transition) {
|
|
56541
56601
|
// Inline function 'kotlinx.serialization.encodeToString' call
|
|
56542
|
-
var this_0 = this.
|
|
56602
|
+
var this_0 = this.d9h_1;
|
|
56543
56603
|
var value = mapToDto_94(transition);
|
|
56544
56604
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
56545
56605
|
var this_1 = this_0.n45();
|
|
@@ -56550,7 +56610,7 @@
|
|
|
56550
56610
|
};
|
|
56551
56611
|
protoOf(ParserHelperImpl).decodeGameToRoomTransition = function (json) {
|
|
56552
56612
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
56553
|
-
var this_0 = this.
|
|
56613
|
+
var this_0 = this.d9h_1;
|
|
56554
56614
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
56555
56615
|
var this_1 = this_0.n45();
|
|
56556
56616
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -56561,7 +56621,7 @@
|
|
|
56561
56621
|
};
|
|
56562
56622
|
protoOf(ParserHelperImpl).decodeTableStateWithActions = function (json) {
|
|
56563
56623
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
56564
|
-
var this_0 = this.
|
|
56624
|
+
var this_0 = this.d9h_1;
|
|
56565
56625
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
56566
56626
|
var this_1 = this_0.n45();
|
|
56567
56627
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -56572,7 +56632,7 @@
|
|
|
56572
56632
|
};
|
|
56573
56633
|
protoOf(ParserHelperImpl).encodeTableStateWithActions = function (table) {
|
|
56574
56634
|
// Inline function 'kotlinx.serialization.encodeToString' call
|
|
56575
|
-
var this_0 = this.
|
|
56635
|
+
var this_0 = this.d9h_1;
|
|
56576
56636
|
var value = mapToDto_125(table);
|
|
56577
56637
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
56578
56638
|
var this_1 = this_0.n45();
|
|
@@ -56582,11 +56642,11 @@
|
|
|
56582
56642
|
return this_0.l45(tmp$ret$1, value);
|
|
56583
56643
|
};
|
|
56584
56644
|
protoOf(ParserHelperImpl).decodeTableLite = function (json) {
|
|
56585
|
-
return mapFromDto_63(this.
|
|
56645
|
+
return mapFromDto_63(this.e9h_1.t8l(json));
|
|
56586
56646
|
};
|
|
56587
56647
|
protoOf(ParserHelperImpl).decodeFullGameHistoryToTableLite = function (json, round) {
|
|
56588
56648
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
56589
|
-
var this_0 = this.
|
|
56649
|
+
var this_0 = this.d9h_1;
|
|
56590
56650
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
56591
56651
|
var this_1 = this_0.n45();
|
|
56592
56652
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -56599,16 +56659,16 @@
|
|
|
56599
56659
|
function RatingHelper() {
|
|
56600
56660
|
}
|
|
56601
56661
|
function RatingHelperImpl(userRatingInteractor) {
|
|
56602
|
-
this.
|
|
56662
|
+
this.f9h_1 = userRatingInteractor;
|
|
56603
56663
|
}
|
|
56604
56664
|
protoOf(RatingHelperImpl).isValidRatingForLeague = function (league, rating) {
|
|
56605
|
-
return this.
|
|
56665
|
+
return this.f9h_1.u8s(league, rating);
|
|
56606
56666
|
};
|
|
56607
56667
|
protoOf(RatingHelperImpl).mapRatingToLeague = function (rating) {
|
|
56608
|
-
return this.
|
|
56668
|
+
return this.f9h_1.w8s(rating);
|
|
56609
56669
|
};
|
|
56610
56670
|
protoOf(RatingHelperImpl).getLeaguesConfig = function () {
|
|
56611
|
-
return this.
|
|
56671
|
+
return this.f9h_1.v8s();
|
|
56612
56672
|
};
|
|
56613
56673
|
function engineHelpersModule() {
|
|
56614
56674
|
return Module_init_$Create$('Engine helpers Module', VOID, VOID, engineHelpersModule$lambda);
|
|
@@ -56714,26 +56774,26 @@
|
|
|
56714
56774
|
}
|
|
56715
56775
|
function _get_logger__rkp4sl_3($this) {
|
|
56716
56776
|
// Inline function 'kotlin.getValue' call
|
|
56717
|
-
var this_0 = $this.
|
|
56777
|
+
var this_0 = $this.h9h_1;
|
|
56718
56778
|
logger$factory_7();
|
|
56719
56779
|
return this_0.u();
|
|
56720
56780
|
}
|
|
56721
56781
|
function _get_di__ndbzja($this) {
|
|
56722
56782
|
// Inline function 'kotlin.getValue' call
|
|
56723
|
-
var this_0 = $this.
|
|
56783
|
+
var this_0 = $this.i9h_1;
|
|
56724
56784
|
di$factory();
|
|
56725
56785
|
return this_0.u();
|
|
56726
56786
|
}
|
|
56727
56787
|
function EngineHelpersFactory$logger$delegate$lambda(this$0) {
|
|
56728
56788
|
return function () {
|
|
56729
56789
|
var tmp;
|
|
56730
|
-
if (this$0.
|
|
56790
|
+
if (this$0.g9h_1 == null) {
|
|
56731
56791
|
tmp = null;
|
|
56732
56792
|
} else {
|
|
56733
56793
|
// Inline function 'kotlin.let' call
|
|
56734
56794
|
// Inline function 'kotlin.contracts.contract' call
|
|
56735
56795
|
// Inline function 'di.EngineHelpersFactory.logger$delegate.<anonymous>.<anonymous>' call
|
|
56736
|
-
tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.
|
|
56796
|
+
tmp = new CombinedRaspberryLogger(mutableListOf([new LoggerCallbacksWrapperLoggerOutput(this$0.g9h_1)]));
|
|
56737
56797
|
}
|
|
56738
56798
|
var tmp1_elvis_lhs = tmp;
|
|
56739
56799
|
return tmp1_elvis_lhs == null ? new PlatformRaspberryLogger() : tmp1_elvis_lhs;
|
|
@@ -56773,61 +56833,61 @@
|
|
|
56773
56833
|
}
|
|
56774
56834
|
function EngineHelpersFactory(loggerCallback) {
|
|
56775
56835
|
loggerCallback = loggerCallback === VOID ? null : loggerCallback;
|
|
56776
|
-
this.
|
|
56836
|
+
this.g9h_1 = loggerCallback;
|
|
56777
56837
|
var tmp = this;
|
|
56778
|
-
tmp.
|
|
56838
|
+
tmp.h9h_1 = lazy(EngineHelpersFactory$logger$delegate$lambda(this));
|
|
56779
56839
|
var tmp_0 = this;
|
|
56780
|
-
tmp_0.
|
|
56840
|
+
tmp_0.i9h_1 = lazy(EngineHelpersFactory$di$delegate$lambda(this));
|
|
56781
56841
|
var tmp_1 = this;
|
|
56782
56842
|
// Inline function 'org.kodein.di.instance' call
|
|
56783
56843
|
var this_0 = _get_di__ndbzja(this);
|
|
56784
56844
|
// Inline function 'org.kodein.type.generic' call
|
|
56785
56845
|
var tmp_2 = typeToken(createKType(getKClass(RatingHelper), arrayOf([]), false));
|
|
56786
56846
|
var tmp$ret$0 = isInterface(tmp_2, TypeToken) ? tmp_2 : THROW_CCE();
|
|
56787
|
-
tmp_1.
|
|
56847
|
+
tmp_1.j9h_1 = Instance(this_0, tmp$ret$0, null).p63(this, ratingHelper$factory());
|
|
56788
56848
|
var tmp_3 = this;
|
|
56789
56849
|
// Inline function 'org.kodein.di.instance' call
|
|
56790
56850
|
var this_1 = _get_di__ndbzja(this);
|
|
56791
56851
|
// Inline function 'org.kodein.type.generic' call
|
|
56792
56852
|
var tmp_4 = typeToken(createKType(getKClass(ParserHelper), arrayOf([]), false));
|
|
56793
56853
|
var tmp$ret$2 = isInterface(tmp_4, TypeToken) ? tmp_4 : THROW_CCE();
|
|
56794
|
-
tmp_3.
|
|
56854
|
+
tmp_3.k9h_1 = Instance(this_1, tmp$ret$2, null).p63(this, parserHelper$factory());
|
|
56795
56855
|
var tmp_5 = this;
|
|
56796
56856
|
// Inline function 'org.kodein.di.instance' call
|
|
56797
56857
|
var this_2 = _get_di__ndbzja(this);
|
|
56798
56858
|
// Inline function 'org.kodein.type.generic' call
|
|
56799
56859
|
var tmp_6 = typeToken(createKType(getKClass(GameHelper), arrayOf([]), false));
|
|
56800
56860
|
var tmp$ret$4 = isInterface(tmp_6, TypeToken) ? tmp_6 : THROW_CCE();
|
|
56801
|
-
tmp_5.
|
|
56861
|
+
tmp_5.l9h_1 = Instance(this_2, tmp$ret$4, null).p63(this, gameHelper$factory());
|
|
56802
56862
|
var tmp_7 = this;
|
|
56803
56863
|
// Inline function 'org.kodein.di.instance' call
|
|
56804
56864
|
var this_3 = _get_di__ndbzja(this);
|
|
56805
56865
|
// Inline function 'org.kodein.type.generic' call
|
|
56806
56866
|
var tmp_8 = typeToken(createKType(getKClass(GameResources), arrayOf([]), false));
|
|
56807
56867
|
var tmp$ret$6 = isInterface(tmp_8, TypeToken) ? tmp_8 : THROW_CCE();
|
|
56808
|
-
tmp_7.
|
|
56868
|
+
tmp_7.m9h_1 = Instance(this_3, tmp$ret$6, null).p63(this, gameResources$factory());
|
|
56809
56869
|
}
|
|
56810
|
-
protoOf(EngineHelpersFactory).m9h = function () {
|
|
56811
|
-
// Inline function 'kotlin.getValue' call
|
|
56812
|
-
var this_0 = this.i9h_1;
|
|
56813
|
-
ratingHelper$factory_0();
|
|
56814
|
-
return this_0.u();
|
|
56815
|
-
};
|
|
56816
56870
|
protoOf(EngineHelpersFactory).n9h = function () {
|
|
56817
56871
|
// Inline function 'kotlin.getValue' call
|
|
56818
56872
|
var this_0 = this.j9h_1;
|
|
56819
|
-
|
|
56873
|
+
ratingHelper$factory_0();
|
|
56820
56874
|
return this_0.u();
|
|
56821
56875
|
};
|
|
56822
56876
|
protoOf(EngineHelpersFactory).o9h = function () {
|
|
56823
56877
|
// Inline function 'kotlin.getValue' call
|
|
56824
56878
|
var this_0 = this.k9h_1;
|
|
56825
|
-
|
|
56879
|
+
parserHelper$factory_0();
|
|
56826
56880
|
return this_0.u();
|
|
56827
56881
|
};
|
|
56828
56882
|
protoOf(EngineHelpersFactory).p9h = function () {
|
|
56829
56883
|
// Inline function 'kotlin.getValue' call
|
|
56830
56884
|
var this_0 = this.l9h_1;
|
|
56885
|
+
gameHelper$factory_0();
|
|
56886
|
+
return this_0.u();
|
|
56887
|
+
};
|
|
56888
|
+
protoOf(EngineHelpersFactory).q9h = function () {
|
|
56889
|
+
// Inline function 'kotlin.getValue' call
|
|
56890
|
+
var this_0 = this.m9h_1;
|
|
56831
56891
|
gameResources$factory_0();
|
|
56832
56892
|
return this_0.u();
|
|
56833
56893
|
};
|
|
@@ -57454,10 +57514,10 @@
|
|
|
57454
57514
|
protoOf(LoggerCallbacksWrapperLoggerOutput).i = i;
|
|
57455
57515
|
protoOf(LoggerCallbacksWrapperLoggerOutput).v = v;
|
|
57456
57516
|
protoOf(LoggerCallbacksWrapperLoggerOutput).w = w;
|
|
57457
|
-
defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).
|
|
57458
|
-
defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).
|
|
57459
|
-
defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).
|
|
57460
|
-
defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).
|
|
57517
|
+
defineProp(protoOf(EngineHelpersFactory), 'ratingHelper', protoOf(EngineHelpersFactory).n9h);
|
|
57518
|
+
defineProp(protoOf(EngineHelpersFactory), 'parserHelper', protoOf(EngineHelpersFactory).o9h);
|
|
57519
|
+
defineProp(protoOf(EngineHelpersFactory), 'gameHelper', protoOf(EngineHelpersFactory).p9h);
|
|
57520
|
+
defineProp(protoOf(EngineHelpersFactory), 'gameResources', protoOf(EngineHelpersFactory).q9h);
|
|
57461
57521
|
//endregion
|
|
57462
57522
|
//region block: init
|
|
57463
57523
|
Companion_instance_5 = new Companion_0();
|
|
@@ -57872,13 +57932,13 @@
|
|
|
57872
57932
|
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FIVE_IN_ROW', CombinationType_FIVE_IN_ROW_getInstance);
|
|
57873
57933
|
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'SEVEN_IN_ROW', CombinationType_SEVEN_IN_ROW_getInstance);
|
|
57874
57934
|
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'SEVEN_TRUMP', CombinationType_SEVEN_TRUMP_getInstance);
|
|
57875
|
-
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_ACES', CombinationType_FOUR_ACES_getInstance);
|
|
57876
|
-
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_KINGS', CombinationType_FOUR_KINGS_getInstance);
|
|
57877
|
-
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_DAMES', CombinationType_FOUR_DAMES_getInstance);
|
|
57878
|
-
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_JACKS', CombinationType_FOUR_JACKS_getInstance);
|
|
57879
|
-
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_TENS', CombinationType_FOUR_TENS_getInstance);
|
|
57880
|
-
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_NINES', CombinationType_FOUR_NINES_getInstance);
|
|
57881
57935
|
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_SEVENS', CombinationType_FOUR_SEVENS_getInstance);
|
|
57936
|
+
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_NINES', CombinationType_FOUR_NINES_getInstance);
|
|
57937
|
+
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_TENS', CombinationType_FOUR_TENS_getInstance);
|
|
57938
|
+
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_JACKS', CombinationType_FOUR_JACKS_getInstance);
|
|
57939
|
+
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_QUEENS', CombinationType_FOUR_QUEENS_getInstance);
|
|
57940
|
+
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_KINGS', CombinationType_FOUR_KINGS_getInstance);
|
|
57941
|
+
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FOUR_ACES', CombinationType_FOUR_ACES_getInstance);
|
|
57882
57942
|
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FINE_NO_BRIBES', CombinationType_FINE_NO_BRIBES_getInstance);
|
|
57883
57943
|
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'FINE_THIRD_FAILED_CONTRACT', CombinationType_FINE_THIRD_FAILED_CONTRACT_getInstance);
|
|
57884
57944
|
defineProp($games$jass$logic$data$models$table$combinations.CombinationType, 'BONUS_LAST_BRIBE', CombinationType_BONUS_LAST_BRIBE_getInstance);
|
|
@@ -58237,16 +58297,18 @@
|
|
|
58237
58297
|
_.$_$.u3 = FileLoggerOutputImpl;
|
|
58238
58298
|
_.$_$.v3 = FileLoggerOutput;
|
|
58239
58299
|
_.$_$.w3 = get_isCreated_0;
|
|
58240
|
-
_.$_$.x3 =
|
|
58241
|
-
_.$_$.y3 =
|
|
58242
|
-
_.$_$.z3 =
|
|
58243
|
-
_.$_$.a4 =
|
|
58244
|
-
_.$_$.b4 =
|
|
58245
|
-
_.$_$.c4 =
|
|
58246
|
-
_.$_$.d4 =
|
|
58247
|
-
_.$_$.e4 =
|
|
58248
|
-
_.$_$.f4 =
|
|
58249
|
-
_.$_$.g4 =
|
|
58300
|
+
_.$_$.x3 = get_isFinished_0;
|
|
58301
|
+
_.$_$.y3 = get_isFinishing_0;
|
|
58302
|
+
_.$_$.z3 = BaseGame;
|
|
58303
|
+
_.$_$.a4 = GameStoreContract;
|
|
58304
|
+
_.$_$.b4 = GameStore;
|
|
58305
|
+
_.$_$.c4 = StateProvider;
|
|
58306
|
+
_.$_$.d4 = GameLifecycleState_CREATED_getInstance;
|
|
58307
|
+
_.$_$.e4 = UserActionPayload_init_$Create$;
|
|
58308
|
+
_.$_$.f4 = Companion_instance_145;
|
|
58309
|
+
_.$_$.g4 = Companion_instance_165;
|
|
58310
|
+
_.$_$.h4 = Companion_instance_167;
|
|
58311
|
+
_.$_$.i4 = Companion_instance_168;
|
|
58250
58312
|
//endregion
|
|
58251
58313
|
return _;
|
|
58252
58314
|
}));
|