1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-19 17:12:06 +02:00
vcmi/lobby
Ivan Savenko 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form
All text processing code is now located in lib/texts.
No changes other than code being moved around and adjustment of includes

Moved without changes:
Languages.h           -> texts/Languages.h
MetaString.*          -> texts/MetaString.*
TextOperations.*      -> texts/TextOperations.*

Split into parts:
CGeneralTextHandler.* -> texts/CGeneralTextHandler.*
                      -> texts/CLegacyConfigParser.*
                      -> texts/TextLocalizationContainer.*
                      -> texts/TextIdentifier.h
2024-07-20 12:55:17 +00:00
..
CMakeLists.txt Extension of lobby server functionality 2024-01-19 23:49:59 +02:00
EntryPoint.cpp Remove old config options, set defaults to our public server 2024-03-28 12:07:49 +02:00
LobbyDatabase.cpp Send list of active invites as part of room description 2024-05-13 11:43:28 +00:00
LobbyDatabase.h Send list of active invites as part of room description 2024-05-13 11:43:28 +00:00
LobbyDefines.h Send list of active invites as part of room description 2024-05-13 11:43:28 +00:00
LobbyServer.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
LobbyServer.h Implement various todo's and review suggestions 2024-03-27 13:10:55 +02:00
SQLiteConnection.cpp Code cleanup 2024-01-26 19:15:57 +02:00
SQLiteConnection.h Show all rooms (including private) in room list 2024-03-27 13:10:55 +02:00
StdInc.cpp Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
StdInc.h Initial version of global lobby server available in client 2024-01-19 23:49:59 +02:00