1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-12 10:03:53 +02:00
vcmi/client/media
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
..
CAudioBase.cpp Code style & formatting 2024-05-18 13:34:23 +00:00
CAudioBase.h Code style & formatting 2024-05-18 13:34:23 +00:00
CEmptyVideoPlayer.h Code style & formatting 2024-05-18 13:34:23 +00:00
CMusicHandler.cpp It is now possible to define multiple town themes 2024-07-15 21:45:51 +00:00
CMusicHandler.h Code style & formatting 2024-05-18 13:34:23 +00:00
CSoundHandler.cpp Crash fix 2024-07-06 15:34:36 +02:00
CSoundHandler.h Code style & formatting 2024-05-18 13:34:23 +00:00
CVideoHandler.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CVideoHandler.h Code style & formatting 2024-05-18 13:34:23 +00:00
IMusicPlayer.h Code style & formatting 2024-05-18 13:34:23 +00:00
ISoundPlayer.h Reorganized music, video and sound players: 2024-05-15 17:05:12 +00:00
IVideoPlayer.h Code style & formatting 2024-05-18 13:34:23 +00:00