1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/server/battles
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
..
BattleActionProcessor.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
BattleActionProcessor.h Fixed issues from review 2024-06-11 16:47:23 +02:00
BattleFlowProcessor.cpp Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
BattleFlowProcessor.h Simplify code 2024-04-26 12:44:57 +03:00
BattleProcessor.cpp Simplify code 2024-04-26 12:44:57 +03:00
BattleProcessor.h Simplify code 2024-04-26 12:44:57 +03:00
BattleResultProcessor.cpp Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
BattleResultProcessor.h Simplify code 2024-04-26 12:44:57 +03:00