raspberry_games_engine_helpers 1.8.404 → 1.8.406
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 +9 -9
- package/Logic_Debertz-core.js +4 -4
- package/Logic_Debertz-engine.d.ts +37 -36
- package/Logic_Debertz-engine.js +10224 -9428
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-logger.js +84 -84
- package/raspberry-cardgame-lib-random.js +40 -40
|
@@ -5400,7 +5400,7 @@
|
|
|
5400
5400
|
return Companion_getInstance_17().z1m(decoder.fn());
|
|
5401
5401
|
};
|
|
5402
5402
|
protoOf(TimeZoneSerializer).a1n = function (encoder, value) {
|
|
5403
|
-
encoder.oo(value.
|
|
5403
|
+
encoder.oo(value.j16());
|
|
5404
5404
|
};
|
|
5405
5405
|
protoOf(TimeZoneSerializer).ck = function (encoder, value) {
|
|
5406
5406
|
return this.a1n(encoder, value instanceof TimeZone ? value : THROW_CCE());
|
|
@@ -5523,7 +5523,7 @@
|
|
|
5523
5523
|
SystemTimeZone_instance = this;
|
|
5524
5524
|
TimeZone.call(this);
|
|
5525
5525
|
}
|
|
5526
|
-
protoOf(SystemTimeZone).
|
|
5526
|
+
protoOf(SystemTimeZone).j16 = function () {
|
|
5527
5527
|
return 'SYSTEM';
|
|
5528
5528
|
};
|
|
5529
5529
|
protoOf(SystemTimeZone).m1n = function (instant) {
|
|
@@ -5533,7 +5533,7 @@
|
|
|
5533
5533
|
return other === this;
|
|
5534
5534
|
};
|
|
5535
5535
|
protoOf(SystemTimeZone).hashCode = function () {
|
|
5536
|
-
return getStringHashCode(this.
|
|
5536
|
+
return getStringHashCode(this.j16());
|
|
5537
5537
|
};
|
|
5538
5538
|
var SystemTimeZone_instance;
|
|
5539
5539
|
function SystemTimeZone_getInstance() {
|
|
@@ -6591,7 +6591,7 @@
|
|
|
6591
6591
|
function TimeZone() {
|
|
6592
6592
|
Companion_getInstance_17();
|
|
6593
6593
|
}
|
|
6594
|
-
protoOf(TimeZone).
|
|
6594
|
+
protoOf(TimeZone).j16 = function () {
|
|
6595
6595
|
var message = 'Should be overridden';
|
|
6596
6596
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
6597
6597
|
};
|
|
@@ -6621,7 +6621,7 @@
|
|
|
6621
6621
|
} else {
|
|
6622
6622
|
var tmp_0;
|
|
6623
6623
|
if (other instanceof TimeZone) {
|
|
6624
|
-
tmp_0 = this.
|
|
6624
|
+
tmp_0 = this.j16() === other.j16();
|
|
6625
6625
|
} else {
|
|
6626
6626
|
tmp_0 = false;
|
|
6627
6627
|
}
|
|
@@ -6630,10 +6630,10 @@
|
|
|
6630
6630
|
return tmp;
|
|
6631
6631
|
};
|
|
6632
6632
|
protoOf(TimeZone).hashCode = function () {
|
|
6633
|
-
return getStringHashCode(this.
|
|
6633
|
+
return getStringHashCode(this.j16());
|
|
6634
6634
|
};
|
|
6635
6635
|
protoOf(TimeZone).toString = function () {
|
|
6636
|
-
return this.
|
|
6636
|
+
return this.j16();
|
|
6637
6637
|
};
|
|
6638
6638
|
function FixedOffsetTimeZone_init_$Init$(offset, $this) {
|
|
6639
6639
|
FixedOffsetTimeZone.call($this, offset, offset.toString());
|
|
@@ -6653,7 +6653,7 @@
|
|
|
6653
6653
|
this.d1n_1 = offset;
|
|
6654
6654
|
this.e1n_1 = id;
|
|
6655
6655
|
}
|
|
6656
|
-
protoOf(FixedOffsetTimeZone).
|
|
6656
|
+
protoOf(FixedOffsetTimeZone).j16 = function () {
|
|
6657
6657
|
return this.e1n_1;
|
|
6658
6658
|
};
|
|
6659
6659
|
protoOf(FixedOffsetTimeZone).m1n = function (instant) {
|
|
@@ -6961,7 +6961,7 @@
|
|
|
6961
6961
|
this.l1o_1 = tzid;
|
|
6962
6962
|
this.m1o_1 = id;
|
|
6963
6963
|
}
|
|
6964
|
-
protoOf(RegionTimeZone).
|
|
6964
|
+
protoOf(RegionTimeZone).j16 = function () {
|
|
6965
6965
|
return this.m1o_1;
|
|
6966
6966
|
};
|
|
6967
6967
|
protoOf(RegionTimeZone).m1n = function (instant) {
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
|
|
217
217
|
//endregion
|
|
218
218
|
function GameEngineConfig() {
|
|
219
|
-
this.version = '1.8.
|
|
219
|
+
this.version = '1.8.406';
|
|
220
220
|
}
|
|
221
221
|
protoOf(GameEngineConfig).k17 = function () {
|
|
222
222
|
return this.version;
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
protoOf(CoreConfig).ei = function () {
|
|
508
508
|
return this.logsDirectoryPath;
|
|
509
509
|
};
|
|
510
|
-
protoOf(CoreConfig).
|
|
510
|
+
protoOf(CoreConfig).u16 = function () {
|
|
511
511
|
return this.fileNameFormat;
|
|
512
512
|
};
|
|
513
513
|
protoOf(CoreConfig).l1p = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) {
|
|
@@ -1123,7 +1123,7 @@
|
|
|
1123
1123
|
protoOf(GameUserInfo).ei = function () {
|
|
1124
1124
|
return this.avatarUrl;
|
|
1125
1125
|
};
|
|
1126
|
-
protoOf(GameUserInfo).
|
|
1126
|
+
protoOf(GameUserInfo).u16 = function () {
|
|
1127
1127
|
return this.isBot;
|
|
1128
1128
|
};
|
|
1129
1129
|
protoOf(GameUserInfo).j1q = function () {
|
|
@@ -4230,7 +4230,7 @@
|
|
|
4230
4230
|
protoOf(LoggerOutputDataDto).ei = function () {
|
|
4231
4231
|
return this.tag;
|
|
4232
4232
|
};
|
|
4233
|
-
protoOf(LoggerOutputDataDto).
|
|
4233
|
+
protoOf(LoggerOutputDataDto).u16 = function () {
|
|
4234
4234
|
return this.message;
|
|
4235
4235
|
};
|
|
4236
4236
|
protoOf(LoggerOutputDataDto).j1q = function () {
|
|
@@ -50,6 +50,40 @@ export declare namespace kotlin.collections {
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
|
+
export declare namespace games.raspberry.logger {
|
|
54
|
+
interface LoggerEnabledTrigger extends games.raspberry.logger.RaspberryLogger {
|
|
55
|
+
enabled: boolean;
|
|
56
|
+
readonly __doNotUseOrImplementIt: {
|
|
57
|
+
readonly "games.raspberry.logger.LoggerEnabledTrigger": unique symbol;
|
|
58
|
+
} & games.raspberry.logger.RaspberryLogger["__doNotUseOrImplementIt"];
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
export declare namespace games.raspberry.logger {
|
|
62
|
+
interface LoggerPayload {
|
|
63
|
+
readonly __doNotUseOrImplementIt: {
|
|
64
|
+
readonly "games.raspberry.logger.LoggerPayload": unique symbol;
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
export declare namespace games.raspberry.logger {
|
|
69
|
+
interface RaspberryLogger extends games.raspberry.logger.output.LoggerOutput {
|
|
70
|
+
readonly __doNotUseOrImplementIt: {
|
|
71
|
+
readonly "games.raspberry.logger.RaspberryLogger": unique symbol;
|
|
72
|
+
} & games.raspberry.logger.output.LoggerOutput["__doNotUseOrImplementIt"];
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
export declare namespace games.raspberry.logger.output {
|
|
76
|
+
interface LoggerOutput {
|
|
77
|
+
d(tag: Nullable<string> | undefined, message: string, payload?: Nullable<any>): void;
|
|
78
|
+
e(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
|
|
79
|
+
w(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
|
|
80
|
+
v(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
|
|
81
|
+
i(tag: Nullable<string> | undefined, message: string, payload?: Nullable<any>): void;
|
|
82
|
+
readonly __doNotUseOrImplementIt: {
|
|
83
|
+
readonly "games.raspberry.logger.output.LoggerOutput": unique symbol;
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
}
|
|
53
87
|
export declare namespace games.raspberry.card_game.random.data.models {
|
|
54
88
|
class CardDecksRequestUserData {
|
|
55
89
|
constructor(id: string, count: number);
|
|
@@ -183,40 +217,6 @@ export declare namespace games.raspberry.card_game.random.data.providers {
|
|
|
183
217
|
const constructor: abstract new () => PoolParams;
|
|
184
218
|
}
|
|
185
219
|
}
|
|
186
|
-
export declare namespace games.raspberry.logger {
|
|
187
|
-
interface LoggerEnabledTrigger extends games.raspberry.logger.RaspberryLogger {
|
|
188
|
-
enabled: boolean;
|
|
189
|
-
readonly __doNotUseOrImplementIt: {
|
|
190
|
-
readonly "games.raspberry.logger.LoggerEnabledTrigger": unique symbol;
|
|
191
|
-
} & games.raspberry.logger.RaspberryLogger["__doNotUseOrImplementIt"];
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
export declare namespace games.raspberry.logger {
|
|
195
|
-
interface LoggerPayload {
|
|
196
|
-
readonly __doNotUseOrImplementIt: {
|
|
197
|
-
readonly "games.raspberry.logger.LoggerPayload": unique symbol;
|
|
198
|
-
};
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
export declare namespace games.raspberry.logger {
|
|
202
|
-
interface RaspberryLogger extends games.raspberry.logger.output.LoggerOutput {
|
|
203
|
-
readonly __doNotUseOrImplementIt: {
|
|
204
|
-
readonly "games.raspberry.logger.RaspberryLogger": unique symbol;
|
|
205
|
-
} & games.raspberry.logger.output.LoggerOutput["__doNotUseOrImplementIt"];
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
export declare namespace games.raspberry.logger.output {
|
|
209
|
-
interface LoggerOutput {
|
|
210
|
-
d(tag: Nullable<string> | undefined, message: string, payload?: Nullable<any>): void;
|
|
211
|
-
e(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
|
|
212
|
-
w(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
|
|
213
|
-
v(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
|
|
214
|
-
i(tag: Nullable<string> | undefined, message: string, payload?: Nullable<any>): void;
|
|
215
|
-
readonly __doNotUseOrImplementIt: {
|
|
216
|
-
readonly "games.raspberry.logger.output.LoggerOutput": unique symbol;
|
|
217
|
-
};
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
220
|
export declare namespace io.raspberryapps.cardgame.core {
|
|
221
221
|
abstract class CoreConfig extends KtSingleton<CoreConfig.$metadata$.constructor>() {
|
|
222
222
|
private constructor();
|
|
@@ -778,7 +778,7 @@ export declare namespace games.jass.logic.data.models {
|
|
|
778
778
|
}
|
|
779
779
|
export declare namespace games.jass.logic.data.models {
|
|
780
780
|
class EngineLogicConfig {
|
|
781
|
-
constructor(supportBackwardActions?: boolean, validateTestMode?: boolean, verboseGameHistory?: boolean, gameHistoryAnalytics?: boolean, updateRating?: boolean, validateFromClientActionTags?: boolean, validateIfMainThread?: boolean, playerTimeoutFactorToFinishStep?: number, openRoomIfFinished?: boolean, minPlayersToOpenRoom?: number);
|
|
781
|
+
constructor(supportBackwardActions?: boolean, validateTestMode?: boolean, verboseGameHistory?: boolean, gameHistoryAnalytics?: boolean, updateRating?: boolean, validateFromClientActionTags?: boolean, validateIfMainThread?: boolean, playerTimeoutFactorToFinishStep?: number, openRoomIfFinished?: boolean, minPlayersToOpenRoom?: number, isTakeAllRemainingCardsEnabled?: boolean);
|
|
782
782
|
get supportBackwardActions(): boolean;
|
|
783
783
|
get validateTestMode(): boolean;
|
|
784
784
|
get verboseGameHistory(): boolean;
|
|
@@ -789,7 +789,8 @@ export declare namespace games.jass.logic.data.models {
|
|
|
789
789
|
get playerTimeoutFactorToFinishStep(): number;
|
|
790
790
|
get openRoomIfFinished(): boolean;
|
|
791
791
|
get minPlayersToOpenRoom(): number;
|
|
792
|
-
|
|
792
|
+
get isTakeAllRemainingCardsEnabled(): boolean;
|
|
793
|
+
copy(supportBackwardActions?: boolean, validateTestMode?: boolean, verboseGameHistory?: boolean, gameHistoryAnalytics?: boolean, updateRating?: boolean, validateFromClientActionTags?: boolean, validateIfMainThread?: boolean, playerTimeoutFactorToFinishStep?: number, openRoomIfFinished?: boolean, minPlayersToOpenRoom?: number, isTakeAllRemainingCardsEnabled?: boolean): games.jass.logic.data.models.EngineLogicConfig;
|
|
793
794
|
toString(): string;
|
|
794
795
|
hashCode(): number;
|
|
795
796
|
equals(other: Nullable<any>): boolean;
|