1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
vcmi/launcher
Ivan Savenko 5cbec833c2 - (linux) XDG filesystem support
BIG NOTE TO LINUX USERS
All user data has been moved according to XDG specs:
- Game data (H3 files and mods) and saves: from ~/.vcmi to ~/.local/
- Temporary files, including logs: from ~/.vcmi to ~/.cache/vcmi
- Config files: from ~/.vcmi/config to ~/.config/vcmi

For compatibility VCMI will read game data from ~/.vcmi as well but this
is temporary behavior and will be removed
2014-03-04 14:51:10 +00:00
..
icons VCMI Launcher/Mod manager. See forum post for details. 2013-08-22 14:22:49 +00:00
modManager - new mods (not mentioned in modSettings.json) will be enabled by 2014-01-30 14:51:15 +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