raspberry_games_server_game_logic 1.8.398 → 1.8.399
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-ai_module.js +483 -334
- package/Logic_Debertz-ai_module.js.map +1 -1
- package/Logic_Debertz-core.js +1114 -971
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +12263 -12233
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +29 -13
- package/Logic_Debertz-game_server.js +1004 -950
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -132,7 +132,9 @@
|
|
|
132
132
|
var SupervisorJob = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.m1;
|
|
133
133
|
var Mutex = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.d1;
|
|
134
134
|
var CoroutineScope_0 = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.i1;
|
|
135
|
+
var Job = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.k1;
|
|
135
136
|
var launch = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.u1;
|
|
137
|
+
var CompletableDeferred = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.f1;
|
|
136
138
|
var async = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.n1;
|
|
137
139
|
var uuid4 = kotlin_com_benasher44_uuid.$_$.a;
|
|
138
140
|
var get_atomicfu$reentrantLock = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.a;
|
|
@@ -278,20 +280,20 @@
|
|
|
278
280
|
initMetadataForClass(RulesDto, 'RulesDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_9});
|
|
279
281
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
280
282
|
function launchDefault$default(context, block, $super) {
|
|
281
|
-
context = context === VOID ? this.
|
|
282
|
-
return $super === VOID ? this.
|
|
283
|
+
context = context === VOID ? this.g6c() : context;
|
|
284
|
+
return $super === VOID ? this.h6c(context, block) : $super.h6c.call(this, context, block);
|
|
283
285
|
}
|
|
284
286
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
285
|
-
context = context === VOID ? this.
|
|
286
|
-
return $super === VOID ? this.
|
|
287
|
+
context = context === VOID ? this.g6c() : context;
|
|
288
|
+
return $super === VOID ? this.j6c(context, block) : $super.j6c.call(this, context, block);
|
|
287
289
|
}
|
|
288
290
|
function launchMain$default(context, block, $super) {
|
|
289
|
-
context = context === VOID ? this.
|
|
290
|
-
return $super === VOID ? this.
|
|
291
|
+
context = context === VOID ? this.g6c() : context;
|
|
292
|
+
return $super === VOID ? this.l6c(context, block) : $super.l6c.call(this, context, block);
|
|
291
293
|
}
|
|
292
294
|
function awaitDefaultWithLock$default(context, block, $super) {
|
|
293
|
-
context = context === VOID ? this.
|
|
294
|
-
return $super === VOID ? this.
|
|
295
|
+
context = context === VOID ? this.g6c() : context;
|
|
296
|
+
return $super === VOID ? this.n6c(context, block) : $super.n6c.call(this, context, block);
|
|
295
297
|
}
|
|
296
298
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
297
299
|
initMetadataForCompanion(Companion_20);
|
|
@@ -377,7 +379,7 @@
|
|
|
377
379
|
tmp = types;
|
|
378
380
|
}
|
|
379
381
|
types = tmp;
|
|
380
|
-
return $super === VOID ? this.
|
|
382
|
+
return $super === VOID ? this.r6l(types) : $super.r6l.call(this, types);
|
|
381
383
|
}
|
|
382
384
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
383
385
|
initMetadataForCompanion(Companion_22);
|
|
@@ -387,7 +389,7 @@
|
|
|
387
389
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
388
390
|
//endregion
|
|
389
391
|
function GameEngineConfig() {
|
|
390
|
-
this.version = '1.8.
|
|
392
|
+
this.version = '1.8.399';
|
|
391
393
|
}
|
|
392
394
|
protoOf(GameEngineConfig).a3w = function () {
|
|
393
395
|
return this.version;
|
|
@@ -806,22 +808,19 @@
|
|
|
806
808
|
protoOf(PlayerLostConnectionReason).s65 = function () {
|
|
807
809
|
return this.tag;
|
|
808
810
|
};
|
|
809
|
-
protoOf(PlayerLostConnectionReason).w65 = function () {
|
|
810
|
-
return PlayerConnectionState_LOST_CONNECTION_getInstance();
|
|
811
|
-
};
|
|
812
811
|
protoOf(PlayerLostConnectionReason).oe = function () {
|
|
813
812
|
return this.u65_1;
|
|
814
813
|
};
|
|
815
814
|
protoOf(PlayerLostConnectionReason).pe = function () {
|
|
816
815
|
return this.tag;
|
|
817
816
|
};
|
|
818
|
-
protoOf(PlayerLostConnectionReason).
|
|
817
|
+
protoOf(PlayerLostConnectionReason).w65 = function (playerId, tag) {
|
|
819
818
|
return new PlayerLostConnectionReason(playerId, tag);
|
|
820
819
|
};
|
|
821
820
|
protoOf(PlayerLostConnectionReason).copy = function (playerId, tag, $super) {
|
|
822
821
|
playerId = playerId === VOID ? this.u65_1 : playerId;
|
|
823
822
|
tag = tag === VOID ? this.tag : tag;
|
|
824
|
-
return $super === VOID ? this.
|
|
823
|
+
return $super === VOID ? this.w65(playerId, tag) : $super.w65.call(this, playerId, tag);
|
|
825
824
|
};
|
|
826
825
|
protoOf(PlayerLostConnectionReason).toString = function () {
|
|
827
826
|
return 'PlayerLostConnectionReason(playerId=' + this.u65_1 + ', tag=' + this.tag + ')';
|
|
@@ -844,37 +843,34 @@
|
|
|
844
843
|
};
|
|
845
844
|
function PlayerTimeoutReason(playerId, tag) {
|
|
846
845
|
TerminationGameReason.call(this);
|
|
847
|
-
this.
|
|
846
|
+
this.x65_1 = playerId;
|
|
848
847
|
this.tag = tag;
|
|
849
848
|
}
|
|
850
849
|
protoOf(PlayerTimeoutReason).v65 = function () {
|
|
851
|
-
return this.
|
|
850
|
+
return this.x65_1;
|
|
852
851
|
};
|
|
853
852
|
protoOf(PlayerTimeoutReason).s65 = function () {
|
|
854
853
|
return this.tag;
|
|
855
854
|
};
|
|
856
|
-
protoOf(PlayerTimeoutReason).w65 = function () {
|
|
857
|
-
return PlayerConnectionState_TIMEOUT_getInstance();
|
|
858
|
-
};
|
|
859
855
|
protoOf(PlayerTimeoutReason).oe = function () {
|
|
860
|
-
return this.
|
|
856
|
+
return this.x65_1;
|
|
861
857
|
};
|
|
862
858
|
protoOf(PlayerTimeoutReason).pe = function () {
|
|
863
859
|
return this.tag;
|
|
864
860
|
};
|
|
865
|
-
protoOf(PlayerTimeoutReason).
|
|
861
|
+
protoOf(PlayerTimeoutReason).w65 = function (playerId, tag) {
|
|
866
862
|
return new PlayerTimeoutReason(playerId, tag);
|
|
867
863
|
};
|
|
868
864
|
protoOf(PlayerTimeoutReason).copy = function (playerId, tag, $super) {
|
|
869
|
-
playerId = playerId === VOID ? this.
|
|
865
|
+
playerId = playerId === VOID ? this.x65_1 : playerId;
|
|
870
866
|
tag = tag === VOID ? this.tag : tag;
|
|
871
|
-
return $super === VOID ? this.
|
|
867
|
+
return $super === VOID ? this.w65(playerId, tag) : $super.w65.call(this, playerId, tag);
|
|
872
868
|
};
|
|
873
869
|
protoOf(PlayerTimeoutReason).toString = function () {
|
|
874
|
-
return 'PlayerTimeoutReason(playerId=' + this.
|
|
870
|
+
return 'PlayerTimeoutReason(playerId=' + this.x65_1 + ', tag=' + this.tag + ')';
|
|
875
871
|
};
|
|
876
872
|
protoOf(PlayerTimeoutReason).hashCode = function () {
|
|
877
|
-
var result = getStringHashCode(this.
|
|
873
|
+
var result = getStringHashCode(this.x65_1);
|
|
878
874
|
result = imul(result, 31) + (this.tag == null ? 0 : getStringHashCode(this.tag)) | 0;
|
|
879
875
|
return result;
|
|
880
876
|
};
|
|
@@ -883,7 +879,7 @@
|
|
|
883
879
|
return true;
|
|
884
880
|
if (!(other instanceof PlayerTimeoutReason))
|
|
885
881
|
return false;
|
|
886
|
-
if (!(this.
|
|
882
|
+
if (!(this.x65_1 === other.x65_1))
|
|
887
883
|
return false;
|
|
888
884
|
if (!(this.tag == other.tag))
|
|
889
885
|
return false;
|
|
@@ -891,43 +887,40 @@
|
|
|
891
887
|
};
|
|
892
888
|
function PlayerExitReason(playerId) {
|
|
893
889
|
TerminationGameReason.call(this);
|
|
894
|
-
this.
|
|
890
|
+
this.y65_1 = playerId;
|
|
895
891
|
}
|
|
896
892
|
protoOf(PlayerExitReason).v65 = function () {
|
|
897
|
-
return this.
|
|
898
|
-
};
|
|
899
|
-
protoOf(PlayerExitReason).w65 = function () {
|
|
900
|
-
return PlayerConnectionState_LEFT_getInstance();
|
|
893
|
+
return this.y65_1;
|
|
901
894
|
};
|
|
902
895
|
protoOf(PlayerExitReason).oe = function () {
|
|
903
|
-
return this.
|
|
896
|
+
return this.y65_1;
|
|
904
897
|
};
|
|
905
|
-
protoOf(PlayerExitReason).
|
|
898
|
+
protoOf(PlayerExitReason).z65 = function (playerId) {
|
|
906
899
|
return new PlayerExitReason(playerId);
|
|
907
900
|
};
|
|
908
901
|
protoOf(PlayerExitReason).copy = function (playerId, $super) {
|
|
909
|
-
playerId = playerId === VOID ? this.
|
|
910
|
-
return $super === VOID ? this.
|
|
902
|
+
playerId = playerId === VOID ? this.y65_1 : playerId;
|
|
903
|
+
return $super === VOID ? this.z65(playerId) : $super.z65.call(this, playerId);
|
|
911
904
|
};
|
|
912
905
|
protoOf(PlayerExitReason).toString = function () {
|
|
913
|
-
return 'PlayerExitReason(playerId=' + this.
|
|
906
|
+
return 'PlayerExitReason(playerId=' + this.y65_1 + ')';
|
|
914
907
|
};
|
|
915
908
|
protoOf(PlayerExitReason).hashCode = function () {
|
|
916
|
-
return getStringHashCode(this.
|
|
909
|
+
return getStringHashCode(this.y65_1);
|
|
917
910
|
};
|
|
918
911
|
protoOf(PlayerExitReason).equals = function (other) {
|
|
919
912
|
if (this === other)
|
|
920
913
|
return true;
|
|
921
914
|
if (!(other instanceof PlayerExitReason))
|
|
922
915
|
return false;
|
|
923
|
-
if (!(this.
|
|
916
|
+
if (!(this.y65_1 === other.y65_1))
|
|
924
917
|
return false;
|
|
925
918
|
return true;
|
|
926
919
|
};
|
|
927
920
|
function FinishPlayerReason() {
|
|
928
921
|
}
|
|
929
922
|
function _get_$cachedSerializer__te6jhj_1($this) {
|
|
930
|
-
return $this.
|
|
923
|
+
return $this.a66_1.x();
|
|
931
924
|
}
|
|
932
925
|
function GameFinishedReason$Reason$Companion$_anonymous__q2gwr5() {
|
|
933
926
|
return createSimpleEnumSerializer('com.logic.data.models.GameFinishedReason.Reason', values());
|
|
@@ -970,7 +963,7 @@
|
|
|
970
963
|
Companion_instance_6 = this;
|
|
971
964
|
var tmp = this;
|
|
972
965
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
973
|
-
tmp.
|
|
966
|
+
tmp.a66_1 = lazy(tmp_0, GameFinishedReason$Reason$Companion$_anonymous__q2gwr5);
|
|
974
967
|
}
|
|
975
968
|
protoOf(Companion_4).a1c = function () {
|
|
976
969
|
return _get_$cachedSerializer__te6jhj_1(this);
|
|
@@ -1030,18 +1023,18 @@
|
|
|
1030
1023
|
TerminationGameReason.call(this);
|
|
1031
1024
|
this.reason = reason;
|
|
1032
1025
|
}
|
|
1033
|
-
protoOf(GameFinishedReason).
|
|
1026
|
+
protoOf(GameFinishedReason).d66 = function () {
|
|
1034
1027
|
return this.reason;
|
|
1035
1028
|
};
|
|
1036
1029
|
protoOf(GameFinishedReason).oe = function () {
|
|
1037
1030
|
return this.reason;
|
|
1038
1031
|
};
|
|
1039
|
-
protoOf(GameFinishedReason).
|
|
1032
|
+
protoOf(GameFinishedReason).e66 = function (reason) {
|
|
1040
1033
|
return new GameFinishedReason(reason);
|
|
1041
1034
|
};
|
|
1042
1035
|
protoOf(GameFinishedReason).copy = function (reason, $super) {
|
|
1043
1036
|
reason = reason === VOID ? this.reason : reason;
|
|
1044
|
-
return $super === VOID ? this.
|
|
1037
|
+
return $super === VOID ? this.e66(reason) : $super.e66.call(this, reason);
|
|
1045
1038
|
};
|
|
1046
1039
|
protoOf(GameFinishedReason).toString = function () {
|
|
1047
1040
|
return 'GameFinishedReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1059,7 +1052,7 @@
|
|
|
1059
1052
|
return true;
|
|
1060
1053
|
};
|
|
1061
1054
|
function _get_$cachedSerializer__te6jhj_2($this) {
|
|
1062
|
-
return $this.
|
|
1055
|
+
return $this.f66_1.x();
|
|
1063
1056
|
}
|
|
1064
1057
|
function GameErrorReason$Reason$Companion$_anonymous__54sopr() {
|
|
1065
1058
|
return createSimpleEnumSerializer('com.logic.data.models.GameErrorReason.Reason', values_0());
|
|
@@ -1102,7 +1095,7 @@
|
|
|
1102
1095
|
Companion_instance_7 = this;
|
|
1103
1096
|
var tmp = this;
|
|
1104
1097
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1105
|
-
tmp.
|
|
1098
|
+
tmp.f66_1 = lazy(tmp_0, GameErrorReason$Reason$Companion$_anonymous__54sopr);
|
|
1106
1099
|
}
|
|
1107
1100
|
protoOf(Companion_5).a1c = function () {
|
|
1108
1101
|
return _get_$cachedSerializer__te6jhj_2(this);
|
|
@@ -1162,18 +1155,18 @@
|
|
|
1162
1155
|
TerminationGameReason.call(this);
|
|
1163
1156
|
this.reason = reason;
|
|
1164
1157
|
}
|
|
1165
|
-
protoOf(GameErrorReason).
|
|
1158
|
+
protoOf(GameErrorReason).d66 = function () {
|
|
1166
1159
|
return this.reason;
|
|
1167
1160
|
};
|
|
1168
1161
|
protoOf(GameErrorReason).oe = function () {
|
|
1169
1162
|
return this.reason;
|
|
1170
1163
|
};
|
|
1171
|
-
protoOf(GameErrorReason).
|
|
1164
|
+
protoOf(GameErrorReason).i66 = function (reason) {
|
|
1172
1165
|
return new GameErrorReason(reason);
|
|
1173
1166
|
};
|
|
1174
1167
|
protoOf(GameErrorReason).copy = function (reason, $super) {
|
|
1175
1168
|
reason = reason === VOID ? this.reason : reason;
|
|
1176
|
-
return $super === VOID ? this.
|
|
1169
|
+
return $super === VOID ? this.i66(reason) : $super.i66.call(this, reason);
|
|
1177
1170
|
};
|
|
1178
1171
|
protoOf(GameErrorReason).toString = function () {
|
|
1179
1172
|
return 'GameErrorReason(reason=' + this.reason.toString() + ')';
|
|
@@ -1273,7 +1266,7 @@
|
|
|
1273
1266
|
initialLuckyFactor = initialLuckyFactor === VOID ? null : initialLuckyFactor;
|
|
1274
1267
|
rating = rating === VOID ? null : rating;
|
|
1275
1268
|
payload = payload === VOID ? null : payload;
|
|
1276
|
-
this.
|
|
1269
|
+
this.j66_1 = playerId;
|
|
1277
1270
|
this.name = name;
|
|
1278
1271
|
this.avatarUrl = avatarUrl;
|
|
1279
1272
|
this.isBot = isBot;
|
|
@@ -1282,24 +1275,24 @@
|
|
|
1282
1275
|
this.payload = payload;
|
|
1283
1276
|
}
|
|
1284
1277
|
protoOf(GameUserInfo).v65 = function () {
|
|
1285
|
-
return this.
|
|
1278
|
+
return this.j66_1;
|
|
1286
1279
|
};
|
|
1287
1280
|
protoOf(GameUserInfo).r2 = function () {
|
|
1288
1281
|
return this.name;
|
|
1289
1282
|
};
|
|
1290
|
-
protoOf(GameUserInfo).
|
|
1283
|
+
protoOf(GameUserInfo).k66 = function () {
|
|
1291
1284
|
return this.avatarUrl;
|
|
1292
1285
|
};
|
|
1293
|
-
protoOf(GameUserInfo).
|
|
1286
|
+
protoOf(GameUserInfo).l66 = function () {
|
|
1294
1287
|
return this.isBot;
|
|
1295
1288
|
};
|
|
1296
|
-
protoOf(GameUserInfo).
|
|
1289
|
+
protoOf(GameUserInfo).m66 = function () {
|
|
1297
1290
|
return this.initialLuckyFactor;
|
|
1298
1291
|
};
|
|
1299
|
-
protoOf(GameUserInfo).
|
|
1292
|
+
protoOf(GameUserInfo).n66 = function () {
|
|
1300
1293
|
return this.rating;
|
|
1301
1294
|
};
|
|
1302
|
-
protoOf(GameUserInfo).
|
|
1295
|
+
protoOf(GameUserInfo).o66 = function () {
|
|
1303
1296
|
return this.payload;
|
|
1304
1297
|
};
|
|
1305
1298
|
protoOf(GameUserInfo).getRatingOrDefault = function (initialUserRating) {
|
|
@@ -1307,7 +1300,7 @@
|
|
|
1307
1300
|
return tmp0_elvis_lhs == null ? initialUserRating : tmp0_elvis_lhs;
|
|
1308
1301
|
};
|
|
1309
1302
|
protoOf(GameUserInfo).toString = function () {
|
|
1310
|
-
var tmp = 'playerId=' + this.
|
|
1303
|
+
var tmp = 'playerId=' + this.j66_1;
|
|
1311
1304
|
var tmp_0 = 'name=' + this.name;
|
|
1312
1305
|
// Inline function 'kotlin.takeIf' call
|
|
1313
1306
|
var this_0 = 'avatarUrl=' + this.avatarUrl;
|
|
@@ -1357,7 +1350,7 @@
|
|
|
1357
1350
|
return 'GameUserInfo(' + joinToString(listOfNotNull([tmp, tmp_0, tmp_2, tmp_4, tmp_6, tmp_8, tmp$ret$9])) + ')';
|
|
1358
1351
|
};
|
|
1359
1352
|
protoOf(GameUserInfo).oe = function () {
|
|
1360
|
-
return this.
|
|
1353
|
+
return this.j66_1;
|
|
1361
1354
|
};
|
|
1362
1355
|
protoOf(GameUserInfo).pe = function () {
|
|
1363
1356
|
return this.name;
|
|
@@ -1368,30 +1361,30 @@
|
|
|
1368
1361
|
protoOf(GameUserInfo).n54 = function () {
|
|
1369
1362
|
return this.isBot;
|
|
1370
1363
|
};
|
|
1371
|
-
protoOf(GameUserInfo).
|
|
1364
|
+
protoOf(GameUserInfo).p66 = function () {
|
|
1372
1365
|
return this.initialLuckyFactor;
|
|
1373
1366
|
};
|
|
1374
|
-
protoOf(GameUserInfo).
|
|
1367
|
+
protoOf(GameUserInfo).q66 = function () {
|
|
1375
1368
|
return this.rating;
|
|
1376
1369
|
};
|
|
1377
|
-
protoOf(GameUserInfo).
|
|
1370
|
+
protoOf(GameUserInfo).r66 = function () {
|
|
1378
1371
|
return this.payload;
|
|
1379
1372
|
};
|
|
1380
|
-
protoOf(GameUserInfo).
|
|
1373
|
+
protoOf(GameUserInfo).s66 = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) {
|
|
1381
1374
|
return new GameUserInfo(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1382
1375
|
};
|
|
1383
1376
|
protoOf(GameUserInfo).copy = function (playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload, $super) {
|
|
1384
|
-
playerId = playerId === VOID ? this.
|
|
1377
|
+
playerId = playerId === VOID ? this.j66_1 : playerId;
|
|
1385
1378
|
name = name === VOID ? this.name : name;
|
|
1386
1379
|
avatarUrl = avatarUrl === VOID ? this.avatarUrl : avatarUrl;
|
|
1387
1380
|
isBot = isBot === VOID ? this.isBot : isBot;
|
|
1388
1381
|
initialLuckyFactor = initialLuckyFactor === VOID ? this.initialLuckyFactor : initialLuckyFactor;
|
|
1389
1382
|
rating = rating === VOID ? this.rating : rating;
|
|
1390
1383
|
payload = payload === VOID ? this.payload : payload;
|
|
1391
|
-
return $super === VOID ? this.
|
|
1384
|
+
return $super === VOID ? this.s66(playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload) : $super.s66.call(this, playerId, name, avatarUrl, isBot, initialLuckyFactor, rating, payload);
|
|
1392
1385
|
};
|
|
1393
1386
|
protoOf(GameUserInfo).hashCode = function () {
|
|
1394
|
-
var result = getStringHashCode(this.
|
|
1387
|
+
var result = getStringHashCode(this.j66_1);
|
|
1395
1388
|
result = imul(result, 31) + getStringHashCode(this.name) | 0;
|
|
1396
1389
|
result = imul(result, 31) + (this.avatarUrl == null ? 0 : getStringHashCode(this.avatarUrl)) | 0;
|
|
1397
1390
|
result = imul(result, 31) + getBooleanHashCode(this.isBot) | 0;
|
|
@@ -1405,7 +1398,7 @@
|
|
|
1405
1398
|
return true;
|
|
1406
1399
|
if (!(other instanceof GameUserInfo))
|
|
1407
1400
|
return false;
|
|
1408
|
-
if (!(this.
|
|
1401
|
+
if (!(this.j66_1 === other.j66_1))
|
|
1409
1402
|
return false;
|
|
1410
1403
|
if (!(this.name === other.name))
|
|
1411
1404
|
return false;
|
|
@@ -1472,30 +1465,30 @@
|
|
|
1472
1465
|
function Player() {
|
|
1473
1466
|
}
|
|
1474
1467
|
function PlayerIdOrderComparator(players) {
|
|
1475
|
-
this.
|
|
1468
|
+
this.v66_1 = players;
|
|
1476
1469
|
}
|
|
1477
|
-
protoOf(PlayerIdOrderComparator).
|
|
1478
|
-
var indexA = this.
|
|
1479
|
-
var indexB = this.
|
|
1470
|
+
protoOf(PlayerIdOrderComparator).w66 = function (a, b) {
|
|
1471
|
+
var indexA = this.v66_1.w1(a);
|
|
1472
|
+
var indexB = this.v66_1.w1(b);
|
|
1480
1473
|
return compareTo(indexA, indexB);
|
|
1481
1474
|
};
|
|
1482
1475
|
protoOf(PlayerIdOrderComparator).compare = function (a, b) {
|
|
1483
1476
|
var tmp = (!(a == null) ? typeof a === 'string' : false) ? a : THROW_CCE();
|
|
1484
|
-
return this.
|
|
1477
|
+
return this.w66(tmp, (!(b == null) ? typeof b === 'string' : false) ? b : THROW_CCE());
|
|
1485
1478
|
};
|
|
1486
1479
|
function PlayerIndex(playerId, playerIndex) {
|
|
1487
|
-
this.
|
|
1488
|
-
this.
|
|
1480
|
+
this.x66_1 = playerId;
|
|
1481
|
+
this.y66_1 = playerIndex;
|
|
1489
1482
|
}
|
|
1490
1483
|
protoOf(PlayerIndex).v65 = function () {
|
|
1491
|
-
return this.
|
|
1484
|
+
return this.x66_1;
|
|
1492
1485
|
};
|
|
1493
1486
|
protoOf(PlayerIndex).toString = function () {
|
|
1494
|
-
return 'PlayerIndex(playerId=' + this.
|
|
1487
|
+
return 'PlayerIndex(playerId=' + this.x66_1 + ', playerIndex=' + this.y66_1 + ')';
|
|
1495
1488
|
};
|
|
1496
1489
|
protoOf(PlayerIndex).hashCode = function () {
|
|
1497
|
-
var result = getStringHashCode(this.
|
|
1498
|
-
result = imul(result, 31) + this.
|
|
1490
|
+
var result = getStringHashCode(this.x66_1);
|
|
1491
|
+
result = imul(result, 31) + this.y66_1 | 0;
|
|
1499
1492
|
return result;
|
|
1500
1493
|
};
|
|
1501
1494
|
protoOf(PlayerIndex).equals = function (other) {
|
|
@@ -1503,9 +1496,9 @@
|
|
|
1503
1496
|
return true;
|
|
1504
1497
|
if (!(other instanceof PlayerIndex))
|
|
1505
1498
|
return false;
|
|
1506
|
-
if (!(this.
|
|
1499
|
+
if (!(this.x66_1 === other.x66_1))
|
|
1507
1500
|
return false;
|
|
1508
|
-
if (!(this.
|
|
1501
|
+
if (!(this.y66_1 === other.y66_1))
|
|
1509
1502
|
return false;
|
|
1510
1503
|
return true;
|
|
1511
1504
|
};
|
|
@@ -1540,16 +1533,16 @@
|
|
|
1540
1533
|
return destination;
|
|
1541
1534
|
}
|
|
1542
1535
|
function PlayerIdContractOrderComparator(players) {
|
|
1543
|
-
this.
|
|
1536
|
+
this.z66_1 = players;
|
|
1544
1537
|
}
|
|
1545
|
-
protoOf(PlayerIdContractOrderComparator).
|
|
1546
|
-
var indexA = this.
|
|
1547
|
-
var indexB = this.
|
|
1538
|
+
protoOf(PlayerIdContractOrderComparator).a67 = function (a, b) {
|
|
1539
|
+
var indexA = this.z66_1.w1(a.playerId);
|
|
1540
|
+
var indexB = this.z66_1.w1(b.playerId);
|
|
1548
1541
|
return compareTo(indexA, indexB);
|
|
1549
1542
|
};
|
|
1550
1543
|
protoOf(PlayerIdContractOrderComparator).compare = function (a, b) {
|
|
1551
1544
|
var tmp = (!(a == null) ? isInterface(a, PlayerIdContract) : false) ? a : THROW_CCE();
|
|
1552
|
-
return this.
|
|
1545
|
+
return this.a67(tmp, (!(b == null) ? isInterface(b, PlayerIdContract) : false) ? b : THROW_CCE());
|
|
1553
1546
|
};
|
|
1554
1547
|
function previousPlayerId(_this__u8e3s4, playerId) {
|
|
1555
1548
|
_init_properties_Player_kt__qi83pd();
|
|
@@ -1570,7 +1563,7 @@
|
|
|
1570
1563
|
}
|
|
1571
1564
|
function playerTurnPredicate$lambda(p1) {
|
|
1572
1565
|
_init_properties_Player_kt__qi83pd();
|
|
1573
|
-
return p1.
|
|
1566
|
+
return p1.t66().i67();
|
|
1574
1567
|
}
|
|
1575
1568
|
var properties_initialized_Player_kt_56shkt;
|
|
1576
1569
|
function _init_properties_Player_kt__qi83pd() {
|
|
@@ -1581,32 +1574,32 @@
|
|
|
1581
1574
|
}
|
|
1582
1575
|
}
|
|
1583
1576
|
function Companion_6() {
|
|
1584
|
-
this.
|
|
1577
|
+
this.j67_1 = 70;
|
|
1585
1578
|
}
|
|
1586
|
-
protoOf(Companion_6).
|
|
1579
|
+
protoOf(Companion_6).k67 = function (state, timeout) {
|
|
1587
1580
|
return new PlayerConnection(state, System_instance.ck().sk(timeout));
|
|
1588
1581
|
};
|
|
1589
|
-
protoOf(Companion_6).
|
|
1582
|
+
protoOf(Companion_6).l67 = function (state, timeout, $super) {
|
|
1590
1583
|
timeout = timeout === VOID ? Companion_getInstance().dk_1 : timeout;
|
|
1591
|
-
return $super === VOID ? this.
|
|
1584
|
+
return $super === VOID ? this.k67(state, timeout) : $super.k67.call(this, state, new Duration(timeout));
|
|
1592
1585
|
};
|
|
1593
|
-
protoOf(Companion_6).
|
|
1586
|
+
protoOf(Companion_6).m67 = function (_this__u8e3s4) {
|
|
1594
1587
|
if (_this__u8e3s4 == null) {
|
|
1595
1588
|
return new PlayerConnection(PlayerConnectionState_LIVE_getInstance(), System_instance.ck());
|
|
1596
1589
|
}
|
|
1597
1590
|
var tmp;
|
|
1598
|
-
if (_this__u8e3s4.
|
|
1599
|
-
tmp = _this__u8e3s4.
|
|
1591
|
+
if (_this__u8e3s4.n67_1.isLive) {
|
|
1592
|
+
tmp = _this__u8e3s4.s67(VOID, System_instance.ck());
|
|
1600
1593
|
} else {
|
|
1601
|
-
tmp = _this__u8e3s4.
|
|
1594
|
+
tmp = _this__u8e3s4.r67(PlayerConnectionState_LIVE_getInstance(), System_instance.ck(), Duration__plus_impl_yu9v8f(_this__u8e3s4.p67_1, _this__u8e3s4.q67()));
|
|
1602
1595
|
}
|
|
1603
1596
|
return tmp;
|
|
1604
1597
|
};
|
|
1605
|
-
protoOf(Companion_6).
|
|
1598
|
+
protoOf(Companion_6).t67 = function (_this__u8e3s4, state) {
|
|
1606
1599
|
if (_this__u8e3s4 == null) {
|
|
1607
1600
|
return new PlayerConnection(state, System_instance.ck());
|
|
1608
1601
|
}
|
|
1609
|
-
return _this__u8e3s4.
|
|
1602
|
+
return _this__u8e3s4.s67(state, System_instance.ck());
|
|
1610
1603
|
};
|
|
1611
1604
|
var Companion_instance_8;
|
|
1612
1605
|
function Companion_getInstance_9() {
|
|
@@ -1615,59 +1608,59 @@
|
|
|
1615
1608
|
function PlayerConnection(state, connectionChangedTime, notLiveDurationRecord) {
|
|
1616
1609
|
connectionChangedTime = connectionChangedTime === VOID ? System_instance.ck() : connectionChangedTime;
|
|
1617
1610
|
notLiveDurationRecord = notLiveDurationRecord === VOID ? Companion_getInstance().dk_1 : notLiveDurationRecord;
|
|
1618
|
-
this.
|
|
1619
|
-
this.
|
|
1620
|
-
this.
|
|
1611
|
+
this.n67_1 = state;
|
|
1612
|
+
this.o67_1 = connectionChangedTime;
|
|
1613
|
+
this.p67_1 = notLiveDurationRecord;
|
|
1621
1614
|
}
|
|
1622
|
-
protoOf(PlayerConnection).
|
|
1623
|
-
return System_instance.ck().tk(this.
|
|
1615
|
+
protoOf(PlayerConnection).q67 = function () {
|
|
1616
|
+
return System_instance.ck().tk(this.o67_1);
|
|
1624
1617
|
};
|
|
1625
|
-
protoOf(PlayerConnection).
|
|
1626
|
-
return Duration__compareTo_impl_pchp0f(this.
|
|
1618
|
+
protoOf(PlayerConnection).u67 = function (duration) {
|
|
1619
|
+
return Duration__compareTo_impl_pchp0f(this.q67(), duration) > 0;
|
|
1627
1620
|
};
|
|
1628
|
-
protoOf(PlayerConnection).
|
|
1621
|
+
protoOf(PlayerConnection).v67 = function () {
|
|
1629
1622
|
var tmp;
|
|
1630
|
-
if (this.
|
|
1631
|
-
tmp = this.
|
|
1623
|
+
if (this.n67_1.isLive) {
|
|
1624
|
+
tmp = this.p67_1;
|
|
1632
1625
|
} else {
|
|
1633
|
-
tmp = Duration__plus_impl_yu9v8f(this.
|
|
1626
|
+
tmp = Duration__plus_impl_yu9v8f(this.p67_1, this.q67());
|
|
1634
1627
|
}
|
|
1635
1628
|
return tmp;
|
|
1636
1629
|
};
|
|
1637
|
-
protoOf(PlayerConnection).
|
|
1630
|
+
protoOf(PlayerConnection).w67 = function (gameDuration) {
|
|
1638
1631
|
// Inline function 'kotlin.Long.div' call
|
|
1639
1632
|
var this_0 = _Duration___get_inWholeMilliseconds__impl__msfiry(gameDuration);
|
|
1640
1633
|
var percent = toNumber(this_0) / 100.0;
|
|
1641
1634
|
// Inline function 'kotlin.Long.div' call
|
|
1642
|
-
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.
|
|
1635
|
+
var this_1 = _Duration___get_inWholeMilliseconds__impl__msfiry(this.v67());
|
|
1643
1636
|
// Inline function 'kotlin.math.round' call
|
|
1644
1637
|
var x = toNumber(this_1) / percent;
|
|
1645
1638
|
var tmp$ret$2 = round(x);
|
|
1646
1639
|
return numberToInt(tmp$ret$2);
|
|
1647
1640
|
};
|
|
1648
|
-
protoOf(PlayerConnection).
|
|
1649
|
-
return 100 - this.
|
|
1641
|
+
protoOf(PlayerConnection).x67 = function (gameDuration) {
|
|
1642
|
+
return 100 - this.w67(gameDuration) | 0;
|
|
1650
1643
|
};
|
|
1651
|
-
protoOf(PlayerConnection).
|
|
1652
|
-
var percentage = this.
|
|
1644
|
+
protoOf(PlayerConnection).y67 = function (gameDuration) {
|
|
1645
|
+
var percentage = this.x67(gameDuration);
|
|
1653
1646
|
return percentage >= 70;
|
|
1654
1647
|
};
|
|
1655
|
-
protoOf(PlayerConnection).
|
|
1648
|
+
protoOf(PlayerConnection).r67 = function (state, connectionChangedTime, notLiveDurationRecord) {
|
|
1656
1649
|
return new PlayerConnection(state, connectionChangedTime, notLiveDurationRecord);
|
|
1657
1650
|
};
|
|
1658
|
-
protoOf(PlayerConnection).
|
|
1659
|
-
state = state === VOID ? this.
|
|
1660
|
-
connectionChangedTime = connectionChangedTime === VOID ? this.
|
|
1661
|
-
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.
|
|
1662
|
-
return $super === VOID ? this.
|
|
1651
|
+
protoOf(PlayerConnection).s67 = function (state, connectionChangedTime, notLiveDurationRecord, $super) {
|
|
1652
|
+
state = state === VOID ? this.n67_1 : state;
|
|
1653
|
+
connectionChangedTime = connectionChangedTime === VOID ? this.o67_1 : connectionChangedTime;
|
|
1654
|
+
notLiveDurationRecord = notLiveDurationRecord === VOID ? this.p67_1 : notLiveDurationRecord;
|
|
1655
|
+
return $super === VOID ? this.r67(state, connectionChangedTime, notLiveDurationRecord) : $super.r67.call(this, state, connectionChangedTime, new Duration(notLiveDurationRecord));
|
|
1663
1656
|
};
|
|
1664
1657
|
protoOf(PlayerConnection).toString = function () {
|
|
1665
|
-
return 'PlayerConnection(state=' + this.
|
|
1658
|
+
return 'PlayerConnection(state=' + this.n67_1.toString() + ', connectionChangedTime=' + this.o67_1.toString() + ', notLiveDurationRecord=' + Duration__toString_impl_8d916b(this.p67_1) + ')';
|
|
1666
1659
|
};
|
|
1667
1660
|
protoOf(PlayerConnection).hashCode = function () {
|
|
1668
|
-
var result = this.
|
|
1669
|
-
result = imul(result, 31) + this.
|
|
1670
|
-
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.
|
|
1661
|
+
var result = this.n67_1.hashCode();
|
|
1662
|
+
result = imul(result, 31) + this.o67_1.hashCode() | 0;
|
|
1663
|
+
result = imul(result, 31) + Duration__hashCode_impl_u4exz6(this.p67_1) | 0;
|
|
1671
1664
|
return result;
|
|
1672
1665
|
};
|
|
1673
1666
|
protoOf(PlayerConnection).equals = function (other) {
|
|
@@ -1675,16 +1668,16 @@
|
|
|
1675
1668
|
return true;
|
|
1676
1669
|
if (!(other instanceof PlayerConnection))
|
|
1677
1670
|
return false;
|
|
1678
|
-
if (!this.
|
|
1671
|
+
if (!this.n67_1.equals(other.n67_1))
|
|
1679
1672
|
return false;
|
|
1680
|
-
if (!this.
|
|
1673
|
+
if (!this.o67_1.equals(other.o67_1))
|
|
1681
1674
|
return false;
|
|
1682
|
-
if (!equals(this.
|
|
1675
|
+
if (!equals(this.p67_1, other.p67_1))
|
|
1683
1676
|
return false;
|
|
1684
1677
|
return true;
|
|
1685
1678
|
};
|
|
1686
1679
|
function _get_$cachedSerializer__te6jhj_3($this) {
|
|
1687
|
-
return $this.
|
|
1680
|
+
return $this.z67_1.x();
|
|
1688
1681
|
}
|
|
1689
1682
|
function PlayerConnectionState$Companion$_anonymous__8wfaw3() {
|
|
1690
1683
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerConnectionState', values_1());
|
|
@@ -1693,10 +1686,11 @@
|
|
|
1693
1686
|
var PlayerConnectionState_TIMEOUT_instance;
|
|
1694
1687
|
var PlayerConnectionState_LOST_CONNECTION_instance;
|
|
1695
1688
|
var PlayerConnectionState_LEFT_instance;
|
|
1689
|
+
var PlayerConnectionState_LEFT_PERMANENTLY_instance;
|
|
1696
1690
|
var PlayerConnectionState_DISCONNECTING_instance;
|
|
1697
1691
|
var PlayerConnectionState_DELETED_instance;
|
|
1698
1692
|
function values_1() {
|
|
1699
|
-
return [PlayerConnectionState_LIVE_getInstance(), PlayerConnectionState_TIMEOUT_getInstance(), PlayerConnectionState_LOST_CONNECTION_getInstance(), PlayerConnectionState_LEFT_getInstance(), PlayerConnectionState_DISCONNECTING_getInstance(), PlayerConnectionState_DELETED_getInstance()];
|
|
1693
|
+
return [PlayerConnectionState_LIVE_getInstance(), PlayerConnectionState_TIMEOUT_getInstance(), PlayerConnectionState_LOST_CONNECTION_getInstance(), PlayerConnectionState_LEFT_getInstance(), PlayerConnectionState_LEFT_PERMANENTLY_getInstance(), PlayerConnectionState_DISCONNECTING_getInstance(), PlayerConnectionState_DELETED_getInstance()];
|
|
1700
1694
|
}
|
|
1701
1695
|
function valueOf_1(value) {
|
|
1702
1696
|
switch (value) {
|
|
@@ -1708,6 +1702,8 @@
|
|
|
1708
1702
|
return PlayerConnectionState_LOST_CONNECTION_getInstance();
|
|
1709
1703
|
case 'LEFT':
|
|
1710
1704
|
return PlayerConnectionState_LEFT_getInstance();
|
|
1705
|
+
case 'LEFT_PERMANENTLY':
|
|
1706
|
+
return PlayerConnectionState_LEFT_PERMANENTLY_getInstance();
|
|
1711
1707
|
case 'DISCONNECTING':
|
|
1712
1708
|
return PlayerConnectionState_DISCONNECTING_getInstance();
|
|
1713
1709
|
case 'DELETED':
|
|
@@ -1722,7 +1718,7 @@
|
|
|
1722
1718
|
Companion_instance_9 = this;
|
|
1723
1719
|
var tmp = this;
|
|
1724
1720
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1725
|
-
tmp.
|
|
1721
|
+
tmp.z67_1 = lazy(tmp_0, PlayerConnectionState$Companion$_anonymous__8wfaw3);
|
|
1726
1722
|
}
|
|
1727
1723
|
protoOf(Companion_7).a1c = function () {
|
|
1728
1724
|
return _get_$cachedSerializer__te6jhj_3(this);
|
|
@@ -1746,25 +1742,29 @@
|
|
|
1746
1742
|
PlayerConnectionState_TIMEOUT_instance = new PlayerConnectionState('TIMEOUT', 1);
|
|
1747
1743
|
PlayerConnectionState_LOST_CONNECTION_instance = new PlayerConnectionState('LOST_CONNECTION', 2);
|
|
1748
1744
|
PlayerConnectionState_LEFT_instance = new PlayerConnectionState('LEFT', 3);
|
|
1749
|
-
|
|
1750
|
-
|
|
1745
|
+
PlayerConnectionState_LEFT_PERMANENTLY_instance = new PlayerConnectionState('LEFT_PERMANENTLY', 4);
|
|
1746
|
+
PlayerConnectionState_DISCONNECTING_instance = new PlayerConnectionState('DISCONNECTING', 5);
|
|
1747
|
+
PlayerConnectionState_DELETED_instance = new PlayerConnectionState('DELETED', 6);
|
|
1751
1748
|
Companion_getInstance_10();
|
|
1752
1749
|
}
|
|
1753
1750
|
function PlayerConnectionState(name, ordinal) {
|
|
1754
1751
|
Enum.call(this, name, ordinal);
|
|
1755
1752
|
}
|
|
1756
|
-
protoOf(PlayerConnectionState).
|
|
1753
|
+
protoOf(PlayerConnectionState).c68 = function () {
|
|
1757
1754
|
return this.equals(PlayerConnectionState_LIVE_getInstance());
|
|
1758
1755
|
};
|
|
1759
|
-
protoOf(PlayerConnectionState).
|
|
1756
|
+
protoOf(PlayerConnectionState).d68 = function () {
|
|
1760
1757
|
return this.equals(PlayerConnectionState_TIMEOUT_getInstance());
|
|
1761
1758
|
};
|
|
1762
|
-
protoOf(PlayerConnectionState).
|
|
1759
|
+
protoOf(PlayerConnectionState).e68 = function () {
|
|
1763
1760
|
return this.equals(PlayerConnectionState_LOST_CONNECTION_getInstance());
|
|
1764
1761
|
};
|
|
1765
|
-
protoOf(PlayerConnectionState).
|
|
1762
|
+
protoOf(PlayerConnectionState).f68 = function () {
|
|
1766
1763
|
return this.equals(PlayerConnectionState_LEFT_getInstance());
|
|
1767
1764
|
};
|
|
1765
|
+
protoOf(PlayerConnectionState).g68 = function () {
|
|
1766
|
+
return this.equals(PlayerConnectionState_LEFT_PERMANENTLY_getInstance());
|
|
1767
|
+
};
|
|
1768
1768
|
protoOf(PlayerConnectionState).h68 = function () {
|
|
1769
1769
|
return this.equals(PlayerConnectionState_DELETED_getInstance());
|
|
1770
1770
|
};
|
|
@@ -1772,30 +1772,125 @@
|
|
|
1772
1772
|
return this.equals(PlayerConnectionState_DISCONNECTING_getInstance());
|
|
1773
1773
|
};
|
|
1774
1774
|
protoOf(PlayerConnectionState).j68 = function () {
|
|
1775
|
-
|
|
1775
|
+
var tmp;
|
|
1776
|
+
switch (this.q2_1) {
|
|
1777
|
+
case 2:
|
|
1778
|
+
case 1:
|
|
1779
|
+
case 3:
|
|
1780
|
+
case 4:
|
|
1781
|
+
case 6:
|
|
1782
|
+
tmp = true;
|
|
1783
|
+
break;
|
|
1784
|
+
case 5:
|
|
1785
|
+
case 0:
|
|
1786
|
+
tmp = false;
|
|
1787
|
+
break;
|
|
1788
|
+
default:
|
|
1789
|
+
noWhenBranchMatchedException();
|
|
1790
|
+
break;
|
|
1791
|
+
}
|
|
1792
|
+
return tmp;
|
|
1776
1793
|
};
|
|
1777
1794
|
protoOf(PlayerConnectionState).k68 = function () {
|
|
1778
|
-
|
|
1795
|
+
var tmp;
|
|
1796
|
+
switch (this.q2_1) {
|
|
1797
|
+
case 2:
|
|
1798
|
+
case 1:
|
|
1799
|
+
case 3:
|
|
1800
|
+
case 4:
|
|
1801
|
+
tmp = true;
|
|
1802
|
+
break;
|
|
1803
|
+
case 5:
|
|
1804
|
+
case 6:
|
|
1805
|
+
case 0:
|
|
1806
|
+
tmp = false;
|
|
1807
|
+
break;
|
|
1808
|
+
default:
|
|
1809
|
+
noWhenBranchMatchedException();
|
|
1810
|
+
break;
|
|
1811
|
+
}
|
|
1812
|
+
return tmp;
|
|
1779
1813
|
};
|
|
1780
1814
|
protoOf(PlayerConnectionState).l68 = function () {
|
|
1781
|
-
|
|
1815
|
+
var tmp;
|
|
1816
|
+
switch (this.q2_1) {
|
|
1817
|
+
case 2:
|
|
1818
|
+
tmp = false;
|
|
1819
|
+
break;
|
|
1820
|
+
case 1:
|
|
1821
|
+
case 3:
|
|
1822
|
+
case 4:
|
|
1823
|
+
case 6:
|
|
1824
|
+
tmp = true;
|
|
1825
|
+
break;
|
|
1826
|
+
case 5:
|
|
1827
|
+
case 0:
|
|
1828
|
+
tmp = false;
|
|
1829
|
+
break;
|
|
1830
|
+
default:
|
|
1831
|
+
noWhenBranchMatchedException();
|
|
1832
|
+
break;
|
|
1833
|
+
}
|
|
1834
|
+
return tmp;
|
|
1782
1835
|
};
|
|
1783
1836
|
protoOf(PlayerConnectionState).m68 = function () {
|
|
1784
|
-
|
|
1837
|
+
var tmp;
|
|
1838
|
+
switch (this.q2_1) {
|
|
1839
|
+
case 2:
|
|
1840
|
+
tmp = true;
|
|
1841
|
+
break;
|
|
1842
|
+
case 1:
|
|
1843
|
+
case 3:
|
|
1844
|
+
case 4:
|
|
1845
|
+
case 6:
|
|
1846
|
+
tmp = false;
|
|
1847
|
+
break;
|
|
1848
|
+
case 5:
|
|
1849
|
+
case 0:
|
|
1850
|
+
tmp = false;
|
|
1851
|
+
break;
|
|
1852
|
+
default:
|
|
1853
|
+
noWhenBranchMatchedException();
|
|
1854
|
+
break;
|
|
1855
|
+
}
|
|
1856
|
+
return tmp;
|
|
1857
|
+
};
|
|
1858
|
+
protoOf(PlayerConnectionState).n68 = function () {
|
|
1859
|
+
var tmp;
|
|
1860
|
+
switch (this.q2_1) {
|
|
1861
|
+
case 1:
|
|
1862
|
+
case 2:
|
|
1863
|
+
case 3:
|
|
1864
|
+
tmp = true;
|
|
1865
|
+
break;
|
|
1866
|
+
case 4:
|
|
1867
|
+
case 6:
|
|
1868
|
+
tmp = false;
|
|
1869
|
+
break;
|
|
1870
|
+
case 5:
|
|
1871
|
+
case 0:
|
|
1872
|
+
tmp = true;
|
|
1873
|
+
break;
|
|
1874
|
+
default:
|
|
1875
|
+
noWhenBranchMatchedException();
|
|
1876
|
+
break;
|
|
1877
|
+
}
|
|
1878
|
+
return tmp;
|
|
1785
1879
|
};
|
|
1786
1880
|
function mapToFinishReason(_this__u8e3s4, player, players) {
|
|
1787
1881
|
var tmp;
|
|
1788
1882
|
switch (_this__u8e3s4.q2_1) {
|
|
1789
1883
|
case 2:
|
|
1790
|
-
tmp = new PlayerLostConnectionReason(player.playerId, player.
|
|
1884
|
+
tmp = new PlayerLostConnectionReason(player.playerId, player.t66().o68());
|
|
1791
1885
|
break;
|
|
1792
1886
|
case 1:
|
|
1793
|
-
tmp = new PlayerTimeoutReason(player.playerId, player.
|
|
1887
|
+
tmp = new PlayerTimeoutReason(player.playerId, player.t66().o68());
|
|
1794
1888
|
break;
|
|
1795
1889
|
case 3:
|
|
1890
|
+
case 4:
|
|
1796
1891
|
tmp = new PlayerExitReason(player.playerId);
|
|
1797
1892
|
break;
|
|
1798
|
-
case
|
|
1893
|
+
case 6:
|
|
1799
1894
|
var tmp$ret$1;
|
|
1800
1895
|
$l$block: {
|
|
1801
1896
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
@@ -1825,7 +1920,7 @@
|
|
|
1825
1920
|
case 0:
|
|
1826
1921
|
tmp = new GameFinishedReason(Reason_NO_ACTIVE_PLAYERS_getInstance());
|
|
1827
1922
|
break;
|
|
1828
|
-
case
|
|
1923
|
+
case 5:
|
|
1829
1924
|
throw new MechanicException("mapToFinishReason: Can't support this state " + _this__u8e3s4.toString());
|
|
1830
1925
|
default:
|
|
1831
1926
|
noWhenBranchMatchedException();
|
|
@@ -1849,6 +1944,10 @@
|
|
|
1849
1944
|
PlayerConnectionState_initEntries();
|
|
1850
1945
|
return PlayerConnectionState_LEFT_instance;
|
|
1851
1946
|
}
|
|
1947
|
+
function PlayerConnectionState_LEFT_PERMANENTLY_getInstance() {
|
|
1948
|
+
PlayerConnectionState_initEntries();
|
|
1949
|
+
return PlayerConnectionState_LEFT_PERMANENTLY_instance;
|
|
1950
|
+
}
|
|
1852
1951
|
function PlayerConnectionState_DISCONNECTING_getInstance() {
|
|
1853
1952
|
PlayerConnectionState_initEntries();
|
|
1854
1953
|
return PlayerConnectionState_DISCONNECTING_instance;
|
|
@@ -1858,7 +1957,7 @@
|
|
|
1858
1957
|
return PlayerConnectionState_DELETED_instance;
|
|
1859
1958
|
}
|
|
1860
1959
|
function _get_$cachedSerializer__te6jhj_4($this) {
|
|
1861
|
-
return $this.
|
|
1960
|
+
return $this.p68_1.x();
|
|
1862
1961
|
}
|
|
1863
1962
|
function PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2() {
|
|
1864
1963
|
return createSimpleEnumSerializer('com.logic.data.models.player.PlayerState.PlayerWaitingState', values_2());
|
|
@@ -1873,7 +1972,7 @@
|
|
|
1873
1972
|
Companion_instance_10 = this;
|
|
1874
1973
|
var tmp = this;
|
|
1875
1974
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
1876
|
-
tmp.
|
|
1975
|
+
tmp.p68_1 = lazy(tmp_0, PlayerState$PlayerWaitingState$Companion$_anonymous__jkatu2);
|
|
1877
1976
|
}
|
|
1878
1977
|
protoOf(Companion_8).a1c = function () {
|
|
1879
1978
|
return _get_$cachedSerializer__te6jhj_4(this);
|
|
@@ -1901,28 +2000,28 @@
|
|
|
1901
2000
|
function PlayerWaitingState(name, ordinal) {
|
|
1902
2001
|
Enum.call(this, name, ordinal);
|
|
1903
2002
|
}
|
|
1904
|
-
protoOf(PlayerWaitingState).
|
|
1905
|
-
return this.
|
|
2003
|
+
protoOf(PlayerWaitingState).i67 = function () {
|
|
2004
|
+
return this.s68() || this.t68();
|
|
1906
2005
|
};
|
|
1907
|
-
protoOf(PlayerWaitingState).
|
|
2006
|
+
protoOf(PlayerWaitingState).s68 = function () {
|
|
1908
2007
|
return this.equals(PlayerWaitingState_IN_PROGRESS_getInstance());
|
|
1909
2008
|
};
|
|
1910
|
-
protoOf(PlayerWaitingState).
|
|
2009
|
+
protoOf(PlayerWaitingState).t68 = function () {
|
|
1911
2010
|
return this.equals(PlayerWaitingState_IN_PROGRESS_ATTENTION_MODE_getInstance());
|
|
1912
2011
|
};
|
|
1913
2012
|
function Companion_9() {
|
|
1914
2013
|
}
|
|
1915
|
-
protoOf(Companion_9).
|
|
2014
|
+
protoOf(Companion_9).u68 = function (connection) {
|
|
1916
2015
|
var tmp0_state = PlayerWaitingState_IDLE_getInstance();
|
|
1917
2016
|
return new PlayerState(null, null, null, tmp0_state, false, null, connection);
|
|
1918
2017
|
};
|
|
1919
|
-
protoOf(Companion_9).
|
|
1920
|
-
return _this__u8e3s4.
|
|
2018
|
+
protoOf(Companion_9).v68 = function (_this__u8e3s4) {
|
|
2019
|
+
return _this__u8e3s4.w68(null, null, VOID, PlayerWaitingState_IDLE_getInstance(), VOID, null);
|
|
1921
2020
|
};
|
|
1922
|
-
protoOf(Companion_9).
|
|
2021
|
+
protoOf(Companion_9).x68 = function (_this__u8e3s4, playerTurnTimeout, tag) {
|
|
1923
2022
|
var tmp0_startFromTime = System_instance.ck();
|
|
1924
2023
|
var tmp1_state = PlayerWaitingState_IN_PROGRESS_getInstance();
|
|
1925
|
-
return _this__u8e3s4.
|
|
2024
|
+
return _this__u8e3s4.w68(tmp0_startFromTime, playerTurnTimeout, VOID, tmp1_state, false, tag);
|
|
1926
2025
|
};
|
|
1927
2026
|
var Companion_instance_11;
|
|
1928
2027
|
function Companion_getInstance_12() {
|
|
@@ -1943,17 +2042,17 @@
|
|
|
1943
2042
|
function PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
1944
2043
|
tag = tag === VOID ? null : tag;
|
|
1945
2044
|
connection = connection === VOID ? null : connection;
|
|
1946
|
-
this.
|
|
1947
|
-
this.
|
|
1948
|
-
this.
|
|
1949
|
-
this.
|
|
1950
|
-
this.
|
|
1951
|
-
this.
|
|
1952
|
-
this.
|
|
1953
|
-
}
|
|
1954
|
-
protoOf(PlayerState).
|
|
2045
|
+
this.b67_1 = startFromTime;
|
|
2046
|
+
this.c67_1 = playerTurnTimeout;
|
|
2047
|
+
this.d67_1 = waitPlayerUntilTime;
|
|
2048
|
+
this.e67_1 = state;
|
|
2049
|
+
this.f67_1 = ready;
|
|
2050
|
+
this.g67_1 = tag;
|
|
2051
|
+
this.h67_1 = connection;
|
|
2052
|
+
}
|
|
2053
|
+
protoOf(PlayerState).y68 = function () {
|
|
1955
2054
|
// Inline function 'kotlin.requireNotNull' call
|
|
1956
|
-
var tmp0 = this.
|
|
2055
|
+
var tmp0 = this.h67_1;
|
|
1957
2056
|
var tmp$ret$1;
|
|
1958
2057
|
$l$block: {
|
|
1959
2058
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -1967,9 +2066,9 @@
|
|
|
1967
2066
|
}
|
|
1968
2067
|
return tmp$ret$1;
|
|
1969
2068
|
};
|
|
1970
|
-
protoOf(PlayerState).
|
|
2069
|
+
protoOf(PlayerState).z68 = function () {
|
|
1971
2070
|
// Inline function 'kotlin.requireNotNull' call
|
|
1972
|
-
var tmp0 = this.
|
|
2071
|
+
var tmp0 = this.g67_1;
|
|
1973
2072
|
var tmp$ret$1;
|
|
1974
2073
|
$l$block: {
|
|
1975
2074
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -1983,61 +2082,61 @@
|
|
|
1983
2082
|
}
|
|
1984
2083
|
return tmp$ret$1;
|
|
1985
2084
|
};
|
|
1986
|
-
protoOf(PlayerState).
|
|
1987
|
-
var tmp0_elvis_lhs = this.
|
|
2085
|
+
protoOf(PlayerState).o68 = function () {
|
|
2086
|
+
var tmp0_elvis_lhs = this.g67_1;
|
|
1988
2087
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
1989
2088
|
};
|
|
1990
2089
|
protoOf(PlayerState).toString = function () {
|
|
1991
2090
|
// Inline function 'kotlin.takeIf' call
|
|
1992
|
-
var this_0 = 'startFromTime=' + toString(this.
|
|
2091
|
+
var this_0 = 'startFromTime=' + toString(this.b67_1);
|
|
1993
2092
|
var tmp;
|
|
1994
|
-
if (!(this.
|
|
2093
|
+
if (!(this.b67_1 == null)) {
|
|
1995
2094
|
tmp = this_0;
|
|
1996
2095
|
} else {
|
|
1997
2096
|
tmp = null;
|
|
1998
2097
|
}
|
|
1999
2098
|
var tmp_0 = tmp;
|
|
2000
2099
|
// Inline function 'kotlin.takeIf' call
|
|
2001
|
-
var this_1 = 'playerTurnTimeout=' + toString(this.
|
|
2100
|
+
var this_1 = 'playerTurnTimeout=' + toString(this.c67_1);
|
|
2002
2101
|
var tmp_1;
|
|
2003
|
-
if (!(this.
|
|
2102
|
+
if (!(this.c67_1 == null)) {
|
|
2004
2103
|
tmp_1 = this_1;
|
|
2005
2104
|
} else {
|
|
2006
2105
|
tmp_1 = null;
|
|
2007
2106
|
}
|
|
2008
2107
|
var tmp_2 = tmp_1;
|
|
2009
2108
|
// Inline function 'kotlin.takeIf' call
|
|
2010
|
-
var this_2 = 'waitPlayerUntilTime=' + toString(this.
|
|
2109
|
+
var this_2 = 'waitPlayerUntilTime=' + toString(this.d67_1);
|
|
2011
2110
|
var tmp_3;
|
|
2012
|
-
if (!(this.
|
|
2111
|
+
if (!(this.d67_1 == null)) {
|
|
2013
2112
|
tmp_3 = this_2;
|
|
2014
2113
|
} else {
|
|
2015
2114
|
tmp_3 = null;
|
|
2016
2115
|
}
|
|
2017
2116
|
var tmp_4 = tmp_3;
|
|
2018
|
-
var tmp_5 = 'state=' + this.
|
|
2117
|
+
var tmp_5 = 'state=' + this.e67_1.toString();
|
|
2019
2118
|
// Inline function 'kotlin.takeIf' call
|
|
2020
|
-
var this_3 = 'ready=' + this.
|
|
2119
|
+
var this_3 = 'ready=' + this.f67_1;
|
|
2021
2120
|
var tmp_6;
|
|
2022
|
-
if (this.
|
|
2121
|
+
if (this.f67_1) {
|
|
2023
2122
|
tmp_6 = this_3;
|
|
2024
2123
|
} else {
|
|
2025
2124
|
tmp_6 = null;
|
|
2026
2125
|
}
|
|
2027
2126
|
var tmp_7 = tmp_6;
|
|
2028
2127
|
// Inline function 'kotlin.takeIf' call
|
|
2029
|
-
var this_4 = 'tag=' + this.
|
|
2128
|
+
var this_4 = 'tag=' + this.g67_1;
|
|
2030
2129
|
var tmp_8;
|
|
2031
|
-
if (!(this.
|
|
2130
|
+
if (!(this.g67_1 == null)) {
|
|
2032
2131
|
tmp_8 = this_4;
|
|
2033
2132
|
} else {
|
|
2034
2133
|
tmp_8 = null;
|
|
2035
2134
|
}
|
|
2036
2135
|
var tmp_9 = tmp_8;
|
|
2037
2136
|
// Inline function 'kotlin.takeIf' call
|
|
2038
|
-
var this_5 = 'connection=' + toString(this.
|
|
2137
|
+
var this_5 = 'connection=' + toString(this.h67_1);
|
|
2039
2138
|
var tmp_10;
|
|
2040
|
-
if (!(this.
|
|
2139
|
+
if (!(this.h67_1 == null)) {
|
|
2041
2140
|
tmp_10 = this_5;
|
|
2042
2141
|
} else {
|
|
2043
2142
|
tmp_10 = null;
|
|
@@ -2045,30 +2144,30 @@
|
|
|
2045
2144
|
var tmp$ret$11 = tmp_10;
|
|
2046
2145
|
return 'PlayerState(' + joinToString(listOfNotNull([tmp_0, tmp_2, tmp_4, tmp_5, tmp_7, tmp_9, tmp$ret$11])) + ')';
|
|
2047
2146
|
};
|
|
2048
|
-
protoOf(PlayerState).
|
|
2049
|
-
return this.
|
|
2147
|
+
protoOf(PlayerState).i67 = function () {
|
|
2148
|
+
return this.e67_1.i67();
|
|
2050
2149
|
};
|
|
2051
|
-
protoOf(PlayerState).
|
|
2150
|
+
protoOf(PlayerState).a69 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) {
|
|
2052
2151
|
return new PlayerState(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2053
2152
|
};
|
|
2054
|
-
protoOf(PlayerState).
|
|
2055
|
-
startFromTime = startFromTime === VOID ? this.
|
|
2056
|
-
playerTurnTimeout = playerTurnTimeout === VOID ? this.
|
|
2057
|
-
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.
|
|
2058
|
-
state = state === VOID ? this.
|
|
2059
|
-
ready = ready === VOID ? this.
|
|
2060
|
-
tag = tag === VOID ? this.
|
|
2061
|
-
connection = connection === VOID ? this.
|
|
2062
|
-
return $super === VOID ? this.
|
|
2153
|
+
protoOf(PlayerState).w68 = function (startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, $super) {
|
|
2154
|
+
startFromTime = startFromTime === VOID ? this.b67_1 : startFromTime;
|
|
2155
|
+
playerTurnTimeout = playerTurnTimeout === VOID ? this.c67_1 : playerTurnTimeout;
|
|
2156
|
+
waitPlayerUntilTime = waitPlayerUntilTime === VOID ? this.d67_1 : waitPlayerUntilTime;
|
|
2157
|
+
state = state === VOID ? this.e67_1 : state;
|
|
2158
|
+
ready = ready === VOID ? this.f67_1 : ready;
|
|
2159
|
+
tag = tag === VOID ? this.g67_1 : tag;
|
|
2160
|
+
connection = connection === VOID ? this.h67_1 : connection;
|
|
2161
|
+
return $super === VOID ? this.a69(startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection) : $super.a69.call(this, startFromTime, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection);
|
|
2063
2162
|
};
|
|
2064
2163
|
protoOf(PlayerState).hashCode = function () {
|
|
2065
|
-
var result = this.
|
|
2164
|
+
var result = this.b67_1 == null ? 0 : this.b67_1.hashCode();
|
|
2165
|
+
result = imul(result, 31) + (this.c67_1 == null ? 0 : this.c67_1.hashCode()) | 0;
|
|
2066
2166
|
result = imul(result, 31) + (this.d67_1 == null ? 0 : this.d67_1.hashCode()) | 0;
|
|
2067
|
-
result = imul(result, 31) +
|
|
2068
|
-
result = imul(result, 31) + this.f67_1
|
|
2069
|
-
result = imul(result, 31) +
|
|
2070
|
-
result = imul(result, 31) + (this.h67_1 == null ? 0 :
|
|
2071
|
-
result = imul(result, 31) + (this.i67_1 == null ? 0 : this.i67_1.hashCode()) | 0;
|
|
2167
|
+
result = imul(result, 31) + this.e67_1.hashCode() | 0;
|
|
2168
|
+
result = imul(result, 31) + getBooleanHashCode(this.f67_1) | 0;
|
|
2169
|
+
result = imul(result, 31) + (this.g67_1 == null ? 0 : getStringHashCode(this.g67_1)) | 0;
|
|
2170
|
+
result = imul(result, 31) + (this.h67_1 == null ? 0 : this.h67_1.hashCode()) | 0;
|
|
2072
2171
|
return result;
|
|
2073
2172
|
};
|
|
2074
2173
|
protoOf(PlayerState).equals = function (other) {
|
|
@@ -2076,25 +2175,25 @@
|
|
|
2076
2175
|
return true;
|
|
2077
2176
|
if (!(other instanceof PlayerState))
|
|
2078
2177
|
return false;
|
|
2178
|
+
if (!equals(this.b67_1, other.b67_1))
|
|
2179
|
+
return false;
|
|
2079
2180
|
if (!equals(this.c67_1, other.c67_1))
|
|
2080
2181
|
return false;
|
|
2081
2182
|
if (!equals(this.d67_1, other.d67_1))
|
|
2082
2183
|
return false;
|
|
2083
|
-
if (!
|
|
2084
|
-
return false;
|
|
2085
|
-
if (!this.f67_1.equals(other.f67_1))
|
|
2184
|
+
if (!this.e67_1.equals(other.e67_1))
|
|
2086
2185
|
return false;
|
|
2087
|
-
if (!(this.
|
|
2186
|
+
if (!(this.f67_1 === other.f67_1))
|
|
2088
2187
|
return false;
|
|
2089
|
-
if (!(this.
|
|
2188
|
+
if (!(this.g67_1 == other.g67_1))
|
|
2090
2189
|
return false;
|
|
2091
|
-
if (!equals(this.
|
|
2190
|
+
if (!equals(this.h67_1, other.h67_1))
|
|
2092
2191
|
return false;
|
|
2093
2192
|
return true;
|
|
2094
2193
|
};
|
|
2095
2194
|
function getProgress(_this__u8e3s4, playerTurnTimeout, logger) {
|
|
2096
2195
|
var tmp;
|
|
2097
|
-
if (_this__u8e3s4.
|
|
2196
|
+
if (_this__u8e3s4.s68() || _this__u8e3s4.t68()) {
|
|
2098
2197
|
var tmp_0;
|
|
2099
2198
|
if (playerTurnTimeout == null) {
|
|
2100
2199
|
tmp_0 = Companion_getInstance().dk_1;
|
|
@@ -2113,34 +2212,34 @@
|
|
|
2113
2212
|
return tmp;
|
|
2114
2213
|
}
|
|
2115
2214
|
function Team(playerIds) {
|
|
2116
|
-
this.
|
|
2215
|
+
this.b69_1 = playerIds;
|
|
2117
2216
|
}
|
|
2118
|
-
protoOf(Team).
|
|
2119
|
-
return this.
|
|
2217
|
+
protoOf(Team).c69 = function (playerId) {
|
|
2218
|
+
return this.b69_1.u1(playerId);
|
|
2120
2219
|
};
|
|
2121
|
-
protoOf(Team).
|
|
2122
|
-
return this.
|
|
2220
|
+
protoOf(Team).d69 = function () {
|
|
2221
|
+
return this.b69_1.p(0);
|
|
2123
2222
|
};
|
|
2124
2223
|
protoOf(Team).q5l = function () {
|
|
2125
|
-
return this.
|
|
2224
|
+
return this.b69_1.p(1);
|
|
2126
2225
|
};
|
|
2127
2226
|
protoOf(Team).toString = function () {
|
|
2128
|
-
return 'Team(playerIds=' + toString_0(this.
|
|
2227
|
+
return 'Team(playerIds=' + toString_0(this.b69_1) + ')';
|
|
2129
2228
|
};
|
|
2130
2229
|
protoOf(Team).hashCode = function () {
|
|
2131
|
-
return hashCode(this.
|
|
2230
|
+
return hashCode(this.b69_1);
|
|
2132
2231
|
};
|
|
2133
2232
|
protoOf(Team).equals = function (other) {
|
|
2134
2233
|
if (this === other)
|
|
2135
2234
|
return true;
|
|
2136
2235
|
if (!(other instanceof Team))
|
|
2137
2236
|
return false;
|
|
2138
|
-
if (!equals(this.
|
|
2237
|
+
if (!equals(this.b69_1, other.b69_1))
|
|
2139
2238
|
return false;
|
|
2140
2239
|
return true;
|
|
2141
2240
|
};
|
|
2142
2241
|
function _get_$cachedSerializer__te6jhj_5($this) {
|
|
2143
|
-
return $this.
|
|
2242
|
+
return $this.e69_1.x();
|
|
2144
2243
|
}
|
|
2145
2244
|
function TerminationGameReasonDto$Companion$_anonymous__30ivuy() {
|
|
2146
2245
|
var tmp = getKClass(TerminationGameReasonDto);
|
|
@@ -2178,7 +2277,7 @@
|
|
|
2178
2277
|
Companion_instance_12 = this;
|
|
2179
2278
|
var tmp = this;
|
|
2180
2279
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2181
|
-
tmp.
|
|
2280
|
+
tmp.e69_1 = lazy(tmp_0, TerminationGameReasonDto$Companion$_anonymous__30ivuy);
|
|
2182
2281
|
}
|
|
2183
2282
|
protoOf(Companion_10).a1c = function () {
|
|
2184
2283
|
return _get_$cachedSerializer__te6jhj_5(this);
|
|
@@ -2199,7 +2298,7 @@
|
|
|
2199
2298
|
Companion_getInstance_13();
|
|
2200
2299
|
}
|
|
2201
2300
|
function _get_$cachedSerializer__te6jhj_6($this) {
|
|
2202
|
-
return $this.
|
|
2301
|
+
return $this.f69_1.x();
|
|
2203
2302
|
}
|
|
2204
2303
|
function ProcessingReasonDto$_anonymous__78na4x() {
|
|
2205
2304
|
var tmp = ProcessingReasonDto_getInstance();
|
|
@@ -2214,7 +2313,7 @@
|
|
|
2214
2313
|
TerminationGameReasonDto.call(this);
|
|
2215
2314
|
var tmp = this;
|
|
2216
2315
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2217
|
-
tmp.
|
|
2316
|
+
tmp.f69_1 = lazy(tmp_0, ProcessingReasonDto$_anonymous__78na4x);
|
|
2218
2317
|
}
|
|
2219
2318
|
protoOf(ProcessingReasonDto).a1c = function () {
|
|
2220
2319
|
return _get_$cachedSerializer__te6jhj_6(this);
|
|
@@ -2251,19 +2350,19 @@
|
|
|
2251
2350
|
$serializer_instance_1 = this;
|
|
2252
2351
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_ERROR_TYPE', this, 1);
|
|
2253
2352
|
tmp0_serialDesc.gz('reason', false);
|
|
2254
|
-
this.
|
|
2353
|
+
this.g69_1 = tmp0_serialDesc;
|
|
2255
2354
|
}
|
|
2256
|
-
protoOf($serializer_1).
|
|
2257
|
-
var tmp0_desc = this.
|
|
2355
|
+
protoOf($serializer_1).h69 = function (encoder, value) {
|
|
2356
|
+
var tmp0_desc = this.g69_1;
|
|
2258
2357
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2259
2358
|
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2260
2359
|
tmp1_output.pr(tmp0_desc);
|
|
2261
2360
|
};
|
|
2262
2361
|
protoOf($serializer_1).co = function (encoder, value) {
|
|
2263
|
-
return this.
|
|
2362
|
+
return this.h69(encoder, value instanceof GameErrorReasonDto ? value : THROW_CCE());
|
|
2264
2363
|
};
|
|
2265
2364
|
protoOf($serializer_1).do = function (decoder) {
|
|
2266
|
-
var tmp0_desc = this.
|
|
2365
|
+
var tmp0_desc = this.g69_1;
|
|
2267
2366
|
var tmp1_flag = true;
|
|
2268
2367
|
var tmp2_index = 0;
|
|
2269
2368
|
var tmp3_bitMask0 = 0;
|
|
@@ -2291,7 +2390,7 @@
|
|
|
2291
2390
|
return GameErrorReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2292
2391
|
};
|
|
2293
2392
|
protoOf($serializer_1).bo = function () {
|
|
2294
|
-
return this.
|
|
2393
|
+
return this.g69_1;
|
|
2295
2394
|
};
|
|
2296
2395
|
protoOf($serializer_1).vz = function () {
|
|
2297
2396
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2307,7 +2406,7 @@
|
|
|
2307
2406
|
}
|
|
2308
2407
|
function GameErrorReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2309
2408
|
if (!(1 === (1 & seen0))) {
|
|
2310
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().
|
|
2409
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_1().g69_1);
|
|
2311
2410
|
}
|
|
2312
2411
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2313
2412
|
$this.reason = reason;
|
|
@@ -2320,7 +2419,7 @@
|
|
|
2320
2419
|
TerminationGameReasonDto.call(this);
|
|
2321
2420
|
this.reason = reason;
|
|
2322
2421
|
}
|
|
2323
|
-
protoOf(GameErrorReasonDto).
|
|
2422
|
+
protoOf(GameErrorReasonDto).d66 = function () {
|
|
2324
2423
|
return this.reason;
|
|
2325
2424
|
};
|
|
2326
2425
|
protoOf(GameErrorReasonDto).toString = function () {
|
|
@@ -2348,19 +2447,19 @@
|
|
|
2348
2447
|
$serializer_instance_2 = this;
|
|
2349
2448
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('GAME_FINISHED_TYPE', this, 1);
|
|
2350
2449
|
tmp0_serialDesc.gz('reason', false);
|
|
2351
|
-
this.
|
|
2450
|
+
this.i69_1 = tmp0_serialDesc;
|
|
2352
2451
|
}
|
|
2353
|
-
protoOf($serializer_2).
|
|
2354
|
-
var tmp0_desc = this.
|
|
2452
|
+
protoOf($serializer_2).j69 = function (encoder, value) {
|
|
2453
|
+
var tmp0_desc = this.i69_1;
|
|
2355
2454
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2356
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2455
|
+
tmp1_output.dt(tmp0_desc, 0, value.k69_1);
|
|
2357
2456
|
tmp1_output.pr(tmp0_desc);
|
|
2358
2457
|
};
|
|
2359
2458
|
protoOf($serializer_2).co = function (encoder, value) {
|
|
2360
|
-
return this.
|
|
2459
|
+
return this.j69(encoder, value instanceof GameFinishedReasonDto ? value : THROW_CCE());
|
|
2361
2460
|
};
|
|
2362
2461
|
protoOf($serializer_2).do = function (decoder) {
|
|
2363
|
-
var tmp0_desc = this.
|
|
2462
|
+
var tmp0_desc = this.i69_1;
|
|
2364
2463
|
var tmp1_flag = true;
|
|
2365
2464
|
var tmp2_index = 0;
|
|
2366
2465
|
var tmp3_bitMask0 = 0;
|
|
@@ -2388,7 +2487,7 @@
|
|
|
2388
2487
|
return GameFinishedReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2389
2488
|
};
|
|
2390
2489
|
protoOf($serializer_2).bo = function () {
|
|
2391
|
-
return this.
|
|
2490
|
+
return this.i69_1;
|
|
2392
2491
|
};
|
|
2393
2492
|
protoOf($serializer_2).vz = function () {
|
|
2394
2493
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2404,10 +2503,10 @@
|
|
|
2404
2503
|
}
|
|
2405
2504
|
function GameFinishedReasonDto_init_$Init$(seen0, reason, serializationConstructorMarker, $this) {
|
|
2406
2505
|
if (!(1 === (1 & seen0))) {
|
|
2407
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().
|
|
2506
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_2().i69_1);
|
|
2408
2507
|
}
|
|
2409
2508
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2410
|
-
$this.
|
|
2509
|
+
$this.k69_1 = reason;
|
|
2411
2510
|
return $this;
|
|
2412
2511
|
}
|
|
2413
2512
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2415,20 +2514,20 @@
|
|
|
2415
2514
|
}
|
|
2416
2515
|
function GameFinishedReasonDto(reason) {
|
|
2417
2516
|
TerminationGameReasonDto.call(this);
|
|
2418
|
-
this.
|
|
2517
|
+
this.k69_1 = reason;
|
|
2419
2518
|
}
|
|
2420
2519
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2421
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2520
|
+
return 'GameFinishedReasonDto(reason=' + this.k69_1 + ')';
|
|
2422
2521
|
};
|
|
2423
2522
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2424
|
-
return getStringHashCode(this.
|
|
2523
|
+
return getStringHashCode(this.k69_1);
|
|
2425
2524
|
};
|
|
2426
2525
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2427
2526
|
if (this === other)
|
|
2428
2527
|
return true;
|
|
2429
2528
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2430
2529
|
return false;
|
|
2431
|
-
if (!(this.
|
|
2530
|
+
if (!(this.k69_1 === other.k69_1))
|
|
2432
2531
|
return false;
|
|
2433
2532
|
return true;
|
|
2434
2533
|
};
|
|
@@ -2442,19 +2541,19 @@
|
|
|
2442
2541
|
$serializer_instance_3 = this;
|
|
2443
2542
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2444
2543
|
tmp0_serialDesc.gz('playerId', false);
|
|
2445
|
-
this.
|
|
2544
|
+
this.l69_1 = tmp0_serialDesc;
|
|
2446
2545
|
}
|
|
2447
|
-
protoOf($serializer_3).
|
|
2448
|
-
var tmp0_desc = this.
|
|
2546
|
+
protoOf($serializer_3).m69 = function (encoder, value) {
|
|
2547
|
+
var tmp0_desc = this.l69_1;
|
|
2449
2548
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2450
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2549
|
+
tmp1_output.dt(tmp0_desc, 0, value.n69_1);
|
|
2451
2550
|
tmp1_output.pr(tmp0_desc);
|
|
2452
2551
|
};
|
|
2453
2552
|
protoOf($serializer_3).co = function (encoder, value) {
|
|
2454
|
-
return this.
|
|
2553
|
+
return this.m69(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2455
2554
|
};
|
|
2456
2555
|
protoOf($serializer_3).do = function (decoder) {
|
|
2457
|
-
var tmp0_desc = this.
|
|
2556
|
+
var tmp0_desc = this.l69_1;
|
|
2458
2557
|
var tmp1_flag = true;
|
|
2459
2558
|
var tmp2_index = 0;
|
|
2460
2559
|
var tmp3_bitMask0 = 0;
|
|
@@ -2482,7 +2581,7 @@
|
|
|
2482
2581
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2483
2582
|
};
|
|
2484
2583
|
protoOf($serializer_3).bo = function () {
|
|
2485
|
-
return this.
|
|
2584
|
+
return this.l69_1;
|
|
2486
2585
|
};
|
|
2487
2586
|
protoOf($serializer_3).vz = function () {
|
|
2488
2587
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2498,10 +2597,10 @@
|
|
|
2498
2597
|
}
|
|
2499
2598
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2500
2599
|
if (!(1 === (1 & seen0))) {
|
|
2501
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().
|
|
2600
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().l69_1);
|
|
2502
2601
|
}
|
|
2503
2602
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2504
|
-
$this.
|
|
2603
|
+
$this.n69_1 = playerId;
|
|
2505
2604
|
return $this;
|
|
2506
2605
|
}
|
|
2507
2606
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2509,20 +2608,20 @@
|
|
|
2509
2608
|
}
|
|
2510
2609
|
function PlayerExitReasonDto(playerId) {
|
|
2511
2610
|
TerminationGameReasonDto.call(this);
|
|
2512
|
-
this.
|
|
2611
|
+
this.n69_1 = playerId;
|
|
2513
2612
|
}
|
|
2514
2613
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2515
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2614
|
+
return 'PlayerExitReasonDto(playerId=' + this.n69_1 + ')';
|
|
2516
2615
|
};
|
|
2517
2616
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2518
|
-
return getStringHashCode(this.
|
|
2617
|
+
return getStringHashCode(this.n69_1);
|
|
2519
2618
|
};
|
|
2520
2619
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2521
2620
|
if (this === other)
|
|
2522
2621
|
return true;
|
|
2523
2622
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2524
2623
|
return false;
|
|
2525
|
-
if (!(this.
|
|
2624
|
+
if (!(this.n69_1 === other.n69_1))
|
|
2526
2625
|
return false;
|
|
2527
2626
|
return true;
|
|
2528
2627
|
};
|
|
@@ -2537,20 +2636,20 @@
|
|
|
2537
2636
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2538
2637
|
tmp0_serialDesc.gz('playerId', false);
|
|
2539
2638
|
tmp0_serialDesc.gz('tag', false);
|
|
2540
|
-
this.
|
|
2639
|
+
this.o69_1 = tmp0_serialDesc;
|
|
2541
2640
|
}
|
|
2542
|
-
protoOf($serializer_4).
|
|
2543
|
-
var tmp0_desc = this.
|
|
2641
|
+
protoOf($serializer_4).p69 = function (encoder, value) {
|
|
2642
|
+
var tmp0_desc = this.o69_1;
|
|
2544
2643
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2545
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2546
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2644
|
+
tmp1_output.dt(tmp0_desc, 0, value.q69_1);
|
|
2645
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.r69_1);
|
|
2547
2646
|
tmp1_output.pr(tmp0_desc);
|
|
2548
2647
|
};
|
|
2549
2648
|
protoOf($serializer_4).co = function (encoder, value) {
|
|
2550
|
-
return this.
|
|
2649
|
+
return this.p69(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2551
2650
|
};
|
|
2552
2651
|
protoOf($serializer_4).do = function (decoder) {
|
|
2553
|
-
var tmp0_desc = this.
|
|
2652
|
+
var tmp0_desc = this.o69_1;
|
|
2554
2653
|
var tmp1_flag = true;
|
|
2555
2654
|
var tmp2_index = 0;
|
|
2556
2655
|
var tmp3_bitMask0 = 0;
|
|
@@ -2585,7 +2684,7 @@
|
|
|
2585
2684
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2586
2685
|
};
|
|
2587
2686
|
protoOf($serializer_4).bo = function () {
|
|
2588
|
-
return this.
|
|
2687
|
+
return this.o69_1;
|
|
2589
2688
|
};
|
|
2590
2689
|
protoOf($serializer_4).vz = function () {
|
|
2591
2690
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2601,11 +2700,11 @@
|
|
|
2601
2700
|
}
|
|
2602
2701
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2603
2702
|
if (!(3 === (3 & seen0))) {
|
|
2604
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().
|
|
2703
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_4().o69_1);
|
|
2605
2704
|
}
|
|
2606
2705
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2607
|
-
$this.
|
|
2608
|
-
$this.
|
|
2706
|
+
$this.q69_1 = playerId;
|
|
2707
|
+
$this.r69_1 = tag;
|
|
2609
2708
|
return $this;
|
|
2610
2709
|
}
|
|
2611
2710
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2613,15 +2712,15 @@
|
|
|
2613
2712
|
}
|
|
2614
2713
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2615
2714
|
TerminationGameReasonDto.call(this);
|
|
2616
|
-
this.
|
|
2617
|
-
this.
|
|
2715
|
+
this.q69_1 = playerId;
|
|
2716
|
+
this.r69_1 = tag;
|
|
2618
2717
|
}
|
|
2619
2718
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2620
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2719
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.q69_1 + ', tag=' + this.r69_1 + ')';
|
|
2621
2720
|
};
|
|
2622
2721
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2623
|
-
var result = getStringHashCode(this.
|
|
2624
|
-
result = imul(result, 31) + (this.
|
|
2722
|
+
var result = getStringHashCode(this.q69_1);
|
|
2723
|
+
result = imul(result, 31) + (this.r69_1 == null ? 0 : getStringHashCode(this.r69_1)) | 0;
|
|
2625
2724
|
return result;
|
|
2626
2725
|
};
|
|
2627
2726
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2629,9 +2728,9 @@
|
|
|
2629
2728
|
return true;
|
|
2630
2729
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2631
2730
|
return false;
|
|
2632
|
-
if (!(this.
|
|
2731
|
+
if (!(this.q69_1 === other.q69_1))
|
|
2633
2732
|
return false;
|
|
2634
|
-
if (!(this.
|
|
2733
|
+
if (!(this.r69_1 == other.r69_1))
|
|
2635
2734
|
return false;
|
|
2636
2735
|
return true;
|
|
2637
2736
|
};
|
|
@@ -2646,20 +2745,20 @@
|
|
|
2646
2745
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
2647
2746
|
tmp0_serialDesc.gz('playerId', false);
|
|
2648
2747
|
tmp0_serialDesc.gz('tag', false);
|
|
2649
|
-
this.
|
|
2748
|
+
this.s69_1 = tmp0_serialDesc;
|
|
2650
2749
|
}
|
|
2651
|
-
protoOf($serializer_5).
|
|
2652
|
-
var tmp0_desc = this.
|
|
2750
|
+
protoOf($serializer_5).t69 = function (encoder, value) {
|
|
2751
|
+
var tmp0_desc = this.s69_1;
|
|
2653
2752
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2654
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2655
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2753
|
+
tmp1_output.dt(tmp0_desc, 0, value.u69_1);
|
|
2754
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.v69_1);
|
|
2656
2755
|
tmp1_output.pr(tmp0_desc);
|
|
2657
2756
|
};
|
|
2658
2757
|
protoOf($serializer_5).co = function (encoder, value) {
|
|
2659
|
-
return this.
|
|
2758
|
+
return this.t69(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
2660
2759
|
};
|
|
2661
2760
|
protoOf($serializer_5).do = function (decoder) {
|
|
2662
|
-
var tmp0_desc = this.
|
|
2761
|
+
var tmp0_desc = this.s69_1;
|
|
2663
2762
|
var tmp1_flag = true;
|
|
2664
2763
|
var tmp2_index = 0;
|
|
2665
2764
|
var tmp3_bitMask0 = 0;
|
|
@@ -2694,7 +2793,7 @@
|
|
|
2694
2793
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2695
2794
|
};
|
|
2696
2795
|
protoOf($serializer_5).bo = function () {
|
|
2697
|
-
return this.
|
|
2796
|
+
return this.s69_1;
|
|
2698
2797
|
};
|
|
2699
2798
|
protoOf($serializer_5).vz = function () {
|
|
2700
2799
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2710,11 +2809,11 @@
|
|
|
2710
2809
|
}
|
|
2711
2810
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2712
2811
|
if (!(3 === (3 & seen0))) {
|
|
2713
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2812
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().s69_1);
|
|
2714
2813
|
}
|
|
2715
2814
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2716
|
-
$this.
|
|
2717
|
-
$this.
|
|
2815
|
+
$this.u69_1 = playerId;
|
|
2816
|
+
$this.v69_1 = tag;
|
|
2718
2817
|
return $this;
|
|
2719
2818
|
}
|
|
2720
2819
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2722,15 +2821,15 @@
|
|
|
2722
2821
|
}
|
|
2723
2822
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
2724
2823
|
TerminationGameReasonDto.call(this);
|
|
2725
|
-
this.
|
|
2726
|
-
this.
|
|
2824
|
+
this.u69_1 = playerId;
|
|
2825
|
+
this.v69_1 = tag;
|
|
2727
2826
|
}
|
|
2728
2827
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
2729
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
2828
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.u69_1 + ', tag=' + this.v69_1 + ')';
|
|
2730
2829
|
};
|
|
2731
2830
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
2732
|
-
var result = getStringHashCode(this.
|
|
2733
|
-
result = imul(result, 31) + (this.
|
|
2831
|
+
var result = getStringHashCode(this.u69_1);
|
|
2832
|
+
result = imul(result, 31) + (this.v69_1 == null ? 0 : getStringHashCode(this.v69_1)) | 0;
|
|
2734
2833
|
return result;
|
|
2735
2834
|
};
|
|
2736
2835
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -2738,14 +2837,14 @@
|
|
|
2738
2837
|
return true;
|
|
2739
2838
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
2740
2839
|
return false;
|
|
2741
|
-
if (!(this.
|
|
2840
|
+
if (!(this.u69_1 === other.u69_1))
|
|
2742
2841
|
return false;
|
|
2743
|
-
if (!(this.
|
|
2842
|
+
if (!(this.v69_1 == other.v69_1))
|
|
2744
2843
|
return false;
|
|
2745
2844
|
return true;
|
|
2746
2845
|
};
|
|
2747
2846
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
2748
|
-
return $this.
|
|
2847
|
+
return $this.w69_1.x();
|
|
2749
2848
|
}
|
|
2750
2849
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
2751
2850
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -2760,7 +2859,7 @@
|
|
|
2760
2859
|
TerminationGameReasonDto.call(this);
|
|
2761
2860
|
var tmp = this;
|
|
2762
2861
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2763
|
-
tmp.
|
|
2862
|
+
tmp.w69_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
2764
2863
|
}
|
|
2765
2864
|
protoOf(WaitingForConnectionReasonDto).a1c = function () {
|
|
2766
2865
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -2881,7 +2980,7 @@
|
|
|
2881
2980
|
}
|
|
2882
2981
|
function mapToDto_3(_this__u8e3s4) {
|
|
2883
2982
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2884
|
-
return new PlayerExitReasonDto(_this__u8e3s4.
|
|
2983
|
+
return new PlayerExitReasonDto(_this__u8e3s4.y65_1);
|
|
2885
2984
|
}
|
|
2886
2985
|
function mapToDto_4(_this__u8e3s4) {
|
|
2887
2986
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2889,7 +2988,7 @@
|
|
|
2889
2988
|
}
|
|
2890
2989
|
function mapToDto_5(_this__u8e3s4) {
|
|
2891
2990
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2892
|
-
return new PlayerTimeoutReasonDto(_this__u8e3s4.
|
|
2991
|
+
return new PlayerTimeoutReasonDto(_this__u8e3s4.x65_1, _this__u8e3s4.tag);
|
|
2893
2992
|
}
|
|
2894
2993
|
function mapToDto_6(_this__u8e3s4) {
|
|
2895
2994
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2906,20 +3005,20 @@
|
|
|
2906
3005
|
}
|
|
2907
3006
|
function mapFromDto_2(_this__u8e3s4) {
|
|
2908
3007
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2909
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
3008
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.k69_1, get_gameFinishedReasonMapping());
|
|
2910
3009
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
2911
3010
|
}
|
|
2912
3011
|
function mapFromDto_3(_this__u8e3s4) {
|
|
2913
3012
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2914
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3013
|
+
return new PlayerExitReason(_this__u8e3s4.n69_1);
|
|
2915
3014
|
}
|
|
2916
3015
|
function mapFromDto_4(_this__u8e3s4) {
|
|
2917
3016
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2918
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3017
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.q69_1, _this__u8e3s4.r69_1);
|
|
2919
3018
|
}
|
|
2920
3019
|
function mapFromDto_5(_this__u8e3s4) {
|
|
2921
3020
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
2922
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3021
|
+
return new PlayerTimeoutReason(_this__u8e3s4.u69_1, _this__u8e3s4.v69_1);
|
|
2923
3022
|
}
|
|
2924
3023
|
function mapFromDto_6(_this__u8e3s4) {
|
|
2925
3024
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -2960,8 +3059,8 @@
|
|
|
2960
3059
|
}
|
|
2961
3060
|
}
|
|
2962
3061
|
function mapToDto_8(_this__u8e3s4) {
|
|
2963
|
-
var tmp0_playerId = _this__u8e3s4.
|
|
2964
|
-
var tmp1_uid = _this__u8e3s4.
|
|
3062
|
+
var tmp0_playerId = _this__u8e3s4.j66_1;
|
|
3063
|
+
var tmp1_uid = _this__u8e3s4.j66_1;
|
|
2965
3064
|
var tmp2_nickname = _this__u8e3s4.name;
|
|
2966
3065
|
var tmp3_name = _this__u8e3s4.name;
|
|
2967
3066
|
var tmp4_photo = _this__u8e3s4.avatarUrl;
|
|
@@ -2980,17 +3079,17 @@
|
|
|
2980
3079
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
2981
3080
|
}
|
|
2982
3081
|
function mapFromDto_8(_this__u8e3s4) {
|
|
2983
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2984
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2985
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
2986
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
2987
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
2988
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
2989
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
2990
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3082
|
+
var tmp0_elvis_lhs = _this__u8e3s4.x69_1;
|
|
3083
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.y69_1) : tmp0_elvis_lhs;
|
|
3084
|
+
var tmp1_elvis_lhs = _this__u8e3s4.z69_1;
|
|
3085
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.a6a_1) : tmp1_elvis_lhs;
|
|
3086
|
+
var tmp2_elvis_lhs = _this__u8e3s4.b6a_1;
|
|
3087
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.c6a_1 : tmp2_elvis_lhs;
|
|
3088
|
+
var tmp3_elvis_lhs = _this__u8e3s4.e6a_1;
|
|
3089
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.f6a_1, _this__u8e3s4.d6a_1);
|
|
2991
3090
|
}
|
|
2992
3091
|
function mapFromDto_9(_this__u8e3s4) {
|
|
2993
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3092
|
+
var tmp0_safe_receiver = _this__u8e3s4.g6a_1;
|
|
2994
3093
|
var tmp;
|
|
2995
3094
|
if (tmp0_safe_receiver == null) {
|
|
2996
3095
|
tmp = null;
|
|
@@ -2999,7 +3098,7 @@
|
|
|
2999
3098
|
tmp = Companion_getInstance_0().mk(tmp0_safe_receiver);
|
|
3000
3099
|
}
|
|
3001
3100
|
var tmp5_startFromTime = tmp;
|
|
3002
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3101
|
+
var tmp1_safe_receiver = _this__u8e3s4.i6a_1;
|
|
3003
3102
|
var tmp_0;
|
|
3004
3103
|
if (tmp1_safe_receiver == null) {
|
|
3005
3104
|
tmp_0 = null;
|
|
@@ -3008,7 +3107,7 @@
|
|
|
3008
3107
|
tmp_0 = Companion_getInstance_0().mk(tmp1_safe_receiver);
|
|
3009
3108
|
}
|
|
3010
3109
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3011
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3110
|
+
var tmp2_safe_receiver = _this__u8e3s4.h6a_1;
|
|
3012
3111
|
var tmp_1;
|
|
3013
3112
|
if (tmp2_safe_receiver == null) {
|
|
3014
3113
|
tmp_1 = null;
|
|
@@ -3017,33 +3116,33 @@
|
|
|
3017
3116
|
tmp_1 = Companion_getInstance_0().mk(tmp2_safe_receiver);
|
|
3018
3117
|
}
|
|
3019
3118
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3020
|
-
var tmp8_state = _this__u8e3s4.
|
|
3021
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3022
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3119
|
+
var tmp8_state = _this__u8e3s4.j6a_1;
|
|
3120
|
+
var tmp9_tag = _this__u8e3s4.l6a_1;
|
|
3121
|
+
var tmp3_elvis_lhs = _this__u8e3s4.k6a_1;
|
|
3023
3122
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3024
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3123
|
+
var tmp4_safe_receiver = _this__u8e3s4.m6a_1;
|
|
3025
3124
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
|
|
3026
3125
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3027
3126
|
}
|
|
3028
3127
|
function mapToDto_9(_this__u8e3s4) {
|
|
3029
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3128
|
+
var tmp0_safe_receiver = _this__u8e3s4.b67_1;
|
|
3030
3129
|
var tmp4_startFrom = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString();
|
|
3031
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3130
|
+
var tmp1_safe_receiver = _this__u8e3s4.d67_1;
|
|
3032
3131
|
var tmp5_waitPlayerUntilTime = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.toString();
|
|
3033
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3132
|
+
var tmp2_safe_receiver = _this__u8e3s4.c67_1;
|
|
3034
3133
|
var tmp6_playerTurnTimeout = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.toString();
|
|
3035
|
-
var tmp7_state = _this__u8e3s4.
|
|
3036
|
-
var tmp8_tag = _this__u8e3s4.
|
|
3037
|
-
var tmp9_ready = _this__u8e3s4.
|
|
3038
|
-
var tmp3_safe_receiver = _this__u8e3s4.
|
|
3134
|
+
var tmp7_state = _this__u8e3s4.e67_1;
|
|
3135
|
+
var tmp8_tag = _this__u8e3s4.g67_1;
|
|
3136
|
+
var tmp9_ready = _this__u8e3s4.f67_1;
|
|
3137
|
+
var tmp3_safe_receiver = _this__u8e3s4.h67_1;
|
|
3039
3138
|
var tmp10_connection = tmp3_safe_receiver == null ? null : mapToDto_10(tmp3_safe_receiver);
|
|
3040
3139
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3041
3140
|
}
|
|
3042
3141
|
function mapFromDto_10(_this__u8e3s4) {
|
|
3043
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3142
|
+
return new PlayerConnection(_this__u8e3s4.n6a_1, Companion_getInstance_0().mk(_this__u8e3s4.o6a_1), Companion_getInstance().gk(_this__u8e3s4.p6a_1));
|
|
3044
3143
|
}
|
|
3045
3144
|
function mapToDto_10(_this__u8e3s4) {
|
|
3046
|
-
return new PlayerConnectionDto(_this__u8e3s4.
|
|
3145
|
+
return new PlayerConnectionDto(_this__u8e3s4.n67_1, _this__u8e3s4.o67_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.p67_1));
|
|
3047
3146
|
}
|
|
3048
3147
|
function Companion_16() {
|
|
3049
3148
|
}
|
|
@@ -3063,39 +3162,39 @@
|
|
|
3063
3162
|
tmp0_serialDesc.gz('rating', false);
|
|
3064
3163
|
tmp0_serialDesc.gz('is_bot', false);
|
|
3065
3164
|
tmp0_serialDesc.gz('lucky_factor', false);
|
|
3066
|
-
this.
|
|
3165
|
+
this.q6a_1 = tmp0_serialDesc;
|
|
3067
3166
|
}
|
|
3068
|
-
protoOf($serializer_6).
|
|
3069
|
-
var tmp0_desc = this.
|
|
3167
|
+
protoOf($serializer_6).r6a = function (encoder, value) {
|
|
3168
|
+
var tmp0_desc = this.q6a_1;
|
|
3070
3169
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3071
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3072
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3170
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.x69_1 == null)) {
|
|
3171
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.x69_1);
|
|
3073
3172
|
}
|
|
3074
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3075
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3173
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.y69_1 == null)) {
|
|
3174
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.y69_1);
|
|
3076
3175
|
}
|
|
3077
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3078
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3176
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.z69_1 == null)) {
|
|
3177
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.z69_1);
|
|
3079
3178
|
}
|
|
3080
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
3081
|
-
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3179
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.a6a_1 == null)) {
|
|
3180
|
+
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.a6a_1);
|
|
3082
3181
|
}
|
|
3083
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3084
|
-
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3182
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.b6a_1 == null)) {
|
|
3183
|
+
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.b6a_1);
|
|
3085
3184
|
}
|
|
3086
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3087
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3185
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.c6a_1 == null)) {
|
|
3186
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.c6a_1);
|
|
3088
3187
|
}
|
|
3089
|
-
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3090
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3091
|
-
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3188
|
+
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.d6a_1);
|
|
3189
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.e6a_1);
|
|
3190
|
+
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.f6a_1);
|
|
3092
3191
|
tmp1_output.pr(tmp0_desc);
|
|
3093
3192
|
};
|
|
3094
3193
|
protoOf($serializer_6).co = function (encoder, value) {
|
|
3095
|
-
return this.
|
|
3194
|
+
return this.r6a(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3096
3195
|
};
|
|
3097
3196
|
protoOf($serializer_6).do = function (decoder) {
|
|
3098
|
-
var tmp0_desc = this.
|
|
3197
|
+
var tmp0_desc = this.q6a_1;
|
|
3099
3198
|
var tmp1_flag = true;
|
|
3100
3199
|
var tmp2_index = 0;
|
|
3101
3200
|
var tmp3_bitMask0 = 0;
|
|
@@ -3179,7 +3278,7 @@
|
|
|
3179
3278
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
3180
3279
|
};
|
|
3181
3280
|
protoOf($serializer_6).bo = function () {
|
|
3182
|
-
return this.
|
|
3281
|
+
return this.q6a_1;
|
|
3183
3282
|
};
|
|
3184
3283
|
protoOf($serializer_6).vz = function () {
|
|
3185
3284
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3195,35 +3294,35 @@
|
|
|
3195
3294
|
}
|
|
3196
3295
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3197
3296
|
if (!(448 === (448 & seen0))) {
|
|
3198
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().
|
|
3297
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_6().q6a_1);
|
|
3199
3298
|
}
|
|
3200
3299
|
if (0 === (seen0 & 1))
|
|
3201
|
-
$this.
|
|
3300
|
+
$this.x69_1 = null;
|
|
3202
3301
|
else
|
|
3203
|
-
$this.
|
|
3302
|
+
$this.x69_1 = playerId;
|
|
3204
3303
|
if (0 === (seen0 & 2))
|
|
3205
|
-
$this.
|
|
3304
|
+
$this.y69_1 = null;
|
|
3206
3305
|
else
|
|
3207
|
-
$this.
|
|
3306
|
+
$this.y69_1 = uid;
|
|
3208
3307
|
if (0 === (seen0 & 4))
|
|
3209
|
-
$this.
|
|
3308
|
+
$this.z69_1 = null;
|
|
3210
3309
|
else
|
|
3211
|
-
$this.
|
|
3310
|
+
$this.z69_1 = name;
|
|
3212
3311
|
if (0 === (seen0 & 8))
|
|
3213
|
-
$this.
|
|
3312
|
+
$this.a6a_1 = null;
|
|
3214
3313
|
else
|
|
3215
|
-
$this.
|
|
3314
|
+
$this.a6a_1 = nickname;
|
|
3216
3315
|
if (0 === (seen0 & 16))
|
|
3217
|
-
$this.
|
|
3316
|
+
$this.b6a_1 = null;
|
|
3218
3317
|
else
|
|
3219
|
-
$this.
|
|
3318
|
+
$this.b6a_1 = avatarUrl;
|
|
3220
3319
|
if (0 === (seen0 & 32))
|
|
3221
|
-
$this.
|
|
3320
|
+
$this.c6a_1 = null;
|
|
3222
3321
|
else
|
|
3223
|
-
$this.
|
|
3224
|
-
$this.
|
|
3225
|
-
$this.
|
|
3226
|
-
$this.
|
|
3322
|
+
$this.c6a_1 = photo;
|
|
3323
|
+
$this.d6a_1 = rating;
|
|
3324
|
+
$this.e6a_1 = isBot;
|
|
3325
|
+
$this.f6a_1 = initialLuckyFactor;
|
|
3227
3326
|
return $this;
|
|
3228
3327
|
}
|
|
3229
3328
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3236,47 +3335,47 @@
|
|
|
3236
3335
|
nickname = nickname === VOID ? null : nickname;
|
|
3237
3336
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3238
3337
|
photo = photo === VOID ? null : photo;
|
|
3239
|
-
this.
|
|
3240
|
-
this.
|
|
3241
|
-
this.
|
|
3242
|
-
this.
|
|
3243
|
-
this.
|
|
3244
|
-
this.
|
|
3245
|
-
this.
|
|
3246
|
-
this.
|
|
3247
|
-
this.
|
|
3248
|
-
}
|
|
3249
|
-
protoOf(GameUserInfoDto).
|
|
3250
|
-
return this.
|
|
3251
|
-
};
|
|
3252
|
-
protoOf(GameUserInfoDto).
|
|
3338
|
+
this.x69_1 = playerId;
|
|
3339
|
+
this.y69_1 = uid;
|
|
3340
|
+
this.z69_1 = name;
|
|
3341
|
+
this.a6a_1 = nickname;
|
|
3342
|
+
this.b6a_1 = avatarUrl;
|
|
3343
|
+
this.c6a_1 = photo;
|
|
3344
|
+
this.d6a_1 = rating;
|
|
3345
|
+
this.e6a_1 = isBot;
|
|
3346
|
+
this.f6a_1 = initialLuckyFactor;
|
|
3347
|
+
}
|
|
3348
|
+
protoOf(GameUserInfoDto).s6a = function () {
|
|
3349
|
+
return this.t6a(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3350
|
+
};
|
|
3351
|
+
protoOf(GameUserInfoDto).u6a = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3253
3352
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3254
3353
|
};
|
|
3255
|
-
protoOf(GameUserInfoDto).
|
|
3256
|
-
playerId = playerId === VOID ? this.
|
|
3257
|
-
uid = uid === VOID ? this.
|
|
3258
|
-
name = name === VOID ? this.
|
|
3259
|
-
nickname = nickname === VOID ? this.
|
|
3260
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3261
|
-
photo = photo === VOID ? this.
|
|
3262
|
-
rating = rating === VOID ? this.
|
|
3263
|
-
isBot = isBot === VOID ? this.
|
|
3264
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3265
|
-
return $super === VOID ? this.
|
|
3354
|
+
protoOf(GameUserInfoDto).t6a = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3355
|
+
playerId = playerId === VOID ? this.x69_1 : playerId;
|
|
3356
|
+
uid = uid === VOID ? this.y69_1 : uid;
|
|
3357
|
+
name = name === VOID ? this.z69_1 : name;
|
|
3358
|
+
nickname = nickname === VOID ? this.a6a_1 : nickname;
|
|
3359
|
+
avatarUrl = avatarUrl === VOID ? this.b6a_1 : avatarUrl;
|
|
3360
|
+
photo = photo === VOID ? this.c6a_1 : photo;
|
|
3361
|
+
rating = rating === VOID ? this.d6a_1 : rating;
|
|
3362
|
+
isBot = isBot === VOID ? this.e6a_1 : isBot;
|
|
3363
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.f6a_1 : initialLuckyFactor;
|
|
3364
|
+
return $super === VOID ? this.u6a(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.u6a.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3266
3365
|
};
|
|
3267
3366
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3268
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3367
|
+
return 'GameUserInfoDto(playerId=' + this.x69_1 + ', uid=' + this.y69_1 + ', name=' + this.z69_1 + ', nickname=' + this.a6a_1 + ', avatarUrl=' + this.b6a_1 + ', photo=' + this.c6a_1 + ', rating=' + this.d6a_1 + ', isBot=' + this.e6a_1 + ', initialLuckyFactor=' + this.f6a_1 + ')';
|
|
3269
3368
|
};
|
|
3270
3369
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3271
|
-
var result = this.
|
|
3272
|
-
result = imul(result, 31) + (this.x69_1 == null ? 0 : getStringHashCode(this.x69_1)) | 0;
|
|
3370
|
+
var result = this.x69_1 == null ? 0 : getStringHashCode(this.x69_1);
|
|
3273
3371
|
result = imul(result, 31) + (this.y69_1 == null ? 0 : getStringHashCode(this.y69_1)) | 0;
|
|
3274
3372
|
result = imul(result, 31) + (this.z69_1 == null ? 0 : getStringHashCode(this.z69_1)) | 0;
|
|
3275
3373
|
result = imul(result, 31) + (this.a6a_1 == null ? 0 : getStringHashCode(this.a6a_1)) | 0;
|
|
3276
3374
|
result = imul(result, 31) + (this.b6a_1 == null ? 0 : getStringHashCode(this.b6a_1)) | 0;
|
|
3277
|
-
result = imul(result, 31) + (this.c6a_1 == null ? 0 :
|
|
3278
|
-
result = imul(result, 31) + (this.d6a_1 == null ? 0 :
|
|
3279
|
-
result = imul(result, 31) + (this.e6a_1 == null ? 0 :
|
|
3375
|
+
result = imul(result, 31) + (this.c6a_1 == null ? 0 : getStringHashCode(this.c6a_1)) | 0;
|
|
3376
|
+
result = imul(result, 31) + (this.d6a_1 == null ? 0 : getNumberHashCode(this.d6a_1)) | 0;
|
|
3377
|
+
result = imul(result, 31) + (this.e6a_1 == null ? 0 : getBooleanHashCode(this.e6a_1)) | 0;
|
|
3378
|
+
result = imul(result, 31) + (this.f6a_1 == null ? 0 : getNumberHashCode(this.f6a_1)) | 0;
|
|
3280
3379
|
return result;
|
|
3281
3380
|
};
|
|
3282
3381
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3284,8 +3383,6 @@
|
|
|
3284
3383
|
return true;
|
|
3285
3384
|
if (!(other instanceof GameUserInfoDto))
|
|
3286
3385
|
return false;
|
|
3287
|
-
if (!(this.w69_1 == other.w69_1))
|
|
3288
|
-
return false;
|
|
3289
3386
|
if (!(this.x69_1 == other.x69_1))
|
|
3290
3387
|
return false;
|
|
3291
3388
|
if (!(this.y69_1 == other.y69_1))
|
|
@@ -3296,11 +3393,13 @@
|
|
|
3296
3393
|
return false;
|
|
3297
3394
|
if (!(this.b6a_1 == other.b6a_1))
|
|
3298
3395
|
return false;
|
|
3299
|
-
if (!
|
|
3396
|
+
if (!(this.c6a_1 == other.c6a_1))
|
|
3397
|
+
return false;
|
|
3398
|
+
if (!equals(this.d6a_1, other.d6a_1))
|
|
3300
3399
|
return false;
|
|
3301
|
-
if (!(this.
|
|
3400
|
+
if (!(this.e6a_1 == other.e6a_1))
|
|
3302
3401
|
return false;
|
|
3303
|
-
if (!equals(this.
|
|
3402
|
+
if (!equals(this.f6a_1, other.f6a_1))
|
|
3304
3403
|
return false;
|
|
3305
3404
|
return true;
|
|
3306
3405
|
};
|
|
@@ -3314,7 +3413,7 @@
|
|
|
3314
3413
|
// Inline function 'kotlin.arrayOf' call
|
|
3315
3414
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3316
3415
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3317
|
-
tmp.
|
|
3416
|
+
tmp.v6a_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3318
3417
|
}
|
|
3319
3418
|
var Companion_instance_19;
|
|
3320
3419
|
function Companion_getInstance_20() {
|
|
@@ -3328,22 +3427,22 @@
|
|
|
3328
3427
|
tmp0_serialDesc.gz('state', false);
|
|
3329
3428
|
tmp0_serialDesc.gz('connectionChangedTime', false);
|
|
3330
3429
|
tmp0_serialDesc.gz('notLiveDurationRecord', false);
|
|
3331
|
-
this.
|
|
3430
|
+
this.w6a_1 = tmp0_serialDesc;
|
|
3332
3431
|
}
|
|
3333
|
-
protoOf($serializer_7).
|
|
3334
|
-
var tmp0_desc = this.
|
|
3432
|
+
protoOf($serializer_7).x6a = function (encoder, value) {
|
|
3433
|
+
var tmp0_desc = this.w6a_1;
|
|
3335
3434
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3336
|
-
var tmp2_cached = Companion_getInstance_20().
|
|
3337
|
-
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3338
|
-
tmp1_output.dt(tmp0_desc, 1, value.
|
|
3339
|
-
tmp1_output.dt(tmp0_desc, 2, value.
|
|
3435
|
+
var tmp2_cached = Companion_getInstance_20().v6a_1;
|
|
3436
|
+
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.n6a_1);
|
|
3437
|
+
tmp1_output.dt(tmp0_desc, 1, value.o6a_1);
|
|
3438
|
+
tmp1_output.dt(tmp0_desc, 2, value.p6a_1);
|
|
3340
3439
|
tmp1_output.pr(tmp0_desc);
|
|
3341
3440
|
};
|
|
3342
3441
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
3343
|
-
return this.
|
|
3442
|
+
return this.x6a(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3344
3443
|
};
|
|
3345
3444
|
protoOf($serializer_7).do = function (decoder) {
|
|
3346
|
-
var tmp0_desc = this.
|
|
3445
|
+
var tmp0_desc = this.w6a_1;
|
|
3347
3446
|
var tmp1_flag = true;
|
|
3348
3447
|
var tmp2_index = 0;
|
|
3349
3448
|
var tmp3_bitMask0 = 0;
|
|
@@ -3351,7 +3450,7 @@
|
|
|
3351
3450
|
var tmp5_local1 = null;
|
|
3352
3451
|
var tmp6_local2 = null;
|
|
3353
3452
|
var tmp7_input = decoder.or(tmp0_desc);
|
|
3354
|
-
var tmp8_cached = Companion_getInstance_20().
|
|
3453
|
+
var tmp8_cached = Companion_getInstance_20().v6a_1;
|
|
3355
3454
|
if (tmp7_input.es()) {
|
|
3356
3455
|
tmp4_local0 = tmp7_input.as(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3357
3456
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3386,13 +3485,13 @@
|
|
|
3386
3485
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3387
3486
|
};
|
|
3388
3487
|
protoOf($serializer_7).bo = function () {
|
|
3389
|
-
return this.
|
|
3488
|
+
return this.w6a_1;
|
|
3390
3489
|
};
|
|
3391
3490
|
protoOf($serializer_7).vz = function () {
|
|
3392
3491
|
// Inline function 'kotlin.arrayOf' call
|
|
3393
3492
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3394
3493
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3395
|
-
return [Companion_getInstance_20().
|
|
3494
|
+
return [Companion_getInstance_20().v6a_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3396
3495
|
};
|
|
3397
3496
|
var $serializer_instance_7;
|
|
3398
3497
|
function $serializer_getInstance_7() {
|
|
@@ -3402,11 +3501,11 @@
|
|
|
3402
3501
|
}
|
|
3403
3502
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3404
3503
|
if (!(7 === (7 & seen0))) {
|
|
3405
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().
|
|
3504
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_7().w6a_1);
|
|
3406
3505
|
}
|
|
3407
|
-
$this.
|
|
3408
|
-
$this.
|
|
3409
|
-
$this.
|
|
3506
|
+
$this.n6a_1 = state;
|
|
3507
|
+
$this.o6a_1 = connectionChangedTime;
|
|
3508
|
+
$this.p6a_1 = notLiveDurationRecord;
|
|
3410
3509
|
return $this;
|
|
3411
3510
|
}
|
|
3412
3511
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3414,17 +3513,17 @@
|
|
|
3414
3513
|
}
|
|
3415
3514
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3416
3515
|
Companion_getInstance_20();
|
|
3417
|
-
this.
|
|
3418
|
-
this.
|
|
3419
|
-
this.
|
|
3516
|
+
this.n6a_1 = state;
|
|
3517
|
+
this.o6a_1 = connectionChangedTime;
|
|
3518
|
+
this.p6a_1 = notLiveDurationRecord;
|
|
3420
3519
|
}
|
|
3421
3520
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3422
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3521
|
+
return 'PlayerConnectionDto(state=' + this.n6a_1.toString() + ', connectionChangedTime=' + this.o6a_1 + ', notLiveDurationRecord=' + this.p6a_1 + ')';
|
|
3423
3522
|
};
|
|
3424
3523
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3425
|
-
var result = this.
|
|
3426
|
-
result = imul(result, 31) + getStringHashCode(this.n6a_1) | 0;
|
|
3524
|
+
var result = this.n6a_1.hashCode();
|
|
3427
3525
|
result = imul(result, 31) + getStringHashCode(this.o6a_1) | 0;
|
|
3526
|
+
result = imul(result, 31) + getStringHashCode(this.p6a_1) | 0;
|
|
3428
3527
|
return result;
|
|
3429
3528
|
};
|
|
3430
3529
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3432,12 +3531,12 @@
|
|
|
3432
3531
|
return true;
|
|
3433
3532
|
if (!(other instanceof PlayerConnectionDto))
|
|
3434
3533
|
return false;
|
|
3435
|
-
if (!this.
|
|
3436
|
-
return false;
|
|
3437
|
-
if (!(this.n6a_1 === other.n6a_1))
|
|
3534
|
+
if (!this.n6a_1.equals(other.n6a_1))
|
|
3438
3535
|
return false;
|
|
3439
3536
|
if (!(this.o6a_1 === other.o6a_1))
|
|
3440
3537
|
return false;
|
|
3538
|
+
if (!(this.p6a_1 === other.p6a_1))
|
|
3539
|
+
return false;
|
|
3441
3540
|
return true;
|
|
3442
3541
|
};
|
|
3443
3542
|
function PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl() {
|
|
@@ -3450,7 +3549,7 @@
|
|
|
3450
3549
|
// Inline function 'kotlin.arrayOf' call
|
|
3451
3550
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3452
3551
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3453
|
-
tmp.
|
|
3552
|
+
tmp.y6a_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3454
3553
|
}
|
|
3455
3554
|
var Companion_instance_20;
|
|
3456
3555
|
function Companion_getInstance_21() {
|
|
@@ -3468,38 +3567,38 @@
|
|
|
3468
3567
|
tmp0_serialDesc.gz('ready', true);
|
|
3469
3568
|
tmp0_serialDesc.gz('tag', true);
|
|
3470
3569
|
tmp0_serialDesc.gz('connection', true);
|
|
3471
|
-
this.
|
|
3570
|
+
this.z6a_1 = tmp0_serialDesc;
|
|
3472
3571
|
}
|
|
3473
|
-
protoOf($serializer_8).
|
|
3474
|
-
var tmp0_desc = this.
|
|
3572
|
+
protoOf($serializer_8).a6b = function (encoder, value) {
|
|
3573
|
+
var tmp0_desc = this.z6a_1;
|
|
3475
3574
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3476
|
-
var tmp2_cached = Companion_getInstance_21().
|
|
3477
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3478
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3575
|
+
var tmp2_cached = Companion_getInstance_21().y6a_1;
|
|
3576
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.g6a_1 == null)) {
|
|
3577
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.g6a_1);
|
|
3479
3578
|
}
|
|
3480
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3481
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3579
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.h6a_1 == null)) {
|
|
3580
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.h6a_1);
|
|
3482
3581
|
}
|
|
3483
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3484
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3582
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.i6a_1 == null)) {
|
|
3583
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.i6a_1);
|
|
3485
3584
|
}
|
|
3486
|
-
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3487
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3488
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3585
|
+
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.j6a_1);
|
|
3586
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.k6a_1 == null)) {
|
|
3587
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.k6a_1);
|
|
3489
3588
|
}
|
|
3490
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3491
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3589
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.l6a_1 == null)) {
|
|
3590
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.l6a_1);
|
|
3492
3591
|
}
|
|
3493
|
-
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.
|
|
3494
|
-
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.
|
|
3592
|
+
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.m6a_1 == null)) {
|
|
3593
|
+
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_7(), value.m6a_1);
|
|
3495
3594
|
}
|
|
3496
3595
|
tmp1_output.pr(tmp0_desc);
|
|
3497
3596
|
};
|
|
3498
3597
|
protoOf($serializer_8).co = function (encoder, value) {
|
|
3499
|
-
return this.
|
|
3598
|
+
return this.a6b(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3500
3599
|
};
|
|
3501
3600
|
protoOf($serializer_8).do = function (decoder) {
|
|
3502
|
-
var tmp0_desc = this.
|
|
3601
|
+
var tmp0_desc = this.z6a_1;
|
|
3503
3602
|
var tmp1_flag = true;
|
|
3504
3603
|
var tmp2_index = 0;
|
|
3505
3604
|
var tmp3_bitMask0 = 0;
|
|
@@ -3511,7 +3610,7 @@
|
|
|
3511
3610
|
var tmp9_local5 = null;
|
|
3512
3611
|
var tmp10_local6 = null;
|
|
3513
3612
|
var tmp11_input = decoder.or(tmp0_desc);
|
|
3514
|
-
var tmp12_cached = Companion_getInstance_21().
|
|
3613
|
+
var tmp12_cached = Companion_getInstance_21().y6a_1;
|
|
3515
3614
|
if (tmp11_input.es()) {
|
|
3516
3615
|
tmp4_local0 = tmp11_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3517
3616
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3570,10 +3669,10 @@
|
|
|
3570
3669
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
3571
3670
|
};
|
|
3572
3671
|
protoOf($serializer_8).bo = function () {
|
|
3573
|
-
return this.
|
|
3672
|
+
return this.z6a_1;
|
|
3574
3673
|
};
|
|
3575
3674
|
protoOf($serializer_8).vz = function () {
|
|
3576
|
-
var tmp0_cached = Companion_getInstance_21().
|
|
3675
|
+
var tmp0_cached = Companion_getInstance_21().y6a_1;
|
|
3577
3676
|
// Inline function 'kotlin.arrayOf' call
|
|
3578
3677
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3579
3678
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3587,33 +3686,33 @@
|
|
|
3587
3686
|
}
|
|
3588
3687
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
3589
3688
|
if (!(8 === (8 & seen0))) {
|
|
3590
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().
|
|
3689
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_8().z6a_1);
|
|
3591
3690
|
}
|
|
3592
3691
|
if (0 === (seen0 & 1))
|
|
3593
|
-
$this.
|
|
3692
|
+
$this.g6a_1 = null;
|
|
3594
3693
|
else
|
|
3595
|
-
$this.
|
|
3694
|
+
$this.g6a_1 = startFrom;
|
|
3596
3695
|
if (0 === (seen0 & 2))
|
|
3597
|
-
$this.
|
|
3696
|
+
$this.h6a_1 = null;
|
|
3598
3697
|
else
|
|
3599
|
-
$this.
|
|
3698
|
+
$this.h6a_1 = playerTurnTimeout;
|
|
3600
3699
|
if (0 === (seen0 & 4))
|
|
3601
|
-
$this.
|
|
3700
|
+
$this.i6a_1 = null;
|
|
3602
3701
|
else
|
|
3603
|
-
$this.
|
|
3604
|
-
$this.
|
|
3702
|
+
$this.i6a_1 = waitPlayerUntilTime;
|
|
3703
|
+
$this.j6a_1 = state;
|
|
3605
3704
|
if (0 === (seen0 & 16))
|
|
3606
|
-
$this.
|
|
3705
|
+
$this.k6a_1 = null;
|
|
3607
3706
|
else
|
|
3608
|
-
$this.
|
|
3707
|
+
$this.k6a_1 = ready;
|
|
3609
3708
|
if (0 === (seen0 & 32))
|
|
3610
|
-
$this.
|
|
3709
|
+
$this.l6a_1 = null;
|
|
3611
3710
|
else
|
|
3612
|
-
$this.
|
|
3711
|
+
$this.l6a_1 = tag;
|
|
3613
3712
|
if (0 === (seen0 & 64))
|
|
3614
|
-
$this.
|
|
3713
|
+
$this.m6a_1 = null;
|
|
3615
3714
|
else
|
|
3616
|
-
$this.
|
|
3715
|
+
$this.m6a_1 = connection;
|
|
3617
3716
|
return $this;
|
|
3618
3717
|
}
|
|
3619
3718
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -3627,25 +3726,25 @@
|
|
|
3627
3726
|
ready = ready === VOID ? null : ready;
|
|
3628
3727
|
tag = tag === VOID ? null : tag;
|
|
3629
3728
|
connection = connection === VOID ? null : connection;
|
|
3630
|
-
this.
|
|
3631
|
-
this.
|
|
3632
|
-
this.
|
|
3633
|
-
this.
|
|
3634
|
-
this.
|
|
3635
|
-
this.
|
|
3636
|
-
this.
|
|
3729
|
+
this.g6a_1 = startFrom;
|
|
3730
|
+
this.h6a_1 = playerTurnTimeout;
|
|
3731
|
+
this.i6a_1 = waitPlayerUntilTime;
|
|
3732
|
+
this.j6a_1 = state;
|
|
3733
|
+
this.k6a_1 = ready;
|
|
3734
|
+
this.l6a_1 = tag;
|
|
3735
|
+
this.m6a_1 = connection;
|
|
3637
3736
|
}
|
|
3638
3737
|
protoOf(PlayerStateDto).toString = function () {
|
|
3639
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
3738
|
+
return 'PlayerStateDto(startFrom=' + this.g6a_1 + ', playerTurnTimeout=' + this.h6a_1 + ', waitPlayerUntilTime=' + this.i6a_1 + ', state=' + this.j6a_1.toString() + ', ready=' + this.k6a_1 + ', tag=' + this.l6a_1 + ', connection=' + toString(this.m6a_1) + ')';
|
|
3640
3739
|
};
|
|
3641
3740
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
3642
|
-
var result = this.
|
|
3643
|
-
result = imul(result, 31) + (this.g6a_1 == null ? 0 : getStringHashCode(this.g6a_1)) | 0;
|
|
3741
|
+
var result = this.g6a_1 == null ? 0 : getStringHashCode(this.g6a_1);
|
|
3644
3742
|
result = imul(result, 31) + (this.h6a_1 == null ? 0 : getStringHashCode(this.h6a_1)) | 0;
|
|
3645
|
-
result = imul(result, 31) + this.i6a_1.
|
|
3646
|
-
result = imul(result, 31) +
|
|
3647
|
-
result = imul(result, 31) + (this.k6a_1 == null ? 0 :
|
|
3648
|
-
result = imul(result, 31) + (this.l6a_1 == null ? 0 : this.l6a_1
|
|
3743
|
+
result = imul(result, 31) + (this.i6a_1 == null ? 0 : getStringHashCode(this.i6a_1)) | 0;
|
|
3744
|
+
result = imul(result, 31) + this.j6a_1.hashCode() | 0;
|
|
3745
|
+
result = imul(result, 31) + (this.k6a_1 == null ? 0 : getBooleanHashCode(this.k6a_1)) | 0;
|
|
3746
|
+
result = imul(result, 31) + (this.l6a_1 == null ? 0 : getStringHashCode(this.l6a_1)) | 0;
|
|
3747
|
+
result = imul(result, 31) + (this.m6a_1 == null ? 0 : this.m6a_1.hashCode()) | 0;
|
|
3649
3748
|
return result;
|
|
3650
3749
|
};
|
|
3651
3750
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -3653,19 +3752,19 @@
|
|
|
3653
3752
|
return true;
|
|
3654
3753
|
if (!(other instanceof PlayerStateDto))
|
|
3655
3754
|
return false;
|
|
3656
|
-
if (!(this.f6a_1 == other.f6a_1))
|
|
3657
|
-
return false;
|
|
3658
3755
|
if (!(this.g6a_1 == other.g6a_1))
|
|
3659
3756
|
return false;
|
|
3660
3757
|
if (!(this.h6a_1 == other.h6a_1))
|
|
3661
3758
|
return false;
|
|
3662
|
-
if (!this.i6a_1
|
|
3759
|
+
if (!(this.i6a_1 == other.i6a_1))
|
|
3663
3760
|
return false;
|
|
3664
|
-
if (!
|
|
3761
|
+
if (!this.j6a_1.equals(other.j6a_1))
|
|
3665
3762
|
return false;
|
|
3666
3763
|
if (!(this.k6a_1 == other.k6a_1))
|
|
3667
3764
|
return false;
|
|
3668
|
-
if (!
|
|
3765
|
+
if (!(this.l6a_1 == other.l6a_1))
|
|
3766
|
+
return false;
|
|
3767
|
+
if (!equals(this.m6a_1, other.m6a_1))
|
|
3669
3768
|
return false;
|
|
3670
3769
|
return true;
|
|
3671
3770
|
};
|
|
@@ -3689,7 +3788,7 @@
|
|
|
3689
3788
|
// Inline function 'kotlin.arrayOf' call
|
|
3690
3789
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3691
3790
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3692
|
-
tmp.
|
|
3791
|
+
tmp.b6b_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
3693
3792
|
}
|
|
3694
3793
|
var Companion_instance_21;
|
|
3695
3794
|
function Companion_getInstance_22() {
|
|
@@ -3726,45 +3825,45 @@
|
|
|
3726
3825
|
tmp0_serialDesc.gz('fineIfNoBribes', false);
|
|
3727
3826
|
tmp0_serialDesc.gz('enableFineAfterThirdByte', false);
|
|
3728
3827
|
tmp0_serialDesc.gz('fineAfterThirdFailedContract', false);
|
|
3729
|
-
this.
|
|
3828
|
+
this.c6b_1 = tmp0_serialDesc;
|
|
3730
3829
|
}
|
|
3731
|
-
protoOf($serializer_9).
|
|
3732
|
-
var tmp0_desc = this.
|
|
3830
|
+
protoOf($serializer_9).d6b = function (encoder, value) {
|
|
3831
|
+
var tmp0_desc = this.c6b_1;
|
|
3733
3832
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3734
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3735
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3736
|
-
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
3737
|
-
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
3738
|
-
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
3739
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3740
|
-
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
3741
|
-
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
3742
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3743
|
-
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
3744
|
-
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
3745
|
-
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
3746
|
-
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
3747
|
-
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
3748
|
-
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
3749
|
-
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
3750
|
-
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
3751
|
-
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
3752
|
-
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
3753
|
-
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
3754
|
-
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
3755
|
-
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
3756
|
-
tmp1_output.dt(tmp0_desc, 21, value.
|
|
3757
|
-
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
3758
|
-
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
3759
|
-
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
3760
|
-
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
3833
|
+
var tmp2_cached = Companion_getInstance_22().b6b_1;
|
|
3834
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.e6b_1);
|
|
3835
|
+
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.f6b_1);
|
|
3836
|
+
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.g6b_1);
|
|
3837
|
+
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.h6b_1);
|
|
3838
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.i6b_1);
|
|
3839
|
+
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.j6b_1);
|
|
3840
|
+
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.k6b_1);
|
|
3841
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.l6b_1);
|
|
3842
|
+
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.m6b_1);
|
|
3843
|
+
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.n6b_1);
|
|
3844
|
+
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.o6b_1);
|
|
3845
|
+
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.p6b_1);
|
|
3846
|
+
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.q6b_1);
|
|
3847
|
+
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.r6b_1);
|
|
3848
|
+
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.s6b_1);
|
|
3849
|
+
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.t6b_1);
|
|
3850
|
+
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.u6b_1);
|
|
3851
|
+
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.v6b_1);
|
|
3852
|
+
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.w6b_1);
|
|
3853
|
+
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.x6b_1);
|
|
3854
|
+
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.y6b_1);
|
|
3855
|
+
tmp1_output.dt(tmp0_desc, 21, value.z6b_1);
|
|
3856
|
+
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.a6c_1);
|
|
3857
|
+
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.b6c_1);
|
|
3858
|
+
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.c6c_1);
|
|
3859
|
+
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.d6c_1);
|
|
3761
3860
|
tmp1_output.pr(tmp0_desc);
|
|
3762
3861
|
};
|
|
3763
3862
|
protoOf($serializer_9).co = function (encoder, value) {
|
|
3764
|
-
return this.
|
|
3863
|
+
return this.d6b(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
3765
3864
|
};
|
|
3766
3865
|
protoOf($serializer_9).do = function (decoder) {
|
|
3767
|
-
var tmp0_desc = this.
|
|
3866
|
+
var tmp0_desc = this.c6b_1;
|
|
3768
3867
|
var tmp1_flag = true;
|
|
3769
3868
|
var tmp2_index = 0;
|
|
3770
3869
|
var tmp3_bitMask0 = 0;
|
|
@@ -3795,7 +3894,7 @@
|
|
|
3795
3894
|
var tmp28_local24 = null;
|
|
3796
3895
|
var tmp29_local25 = null;
|
|
3797
3896
|
var tmp30_input = decoder.or(tmp0_desc);
|
|
3798
|
-
var tmp31_cached = Companion_getInstance_22().
|
|
3897
|
+
var tmp31_cached = Companion_getInstance_22().b6b_1;
|
|
3799
3898
|
if (tmp30_input.es()) {
|
|
3800
3899
|
tmp4_local0 = tmp30_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3801
3900
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3968,10 +4067,10 @@
|
|
|
3968
4067
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
3969
4068
|
};
|
|
3970
4069
|
protoOf($serializer_9).bo = function () {
|
|
3971
|
-
return this.
|
|
4070
|
+
return this.c6b_1;
|
|
3972
4071
|
};
|
|
3973
4072
|
protoOf($serializer_9).vz = function () {
|
|
3974
|
-
var tmp0_cached = Companion_getInstance_22().
|
|
4073
|
+
var tmp0_cached = Companion_getInstance_22().b6b_1;
|
|
3975
4074
|
// Inline function 'kotlin.arrayOf' call
|
|
3976
4075
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3977
4076
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3985,34 +4084,34 @@
|
|
|
3985
4084
|
}
|
|
3986
4085
|
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
3987
4086
|
if (!(67108863 === (67108863 & seen0))) {
|
|
3988
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().
|
|
3989
|
-
}
|
|
3990
|
-
$this.
|
|
3991
|
-
$this.
|
|
3992
|
-
$this.
|
|
3993
|
-
$this.
|
|
3994
|
-
$this.
|
|
3995
|
-
$this.
|
|
3996
|
-
$this.
|
|
3997
|
-
$this.
|
|
3998
|
-
$this.
|
|
3999
|
-
$this.
|
|
4000
|
-
$this.
|
|
4001
|
-
$this.
|
|
4002
|
-
$this.
|
|
4003
|
-
$this.
|
|
4004
|
-
$this.
|
|
4005
|
-
$this.
|
|
4006
|
-
$this.
|
|
4007
|
-
$this.
|
|
4008
|
-
$this.
|
|
4009
|
-
$this.
|
|
4010
|
-
$this.
|
|
4011
|
-
$this.
|
|
4012
|
-
$this.
|
|
4013
|
-
$this.
|
|
4014
|
-
$this.
|
|
4015
|
-
$this.
|
|
4087
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().c6b_1);
|
|
4088
|
+
}
|
|
4089
|
+
$this.e6b_1 = name;
|
|
4090
|
+
$this.f6b_1 = playerWhoChooseSuitGoFirst;
|
|
4091
|
+
$this.g6b_1 = winnerShuffleCards;
|
|
4092
|
+
$this.h6b_1 = playWithoutLiabilities;
|
|
4093
|
+
$this.i6b_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4094
|
+
$this.j6b_1 = dealerInitialCardsCount;
|
|
4095
|
+
$this.k6b_1 = dealerFinalCardsCount;
|
|
4096
|
+
$this.l6b_1 = dealerCounterClockwise;
|
|
4097
|
+
$this.m6b_1 = contractTypes;
|
|
4098
|
+
$this.n6b_1 = bidTypes;
|
|
4099
|
+
$this.o6b_1 = needToPutHigherTrump;
|
|
4100
|
+
$this.p6b_1 = trumpCardStepMode;
|
|
4101
|
+
$this.q6b_1 = trumpCardStepPartnerMode;
|
|
4102
|
+
$this.r6b_1 = combinationsWithFirstCard;
|
|
4103
|
+
$this.s6b_1 = protectBella;
|
|
4104
|
+
$this.t6b_1 = oneTryToProtectBella;
|
|
4105
|
+
$this.u6b_1 = enableFourSevensCombination;
|
|
4106
|
+
$this.v6b_1 = enableTrumpSevenCombination;
|
|
4107
|
+
$this.w6b_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4108
|
+
$this.x6b_1 = checkTrumpCombination;
|
|
4109
|
+
$this.y6b_1 = checkOnlyTrumpDebertz;
|
|
4110
|
+
$this.z6b_1 = pointsDistributeMode;
|
|
4111
|
+
$this.a6c_1 = enableFineIfNoBribes;
|
|
4112
|
+
$this.b6c_1 = fineIfNoBribes;
|
|
4113
|
+
$this.c6c_1 = enableFineAfterThirdByte;
|
|
4114
|
+
$this.d6c_1 = fineAfterThirdFailedContract;
|
|
4016
4115
|
return $this;
|
|
4017
4116
|
}
|
|
4018
4117
|
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
@@ -4020,63 +4119,63 @@
|
|
|
4020
4119
|
}
|
|
4021
4120
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
4022
4121
|
Companion_getInstance_22();
|
|
4023
|
-
this.
|
|
4024
|
-
this.
|
|
4025
|
-
this.
|
|
4026
|
-
this.
|
|
4027
|
-
this.
|
|
4028
|
-
this.
|
|
4029
|
-
this.
|
|
4030
|
-
this.
|
|
4031
|
-
this.
|
|
4032
|
-
this.
|
|
4033
|
-
this.
|
|
4034
|
-
this.
|
|
4035
|
-
this.
|
|
4036
|
-
this.
|
|
4037
|
-
this.
|
|
4038
|
-
this.
|
|
4039
|
-
this.
|
|
4040
|
-
this.
|
|
4041
|
-
this.
|
|
4042
|
-
this.
|
|
4043
|
-
this.
|
|
4044
|
-
this.
|
|
4045
|
-
this.
|
|
4046
|
-
this.
|
|
4047
|
-
this.
|
|
4048
|
-
this.
|
|
4122
|
+
this.e6b_1 = name;
|
|
4123
|
+
this.f6b_1 = playerWhoChooseSuitGoFirst;
|
|
4124
|
+
this.g6b_1 = winnerShuffleCards;
|
|
4125
|
+
this.h6b_1 = playWithoutLiabilities;
|
|
4126
|
+
this.i6b_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4127
|
+
this.j6b_1 = dealerInitialCardsCount;
|
|
4128
|
+
this.k6b_1 = dealerFinalCardsCount;
|
|
4129
|
+
this.l6b_1 = dealerCounterClockwise;
|
|
4130
|
+
this.m6b_1 = contractTypes;
|
|
4131
|
+
this.n6b_1 = bidTypes;
|
|
4132
|
+
this.o6b_1 = needToPutHigherTrump;
|
|
4133
|
+
this.p6b_1 = trumpCardStepMode;
|
|
4134
|
+
this.q6b_1 = trumpCardStepPartnerMode;
|
|
4135
|
+
this.r6b_1 = combinationsWithFirstCard;
|
|
4136
|
+
this.s6b_1 = protectBella;
|
|
4137
|
+
this.t6b_1 = oneTryToProtectBella;
|
|
4138
|
+
this.u6b_1 = enableFourSevensCombination;
|
|
4139
|
+
this.v6b_1 = enableTrumpSevenCombination;
|
|
4140
|
+
this.w6b_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4141
|
+
this.x6b_1 = checkTrumpCombination;
|
|
4142
|
+
this.y6b_1 = checkOnlyTrumpDebertz;
|
|
4143
|
+
this.z6b_1 = pointsDistributeMode;
|
|
4144
|
+
this.a6c_1 = enableFineIfNoBribes;
|
|
4145
|
+
this.b6c_1 = fineIfNoBribes;
|
|
4146
|
+
this.c6c_1 = enableFineAfterThirdByte;
|
|
4147
|
+
this.d6c_1 = fineAfterThirdFailedContract;
|
|
4049
4148
|
}
|
|
4050
4149
|
protoOf(RulesDto).toString = function () {
|
|
4051
|
-
return 'RulesDto(name=' + this.
|
|
4150
|
+
return 'RulesDto(name=' + this.e6b_1 + ', playerWhoChooseSuitGoFirst=' + this.f6b_1 + ', winnerShuffleCards=' + this.g6b_1 + ', playWithoutLiabilities=' + this.h6b_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.i6b_1 + ', dealerInitialCardsCount=' + this.j6b_1 + ', dealerFinalCardsCount=' + this.k6b_1 + ', dealerCounterClockwise=' + this.l6b_1 + ', contractTypes=' + toString(this.m6b_1) + ', bidTypes=' + toString(this.n6b_1) + ', needToPutHigherTrump=' + this.o6b_1 + ', trumpCardStepMode=' + this.p6b_1 + ', trumpCardStepPartnerMode=' + this.q6b_1 + ', combinationsWithFirstCard=' + toString(this.r6b_1) + ', protectBella=' + this.s6b_1 + ', oneTryToProtectBella=' + this.t6b_1 + ', enableFourSevensCombination=' + this.u6b_1 + ', enableTrumpSevenCombination=' + this.v6b_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.w6b_1 + ', checkTrumpCombination=' + this.x6b_1 + ', checkOnlyTrumpDebertz=' + this.y6b_1 + ', pointsDistributeMode=' + this.z6b_1 + ', enableFineIfNoBribes=' + this.a6c_1 + ', fineIfNoBribes=' + this.b6c_1 + ', enableFineAfterThirdByte=' + this.c6c_1 + ', fineAfterThirdFailedContract=' + this.d6c_1 + ')';
|
|
4052
4151
|
};
|
|
4053
4152
|
protoOf(RulesDto).hashCode = function () {
|
|
4054
|
-
var result = this.
|
|
4055
|
-
result = imul(result, 31) + (this.e6b_1 == null ? 0 : getBooleanHashCode(this.e6b_1)) | 0;
|
|
4153
|
+
var result = this.e6b_1 == null ? 0 : getStringHashCode(this.e6b_1);
|
|
4056
4154
|
result = imul(result, 31) + (this.f6b_1 == null ? 0 : getBooleanHashCode(this.f6b_1)) | 0;
|
|
4057
4155
|
result = imul(result, 31) + (this.g6b_1 == null ? 0 : getBooleanHashCode(this.g6b_1)) | 0;
|
|
4058
4156
|
result = imul(result, 31) + (this.h6b_1 == null ? 0 : getBooleanHashCode(this.h6b_1)) | 0;
|
|
4059
|
-
result = imul(result, 31) + (this.i6b_1 == null ? 0 : this.i6b_1) | 0;
|
|
4157
|
+
result = imul(result, 31) + (this.i6b_1 == null ? 0 : getBooleanHashCode(this.i6b_1)) | 0;
|
|
4060
4158
|
result = imul(result, 31) + (this.j6b_1 == null ? 0 : this.j6b_1) | 0;
|
|
4061
|
-
result = imul(result, 31) + (this.k6b_1 == null ? 0 :
|
|
4062
|
-
result = imul(result, 31) + (this.l6b_1 == null ? 0 :
|
|
4159
|
+
result = imul(result, 31) + (this.k6b_1 == null ? 0 : this.k6b_1) | 0;
|
|
4160
|
+
result = imul(result, 31) + (this.l6b_1 == null ? 0 : getBooleanHashCode(this.l6b_1)) | 0;
|
|
4063
4161
|
result = imul(result, 31) + (this.m6b_1 == null ? 0 : hashCode(this.m6b_1)) | 0;
|
|
4064
|
-
result = imul(result, 31) + (this.n6b_1 == null ? 0 :
|
|
4065
|
-
result = imul(result, 31) + (this.o6b_1 == null ? 0 :
|
|
4162
|
+
result = imul(result, 31) + (this.n6b_1 == null ? 0 : hashCode(this.n6b_1)) | 0;
|
|
4163
|
+
result = imul(result, 31) + (this.o6b_1 == null ? 0 : getBooleanHashCode(this.o6b_1)) | 0;
|
|
4066
4164
|
result = imul(result, 31) + (this.p6b_1 == null ? 0 : getStringHashCode(this.p6b_1)) | 0;
|
|
4067
|
-
result = imul(result, 31) + (this.q6b_1 == null ? 0 :
|
|
4068
|
-
result = imul(result, 31) + (this.r6b_1 == null ? 0 :
|
|
4165
|
+
result = imul(result, 31) + (this.q6b_1 == null ? 0 : getStringHashCode(this.q6b_1)) | 0;
|
|
4166
|
+
result = imul(result, 31) + (this.r6b_1 == null ? 0 : hashCode(this.r6b_1)) | 0;
|
|
4069
4167
|
result = imul(result, 31) + (this.s6b_1 == null ? 0 : getBooleanHashCode(this.s6b_1)) | 0;
|
|
4070
4168
|
result = imul(result, 31) + (this.t6b_1 == null ? 0 : getBooleanHashCode(this.t6b_1)) | 0;
|
|
4071
4169
|
result = imul(result, 31) + (this.u6b_1 == null ? 0 : getBooleanHashCode(this.u6b_1)) | 0;
|
|
4072
4170
|
result = imul(result, 31) + (this.v6b_1 == null ? 0 : getBooleanHashCode(this.v6b_1)) | 0;
|
|
4073
4171
|
result = imul(result, 31) + (this.w6b_1 == null ? 0 : getBooleanHashCode(this.w6b_1)) | 0;
|
|
4074
4172
|
result = imul(result, 31) + (this.x6b_1 == null ? 0 : getBooleanHashCode(this.x6b_1)) | 0;
|
|
4075
|
-
result = imul(result, 31) +
|
|
4076
|
-
result = imul(result, 31) + (this.z6b_1
|
|
4077
|
-
result = imul(result, 31) + (this.a6c_1 == null ? 0 : this.a6c_1) | 0;
|
|
4078
|
-
result = imul(result, 31) + (this.b6c_1 == null ? 0 :
|
|
4079
|
-
result = imul(result, 31) + (this.c6c_1 == null ? 0 : this.c6c_1) | 0;
|
|
4173
|
+
result = imul(result, 31) + (this.y6b_1 == null ? 0 : getBooleanHashCode(this.y6b_1)) | 0;
|
|
4174
|
+
result = imul(result, 31) + getStringHashCode(this.z6b_1) | 0;
|
|
4175
|
+
result = imul(result, 31) + (this.a6c_1 == null ? 0 : getBooleanHashCode(this.a6c_1)) | 0;
|
|
4176
|
+
result = imul(result, 31) + (this.b6c_1 == null ? 0 : this.b6c_1) | 0;
|
|
4177
|
+
result = imul(result, 31) + (this.c6c_1 == null ? 0 : getBooleanHashCode(this.c6c_1)) | 0;
|
|
4178
|
+
result = imul(result, 31) + (this.d6c_1 == null ? 0 : this.d6c_1) | 0;
|
|
4080
4179
|
return result;
|
|
4081
4180
|
};
|
|
4082
4181
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4084,8 +4183,6 @@
|
|
|
4084
4183
|
return true;
|
|
4085
4184
|
if (!(other instanceof RulesDto))
|
|
4086
4185
|
return false;
|
|
4087
|
-
if (!(this.d6b_1 == other.d6b_1))
|
|
4088
|
-
return false;
|
|
4089
4186
|
if (!(this.e6b_1 == other.e6b_1))
|
|
4090
4187
|
return false;
|
|
4091
4188
|
if (!(this.f6b_1 == other.f6b_1))
|
|
@@ -4100,19 +4197,19 @@
|
|
|
4100
4197
|
return false;
|
|
4101
4198
|
if (!(this.k6b_1 == other.k6b_1))
|
|
4102
4199
|
return false;
|
|
4103
|
-
if (!
|
|
4200
|
+
if (!(this.l6b_1 == other.l6b_1))
|
|
4104
4201
|
return false;
|
|
4105
4202
|
if (!equals(this.m6b_1, other.m6b_1))
|
|
4106
4203
|
return false;
|
|
4107
|
-
if (!(this.n6b_1
|
|
4204
|
+
if (!equals(this.n6b_1, other.n6b_1))
|
|
4108
4205
|
return false;
|
|
4109
4206
|
if (!(this.o6b_1 == other.o6b_1))
|
|
4110
4207
|
return false;
|
|
4111
4208
|
if (!(this.p6b_1 == other.p6b_1))
|
|
4112
4209
|
return false;
|
|
4113
|
-
if (!
|
|
4210
|
+
if (!(this.q6b_1 == other.q6b_1))
|
|
4114
4211
|
return false;
|
|
4115
|
-
if (!(this.r6b_1
|
|
4212
|
+
if (!equals(this.r6b_1, other.r6b_1))
|
|
4116
4213
|
return false;
|
|
4117
4214
|
if (!(this.s6b_1 == other.s6b_1))
|
|
4118
4215
|
return false;
|
|
@@ -4126,9 +4223,9 @@
|
|
|
4126
4223
|
return false;
|
|
4127
4224
|
if (!(this.x6b_1 == other.x6b_1))
|
|
4128
4225
|
return false;
|
|
4129
|
-
if (!(this.y6b_1
|
|
4226
|
+
if (!(this.y6b_1 == other.y6b_1))
|
|
4130
4227
|
return false;
|
|
4131
|
-
if (!(this.z6b_1
|
|
4228
|
+
if (!(this.z6b_1 === other.z6b_1))
|
|
4132
4229
|
return false;
|
|
4133
4230
|
if (!(this.a6c_1 == other.a6c_1))
|
|
4134
4231
|
return false;
|
|
@@ -4136,14 +4233,16 @@
|
|
|
4136
4233
|
return false;
|
|
4137
4234
|
if (!(this.c6c_1 == other.c6c_1))
|
|
4138
4235
|
return false;
|
|
4236
|
+
if (!(this.d6c_1 == other.d6c_1))
|
|
4237
|
+
return false;
|
|
4139
4238
|
return true;
|
|
4140
4239
|
};
|
|
4141
4240
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4142
|
-
this.
|
|
4143
|
-
this.
|
|
4241
|
+
this.e6c_1 = trump;
|
|
4242
|
+
this.f6c_1 = firstCardSuit;
|
|
4144
4243
|
}
|
|
4145
4244
|
protoOf(CardGrowthComparator).s5d = function (a, b) {
|
|
4146
|
-
return getGrowth(b, this.
|
|
4245
|
+
return getGrowth(b, this.e6c_1, this.f6c_1) - getGrowth(a, this.e6c_1, this.f6c_1) | 0;
|
|
4147
4246
|
};
|
|
4148
4247
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4149
4248
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4292,42 +4391,37 @@
|
|
|
4292
4391
|
}
|
|
4293
4392
|
function AsyncProvider() {
|
|
4294
4393
|
}
|
|
4295
|
-
function assertSuspended($this) {
|
|
4296
|
-
if ($this.p6c_1.a1q()) {
|
|
4297
|
-
$this.o6c_1.w('AsyncProvider', "supervisorJob is stoped, coroutine can't be started");
|
|
4298
|
-
}
|
|
4299
|
-
}
|
|
4300
4394
|
function onError($this, message, error) {
|
|
4301
|
-
$this.
|
|
4395
|
+
$this.p6c_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4302
4396
|
}
|
|
4303
4397
|
function Companion_20() {
|
|
4304
|
-
this.
|
|
4398
|
+
this.x6c_1 = 'AsyncProvider';
|
|
4305
4399
|
}
|
|
4306
4400
|
var Companion_instance_22;
|
|
4307
4401
|
function Companion_getInstance_23() {
|
|
4308
4402
|
return Companion_instance_22;
|
|
4309
4403
|
}
|
|
4310
4404
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4311
|
-
this.
|
|
4405
|
+
this.z6c_1 = this$0;
|
|
4312
4406
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4313
4407
|
}
|
|
4314
4408
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).r1x = function (context, exception) {
|
|
4315
|
-
onError(this.
|
|
4409
|
+
onError(this.z6c_1, 'CoroutineContext', exception);
|
|
4316
4410
|
return Unit_instance;
|
|
4317
4411
|
};
|
|
4318
4412
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4319
|
-
this.
|
|
4320
|
-
this.
|
|
4413
|
+
this.i6d_1 = this$0;
|
|
4414
|
+
this.j6d_1 = $block;
|
|
4321
4415
|
CoroutineImpl.call(this, resultContinuation);
|
|
4322
4416
|
}
|
|
4323
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
4417
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).o6d = function ($this$async, $completion) {
|
|
4324
4418
|
var tmp = this.c2d($this$async, $completion);
|
|
4325
4419
|
tmp.u8_1 = Unit_instance;
|
|
4326
4420
|
tmp.v8_1 = null;
|
|
4327
4421
|
return tmp.a9();
|
|
4328
4422
|
};
|
|
4329
4423
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).i9 = function (p1, $completion) {
|
|
4330
|
-
return this.
|
|
4424
|
+
return this.o6d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4331
4425
|
};
|
|
4332
4426
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).a9 = function () {
|
|
4333
4427
|
var suspendResult = this.u8_1;
|
|
@@ -4337,43 +4431,43 @@
|
|
|
4337
4431
|
switch (tmp) {
|
|
4338
4432
|
case 0:
|
|
4339
4433
|
this.t8_1 = 6;
|
|
4340
|
-
this.
|
|
4434
|
+
this.m6d_1 = this.i6d_1.r6c_1;
|
|
4341
4435
|
var tmp_0 = this;
|
|
4342
|
-
tmp_0.
|
|
4436
|
+
tmp_0.l6d_1 = null;
|
|
4343
4437
|
this.s8_1 = 1;
|
|
4344
|
-
suspendResult = this.
|
|
4438
|
+
suspendResult = this.m6d_1.d2m(this.l6d_1, this);
|
|
4345
4439
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4346
4440
|
return suspendResult;
|
|
4347
4441
|
}
|
|
4348
4442
|
|
|
4349
4443
|
continue $sm;
|
|
4350
4444
|
case 1:
|
|
4351
|
-
this.
|
|
4445
|
+
this.n6d_1 = Unit_instance;
|
|
4352
4446
|
this.s8_1 = 2;
|
|
4353
4447
|
continue $sm;
|
|
4354
4448
|
case 2:
|
|
4355
4449
|
this.t8_1 = 5;
|
|
4356
4450
|
this.s8_1 = 3;
|
|
4357
|
-
suspendResult = this.
|
|
4451
|
+
suspendResult = this.j6d_1(this.k6d_1, this);
|
|
4358
4452
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4359
4453
|
return suspendResult;
|
|
4360
4454
|
}
|
|
4361
4455
|
|
|
4362
4456
|
continue $sm;
|
|
4363
4457
|
case 3:
|
|
4364
|
-
this.
|
|
4458
|
+
this.n6d_1 = suspendResult;
|
|
4365
4459
|
this.t8_1 = 6;
|
|
4366
4460
|
this.s8_1 = 4;
|
|
4367
4461
|
continue $sm;
|
|
4368
4462
|
case 4:
|
|
4369
|
-
var tmp_1 = this.
|
|
4463
|
+
var tmp_1 = this.n6d_1;
|
|
4370
4464
|
this.t8_1 = 6;
|
|
4371
|
-
this.
|
|
4465
|
+
this.m6d_1.o2l(this.l6d_1);
|
|
4372
4466
|
return tmp_1;
|
|
4373
4467
|
case 5:
|
|
4374
4468
|
this.t8_1 = 6;
|
|
4375
4469
|
var t = this.v8_1;
|
|
4376
|
-
this.
|
|
4470
|
+
this.m6d_1.o2l(this.l6d_1);
|
|
4377
4471
|
throw t;
|
|
4378
4472
|
case 6:
|
|
4379
4473
|
throw this.v8_1;
|
|
@@ -4390,21 +4484,21 @@
|
|
|
4390
4484
|
while (true);
|
|
4391
4485
|
};
|
|
4392
4486
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).c2d = function ($this$async, completion) {
|
|
4393
|
-
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.
|
|
4394
|
-
i.
|
|
4487
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.i6d_1, this.j6d_1, completion);
|
|
4488
|
+
i.k6d_1 = $this$async;
|
|
4395
4489
|
return i;
|
|
4396
4490
|
};
|
|
4397
4491
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4398
4492
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4399
4493
|
var l = function ($this$async, $completion) {
|
|
4400
|
-
return i.
|
|
4494
|
+
return i.o6d($this$async, $completion);
|
|
4401
4495
|
};
|
|
4402
4496
|
l.$arity = 1;
|
|
4403
4497
|
return l;
|
|
4404
4498
|
}
|
|
4405
4499
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4406
|
-
this.
|
|
4407
|
-
this.
|
|
4500
|
+
this.x6d_1 = this$0;
|
|
4501
|
+
this.y6d_1 = $block;
|
|
4408
4502
|
CoroutineImpl.call(this, resultContinuation);
|
|
4409
4503
|
}
|
|
4410
4504
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).b2d = function ($this$launch, $completion) {
|
|
@@ -4424,43 +4518,43 @@
|
|
|
4424
4518
|
switch (tmp) {
|
|
4425
4519
|
case 0:
|
|
4426
4520
|
this.t8_1 = 6;
|
|
4427
|
-
this.
|
|
4521
|
+
this.b6e_1 = this.x6d_1.r6c_1;
|
|
4428
4522
|
var tmp_0 = this;
|
|
4429
|
-
tmp_0.
|
|
4523
|
+
tmp_0.a6e_1 = null;
|
|
4430
4524
|
this.s8_1 = 1;
|
|
4431
|
-
suspendResult = this.
|
|
4525
|
+
suspendResult = this.b6e_1.d2m(this.a6e_1, this);
|
|
4432
4526
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4433
4527
|
return suspendResult;
|
|
4434
4528
|
}
|
|
4435
4529
|
|
|
4436
4530
|
continue $sm;
|
|
4437
4531
|
case 1:
|
|
4438
|
-
this.
|
|
4532
|
+
this.c6e_1 = Unit_instance;
|
|
4439
4533
|
this.s8_1 = 2;
|
|
4440
4534
|
continue $sm;
|
|
4441
4535
|
case 2:
|
|
4442
4536
|
this.t8_1 = 5;
|
|
4443
4537
|
this.s8_1 = 3;
|
|
4444
|
-
suspendResult = this.
|
|
4538
|
+
suspendResult = this.y6d_1(this.z6d_1, this);
|
|
4445
4539
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4446
4540
|
return suspendResult;
|
|
4447
4541
|
}
|
|
4448
4542
|
|
|
4449
4543
|
continue $sm;
|
|
4450
4544
|
case 3:
|
|
4451
|
-
this.
|
|
4545
|
+
this.c6e_1 = Unit_instance;
|
|
4452
4546
|
this.t8_1 = 6;
|
|
4453
4547
|
this.s8_1 = 4;
|
|
4454
4548
|
continue $sm;
|
|
4455
4549
|
case 4:
|
|
4456
|
-
this.
|
|
4550
|
+
this.c6e_1;
|
|
4457
4551
|
this.t8_1 = 6;
|
|
4458
|
-
this.
|
|
4552
|
+
this.b6e_1.o2l(this.a6e_1);
|
|
4459
4553
|
return Unit_instance;
|
|
4460
4554
|
case 5:
|
|
4461
4555
|
this.t8_1 = 6;
|
|
4462
4556
|
var t = this.v8_1;
|
|
4463
|
-
this.
|
|
4557
|
+
this.b6e_1.o2l(this.a6e_1);
|
|
4464
4558
|
throw t;
|
|
4465
4559
|
case 6:
|
|
4466
4560
|
throw this.v8_1;
|
|
@@ -4477,8 +4571,8 @@
|
|
|
4477
4571
|
while (true);
|
|
4478
4572
|
};
|
|
4479
4573
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).c2d = function ($this$launch, completion) {
|
|
4480
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4481
|
-
i.
|
|
4574
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.x6d_1, this.y6d_1, completion);
|
|
4575
|
+
i.z6d_1 = $this$launch;
|
|
4482
4576
|
return i;
|
|
4483
4577
|
};
|
|
4484
4578
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4493,39 +4587,63 @@
|
|
|
4493
4587
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().e21() : mainDispatcher;
|
|
4494
4588
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().a21_1 : defaultDispatcher;
|
|
4495
4589
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().b21_1 : unconfinedDispatcher;
|
|
4496
|
-
this.
|
|
4497
|
-
this.
|
|
4498
|
-
this.q6c_1 = Mutex();
|
|
4590
|
+
this.p6c_1 = logger;
|
|
4591
|
+
this.q6c_1 = SupervisorJob();
|
|
4499
4592
|
this.r6c_1 = Mutex();
|
|
4593
|
+
this.s6c_1 = Mutex();
|
|
4500
4594
|
var tmp = this;
|
|
4501
4595
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4502
|
-
tmp.
|
|
4503
|
-
this.
|
|
4504
|
-
this.
|
|
4505
|
-
this.
|
|
4506
|
-
}
|
|
4507
|
-
protoOf(AsyncProviderImpl).
|
|
4508
|
-
return this.
|
|
4509
|
-
};
|
|
4510
|
-
protoOf(AsyncProviderImpl).
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
protoOf(AsyncProviderImpl).g6c = function (context, block) {
|
|
4519
|
-
assertSuspended(this);
|
|
4596
|
+
tmp.t6c_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4597
|
+
this.u6c_1 = CoroutineScope_0(mainDispatcher.dg(this.q6c_1).dg(MainContextId_getInstance()));
|
|
4598
|
+
this.v6c_1 = CoroutineScope_0(defaultDispatcher.dg(this.q6c_1).dg(WorkerContextId_getInstance()));
|
|
4599
|
+
this.w6c_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.q6c_1).dg(WorkerContextId_getInstance()));
|
|
4600
|
+
}
|
|
4601
|
+
protoOf(AsyncProviderImpl).g6c = function () {
|
|
4602
|
+
return this.t6c_1;
|
|
4603
|
+
};
|
|
4604
|
+
protoOf(AsyncProviderImpl).l6c = function (context, block) {
|
|
4605
|
+
if (this.q6c_1.a1q()) {
|
|
4606
|
+
this.p6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4607
|
+
// Inline function 'kotlin.apply' call
|
|
4608
|
+
var this_0 = Job();
|
|
4609
|
+
this_0.o1q();
|
|
4610
|
+
return this_0;
|
|
4611
|
+
}
|
|
4520
4612
|
return launch(this.u6c_1, context, VOID, block);
|
|
4521
4613
|
};
|
|
4522
|
-
protoOf(AsyncProviderImpl).
|
|
4523
|
-
|
|
4524
|
-
|
|
4614
|
+
protoOf(AsyncProviderImpl).n6c = function (context, block) {
|
|
4615
|
+
if (this.q6c_1.a1q()) {
|
|
4616
|
+
this.p6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4617
|
+
// Inline function 'kotlin.apply' call
|
|
4618
|
+
var this_0 = CompletableDeferred();
|
|
4619
|
+
this_0.o1q();
|
|
4620
|
+
return this_0;
|
|
4621
|
+
}
|
|
4622
|
+
return async(this.v6c_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
4623
|
+
};
|
|
4624
|
+
protoOf(AsyncProviderImpl).h6c = function (context, block) {
|
|
4625
|
+
if (this.q6c_1.a1q()) {
|
|
4626
|
+
this.p6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4627
|
+
// Inline function 'kotlin.apply' call
|
|
4628
|
+
var this_0 = Job();
|
|
4629
|
+
this_0.o1q();
|
|
4630
|
+
return this_0;
|
|
4631
|
+
}
|
|
4632
|
+
return launch(this.v6c_1, context, VOID, block);
|
|
4633
|
+
};
|
|
4634
|
+
protoOf(AsyncProviderImpl).j6c = function (context, block) {
|
|
4635
|
+
if (this.q6c_1.a1q()) {
|
|
4636
|
+
this.p6c_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
4637
|
+
// Inline function 'kotlin.apply' call
|
|
4638
|
+
var this_0 = Job();
|
|
4639
|
+
this_0.o1q();
|
|
4640
|
+
return this_0;
|
|
4641
|
+
}
|
|
4642
|
+
return launch(this.v6c_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
4525
4643
|
};
|
|
4526
4644
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
4527
|
-
if (!this.
|
|
4528
|
-
this.
|
|
4645
|
+
if (!this.q6c_1.a1q()) {
|
|
4646
|
+
this.q6c_1.o1q();
|
|
4529
4647
|
}
|
|
4530
4648
|
};
|
|
4531
4649
|
function Key() {
|
|
@@ -4587,7 +4705,7 @@
|
|
|
4587
4705
|
}
|
|
4588
4706
|
function UUIDIdsProvider() {
|
|
4589
4707
|
}
|
|
4590
|
-
protoOf(UUIDIdsProvider).
|
|
4708
|
+
protoOf(UUIDIdsProvider).d6e = function () {
|
|
4591
4709
|
return uuid4().toString();
|
|
4592
4710
|
};
|
|
4593
4711
|
var UUIDIdsProvider_instance;
|
|
@@ -4605,55 +4723,55 @@
|
|
|
4605
4723
|
tmp = lock;
|
|
4606
4724
|
}
|
|
4607
4725
|
lock = tmp;
|
|
4608
|
-
this.
|
|
4609
|
-
this.
|
|
4726
|
+
this.j6e_1 = logger;
|
|
4727
|
+
this.k6e_1 = lock;
|
|
4610
4728
|
var tmp_0 = this;
|
|
4611
4729
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
4612
|
-
tmp_0.
|
|
4730
|
+
tmp_0.l6e_1 = HashMap_init_$Create$();
|
|
4613
4731
|
}
|
|
4614
|
-
protoOf(JobsProviderImpl).
|
|
4732
|
+
protoOf(JobsProviderImpl).e6e = function (timerTag, job) {
|
|
4615
4733
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4616
|
-
this.
|
|
4617
|
-
if (this.
|
|
4618
|
-
this.
|
|
4734
|
+
this.k6e_1;
|
|
4735
|
+
if (this.i6e(timerTag)) {
|
|
4736
|
+
this.j6e_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
4619
4737
|
}
|
|
4620
4738
|
// Inline function 'kotlin.collections.set' call
|
|
4621
|
-
this.
|
|
4739
|
+
this.l6e_1.f2(timerTag, job);
|
|
4622
4740
|
};
|
|
4623
|
-
protoOf(JobsProviderImpl).
|
|
4741
|
+
protoOf(JobsProviderImpl).i6e = function (timerTag) {
|
|
4624
4742
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4625
|
-
this.
|
|
4626
|
-
return this.
|
|
4743
|
+
this.k6e_1;
|
|
4744
|
+
return this.l6e_1.a2(timerTag);
|
|
4627
4745
|
};
|
|
4628
|
-
protoOf(JobsProviderImpl).
|
|
4746
|
+
protoOf(JobsProviderImpl).g6e = function (timerTag) {
|
|
4629
4747
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4630
|
-
this.
|
|
4631
|
-
if (!this.
|
|
4632
|
-
this.
|
|
4748
|
+
this.k6e_1;
|
|
4749
|
+
if (!this.i6e(timerTag)) {
|
|
4750
|
+
this.j6e_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
4633
4751
|
}
|
|
4634
|
-
this.
|
|
4752
|
+
this.l6e_1.g2(timerTag);
|
|
4635
4753
|
};
|
|
4636
|
-
protoOf(JobsProviderImpl).
|
|
4754
|
+
protoOf(JobsProviderImpl).h6e = function (timers) {
|
|
4637
4755
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4638
|
-
this.
|
|
4756
|
+
this.k6e_1;
|
|
4639
4757
|
// Inline function 'kotlin.collections.forEach' call
|
|
4640
4758
|
var _iterator__ex2g4s = timers.l();
|
|
4641
4759
|
while (_iterator__ex2g4s.m()) {
|
|
4642
4760
|
var element = _iterator__ex2g4s.n();
|
|
4643
|
-
var timer = this.
|
|
4761
|
+
var timer = this.l6e_1.c2(element);
|
|
4644
4762
|
if (timer == null)
|
|
4645
4763
|
null;
|
|
4646
4764
|
else {
|
|
4647
4765
|
timer.o1q();
|
|
4648
4766
|
}
|
|
4649
4767
|
}
|
|
4650
|
-
this.
|
|
4768
|
+
this.l6e_1.d2().l2(toSet(timers));
|
|
4651
4769
|
};
|
|
4652
|
-
protoOf(JobsProviderImpl).
|
|
4770
|
+
protoOf(JobsProviderImpl).f6e = function (timerTag) {
|
|
4653
4771
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
4654
|
-
this.
|
|
4655
|
-
var timer = this.
|
|
4656
|
-
this.
|
|
4772
|
+
this.k6e_1;
|
|
4773
|
+
var timer = this.l6e_1.c2(timerTag);
|
|
4774
|
+
this.l6e_1.g2(timerTag);
|
|
4657
4775
|
var tmp;
|
|
4658
4776
|
if (timer == null) {
|
|
4659
4777
|
tmp = null;
|
|
@@ -4666,36 +4784,36 @@
|
|
|
4666
4784
|
}
|
|
4667
4785
|
function FileSystemImpl(fileSystem) {
|
|
4668
4786
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
4669
|
-
this.
|
|
4787
|
+
this.p6e_1 = fileSystem;
|
|
4670
4788
|
}
|
|
4671
|
-
protoOf(FileSystemImpl).
|
|
4789
|
+
protoOf(FileSystemImpl).m6e = function (path, $completion) {
|
|
4672
4790
|
var directoryPath = Path(path);
|
|
4673
|
-
var exists = this.
|
|
4791
|
+
var exists = this.p6e_1.c1o(directoryPath);
|
|
4674
4792
|
if (!exists) {
|
|
4675
|
-
this.
|
|
4793
|
+
this.p6e_1.g1o(directoryPath);
|
|
4676
4794
|
}
|
|
4677
4795
|
return Unit_instance;
|
|
4678
4796
|
};
|
|
4679
|
-
protoOf(FileSystemImpl).
|
|
4680
|
-
return buffered(this.
|
|
4797
|
+
protoOf(FileSystemImpl).n6e = function (path, fileName, append, $completion) {
|
|
4798
|
+
return buffered(this.p6e_1.h1o(Path_0(path, [fileName]), append));
|
|
4681
4799
|
};
|
|
4682
|
-
protoOf(FileSystemImpl).
|
|
4683
|
-
this.
|
|
4800
|
+
protoOf(FileSystemImpl).o6e = function (path, $completion) {
|
|
4801
|
+
this.p6e_1.e1o(Path_0(path, []));
|
|
4684
4802
|
return Unit_instance;
|
|
4685
4803
|
};
|
|
4686
4804
|
function LoggerFactory() {
|
|
4687
4805
|
}
|
|
4688
4806
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
4689
|
-
this.
|
|
4690
|
-
this.
|
|
4807
|
+
this.r6e_1 = coreConfig;
|
|
4808
|
+
this.s6e_1 = fileSystem;
|
|
4691
4809
|
}
|
|
4692
|
-
protoOf(LoggerFactoryImpl).
|
|
4810
|
+
protoOf(LoggerFactoryImpl).q6e = function (gameId, roomId, userId) {
|
|
4693
4811
|
// Inline function 'kotlin.let' call
|
|
4694
|
-
var it = this.
|
|
4812
|
+
var it = this.r6e_1.fileNameFormat;
|
|
4695
4813
|
var tmp = Companion_instance_4;
|
|
4696
4814
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
4697
4815
|
// Inline function 'kotlin.collections.map' call
|
|
4698
|
-
var this_0 = split(this.
|
|
4816
|
+
var this_0 = split(this.r6e_1.requireDirectoryPath, ['/']);
|
|
4699
4817
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4700
4818
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
4701
4819
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -4707,7 +4825,7 @@
|
|
|
4707
4825
|
}
|
|
4708
4826
|
var segments = destination;
|
|
4709
4827
|
var tmp0_path = joinToString(segments, '/');
|
|
4710
|
-
var tmp1_fileSystem = this.
|
|
4828
|
+
var tmp1_fileSystem = this.s6e_1;
|
|
4711
4829
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
4712
4830
|
};
|
|
4713
4831
|
function appendToFile($this, message, $completion) {
|
|
@@ -4718,7 +4836,7 @@
|
|
|
4718
4836
|
}
|
|
4719
4837
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
4720
4838
|
CoroutineImpl.call(this, resultContinuation);
|
|
4721
|
-
this.
|
|
4839
|
+
this.l6f_1 = _this__u8e3s4;
|
|
4722
4840
|
}
|
|
4723
4841
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
4724
4842
|
var suspendResult = this.u8_1;
|
|
@@ -4730,7 +4848,7 @@
|
|
|
4730
4848
|
this.t8_1 = 3;
|
|
4731
4849
|
this.t8_1 = 2;
|
|
4732
4850
|
this.s8_1 = 1;
|
|
4733
|
-
suspendResult = this.
|
|
4851
|
+
suspendResult = this.l6f_1.o6f_1.m6e(this.l6f_1.n6f_1, this);
|
|
4734
4852
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4735
4853
|
return suspendResult;
|
|
4736
4854
|
}
|
|
@@ -4771,8 +4889,8 @@
|
|
|
4771
4889
|
};
|
|
4772
4890
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
4773
4891
|
CoroutineImpl.call(this, resultContinuation);
|
|
4774
|
-
this.
|
|
4775
|
-
this.
|
|
4892
|
+
this.b6f_1 = _this__u8e3s4;
|
|
4893
|
+
this.c6f_1 = message;
|
|
4776
4894
|
}
|
|
4777
4895
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
4778
4896
|
var suspendResult = this.u8_1;
|
|
@@ -4784,7 +4902,7 @@
|
|
|
4784
4902
|
this.t8_1 = 3;
|
|
4785
4903
|
this.t8_1 = 2;
|
|
4786
4904
|
this.s8_1 = 1;
|
|
4787
|
-
suspendResult = this.
|
|
4905
|
+
suspendResult = this.b6f_1.o6f_1.n6e(this.b6f_1.n6f_1, this.b6f_1.m6f_1, true, this);
|
|
4788
4906
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4789
4907
|
return suspendResult;
|
|
4790
4908
|
}
|
|
@@ -4795,7 +4913,7 @@
|
|
|
4795
4913
|
var sink = buffered(ARGUMENT);
|
|
4796
4914
|
l$ret$1: do {
|
|
4797
4915
|
try {
|
|
4798
|
-
writeString(sink, this.
|
|
4916
|
+
writeString(sink, this.c6f_1 + '\n');
|
|
4799
4917
|
break l$ret$1;
|
|
4800
4918
|
} catch ($p) {
|
|
4801
4919
|
var t = $p;
|
|
@@ -4838,17 +4956,17 @@
|
|
|
4838
4956
|
while (true);
|
|
4839
4957
|
};
|
|
4840
4958
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
4841
|
-
this.
|
|
4842
|
-
this.
|
|
4843
|
-
this.
|
|
4959
|
+
this.m6f_1 = fileName;
|
|
4960
|
+
this.n6f_1 = path;
|
|
4961
|
+
this.o6f_1 = fileSystem;
|
|
4844
4962
|
}
|
|
4845
|
-
protoOf(LogsStorageControllerImpl).
|
|
4963
|
+
protoOf(LogsStorageControllerImpl).p6f = function ($completion) {
|
|
4846
4964
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
4847
4965
|
tmp.u8_1 = Unit_instance;
|
|
4848
4966
|
tmp.v8_1 = null;
|
|
4849
4967
|
return tmp.a9();
|
|
4850
4968
|
};
|
|
4851
|
-
protoOf(LogsStorageControllerImpl).
|
|
4969
|
+
protoOf(LogsStorageControllerImpl).q6f = function (log, $completion) {
|
|
4852
4970
|
return appendToFile(this, log, $completion);
|
|
4853
4971
|
};
|
|
4854
4972
|
function BufferedAction() {
|
|
@@ -4861,20 +4979,20 @@
|
|
|
4861
4979
|
}
|
|
4862
4980
|
function StopTimerAction(timerTag) {
|
|
4863
4981
|
TimerAction.call(this);
|
|
4864
|
-
this.
|
|
4982
|
+
this.s6f_1 = timerTag;
|
|
4865
4983
|
}
|
|
4866
4984
|
protoOf(StopTimerAction).toString = function () {
|
|
4867
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
4985
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.s6f_1) + ')';
|
|
4868
4986
|
};
|
|
4869
4987
|
protoOf(StopTimerAction).hashCode = function () {
|
|
4870
|
-
return hashCode(this.
|
|
4988
|
+
return hashCode(this.s6f_1);
|
|
4871
4989
|
};
|
|
4872
4990
|
protoOf(StopTimerAction).equals = function (other) {
|
|
4873
4991
|
if (this === other)
|
|
4874
4992
|
return true;
|
|
4875
4993
|
if (!(other instanceof StopTimerAction))
|
|
4876
4994
|
return false;
|
|
4877
|
-
if (!equals(this.
|
|
4995
|
+
if (!equals(this.s6f_1, other.s6f_1))
|
|
4878
4996
|
return false;
|
|
4879
4997
|
return true;
|
|
4880
4998
|
};
|
|
@@ -4882,30 +5000,30 @@
|
|
|
4882
5000
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
4883
5001
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
4884
5002
|
TimerAction.call(this);
|
|
4885
|
-
this.
|
|
4886
|
-
this.
|
|
4887
|
-
this.
|
|
4888
|
-
this.
|
|
5003
|
+
this.t6f_1 = timerTag;
|
|
5004
|
+
this.u6f_1 = delayMillis;
|
|
5005
|
+
this.v6f_1 = initialDelay;
|
|
5006
|
+
this.w6f_1 = type;
|
|
4889
5007
|
}
|
|
4890
5008
|
protoOf(StartTimerAction).toString = function () {
|
|
4891
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
4892
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
5009
|
+
var tmp = 'timerTag=' + toString_0(this.t6f_1);
|
|
5010
|
+
var tmp_0 = 'delayMillis=' + this.u6f_1.toString();
|
|
4893
5011
|
// Inline function 'kotlin.takeIf' call
|
|
4894
|
-
var this_0 = 'initialDelay=' + this.
|
|
5012
|
+
var this_0 = 'initialDelay=' + this.v6f_1.toString();
|
|
4895
5013
|
var tmp_1;
|
|
4896
|
-
if (!equalsLong(this.
|
|
5014
|
+
if (!equalsLong(this.v6f_1, new Long(0, 0))) {
|
|
4897
5015
|
tmp_1 = this_0;
|
|
4898
5016
|
} else {
|
|
4899
5017
|
tmp_1 = null;
|
|
4900
5018
|
}
|
|
4901
5019
|
var tmp$ret$1 = tmp_1;
|
|
4902
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
5020
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.w6f_1.toString()])) + ')';
|
|
4903
5021
|
};
|
|
4904
5022
|
protoOf(StartTimerAction).hashCode = function () {
|
|
4905
|
-
var result = hashCode(this.
|
|
4906
|
-
result = imul(result, 31) + this.t6f_1.hashCode() | 0;
|
|
5023
|
+
var result = hashCode(this.t6f_1);
|
|
4907
5024
|
result = imul(result, 31) + this.u6f_1.hashCode() | 0;
|
|
4908
5025
|
result = imul(result, 31) + this.v6f_1.hashCode() | 0;
|
|
5026
|
+
result = imul(result, 31) + this.w6f_1.hashCode() | 0;
|
|
4909
5027
|
return result;
|
|
4910
5028
|
};
|
|
4911
5029
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -4913,13 +5031,13 @@
|
|
|
4913
5031
|
return true;
|
|
4914
5032
|
if (!(other instanceof StartTimerAction))
|
|
4915
5033
|
return false;
|
|
4916
|
-
if (!equals(this.
|
|
4917
|
-
return false;
|
|
4918
|
-
if (!equalsLong(this.t6f_1, other.t6f_1))
|
|
5034
|
+
if (!equals(this.t6f_1, other.t6f_1))
|
|
4919
5035
|
return false;
|
|
4920
5036
|
if (!equalsLong(this.u6f_1, other.u6f_1))
|
|
4921
5037
|
return false;
|
|
4922
|
-
if (!this.v6f_1
|
|
5038
|
+
if (!equalsLong(this.v6f_1, other.v6f_1))
|
|
5039
|
+
return false;
|
|
5040
|
+
if (!this.w6f_1.equals(other.w6f_1))
|
|
4923
5041
|
return false;
|
|
4924
5042
|
return true;
|
|
4925
5043
|
};
|
|
@@ -4938,18 +5056,18 @@
|
|
|
4938
5056
|
}
|
|
4939
5057
|
function TimerTickAction(timerTag, type) {
|
|
4940
5058
|
TimerAction.call(this);
|
|
4941
|
-
this.
|
|
4942
|
-
this.
|
|
5059
|
+
this.x6f_1 = timerTag;
|
|
5060
|
+
this.y6f_1 = type;
|
|
4943
5061
|
}
|
|
4944
5062
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
4945
|
-
return this.
|
|
5063
|
+
return this.x6f_1.ignoreValidation();
|
|
4946
5064
|
};
|
|
4947
5065
|
protoOf(TimerTickAction).toString = function () {
|
|
4948
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
5066
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.x6f_1) + ', type=' + this.y6f_1.toString() + ')';
|
|
4949
5067
|
};
|
|
4950
5068
|
protoOf(TimerTickAction).hashCode = function () {
|
|
4951
|
-
var result = hashCode(this.
|
|
4952
|
-
result = imul(result, 31) + this.
|
|
5069
|
+
var result = hashCode(this.x6f_1);
|
|
5070
|
+
result = imul(result, 31) + this.y6f_1.hashCode() | 0;
|
|
4953
5071
|
return result;
|
|
4954
5072
|
};
|
|
4955
5073
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -4957,9 +5075,9 @@
|
|
|
4957
5075
|
return true;
|
|
4958
5076
|
if (!(other instanceof TimerTickAction))
|
|
4959
5077
|
return false;
|
|
4960
|
-
if (!equals(this.
|
|
5078
|
+
if (!equals(this.x6f_1, other.x6f_1))
|
|
4961
5079
|
return false;
|
|
4962
|
-
if (!this.
|
|
5080
|
+
if (!this.y6f_1.equals(other.y6f_1))
|
|
4963
5081
|
return false;
|
|
4964
5082
|
return true;
|
|
4965
5083
|
};
|
|
@@ -5001,7 +5119,7 @@
|
|
|
5001
5119
|
return function (reducer, initialState, en) {
|
|
5002
5120
|
var store = $storeCreator(reducer, initialState, en);
|
|
5003
5121
|
var origDispatch = store.dispatch;
|
|
5004
|
-
store.
|
|
5122
|
+
store.z6f(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5005
5123
|
return store;
|
|
5006
5124
|
};
|
|
5007
5125
|
}
|
|
@@ -5015,7 +5133,7 @@
|
|
|
5015
5133
|
}
|
|
5016
5134
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5017
5135
|
return function (action) {
|
|
5018
|
-
$middleware.
|
|
5136
|
+
$middleware.a6g($store, $dispatcher, action);
|
|
5019
5137
|
return Unit_instance;
|
|
5020
5138
|
};
|
|
5021
5139
|
}
|
|
@@ -5030,7 +5148,7 @@
|
|
|
5030
5148
|
while (inductionVariable < last) {
|
|
5031
5149
|
var element = tmp0[inductionVariable];
|
|
5032
5150
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5033
|
-
if (element.
|
|
5151
|
+
if (element.b6g(action)) {
|
|
5034
5152
|
destination.j(element);
|
|
5035
5153
|
}
|
|
5036
5154
|
}
|
|
@@ -5054,7 +5172,7 @@
|
|
|
5054
5172
|
return function (reducer, initialState, en) {
|
|
5055
5173
|
var store = $storeCreator(reducer, initialState, en);
|
|
5056
5174
|
var origDispatch = store.dispatch;
|
|
5057
|
-
store.
|
|
5175
|
+
store.z6f(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5058
5176
|
return store;
|
|
5059
5177
|
};
|
|
5060
5178
|
}
|
|
@@ -5068,9 +5186,9 @@
|
|
|
5068
5186
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5069
5187
|
}
|
|
5070
5188
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5071
|
-
this.
|
|
5072
|
-
this.
|
|
5073
|
-
this.
|
|
5189
|
+
this.k6g_1 = $jobsProvider;
|
|
5190
|
+
this.l6g_1 = $action;
|
|
5191
|
+
this.m6g_1 = $store;
|
|
5074
5192
|
CoroutineImpl.call(this, resultContinuation);
|
|
5075
5193
|
}
|
|
5076
5194
|
protoOf(timerMiddleware$o$handle$slambda$slambda).b2d = function ($this$launchMain, $completion) {
|
|
@@ -5089,8 +5207,8 @@
|
|
|
5089
5207
|
var tmp = this.s8_1;
|
|
5090
5208
|
if (tmp === 0) {
|
|
5091
5209
|
this.t8_1 = 1;
|
|
5092
|
-
if (this.
|
|
5093
|
-
this.
|
|
5210
|
+
if (this.k6g_1.i6e(this.l6g_1.t6f_1)) {
|
|
5211
|
+
this.m6g_1.dispatch(new TimerTickAction(this.l6g_1.t6f_1, TimerType_DELAY_getInstance()));
|
|
5094
5212
|
}
|
|
5095
5213
|
return Unit_instance;
|
|
5096
5214
|
} else if (tmp === 1) {
|
|
@@ -5103,8 +5221,8 @@
|
|
|
5103
5221
|
while (true);
|
|
5104
5222
|
};
|
|
5105
5223
|
protoOf(timerMiddleware$o$handle$slambda$slambda).c2d = function ($this$launchMain, completion) {
|
|
5106
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5107
|
-
i.
|
|
5224
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.k6g_1, this.l6g_1, this.m6g_1, completion);
|
|
5225
|
+
i.n6g_1 = $this$launchMain;
|
|
5108
5226
|
return i;
|
|
5109
5227
|
};
|
|
5110
5228
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5116,9 +5234,9 @@
|
|
|
5116
5234
|
return l;
|
|
5117
5235
|
}
|
|
5118
5236
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5119
|
-
this.
|
|
5120
|
-
this.
|
|
5121
|
-
this.
|
|
5237
|
+
this.w6g_1 = $jobsProvider;
|
|
5238
|
+
this.x6g_1 = $action;
|
|
5239
|
+
this.y6g_1 = $store;
|
|
5122
5240
|
CoroutineImpl.call(this, resultContinuation);
|
|
5123
5241
|
}
|
|
5124
5242
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).b2d = function ($this$launchMain, $completion) {
|
|
@@ -5137,8 +5255,8 @@
|
|
|
5137
5255
|
var tmp = this.s8_1;
|
|
5138
5256
|
if (tmp === 0) {
|
|
5139
5257
|
this.t8_1 = 1;
|
|
5140
|
-
if (this.
|
|
5141
|
-
this.
|
|
5258
|
+
if (this.w6g_1.i6e(this.x6g_1.t6f_1)) {
|
|
5259
|
+
this.y6g_1.dispatch(new TimerTickAction(this.x6g_1.t6f_1, TimerType_INTERVAL_getInstance()));
|
|
5142
5260
|
}
|
|
5143
5261
|
return Unit_instance;
|
|
5144
5262
|
} else if (tmp === 1) {
|
|
@@ -5151,8 +5269,8 @@
|
|
|
5151
5269
|
while (true);
|
|
5152
5270
|
};
|
|
5153
5271
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).c2d = function ($this$launchMain, completion) {
|
|
5154
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5155
|
-
i.
|
|
5272
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.w6g_1, this.x6g_1, this.y6g_1, completion);
|
|
5273
|
+
i.z6g_1 = $this$launchMain;
|
|
5156
5274
|
return i;
|
|
5157
5275
|
};
|
|
5158
5276
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5164,10 +5282,10 @@
|
|
|
5164
5282
|
return l;
|
|
5165
5283
|
}
|
|
5166
5284
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5167
|
-
this.
|
|
5168
|
-
this.
|
|
5169
|
-
this.
|
|
5170
|
-
this.
|
|
5285
|
+
this.i6h_1 = $action;
|
|
5286
|
+
this.j6h_1 = $asyncProvider;
|
|
5287
|
+
this.k6h_1 = $jobsProvider;
|
|
5288
|
+
this.l6h_1 = $store;
|
|
5171
5289
|
CoroutineImpl.call(this, resultContinuation);
|
|
5172
5290
|
}
|
|
5173
5291
|
protoOf(timerMiddleware$o$handle$slambda).b2d = function ($this$launchDefault, $completion) {
|
|
@@ -5187,9 +5305,9 @@
|
|
|
5187
5305
|
switch (tmp) {
|
|
5188
5306
|
case 0:
|
|
5189
5307
|
this.t8_1 = 10;
|
|
5190
|
-
if (!equalsLong(this.
|
|
5308
|
+
if (!equalsLong(this.i6h_1.v6f_1, new Long(0, 0)) && this.i6h_1.w6f_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5191
5309
|
this.s8_1 = 1;
|
|
5192
|
-
suspendResult = delay(this.
|
|
5310
|
+
suspendResult = delay(this.i6h_1.v6f_1, this);
|
|
5193
5311
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5194
5312
|
return suspendResult;
|
|
5195
5313
|
}
|
|
@@ -5203,19 +5321,19 @@
|
|
|
5203
5321
|
this.s8_1 = 2;
|
|
5204
5322
|
continue $sm;
|
|
5205
5323
|
case 2:
|
|
5206
|
-
var tmp0 = this.
|
|
5324
|
+
var tmp0 = this.i6h_1.w6f_1.q2_1;
|
|
5207
5325
|
if (tmp0 === 0) {
|
|
5208
5326
|
this.s8_1 = 8;
|
|
5209
|
-
suspendResult = delay(this.
|
|
5327
|
+
suspendResult = delay(this.i6h_1.u6f_1, this);
|
|
5210
5328
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5211
5329
|
return suspendResult;
|
|
5212
5330
|
}
|
|
5213
5331
|
continue $sm;
|
|
5214
5332
|
} else {
|
|
5215
5333
|
if (tmp0 === 1) {
|
|
5216
|
-
if (!equalsLong(this.
|
|
5334
|
+
if (!equalsLong(this.i6h_1.v6f_1, new Long(0, 0))) {
|
|
5217
5335
|
this.s8_1 = 3;
|
|
5218
|
-
suspendResult = delay(this.
|
|
5336
|
+
suspendResult = delay(this.i6h_1.v6f_1, this);
|
|
5219
5337
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5220
5338
|
return suspendResult;
|
|
5221
5339
|
}
|
|
@@ -5238,14 +5356,14 @@
|
|
|
5238
5356
|
this.s8_1 = 5;
|
|
5239
5357
|
continue $sm;
|
|
5240
5358
|
case 5:
|
|
5241
|
-
if (!get_isActive(this.
|
|
5359
|
+
if (!get_isActive(this.m6h_1)) {
|
|
5242
5360
|
this.s8_1 = 7;
|
|
5243
5361
|
continue $sm;
|
|
5244
5362
|
}
|
|
5245
5363
|
|
|
5246
|
-
this.
|
|
5364
|
+
this.j6h_1.m6c(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.k6h_1, this.i6h_1, this.l6h_1, null));
|
|
5247
5365
|
this.s8_1 = 6;
|
|
5248
|
-
suspendResult = delay(this.
|
|
5366
|
+
suspendResult = delay(this.i6h_1.v6f_1, this);
|
|
5249
5367
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5250
5368
|
return suspendResult;
|
|
5251
5369
|
}
|
|
@@ -5255,12 +5373,12 @@
|
|
|
5255
5373
|
this.s8_1 = 5;
|
|
5256
5374
|
continue $sm;
|
|
5257
5375
|
case 7:
|
|
5258
|
-
this.
|
|
5376
|
+
this.n6h_1 = Unit_instance;
|
|
5259
5377
|
this.s8_1 = 9;
|
|
5260
5378
|
continue $sm;
|
|
5261
5379
|
case 8:
|
|
5262
5380
|
var tmp_1 = this;
|
|
5263
|
-
tmp_1.
|
|
5381
|
+
tmp_1.n6h_1 = this.j6h_1.m6c(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.k6h_1, this.i6h_1, this.l6h_1, null));
|
|
5264
5382
|
this.s8_1 = 9;
|
|
5265
5383
|
continue $sm;
|
|
5266
5384
|
case 9:
|
|
@@ -5280,8 +5398,8 @@
|
|
|
5280
5398
|
while (true);
|
|
5281
5399
|
};
|
|
5282
5400
|
protoOf(timerMiddleware$o$handle$slambda).c2d = function ($this$launchDefault, completion) {
|
|
5283
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5284
|
-
i.
|
|
5401
|
+
var i = new timerMiddleware$o$handle$slambda(this.i6h_1, this.j6h_1, this.k6h_1, this.l6h_1, completion);
|
|
5402
|
+
i.m6h_1 = $this$launchDefault;
|
|
5285
5403
|
return i;
|
|
5286
5404
|
};
|
|
5287
5405
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5293,24 +5411,24 @@
|
|
|
5293
5411
|
return l;
|
|
5294
5412
|
}
|
|
5295
5413
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5296
|
-
this.
|
|
5297
|
-
this.
|
|
5414
|
+
this.o6h_1 = $asyncProvider;
|
|
5415
|
+
this.p6h_1 = $jobsProvider;
|
|
5298
5416
|
}
|
|
5299
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5417
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).b6g = function (action) {
|
|
5300
5418
|
return action instanceof TimerAction;
|
|
5301
5419
|
};
|
|
5302
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5420
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).q6h = function (store, next, action) {
|
|
5303
5421
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5304
5422
|
if (action_0 instanceof StartTimerAction) {
|
|
5305
|
-
var job = this.
|
|
5306
|
-
this.
|
|
5423
|
+
var job = this.o6h_1.i6c(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.o6h_1, this.p6h_1, store, null));
|
|
5424
|
+
this.p6h_1.e6e(action_0.t6f_1, job);
|
|
5307
5425
|
} else {
|
|
5308
5426
|
if (action_0 instanceof StopTimerAction) {
|
|
5309
|
-
this.
|
|
5427
|
+
this.p6h_1.f6e(action_0.s6f_1);
|
|
5310
5428
|
} else {
|
|
5311
5429
|
if (action_0 instanceof TimerTickAction) {
|
|
5312
|
-
if (action_0.
|
|
5313
|
-
this.
|
|
5430
|
+
if (action_0.y6f_1.equals(TimerType_DELAY_getInstance())) {
|
|
5431
|
+
this.p6h_1.g6e(action_0.x6f_1);
|
|
5314
5432
|
}
|
|
5315
5433
|
} else {
|
|
5316
5434
|
noWhenBranchMatchedException();
|
|
@@ -5319,8 +5437,8 @@
|
|
|
5319
5437
|
}
|
|
5320
5438
|
next(action_0);
|
|
5321
5439
|
};
|
|
5322
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5323
|
-
return this.
|
|
5440
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).a6g = function (store, next, action) {
|
|
5441
|
+
return this.q6h(store, next, action);
|
|
5324
5442
|
};
|
|
5325
5443
|
function compose(functions) {
|
|
5326
5444
|
return compose$lambda(functions);
|
|
@@ -5364,7 +5482,7 @@
|
|
|
5364
5482
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5365
5483
|
try {
|
|
5366
5484
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5367
|
-
currentState._v = currentReducer._v.
|
|
5485
|
+
currentState._v = currentReducer._v.r6h(currentState._v, action);
|
|
5368
5486
|
stateTrigger.i2b(Unit_instance);
|
|
5369
5487
|
} catch ($p) {
|
|
5370
5488
|
if ($p instanceof Exception) {
|
|
@@ -5388,8 +5506,8 @@
|
|
|
5388
5506
|
};
|
|
5389
5507
|
}
|
|
5390
5508
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5391
|
-
this.
|
|
5392
|
-
this.
|
|
5509
|
+
this.a6i_1 = $$this$unsafeFlow;
|
|
5510
|
+
this.b6i_1 = this$0;
|
|
5393
5511
|
CoroutineImpl.call(this, resultContinuation);
|
|
5394
5512
|
}
|
|
5395
5513
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).w2h = function (value, $completion) {
|
|
@@ -5409,10 +5527,10 @@
|
|
|
5409
5527
|
switch (tmp) {
|
|
5410
5528
|
case 0:
|
|
5411
5529
|
this.t8_1 = 2;
|
|
5412
|
-
var tmp0 = this.
|
|
5413
|
-
this.
|
|
5530
|
+
var tmp0 = this.a6i_1;
|
|
5531
|
+
this.c6i_1;
|
|
5414
5532
|
this.s8_1 = 1;
|
|
5415
|
-
suspendResult = tmp0.n28(this.
|
|
5533
|
+
suspendResult = tmp0.n28(this.b6i_1.state, this);
|
|
5416
5534
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5417
5535
|
return suspendResult;
|
|
5418
5536
|
}
|
|
@@ -5435,8 +5553,8 @@
|
|
|
5435
5553
|
while (true);
|
|
5436
5554
|
};
|
|
5437
5555
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).x2h = function (value, completion) {
|
|
5438
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5439
|
-
i.
|
|
5556
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.a6i_1, this.b6i_1, completion);
|
|
5557
|
+
i.c6i_1 = value;
|
|
5440
5558
|
return i;
|
|
5441
5559
|
};
|
|
5442
5560
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5449,8 +5567,8 @@
|
|
|
5449
5567
|
}
|
|
5450
5568
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5451
5569
|
CoroutineImpl.call(this, resultContinuation);
|
|
5452
|
-
this.
|
|
5453
|
-
this.
|
|
5570
|
+
this.l6i_1 = _this__u8e3s4;
|
|
5571
|
+
this.m6i_1 = collector;
|
|
5454
5572
|
}
|
|
5455
5573
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5456
5574
|
var suspendResult = this.u8_1;
|
|
@@ -5460,10 +5578,10 @@
|
|
|
5460
5578
|
switch (tmp) {
|
|
5461
5579
|
case 0:
|
|
5462
5580
|
this.t8_1 = 2;
|
|
5463
|
-
var $this$unsafeFlow = this.
|
|
5581
|
+
var $this$unsafeFlow = this.m6i_1;
|
|
5464
5582
|
this.s8_1 = 1;
|
|
5465
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5466
|
-
suspendResult = this.
|
|
5583
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.l6i_1.o6i_1, null);
|
|
5584
|
+
suspendResult = this.l6i_1.n6i_1.n27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5467
5585
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5468
5586
|
return suspendResult;
|
|
5469
5587
|
}
|
|
@@ -5486,13 +5604,13 @@
|
|
|
5486
5604
|
while (true);
|
|
5487
5605
|
};
|
|
5488
5606
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
5489
|
-
this.
|
|
5607
|
+
this.p6i_1 = function_0;
|
|
5490
5608
|
}
|
|
5491
5609
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).n28 = function (value, $completion) {
|
|
5492
|
-
return this.
|
|
5610
|
+
return this.p6i_1(value, $completion);
|
|
5493
5611
|
};
|
|
5494
5612
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
5495
|
-
return this.
|
|
5613
|
+
return this.p6i_1;
|
|
5496
5614
|
};
|
|
5497
5615
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
5498
5616
|
var tmp;
|
|
@@ -5525,8 +5643,8 @@
|
|
|
5525
5643
|
};
|
|
5526
5644
|
}
|
|
5527
5645
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
5528
|
-
this.
|
|
5529
|
-
this.
|
|
5646
|
+
this.n6i_1 = $this;
|
|
5647
|
+
this.o6i_1 = this$0;
|
|
5530
5648
|
}
|
|
5531
5649
|
protoOf(createStore$3$observe$$inlined$map$1).o28 = function (collector, $completion) {
|
|
5532
5650
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -5538,33 +5656,33 @@
|
|
|
5538
5656
|
return this.o28(collector, $completion);
|
|
5539
5657
|
};
|
|
5540
5658
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
5541
|
-
this.
|
|
5542
|
-
this.
|
|
5543
|
-
this.
|
|
5659
|
+
this.t6i_1 = $currentState;
|
|
5660
|
+
this.u6i_1 = $stateTrigger;
|
|
5661
|
+
this.q6i_1 = this;
|
|
5544
5662
|
var tmp = this;
|
|
5545
|
-
tmp.
|
|
5663
|
+
tmp.r6i_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
5546
5664
|
var tmp_0 = this;
|
|
5547
|
-
tmp_0.
|
|
5665
|
+
tmp_0.s6i_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
5548
5666
|
}
|
|
5549
|
-
protoOf(createStore$3).u6i = function () {
|
|
5550
|
-
return this.p6i_1;
|
|
5551
|
-
};
|
|
5552
|
-
protoOf(createStore$3).u66 = function () {
|
|
5553
|
-
return createStore$getState(this.s6i_1);
|
|
5554
|
-
};
|
|
5555
|
-
protoOf(createStore$3).y6f = function (_set____db54di) {
|
|
5556
|
-
this.q6i_1 = _set____db54di;
|
|
5557
|
-
};
|
|
5558
5667
|
protoOf(createStore$3).v6i = function () {
|
|
5559
5668
|
return this.q6i_1;
|
|
5560
5669
|
};
|
|
5670
|
+
protoOf(createStore$3).t66 = function () {
|
|
5671
|
+
return createStore$getState(this.t6i_1);
|
|
5672
|
+
};
|
|
5673
|
+
protoOf(createStore$3).z6f = function (_set____db54di) {
|
|
5674
|
+
this.r6i_1 = _set____db54di;
|
|
5675
|
+
};
|
|
5561
5676
|
protoOf(createStore$3).w6i = function () {
|
|
5562
5677
|
return this.r6i_1;
|
|
5563
5678
|
};
|
|
5564
5679
|
protoOf(createStore$3).x6i = function () {
|
|
5680
|
+
return this.s6i_1;
|
|
5681
|
+
};
|
|
5682
|
+
protoOf(createStore$3).y6i = function () {
|
|
5565
5683
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
5566
5684
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
5567
|
-
var this_0 = this.
|
|
5685
|
+
var this_0 = this.u6i_1;
|
|
5568
5686
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
5569
5687
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
5570
5688
|
};
|
|
@@ -5640,10 +5758,10 @@
|
|
|
5640
5758
|
return new middleware$1(dispatch);
|
|
5641
5759
|
}
|
|
5642
5760
|
function middleware$1($dispatch) {
|
|
5643
|
-
this.
|
|
5761
|
+
this.z6i_1 = $dispatch;
|
|
5644
5762
|
}
|
|
5645
|
-
protoOf(middleware$1).
|
|
5646
|
-
this.
|
|
5763
|
+
protoOf(middleware$1).a6g = function (store, next, action) {
|
|
5764
|
+
this.z6i_1(store, next, action);
|
|
5647
5765
|
};
|
|
5648
5766
|
function Reducer() {
|
|
5649
5767
|
}
|
|
@@ -5651,11 +5769,11 @@
|
|
|
5651
5769
|
return new combineReducers$1(reducers);
|
|
5652
5770
|
}
|
|
5653
5771
|
function combineReducers$1($reducers) {
|
|
5654
|
-
this.
|
|
5772
|
+
this.a6j_1 = $reducers;
|
|
5655
5773
|
}
|
|
5656
|
-
protoOf(combineReducers$1).
|
|
5774
|
+
protoOf(combineReducers$1).b6j = function (state, action) {
|
|
5657
5775
|
// Inline function 'kotlin.collections.filter' call
|
|
5658
|
-
var tmp0 = this.
|
|
5776
|
+
var tmp0 = this.a6j_1;
|
|
5659
5777
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5660
5778
|
var destination = ArrayList_init_$Create$();
|
|
5661
5779
|
var inductionVariable = 0;
|
|
@@ -5663,7 +5781,7 @@
|
|
|
5663
5781
|
while (inductionVariable < last) {
|
|
5664
5782
|
var element = tmp0[inductionVariable];
|
|
5665
5783
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5666
|
-
if (element.
|
|
5784
|
+
if (element.b6g(action)) {
|
|
5667
5785
|
destination.j(element);
|
|
5668
5786
|
}
|
|
5669
5787
|
}
|
|
@@ -5673,12 +5791,12 @@
|
|
|
5673
5791
|
while (_iterator__ex2g4s.m()) {
|
|
5674
5792
|
var element_0 = _iterator__ex2g4s.n();
|
|
5675
5793
|
var s = accumulator;
|
|
5676
|
-
accumulator = element_0.
|
|
5794
|
+
accumulator = element_0.r6h(s, action);
|
|
5677
5795
|
}
|
|
5678
5796
|
return accumulator;
|
|
5679
5797
|
};
|
|
5680
|
-
protoOf(combineReducers$1).
|
|
5681
|
-
return this.
|
|
5798
|
+
protoOf(combineReducers$1).r6h = function (state, action) {
|
|
5799
|
+
return this.b6j((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
5682
5800
|
};
|
|
5683
5801
|
function Store() {
|
|
5684
5802
|
}
|
|
@@ -5690,13 +5808,13 @@
|
|
|
5690
5808
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
5691
5809
|
}
|
|
5692
5810
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
5693
|
-
this.
|
|
5811
|
+
this.c6j_1 = function_0;
|
|
5694
5812
|
}
|
|
5695
5813
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).n28 = function (value, $completion) {
|
|
5696
|
-
return this.
|
|
5814
|
+
return this.c6j_1(value, $completion);
|
|
5697
5815
|
};
|
|
5698
5816
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).b3 = function () {
|
|
5699
|
-
return this.
|
|
5817
|
+
return this.c6j_1;
|
|
5700
5818
|
};
|
|
5701
5819
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
5702
5820
|
var tmp;
|
|
@@ -5717,9 +5835,9 @@
|
|
|
5717
5835
|
return hashCode(this.b3());
|
|
5718
5836
|
};
|
|
5719
5837
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
5720
|
-
this.
|
|
5721
|
-
this.
|
|
5722
|
-
this.
|
|
5838
|
+
this.l6j_1 = $intervalMillis;
|
|
5839
|
+
this.m6j_1 = $this_channelFlow;
|
|
5840
|
+
this.n6j_1 = $events;
|
|
5723
5841
|
CoroutineImpl.call(this, resultContinuation);
|
|
5724
5842
|
}
|
|
5725
5843
|
protoOf(windowedByInterval$slambda$slambda).b2d = function ($this$launch, $completion) {
|
|
@@ -5742,13 +5860,13 @@
|
|
|
5742
5860
|
this.s8_1 = 1;
|
|
5743
5861
|
continue $sm;
|
|
5744
5862
|
case 1:
|
|
5745
|
-
if (!get_isActive(this.
|
|
5863
|
+
if (!get_isActive(this.o6j_1)) {
|
|
5746
5864
|
this.s8_1 = 4;
|
|
5747
5865
|
continue $sm;
|
|
5748
5866
|
}
|
|
5749
5867
|
|
|
5750
5868
|
this.s8_1 = 2;
|
|
5751
|
-
suspendResult = delay(this.
|
|
5869
|
+
suspendResult = delay(this.l6j_1, this);
|
|
5752
5870
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5753
5871
|
return suspendResult;
|
|
5754
5872
|
}
|
|
@@ -5756,14 +5874,14 @@
|
|
|
5756
5874
|
continue $sm;
|
|
5757
5875
|
case 2:
|
|
5758
5876
|
this.s8_1 = 3;
|
|
5759
|
-
suspendResult = this.
|
|
5877
|
+
suspendResult = this.m6j_1.w25(toList(this.n6j_1), this);
|
|
5760
5878
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5761
5879
|
return suspendResult;
|
|
5762
5880
|
}
|
|
5763
5881
|
|
|
5764
5882
|
continue $sm;
|
|
5765
5883
|
case 3:
|
|
5766
|
-
this.
|
|
5884
|
+
this.n6j_1.i2();
|
|
5767
5885
|
this.s8_1 = 1;
|
|
5768
5886
|
continue $sm;
|
|
5769
5887
|
case 4:
|
|
@@ -5783,8 +5901,8 @@
|
|
|
5783
5901
|
while (true);
|
|
5784
5902
|
};
|
|
5785
5903
|
protoOf(windowedByInterval$slambda$slambda).c2d = function ($this$launch, completion) {
|
|
5786
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
5787
|
-
i.
|
|
5904
|
+
var i = new windowedByInterval$slambda$slambda(this.l6j_1, this.m6j_1, this.n6j_1, completion);
|
|
5905
|
+
i.o6j_1 = $this$launch;
|
|
5788
5906
|
return i;
|
|
5789
5907
|
};
|
|
5790
5908
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -5796,7 +5914,7 @@
|
|
|
5796
5914
|
return l;
|
|
5797
5915
|
}
|
|
5798
5916
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
5799
|
-
this.
|
|
5917
|
+
this.x6j_1 = $events;
|
|
5800
5918
|
CoroutineImpl.call(this, resultContinuation);
|
|
5801
5919
|
}
|
|
5802
5920
|
protoOf(windowedByInterval$slambda$slambda_1).q2e = function (event, $completion) {
|
|
@@ -5815,7 +5933,7 @@
|
|
|
5815
5933
|
var tmp = this.s8_1;
|
|
5816
5934
|
if (tmp === 0) {
|
|
5817
5935
|
this.t8_1 = 1;
|
|
5818
|
-
this.
|
|
5936
|
+
this.x6j_1.j(this.y6j_1);
|
|
5819
5937
|
return Unit_instance;
|
|
5820
5938
|
} else if (tmp === 1) {
|
|
5821
5939
|
throw this.v8_1;
|
|
@@ -5827,8 +5945,8 @@
|
|
|
5827
5945
|
while (true);
|
|
5828
5946
|
};
|
|
5829
5947
|
protoOf(windowedByInterval$slambda$slambda_1).r2e = function (event, completion) {
|
|
5830
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
5831
|
-
i.
|
|
5948
|
+
var i = new windowedByInterval$slambda$slambda_1(this.x6j_1, completion);
|
|
5949
|
+
i.y6j_1 = event;
|
|
5832
5950
|
return i;
|
|
5833
5951
|
};
|
|
5834
5952
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -5840,18 +5958,18 @@
|
|
|
5840
5958
|
return l;
|
|
5841
5959
|
}
|
|
5842
5960
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
5843
|
-
this.
|
|
5844
|
-
this.
|
|
5961
|
+
this.h6k_1 = $this_windowedByInterval;
|
|
5962
|
+
this.i6k_1 = $intervalMillis;
|
|
5845
5963
|
CoroutineImpl.call(this, resultContinuation);
|
|
5846
5964
|
}
|
|
5847
|
-
protoOf(windowedByInterval$slambda).
|
|
5848
|
-
var tmp = this.
|
|
5965
|
+
protoOf(windowedByInterval$slambda).l6k = function ($this$channelFlow, $completion) {
|
|
5966
|
+
var tmp = this.m6k($this$channelFlow, $completion);
|
|
5849
5967
|
tmp.u8_1 = Unit_instance;
|
|
5850
5968
|
tmp.v8_1 = null;
|
|
5851
5969
|
return tmp.a9();
|
|
5852
5970
|
};
|
|
5853
5971
|
protoOf(windowedByInterval$slambda).i9 = function (p1, $completion) {
|
|
5854
|
-
return this.
|
|
5972
|
+
return this.l6k((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5855
5973
|
};
|
|
5856
5974
|
protoOf(windowedByInterval$slambda).a9 = function () {
|
|
5857
5975
|
var suspendResult = this.u8_1;
|
|
@@ -5862,11 +5980,11 @@
|
|
|
5862
5980
|
case 0:
|
|
5863
5981
|
this.t8_1 = 3;
|
|
5864
5982
|
var tmp_0 = this;
|
|
5865
|
-
tmp_0.
|
|
5866
|
-
launch(this.
|
|
5983
|
+
tmp_0.k6k_1 = ArrayList_init_$Create$();
|
|
5984
|
+
launch(this.j6k_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.i6k_1, this.j6k_1, this.k6k_1, null));
|
|
5867
5985
|
this.s8_1 = 1;
|
|
5868
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
5869
|
-
suspendResult = this.
|
|
5986
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.k6k_1, null);
|
|
5987
|
+
suspendResult = this.h6k_1.n27(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
5870
5988
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5871
5989
|
return suspendResult;
|
|
5872
5990
|
}
|
|
@@ -5874,7 +5992,7 @@
|
|
|
5874
5992
|
continue $sm;
|
|
5875
5993
|
case 1:
|
|
5876
5994
|
this.s8_1 = 2;
|
|
5877
|
-
suspendResult = this.
|
|
5995
|
+
suspendResult = this.j6k_1.w25(toList(this.k6k_1), this);
|
|
5878
5996
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5879
5997
|
return suspendResult;
|
|
5880
5998
|
}
|
|
@@ -5896,21 +6014,21 @@
|
|
|
5896
6014
|
}
|
|
5897
6015
|
while (true);
|
|
5898
6016
|
};
|
|
5899
|
-
protoOf(windowedByInterval$slambda).
|
|
5900
|
-
var i = new windowedByInterval$slambda(this.
|
|
5901
|
-
i.
|
|
6017
|
+
protoOf(windowedByInterval$slambda).m6k = function ($this$channelFlow, completion) {
|
|
6018
|
+
var i = new windowedByInterval$slambda(this.h6k_1, this.i6k_1, completion);
|
|
6019
|
+
i.j6k_1 = $this$channelFlow;
|
|
5902
6020
|
return i;
|
|
5903
6021
|
};
|
|
5904
6022
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
5905
6023
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
5906
6024
|
var l = function ($this$channelFlow, $completion) {
|
|
5907
|
-
return i.
|
|
6025
|
+
return i.l6k($this$channelFlow, $completion);
|
|
5908
6026
|
};
|
|
5909
6027
|
l.$arity = 1;
|
|
5910
6028
|
return l;
|
|
5911
6029
|
}
|
|
5912
6030
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
5913
|
-
this.
|
|
6031
|
+
this.v6k_1 = $$this$unsafeFlow;
|
|
5914
6032
|
CoroutineImpl.call(this, resultContinuation);
|
|
5915
6033
|
}
|
|
5916
6034
|
protoOf(windowedByInterval$o$collect$slambda).w2h = function (value, $completion) {
|
|
@@ -5931,14 +6049,14 @@
|
|
|
5931
6049
|
case 0:
|
|
5932
6050
|
this.t8_1 = 5;
|
|
5933
6051
|
var tmp_0 = this;
|
|
5934
|
-
tmp_0.
|
|
6052
|
+
tmp_0.y6k_1 = this.v6k_1;
|
|
5935
6053
|
var tmp_1 = this;
|
|
5936
|
-
tmp_1.
|
|
6054
|
+
tmp_1.x6k_1 = this.w6k_1;
|
|
5937
6055
|
this.s8_1 = 1;
|
|
5938
6056
|
continue $sm;
|
|
5939
6057
|
case 1:
|
|
5940
|
-
var $this$transform = this.
|
|
5941
|
-
var value = this.
|
|
6058
|
+
var $this$transform = this.y6k_1;
|
|
6059
|
+
var value = this.x6k_1;
|
|
5942
6060
|
if (!value.r()) {
|
|
5943
6061
|
this.s8_1 = 3;
|
|
5944
6062
|
suspendResult = $this$transform.n28(value, this);
|
|
@@ -5979,8 +6097,8 @@
|
|
|
5979
6097
|
while (true);
|
|
5980
6098
|
};
|
|
5981
6099
|
protoOf(windowedByInterval$o$collect$slambda).x2h = function (value, completion) {
|
|
5982
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
5983
|
-
i.
|
|
6100
|
+
var i = new windowedByInterval$o$collect$slambda(this.v6k_1, completion);
|
|
6101
|
+
i.w6k_1 = value;
|
|
5984
6102
|
return i;
|
|
5985
6103
|
};
|
|
5986
6104
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -5993,8 +6111,8 @@
|
|
|
5993
6111
|
}
|
|
5994
6112
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
5995
6113
|
CoroutineImpl.call(this, resultContinuation);
|
|
5996
|
-
this.
|
|
5997
|
-
this.
|
|
6114
|
+
this.h6l_1 = _this__u8e3s4;
|
|
6115
|
+
this.i6l_1 = collector;
|
|
5998
6116
|
}
|
|
5999
6117
|
protoOf($collectCOROUTINE$_0).a9 = function () {
|
|
6000
6118
|
var suspendResult = this.u8_1;
|
|
@@ -6004,10 +6122,10 @@
|
|
|
6004
6122
|
switch (tmp) {
|
|
6005
6123
|
case 0:
|
|
6006
6124
|
this.t8_1 = 2;
|
|
6007
|
-
var $this$unsafeFlow = this.
|
|
6125
|
+
var $this$unsafeFlow = this.i6l_1;
|
|
6008
6126
|
this.s8_1 = 1;
|
|
6009
6127
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6010
|
-
suspendResult = this.
|
|
6128
|
+
suspendResult = this.h6l_1.j6l_1.n27(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6011
6129
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6012
6130
|
return suspendResult;
|
|
6013
6131
|
}
|
|
@@ -6030,7 +6148,7 @@
|
|
|
6030
6148
|
while (true);
|
|
6031
6149
|
};
|
|
6032
6150
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6033
|
-
this.
|
|
6151
|
+
this.j6l_1 = $this;
|
|
6034
6152
|
}
|
|
6035
6153
|
protoOf(windowedByInterval$$inlined$filter$1).o28 = function (collector, $completion) {
|
|
6036
6154
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -6126,15 +6244,33 @@
|
|
|
6126
6244
|
}
|
|
6127
6245
|
function previousToOrNull(_this__u8e3s4, index) {
|
|
6128
6246
|
var previousItemIndex = index - 1 | 0;
|
|
6129
|
-
|
|
6247
|
+
var tmp;
|
|
6248
|
+
if (previousItemIndex < 0) {
|
|
6249
|
+
tmp = null;
|
|
6250
|
+
} else {
|
|
6251
|
+
tmp = _this__u8e3s4.p(previousItemIndex);
|
|
6252
|
+
}
|
|
6253
|
+
return tmp;
|
|
6130
6254
|
}
|
|
6131
6255
|
function nextToOrNull(_this__u8e3s4, index) {
|
|
6132
6256
|
var nextItemIndex = index + 1 | 0;
|
|
6133
|
-
|
|
6257
|
+
var tmp;
|
|
6258
|
+
if (nextItemIndex > get_lastIndex(_this__u8e3s4)) {
|
|
6259
|
+
tmp = null;
|
|
6260
|
+
} else {
|
|
6261
|
+
tmp = _this__u8e3s4.p(nextItemIndex);
|
|
6262
|
+
}
|
|
6263
|
+
return tmp;
|
|
6134
6264
|
}
|
|
6135
6265
|
function nextTo(_this__u8e3s4, index) {
|
|
6136
6266
|
var nextItemIndex = index + 1 | 0;
|
|
6137
|
-
|
|
6267
|
+
var tmp;
|
|
6268
|
+
if (nextItemIndex > get_lastIndex(_this__u8e3s4)) {
|
|
6269
|
+
tmp = _this__u8e3s4.p(0);
|
|
6270
|
+
} else {
|
|
6271
|
+
tmp = _this__u8e3s4.p(nextItemIndex);
|
|
6272
|
+
}
|
|
6273
|
+
return tmp;
|
|
6138
6274
|
}
|
|
6139
6275
|
function getItemIndex(_this__u8e3s4, predicate) {
|
|
6140
6276
|
// Inline function 'kotlin.collections.mapIndexedNotNull' call
|
|
@@ -6232,11 +6368,23 @@
|
|
|
6232
6368
|
}
|
|
6233
6369
|
function previous(_this__u8e3s4, predicate) {
|
|
6234
6370
|
var previousItemIndex = getItemIndex(_this__u8e3s4, predicate) - 1 | 0;
|
|
6235
|
-
|
|
6371
|
+
var tmp;
|
|
6372
|
+
if (previousItemIndex < 0) {
|
|
6373
|
+
tmp = _this__u8e3s4.p(0);
|
|
6374
|
+
} else {
|
|
6375
|
+
tmp = _this__u8e3s4.p(previousItemIndex);
|
|
6376
|
+
}
|
|
6377
|
+
return tmp;
|
|
6236
6378
|
}
|
|
6237
6379
|
function nextTo_0(_this__u8e3s4, predicate) {
|
|
6238
6380
|
var nextItemIndex = getItemIndex(_this__u8e3s4, predicate) + 1 | 0;
|
|
6239
|
-
|
|
6381
|
+
var tmp;
|
|
6382
|
+
if (nextItemIndex > get_lastIndex(_this__u8e3s4)) {
|
|
6383
|
+
tmp = _this__u8e3s4.p(0);
|
|
6384
|
+
} else {
|
|
6385
|
+
tmp = _this__u8e3s4.p(nextItemIndex);
|
|
6386
|
+
}
|
|
6387
|
+
return tmp;
|
|
6240
6388
|
}
|
|
6241
6389
|
function sortWithPosition(_this__u8e3s4, position) {
|
|
6242
6390
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
@@ -6298,28 +6446,28 @@
|
|
|
6298
6446
|
};
|
|
6299
6447
|
}
|
|
6300
6448
|
function ServerLoggerKey(gameId) {
|
|
6301
|
-
this.
|
|
6449
|
+
this.k6l_1 = gameId;
|
|
6302
6450
|
}
|
|
6303
|
-
protoOf(ServerLoggerKey).
|
|
6304
|
-
return this.
|
|
6451
|
+
protoOf(ServerLoggerKey).l6l = function () {
|
|
6452
|
+
return this.k6l_1;
|
|
6305
6453
|
};
|
|
6306
6454
|
protoOf(ServerLoggerKey).toString = function () {
|
|
6307
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
6455
|
+
return 'ServerLoggerKey(gameId=' + this.k6l_1 + ')';
|
|
6308
6456
|
};
|
|
6309
6457
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
6310
|
-
return getStringHashCode(this.
|
|
6458
|
+
return getStringHashCode(this.k6l_1);
|
|
6311
6459
|
};
|
|
6312
6460
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
6313
6461
|
if (this === other)
|
|
6314
6462
|
return true;
|
|
6315
6463
|
if (!(other instanceof ServerLoggerKey))
|
|
6316
6464
|
return false;
|
|
6317
|
-
if (!(this.
|
|
6465
|
+
if (!(this.k6l_1 === other.k6l_1))
|
|
6318
6466
|
return false;
|
|
6319
6467
|
return true;
|
|
6320
6468
|
};
|
|
6321
6469
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
6322
|
-
return $this.
|
|
6470
|
+
return $this.m6l_1.x();
|
|
6323
6471
|
}
|
|
6324
6472
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
6325
6473
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
|
|
@@ -6359,7 +6507,7 @@
|
|
|
6359
6507
|
Companion_instance_23 = this;
|
|
6360
6508
|
var tmp = this;
|
|
6361
6509
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6362
|
-
tmp.
|
|
6510
|
+
tmp.m6l_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6363
6511
|
}
|
|
6364
6512
|
protoOf(Companion_21).a1c = function () {
|
|
6365
6513
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6422,7 +6570,7 @@
|
|
|
6422
6570
|
// Inline function 'kotlin.arrayOf' call
|
|
6423
6571
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6424
6572
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6425
|
-
tmp.
|
|
6573
|
+
tmp.s6l_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6426
6574
|
}
|
|
6427
6575
|
protoOf(Companion_22).a1c = function () {
|
|
6428
6576
|
return $serializer_getInstance_10();
|
|
@@ -6441,12 +6589,12 @@
|
|
|
6441
6589
|
tmp0_serialDesc.gz('tag', false);
|
|
6442
6590
|
tmp0_serialDesc.gz('message', false);
|
|
6443
6591
|
tmp0_serialDesc.gz('stackTrace', false);
|
|
6444
|
-
this.
|
|
6592
|
+
this.t6l_1 = tmp0_serialDesc;
|
|
6445
6593
|
}
|
|
6446
|
-
protoOf($serializer_10).
|
|
6447
|
-
var tmp0_desc = this.
|
|
6594
|
+
protoOf($serializer_10).u6l = function (encoder, value) {
|
|
6595
|
+
var tmp0_desc = this.t6l_1;
|
|
6448
6596
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
6449
|
-
var tmp2_cached = Companion_getInstance_25().
|
|
6597
|
+
var tmp2_cached = Companion_getInstance_25().s6l_1;
|
|
6450
6598
|
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
6451
6599
|
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
6452
6600
|
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -6455,10 +6603,10 @@
|
|
|
6455
6603
|
tmp1_output.pr(tmp0_desc);
|
|
6456
6604
|
};
|
|
6457
6605
|
protoOf($serializer_10).co = function (encoder, value) {
|
|
6458
|
-
return this.
|
|
6606
|
+
return this.u6l(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
6459
6607
|
};
|
|
6460
6608
|
protoOf($serializer_10).do = function (decoder) {
|
|
6461
|
-
var tmp0_desc = this.
|
|
6609
|
+
var tmp0_desc = this.t6l_1;
|
|
6462
6610
|
var tmp1_flag = true;
|
|
6463
6611
|
var tmp2_index = 0;
|
|
6464
6612
|
var tmp3_bitMask0 = 0;
|
|
@@ -6468,7 +6616,7 @@
|
|
|
6468
6616
|
var tmp7_local3 = null;
|
|
6469
6617
|
var tmp8_local4 = null;
|
|
6470
6618
|
var tmp9_input = decoder.or(tmp0_desc);
|
|
6471
|
-
var tmp10_cached = Companion_getInstance_25().
|
|
6619
|
+
var tmp10_cached = Companion_getInstance_25().s6l_1;
|
|
6472
6620
|
if (tmp9_input.es()) {
|
|
6473
6621
|
tmp4_local0 = tmp9_input.as(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
6474
6622
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -6515,13 +6663,13 @@
|
|
|
6515
6663
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
6516
6664
|
};
|
|
6517
6665
|
protoOf($serializer_10).bo = function () {
|
|
6518
|
-
return this.
|
|
6666
|
+
return this.t6l_1;
|
|
6519
6667
|
};
|
|
6520
6668
|
protoOf($serializer_10).vz = function () {
|
|
6521
6669
|
// Inline function 'kotlin.arrayOf' call
|
|
6522
6670
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6523
6671
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6524
|
-
return [Companion_getInstance_25().
|
|
6672
|
+
return [Companion_getInstance_25().s6l_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
6525
6673
|
};
|
|
6526
6674
|
var $serializer_instance_10;
|
|
6527
6675
|
function $serializer_getInstance_10() {
|
|
@@ -6531,7 +6679,7 @@
|
|
|
6531
6679
|
}
|
|
6532
6680
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
6533
6681
|
if (!(31 === (31 & seen0))) {
|
|
6534
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().
|
|
6682
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_10().t6l_1);
|
|
6535
6683
|
}
|
|
6536
6684
|
$this.type = type;
|
|
6537
6685
|
$this.key = key;
|
|
@@ -6563,7 +6711,7 @@
|
|
|
6563
6711
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
6564
6712
|
return this.message;
|
|
6565
6713
|
};
|
|
6566
|
-
protoOf(LoggerOutputDataDto).
|
|
6714
|
+
protoOf(LoggerOutputDataDto).v6l = function () {
|
|
6567
6715
|
return this.stackTrace;
|
|
6568
6716
|
};
|
|
6569
6717
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -6617,10 +6765,10 @@
|
|
|
6617
6765
|
protoOf(LoggerOutputDataDto).n54 = function () {
|
|
6618
6766
|
return this.message;
|
|
6619
6767
|
};
|
|
6620
|
-
protoOf(LoggerOutputDataDto).
|
|
6768
|
+
protoOf(LoggerOutputDataDto).p66 = function () {
|
|
6621
6769
|
return this.stackTrace;
|
|
6622
6770
|
};
|
|
6623
|
-
protoOf(LoggerOutputDataDto).
|
|
6771
|
+
protoOf(LoggerOutputDataDto).w6l = function (type, key, tag, message, stackTrace) {
|
|
6624
6772
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
6625
6773
|
};
|
|
6626
6774
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -6629,7 +6777,7 @@
|
|
|
6629
6777
|
tag = tag === VOID ? this.tag : tag;
|
|
6630
6778
|
message = message === VOID ? this.message : message;
|
|
6631
6779
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
6632
|
-
return $super === VOID ? this.
|
|
6780
|
+
return $super === VOID ? this.w6l(type, key, tag, message, stackTrace) : $super.w6l.call(this, type, key, tag, message, stackTrace);
|
|
6633
6781
|
};
|
|
6634
6782
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
6635
6783
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -6660,19 +6808,19 @@
|
|
|
6660
6808
|
return true;
|
|
6661
6809
|
};
|
|
6662
6810
|
function checkInitialised($this) {
|
|
6663
|
-
if ($this.
|
|
6811
|
+
if ($this.x6l_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
6664
6812
|
Logger_getInstance().z1l(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
6665
6813
|
}
|
|
6666
6814
|
}
|
|
6667
6815
|
function AppEnvironment() {
|
|
6668
6816
|
AppEnvironment_instance = this;
|
|
6669
|
-
this.
|
|
6817
|
+
this.x6l_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
6670
6818
|
}
|
|
6671
|
-
protoOf(AppEnvironment).
|
|
6672
|
-
this.
|
|
6819
|
+
protoOf(AppEnvironment).y6l = function (value) {
|
|
6820
|
+
this.x6l_1 = value;
|
|
6673
6821
|
};
|
|
6674
|
-
protoOf(AppEnvironment).
|
|
6675
|
-
var tmp = this.
|
|
6822
|
+
protoOf(AppEnvironment).z6l = function () {
|
|
6823
|
+
var tmp = this.x6l_1;
|
|
6676
6824
|
// Inline function 'kotlin.also' call
|
|
6677
6825
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
6678
6826
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -7136,21 +7284,12 @@
|
|
|
7136
7284
|
defineProp(protoOf(PlayerLostConnectionReason), 'playerId', function () {
|
|
7137
7285
|
return this.v65();
|
|
7138
7286
|
});
|
|
7139
|
-
defineProp(protoOf(PlayerLostConnectionReason), 'connectionState', function () {
|
|
7140
|
-
return this.w65();
|
|
7141
|
-
});
|
|
7142
7287
|
defineProp(protoOf(PlayerTimeoutReason), 'playerId', function () {
|
|
7143
7288
|
return this.v65();
|
|
7144
7289
|
});
|
|
7145
|
-
defineProp(protoOf(PlayerTimeoutReason), 'connectionState', function () {
|
|
7146
|
-
return this.w65();
|
|
7147
|
-
});
|
|
7148
7290
|
defineProp(protoOf(PlayerExitReason), 'playerId', function () {
|
|
7149
7291
|
return this.v65();
|
|
7150
7292
|
});
|
|
7151
|
-
defineProp(protoOf(PlayerExitReason), 'connectionState', function () {
|
|
7152
|
-
return this.w65();
|
|
7153
|
-
});
|
|
7154
7293
|
defineProp(protoOf(Reason), 'name', protoOf(Reason).r2);
|
|
7155
7294
|
defineProp(protoOf(Reason), 'ordinal', protoOf(Reason).s2);
|
|
7156
7295
|
defineProp(protoOf(Reason_0), 'name', protoOf(Reason_0).r2);
|
|
@@ -7161,16 +7300,18 @@
|
|
|
7161
7300
|
defineProp(protoOf(PlayerIndex), 'playerId', function () {
|
|
7162
7301
|
return this.v65();
|
|
7163
7302
|
});
|
|
7164
|
-
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).
|
|
7165
|
-
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).
|
|
7166
|
-
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).
|
|
7167
|
-
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).
|
|
7303
|
+
defineProp(protoOf(PlayerConnectionState), 'isLive', protoOf(PlayerConnectionState).c68);
|
|
7304
|
+
defineProp(protoOf(PlayerConnectionState), 'isTimeOut', protoOf(PlayerConnectionState).d68);
|
|
7305
|
+
defineProp(protoOf(PlayerConnectionState), 'isLostConnection', protoOf(PlayerConnectionState).e68);
|
|
7306
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeft', protoOf(PlayerConnectionState).f68);
|
|
7307
|
+
defineProp(protoOf(PlayerConnectionState), 'isLeftPermanently', protoOf(PlayerConnectionState).g68);
|
|
7168
7308
|
defineProp(protoOf(PlayerConnectionState), 'isDeleted', protoOf(PlayerConnectionState).h68);
|
|
7169
7309
|
defineProp(protoOf(PlayerConnectionState), 'isDisconnecting', protoOf(PlayerConnectionState).i68);
|
|
7170
7310
|
defineProp(protoOf(PlayerConnectionState), 'isNotAlive', protoOf(PlayerConnectionState).j68);
|
|
7171
|
-
defineProp(protoOf(PlayerConnectionState), '
|
|
7311
|
+
defineProp(protoOf(PlayerConnectionState), 'isVisibleDisconnectedReason', protoOf(PlayerConnectionState).k68);
|
|
7172
7312
|
defineProp(protoOf(PlayerConnectionState), 'isClientDisconnectReason', protoOf(PlayerConnectionState).l68);
|
|
7173
7313
|
defineProp(protoOf(PlayerConnectionState), 'isServerDisconnectReason', protoOf(PlayerConnectionState).m68);
|
|
7314
|
+
defineProp(protoOf(PlayerConnectionState), 'canReconnect', protoOf(PlayerConnectionState).n68);
|
|
7174
7315
|
defineProp(protoOf(PlayerConnectionState), 'name', protoOf(PlayerConnectionState).r2);
|
|
7175
7316
|
defineProp(protoOf(PlayerConnectionState), 'ordinal', protoOf(PlayerConnectionState).s2);
|
|
7176
7317
|
protoOf($serializer_1).wz = typeParametersSerializers;
|
|
@@ -7182,53 +7323,53 @@
|
|
|
7182
7323
|
protoOf($serializer_7).wz = typeParametersSerializers;
|
|
7183
7324
|
protoOf($serializer_8).wz = typeParametersSerializers;
|
|
7184
7325
|
protoOf($serializer_9).wz = typeParametersSerializers;
|
|
7185
|
-
protoOf(AsyncProviderImpl).
|
|
7186
|
-
protoOf(AsyncProviderImpl).
|
|
7187
|
-
protoOf(AsyncProviderImpl).
|
|
7188
|
-
protoOf(AsyncProviderImpl).
|
|
7189
|
-
protoOf(TimerAction).
|
|
7326
|
+
protoOf(AsyncProviderImpl).m6c = launchMain$default;
|
|
7327
|
+
protoOf(AsyncProviderImpl).o6c = awaitDefaultWithLock$default;
|
|
7328
|
+
protoOf(AsyncProviderImpl).i6c = launchDefault$default;
|
|
7329
|
+
protoOf(AsyncProviderImpl).k6c = launchDefaultWithLock$default;
|
|
7330
|
+
protoOf(TimerAction).r6f = get_actionTag;
|
|
7190
7331
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
7191
|
-
return this.
|
|
7332
|
+
return this.r6f();
|
|
7192
7333
|
});
|
|
7193
7334
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
7194
7335
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
7195
|
-
return this.
|
|
7336
|
+
return this.r6f();
|
|
7196
7337
|
});
|
|
7197
7338
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
7198
|
-
return this.
|
|
7339
|
+
return this.r6f();
|
|
7199
7340
|
});
|
|
7200
7341
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
7201
|
-
return this.
|
|
7342
|
+
return this.r6f();
|
|
7202
7343
|
});
|
|
7203
7344
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
7204
|
-
return this.
|
|
7345
|
+
return this.v6i();
|
|
7205
7346
|
});
|
|
7206
7347
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
7207
|
-
return this.
|
|
7348
|
+
return this.t66();
|
|
7208
7349
|
});
|
|
7209
7350
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
7210
|
-
return this.
|
|
7351
|
+
return this.w6i();
|
|
7211
7352
|
}, function (value) {
|
|
7212
|
-
this.
|
|
7353
|
+
this.z6f(value);
|
|
7213
7354
|
});
|
|
7214
7355
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
7215
|
-
return this.
|
|
7356
|
+
return this.x6i();
|
|
7216
7357
|
});
|
|
7217
7358
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
7218
|
-
return this.
|
|
7359
|
+
return this.y6i();
|
|
7219
7360
|
});
|
|
7220
|
-
protoOf(ActionTypes).
|
|
7361
|
+
protoOf(ActionTypes).r6f = get_actionTag;
|
|
7221
7362
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
7222
|
-
return this.
|
|
7363
|
+
return this.r6f();
|
|
7223
7364
|
});
|
|
7224
7365
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
7225
|
-
return this.
|
|
7366
|
+
return this.r6f();
|
|
7226
7367
|
});
|
|
7227
7368
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
7228
|
-
return this.
|
|
7369
|
+
return this.r6f();
|
|
7229
7370
|
});
|
|
7230
|
-
protoOf(middleware$1).
|
|
7231
|
-
protoOf(combineReducers$1).
|
|
7371
|
+
protoOf(middleware$1).b6g = canHandle;
|
|
7372
|
+
protoOf(combineReducers$1).b6g = canHandle_0;
|
|
7232
7373
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
7233
7374
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
7234
7375
|
protoOf($serializer_10).wz = typeParametersSerializers;
|
|
@@ -7320,6 +7461,7 @@
|
|
|
7320
7461
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'TIMEOUT', PlayerConnectionState_TIMEOUT_getInstance, VOID, true);
|
|
7321
7462
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LOST_CONNECTION', PlayerConnectionState_LOST_CONNECTION_getInstance, VOID, true);
|
|
7322
7463
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LEFT', PlayerConnectionState_LEFT_getInstance, VOID, true);
|
|
7464
|
+
defineProp($com$logic$data$models$player.PlayerConnectionState, 'LEFT_PERMANENTLY', PlayerConnectionState_LEFT_PERMANENTLY_getInstance, VOID, true);
|
|
7323
7465
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'DISCONNECTING', PlayerConnectionState_DISCONNECTING_getInstance, VOID, true);
|
|
7324
7466
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'DELETED', PlayerConnectionState_DELETED_getInstance, VOID, true);
|
|
7325
7467
|
defineProp($com$logic$data$models$player.PlayerConnectionState, 'Companion', Companion_getInstance_10, VOID, true);
|
|
@@ -7467,43 +7609,44 @@
|
|
|
7467
7609
|
_.$_$.o3 = AgentType_HUMAN_getInstance;
|
|
7468
7610
|
_.$_$.p3 = PlayerConnectionState_DELETED_getInstance;
|
|
7469
7611
|
_.$_$.q3 = PlayerConnectionState_DISCONNECTING_getInstance;
|
|
7470
|
-
_.$_$.r3 =
|
|
7471
|
-
_.$_$.s3 =
|
|
7472
|
-
_.$_$.t3 =
|
|
7473
|
-
_.$_$.u3 =
|
|
7474
|
-
_.$_$.v3 =
|
|
7475
|
-
_.$_$.w3 =
|
|
7476
|
-
_.$_$.x3 =
|
|
7477
|
-
_.$_$.y3 =
|
|
7478
|
-
_.$_$.z3 =
|
|
7479
|
-
_.$_$.a4 =
|
|
7480
|
-
_.$_$.b4 =
|
|
7481
|
-
_.$_$.c4 =
|
|
7482
|
-
_.$_$.d4 =
|
|
7483
|
-
_.$_$.e4 =
|
|
7484
|
-
_.$_$.f4 =
|
|
7485
|
-
_.$_$.g4 =
|
|
7486
|
-
_.$_$.h4 =
|
|
7487
|
-
_.$_$.i4 =
|
|
7488
|
-
_.$_$.j4 =
|
|
7489
|
-
_.$_$.k4 =
|
|
7490
|
-
_.$_$.l4 =
|
|
7491
|
-
_.$_$.m4 =
|
|
7492
|
-
_.$_$.n4 =
|
|
7493
|
-
_.$_$.o4 =
|
|
7494
|
-
_.$_$.p4 =
|
|
7495
|
-
_.$_$.q4 =
|
|
7496
|
-
_.$_$.r4 = $
|
|
7497
|
-
_.$_$.s4 = $
|
|
7498
|
-
_.$_$.t4 =
|
|
7499
|
-
_.$_$.u4 =
|
|
7500
|
-
_.$_$.v4 =
|
|
7501
|
-
_.$_$.w4 =
|
|
7502
|
-
_.$_$.x4 =
|
|
7503
|
-
_.$_$.y4 =
|
|
7504
|
-
_.$_$.z4 =
|
|
7505
|
-
_.$_$.a5 =
|
|
7506
|
-
_.$_$.b5 =
|
|
7612
|
+
_.$_$.r3 = PlayerConnectionState_LEFT_PERMANENTLY_getInstance;
|
|
7613
|
+
_.$_$.s3 = PlayerConnectionState_LEFT_getInstance;
|
|
7614
|
+
_.$_$.t3 = PlayerConnectionState_LIVE_getInstance;
|
|
7615
|
+
_.$_$.u3 = PlayerConnectionState_LOST_CONNECTION_getInstance;
|
|
7616
|
+
_.$_$.v3 = PlayerConnectionState_TIMEOUT_getInstance;
|
|
7617
|
+
_.$_$.w3 = PlayerWaitingState_IN_PROGRESS_getInstance;
|
|
7618
|
+
_.$_$.x3 = Reason_DUPLICATED_PLAYER_ANSWER_getInstance;
|
|
7619
|
+
_.$_$.y3 = Reason_GAME_NOT_EXISTS_getInstance_0;
|
|
7620
|
+
_.$_$.z3 = Reason_PLAYER_DISCONNECTED_getInstance;
|
|
7621
|
+
_.$_$.a4 = Reason_SERVER_ERROR_getInstance;
|
|
7622
|
+
_.$_$.b4 = Reason_WRONG_PLAYER_TURN_getInstance;
|
|
7623
|
+
_.$_$.c4 = Reason_DEPLOY_getInstance;
|
|
7624
|
+
_.$_$.d4 = Reason_FINISHED_getInstance;
|
|
7625
|
+
_.$_$.e4 = Reason_REVENGED_getInstance;
|
|
7626
|
+
_.$_$.f4 = TimerType_DELAY_getInstance;
|
|
7627
|
+
_.$_$.g4 = LogType_DEBUG_getInstance;
|
|
7628
|
+
_.$_$.h4 = LogType_ERROR_getInstance;
|
|
7629
|
+
_.$_$.i4 = LogType_INFO_getInstance;
|
|
7630
|
+
_.$_$.j4 = LogType_VERBOSE_getInstance;
|
|
7631
|
+
_.$_$.k4 = LogType_WARN_getInstance;
|
|
7632
|
+
_.$_$.l4 = AppEnvironmentValue_DEVELOPMENT_getInstance;
|
|
7633
|
+
_.$_$.m4 = AppEnvironmentValue_PRODUCTION_getInstance;
|
|
7634
|
+
_.$_$.n4 = Companion_instance_8;
|
|
7635
|
+
_.$_$.o4 = Companion_getInstance_10;
|
|
7636
|
+
_.$_$.p4 = Companion_instance_11;
|
|
7637
|
+
_.$_$.q4 = Companion_getInstance_11;
|
|
7638
|
+
_.$_$.r4 = $serializer_getInstance_6;
|
|
7639
|
+
_.$_$.s4 = $serializer_getInstance_8;
|
|
7640
|
+
_.$_$.t4 = $serializer_getInstance_9;
|
|
7641
|
+
_.$_$.u4 = ProcessingReasonDto_getInstance;
|
|
7642
|
+
_.$_$.v4 = Companion_getInstance_13;
|
|
7643
|
+
_.$_$.w4 = Companion_getInstance_2;
|
|
7644
|
+
_.$_$.x4 = Companion_instance_5;
|
|
7645
|
+
_.$_$.y4 = ProcessingReason_getInstance;
|
|
7646
|
+
_.$_$.z4 = RestartGameReason_getInstance;
|
|
7647
|
+
_.$_$.a5 = GameEngineConfig_instance;
|
|
7648
|
+
_.$_$.b5 = Toggles_instance;
|
|
7649
|
+
_.$_$.c5 = AppEnvironment_getInstance;
|
|
7507
7650
|
//endregion
|
|
7508
7651
|
return _;
|
|
7509
7652
|
}));
|