1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client/globalLobby
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
..
GlobalLobbyClient.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
GlobalLobbyClient.h Show active room invites and invited players in UI 2024-05-13 12:12:55 +00:00
GlobalLobbyDefines.h Send list of active invites as part of room description 2024-05-13 11:43:28 +00:00
GlobalLobbyInviteWindow.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
GlobalLobbyInviteWindow.h Update list of player in invite window on new player or new invite 2024-05-13 13:48:01 +00:00
GlobalLobbyLoginWindow.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
GlobalLobbyLoginWindow.h Tweaks to lobby login window to make it more clear to use 2024-03-29 17:05:41 +02:00
GlobalLobbyObserver.h Update list of player in invite window on new player or new invite 2024-05-13 13:48:01 +00:00
GlobalLobbyRoomWindow.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
GlobalLobbyRoomWindow.h Better UI design for room preview dialog 2024-04-23 17:15:59 +03:00
GlobalLobbyServerSetup.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
GlobalLobbyServerSetup.h Use std::byte in serializer 2024-02-02 13:09:12 +02:00
GlobalLobbyWidget.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
GlobalLobbyWidget.h Implemented join room dialog 2024-04-23 17:15:59 +03:00
GlobalLobbyWindow.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
GlobalLobbyWindow.h Update list of player in invite window on new player or new invite 2024-05-13 13:48:01 +00:00