Vladimir Khil
Vladimir Khil
- classic (current) mode - enable button only when the white frame is shown
- collect client telemetry (especially media content load time and also game start issues) - ask user consent for sending telemetry to server - send telemetry to server - create...
Move all msgAsync() calls there. GameClient implements high-level type-safe API for communicating with Game server. Move all message constants to Messages enum.
That would allow to stop sending dispatch, dataContext and stake to all its methods.
The reason is that for self-contained apps Assembly.Location is empty here (https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli#api-incompatibility): https://github.com/contre/Windows-API-Code-Pack-1.1/blob/5f00f7c90389a32c7717a6b8fcf1b520e3a11c43/source/WindowsAPICodePack/Core/Interop/TaskDialogs/EnableThemingInScope.cs#L86 ``` CoreCLR Version: 6.0.2123.36311 .NET Version: 6.0.21 Description: The process was terminated due to an unhandled exception....
Allow to easily transfer tags and package info between packages.
- [x] refactor SICore so Common Stakes Question logic does not depend on Final round type - [x] implement Common Question type: everybody answers the question and the the showman...
- display options simultaneously - show options labels
SImulator inherits and enhances all offline stuff from SIGame. 1. New Table UI powered by SIGame Online which supports common media formats and do not require separate development. This also...