1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-04 09:42:40 +02:00
vcmi/lib/rewardable
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
..
Configuration.cpp Attempt to fix crash on rewardable configuration 2023-12-22 14:03:05 +02:00
Configuration.h Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
Info.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
Info.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
Interface.cpp Merge remote-tracking branch 'vcmi/master' into develop 2024-07-11 17:43:44 +00:00
Interface.h NKAI: rewardables 2024-07-07 21:58:39 +03:00
Limiter.cpp Make IObjectInterface::cb non-static 2024-01-19 13:55:21 +02:00
Limiter.h Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
Reward.cpp Fix potential crash on right-clicking object that gives secondary skills 2024-07-10 14:36:24 +00:00
Reward.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00