1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-12 10:03:53 +02:00
vcmi/client/windows/settings
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
..
AdventureOptionsTab.cpp hide adventuremap 2024-01-18 00:47:18 +01:00
AdventureOptionsTab.h Basic separation of adventure map & general tabs 2023-02-12 19:25:59 +01:00
BattleOptionsTab.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
BattleOptionsTab.h setting 2024-01-27 01:16:55 +01:00
GeneralOptionsTab.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
GeneralOptionsTab.h Added selection of long touch duration 2023-06-20 19:58:05 +03:00
OtherOptionsTab.cpp Use ResourcePath for referencing texts and json's 2023-09-04 18:22:34 +03:00
OtherOptionsTab.h Rename settings files 2023-02-18 17:58:22 +01:00
SettingsMainWindow.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
SettingsMainWindow.h Replaced SDL user events list with dispatching of arbitrary functors 2023-06-26 21:51:10 +03:00