server, tests: improved game error and AI logs, added docs, added error stats in load test's result table (related to #11572);

This commit is contained in:
Oleg Agafonov 2024-01-08 23:21:44 +04:00
parent 19e829a959
commit eedb9e6054
5 changed files with 80 additions and 53 deletions

View file

@ -293,6 +293,8 @@ public interface Game extends MageItem, Serializable, Copyable<Game> {
Player getLosingPlayer();
int getTotalErrorsCount();
//client event methods
void addTableEventListener(Listener<TableEvent> listener);