1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +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 Unicode conversion functions now require source encoding 2023-03-05 17:39:27 +02:00
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 Reorganization of boost filesystem usage 2023-07-28 19:12:04 +03:00
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 wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
CInputStream.h Converted attributes to use c++17 functionality 2023-04-12 01:03:14 +03:00
CMemoryBuffer.cpp wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
CMemoryBuffer.h vcmi: modernize lib/filesystem 2023-03-06 20:24:38 +03:00
CMemoryStream.cpp wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
CMemoryStream.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
COutputStream.h vcmi: modernize lib/filesystem 2023-03-06 20:24:38 +03:00
CStream.h vcmi: modernize lib/filesystem 2023-03-06 20:24:38 +03:00
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 vcmi: modernize lib/filesystem 2023-03-06 20:24:38 +03:00
CZipSaver.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
FileInfo.cpp wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
FileInfo.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
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