1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-16 10:19:47 +02:00
vcmi/launcher
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
..
icons VCMI Launcher/Mod manager. See forum post for details. 2013-08-22 14:22:49 +00:00
modManager First part of submods support. 2014-03-15 10:57:34 +00:00
settingsView Unicode support. 2013-10-25 21:45:14 +00:00
CMakeLists.txt - Updated PCH to use our StdInc.h as the prefix header (not generated one from cotire) -> no exclude headers from ffmpeg/etc... statements required 2014-02-05 20:25:36 +00:00
jsonutils.cpp - modhandler will only validate new, changed or mods that failed 2013-11-09 19:10:16 +00:00
jsonutils.h bigfixing & new file: launcher/jsonutils.cpp 2013-09-21 18:29:26 +00:00
launcherdirs.cpp - (linux) XDG filesystem support 2014-03-04 14:51:10 +00:00
launcherdirs.h VCMI Launcher/Mod manager. See forum post for details. 2013-08-22 14:22:49 +00:00
main.cpp fixes for launcher, as discussed on forums: 2013-08-24 20:11:51 +00:00
mainwindow_moc.cpp - vcmi can now calculate crc32 checksum of a file 2013-11-08 20:36:26 +00:00
mainwindow_moc.h fixes for launcher, as discussed on forums: 2013-08-24 20:11:51 +00:00
mainwindow_moc.ui fixes for launcher, as discussed on forums: 2013-08-24 20:11:51 +00:00
StdInc.cpp VCMI Launcher/Mod manager. See forum post for details. 2013-08-22 14:22:49 +00:00
StdInc.h VCMI Launcher/Mod manager. See forum post for details. 2013-08-22 14:22:49 +00:00
VCMI_launcher.ico Not-yet-finished project for Visual Studio. Needs moc tool. 2013-08-22 17:47:49 +00:00
VCMI_launcher.rc Added launcher to solution, fixed .rc file so launcher has its icon. 2013-09-04 20:12:37 +00:00
VCMI_launcher.vcxproj Added serializer-based class able to make deep copies of objects — CMemorySerializer. 2014-02-08 21:54:35 +00:00
vcmilauncher.desktop - (linux) launcher will be available in OS start menu/launchers as 2013-11-16 18:13:30 +00:00