1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Add comments, rename entities to more logical names, reorganize code

This commit is contained in:
Ivan Savenko
2025-07-28 18:13:41 +03:00
parent 6a22b042ac
commit 44cc3a0214
14 changed files with 584 additions and 459 deletions

View File

@@ -45,6 +45,9 @@ class ClientCommandManager //take mantis #2292 issue about account if thinking a
// Redraw the current screen
void handleRedrawCommand();
// Enable or disable network lag compensation
void handleAntilagCommand(std::istringstream& singleWordBuffer);
// Extracts all translateable game texts into Translation directory, separating files on per-mod basis
void handleTranslateGameCommand(bool onlyMissing);