1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/texts
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
..
CGeneralTextHandler.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CGeneralTextHandler.h Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CLegacyConfigParser.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CLegacyConfigParser.h Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
Languages.h Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
MetaString.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
MetaString.h Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
TextIdentifier.h Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
TextLocalizationContainer.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
TextLocalizationContainer.h Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
TextOperations.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
TextOperations.h Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00