1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-12 10:03:53 +02:00
vcmi/lib/filesystem
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
..
AdapterLoaders.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
AdapterLoaders.h Fix resource creation 2023-09-04 18:22:34 +03:00
CArchiveLoader.cpp Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
CArchiveLoader.h Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
CBinaryReader.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
CBinaryReader.h
CCompressedStream.cpp Improve performance of parsing of map headers for map list 2024-05-10 14:30:39 +00:00
CCompressedStream.h Fix issues introduced by fixing typos 2024-06-27 08:38:04 +00:00
CFileInputStream.cpp Show error message if vcmi unable to access data directory instead of 2024-06-19 19:59:06 +00:00
CFileInputStream.h
CFilesystemLoader.cpp Show error message if vcmi unable to access data directory instead of 2024-06-19 19:59:06 +00:00
CFilesystemLoader.h Fix resource creation 2023-09-04 18:22:34 +03:00
CInputOutputStream.h
CInputStream.h
CMemoryBuffer.cpp
CMemoryBuffer.h
CMemoryStream.cpp
CMemoryStream.h
COutputStream.h
CStream.h
CZipLoader.cpp Show message to player instead of crashing silently on extraction error 2024-06-27 09:58:53 +00:00
CZipLoader.h use 32-bit minizip file funcs on old Android 2024-06-08 00:09:03 +03:00
CZipSaver.cpp
CZipSaver.h
FileInfo.cpp
FileInfo.h
Filesystem.cpp JsonNode constructors: Take fileName as argument 2024-07-17 13:50:59 +02:00
Filesystem.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
ISimpleResourceLoader.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
MinizipExtensions.cpp use 32-bit minizip file funcs on old Android 2024-06-08 00:09:03 +03:00
MinizipExtensions.h use 32-bit minizip file funcs on old Android 2024-06-08 00:09:03 +03:00
ResourcePath.cpp Fix handling of missing video files 2024-05-17 15:43:21 +00:00
ResourcePath.h Prefer high-quality bik's to smk's 2024-05-15 17:05:17 +00:00