1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/launcher
John Bolton a05ae78e67 Fixed lots of warnings.
Disabled the following (for MSVC only) that couldn't (or shouldn't) be fixed.

4003: not enough actual parameters for macro 'identifier'
4250: 'class1' : inherits 'class2::member' via dominance
4251: 'type' : class 'type1' needs to have dll-interface to be used by clients of class 'type2'
4275: non dll-interface class 'type1' used as base for dll-interface class 'type2'
2020-10-04 02:20:18 -07:00
..
icons MSVS project update. 2016-11-25 18:17:40 +01:00
modManager Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
settingsView Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CMakeLists.txt CMake transitive compile dependency 2019-01-19 17:38:54 +03:00
jsonutils.cpp Code style: formatting and refactoring of launcher code 2018-04-13 15:23:35 +07:00
jsonutils.h Code style: formatting and refactoring of launcher code 2018-04-13 15:23:35 +07:00
launcherdirs.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
launcherdirs.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
main.cpp Launcher: use QDesktopWidget to get display list instead of SDL2 2017-08-24 04:55:44 +03:00
mainwindow_moc.cpp Remove space after if 2019-07-30 11:00:44 +02:00
mainwindow_moc.h Persist window settings in system 2019-07-30 08:32:35 +02:00
mainwindow_moc.ui Disable drag & drop icons: 2019-07-30 09:37:00 +02:00
StdInc.cpp VCMI Launcher/Mod manager. See forum post for details. 2013-08-22 14:22:49 +00:00
StdInc.h replaced std::string with boost::filesystem::path in several places 2016-01-16 16:36:16 +01:00
VCMI_launcher.cbp [c::b] project files tweak 2016-08-18 12:22:34 +03:00
VCMI_launcher.ico CMake: installer building improvements for Windows 2017-08-16 18:34:46 +03:00
VCMI_launcher.rc don't use separate .rc files for MSVC and MinGW 2014-10-12 16:32:02 +03:00
VCMI_launcher.vcxproj Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00
vcmilauncher.desktop Changes related to Debian packaging, based on josch patch 2014-03-20 18:17:40 +00:00