1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/filesystem
Ivan Savenko 7f6f125b4c First part of submods support.
- VCMI will load mods from Mods directory recursively. Submods must be
placed into additional Mods directory, e.g.
<data dir>/Mods/<mod name>/Mods/<submod name>

- submods will be loaded only if their parent mod was enabled
- submods namespace for objects will be "<parent mod ID>.<submod ID>"

- TODO: Launcher is not aware of submods yet (seems to be working but
may behave incorrectly)
2014-03-15 10:57:34 +00:00
..
AdapterLoaders.cpp Win/loss conditions based on logical expressions, yet another large 2013-12-29 11:27:38 +00:00
AdapterLoaders.h Compile fix for MVS. 2013-12-29 15:48:56 +00:00
CArchiveLoader.cpp A bit improved error reporting for checksum calculation. 2013-11-10 13:43:55 +00:00
CArchiveLoader.h - vcmi can now calculate crc32 checksum of a file 2013-11-08 20:36:26 +00:00
CBinaryReader.cpp Unicode support. 2013-10-25 21:45:14 +00:00
CBinaryReader.h Filesystem handling is now more flexible 2013-07-28 14:49:50 +00:00
CCompressedStream.cpp - fixed crash on decompressing some files from gzip stream (reported on 2014-02-08 10:30:10 +00:00
CCompressedStream.h Project finally compiles. 2013-08-23 09:19:13 +00:00
CFileInfo.cpp - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CFileInfo.h - vcmi can now calculate crc32 checksum of a file 2013-11-08 20:36:26 +00:00
CFileInputStream.cpp Filesystem handling is now more flexible 2013-07-28 14:49:50 +00:00
CFileInputStream.h - more filesystem logging and possible fix for Win 2013-07-29 10:08:02 +00:00
CFilesystemLoader.cpp introduced zip support into vcmi 2013-07-30 15:02:55 +00:00
CFilesystemLoader.h - vcmi can now calculate crc32 checksum of a file 2013-11-08 20:36:26 +00:00
CInputStream.h Added serializer-based class able to make deep copies of objects — CMemorySerializer. 2014-02-08 21:54:35 +00:00
CMemoryStream.cpp - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CMemoryStream.h - more filesystem logging and possible fix for Win 2013-07-29 10:08:02 +00:00
CZipLoader.cpp - fixed missing DLL_LINKAGE 2013-11-09 13:49:36 +00:00
CZipLoader.h - fixed missing DLL_LINKAGE 2013-11-09 13:49:36 +00:00
Filesystem.cpp First part of submods support. 2014-03-15 10:57:34 +00:00
Filesystem.h First part of submods support. 2014-03-15 10:57:34 +00:00
ISimpleResourceLoader.h Filesystem handling is now more flexible 2013-07-28 14:49:50 +00:00
ResourceID.cpp - minor optimizations 2013-11-14 13:21:09 +00:00
ResourceID.h - vcmi can now calculate crc32 checksum of a file 2013-11-08 20:36:26 +00:00