Oleg Agafonov
36ccfb0a2a
Performance: fixed memory leaks on each card viewer or draft open (10 Mb per call, related to #11285 , fixes #9548 )
2023-10-14 12:39:49 +04:00
Susucre
b62b089659
Autosave limited decks on submit ( #11147 )
...
* Autosave limited decks in gamelogs folder
* differentiate LIMITED_SIDEBOARD_BUILDING from LIMITED_BUILDING
2023-09-12 21:43:13 -04:00
sprangg
b9530e307d
Draft stability improvements ( #9435 )
2022-09-25 17:33:16 -04:00
Oleg Agafonov
a06cacb462
* UI: fixed that json logs can't be disabled without disable other logs in settings;
2020-02-28 21:09:41 +04:00
Ingmar Goudt
7a5920322d
sonar cleanup in Sessionhandler
2019-03-10 22:04:27 +01:00
Oleg Agafonov
f223bdab31
Added new client-server incompatible checks:
...
* added strict mode (client and server versions must be same, see MAGE_VERSION_MINOR_PATCH_MUST_BE_SAME);
* you must enable string mode after github code changes in serializeable classes (see #4459 );
* added client-side version checks;
* added error message on wrong version disconnects.
2019-01-18 13:32:37 +04:00
LevelX2
b60522f9e4
Added option to activate/deactivate JSON game log. Added logic to write the logs to subdirectory. Some changes to SEND_PLAYER_ACTION type logging.
2018-03-10 00:04:56 +01:00
ingmargoudt
211d433ea9
playertype, enum singleton
2017-04-02 22:09:20 +02:00
ingmargoudt
ff6c6405aa
rewrites to optionals
2017-03-19 19:48:32 +01:00
vraskulin
498c8cf60c
Made utility classes final to explicitly forbid it's inheritance
2017-02-27 17:03:38 +03:00
Anders Åstrand
f68460603a
Add client-side user ignore list
...
This commit adds a client-side per-server ignore list.
* Whispers and talk from an ignored user is hidden
* Ignored users cannot join your tables
* Ignored users tables are hidden
2017-02-22 22:16:09 +01:00
ingmargoudt
71398d6d83
added some missing session references
2016-09-16 08:58:44 +02:00
LevelX2
f6ef3db9b9
* Added some missing static SessionHandler usages.
2016-09-15 22:30:41 +02:00
ingmargoudt
3019991473
removed the Session out of local scope and introduced a static SessionHandler that acts as interface to remote.Session
2016-09-15 20:52:41 +02:00