1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-28 23:06:24 +02:00
vcmi/client
Arseniy Shestakov 193f492b99 CMake: cleanup, project generation and other improvements
- Use EXCLUDE_FROM_ALL for FuzzyLite and GoogleTest to avoid inclusion of unneded headers and libraries into installers.
- Set minimum CMake version only in main CMakeLists.txt
- Set project name only in main CMakeLists.txt
- Visual Studio: add assign_source_group function to generate proper filesystem tree
- Visual Studio: set PROJECT_LABEL so generated projects have same names binaries on Windows
- Visual Studio: enabled USE_FOLDERS for projects grouping. This also possibly affect other IDEs.
- Added add_subdirectory_with_folder function to make sure 3rd-party libraries are affected by USE_FOLDERS.
2017-08-16 16:10:07 +03:00
..
battle Logging cleanup. 2017-08-11 15:47:50 +03:00
gui Fix memory leak and remove some garbage files added in last commit 2017-08-13 22:15:25 +03:00
icons
widgets Logging cleanup. 2017-08-11 15:47:50 +03:00
windows Logging cleanup. 2017-08-11 15:47:50 +03:00
Autoupdate.mm macOS: turn Sparkle off by default (#327) 2017-07-06 09:09:30 +03:00
CBitmapHandler.cpp Logging cleanup. 2017-08-11 15:47:50 +03:00
CBitmapHandler.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CDefHandler.cpp Logging cleanup. 2017-08-11 15:47:50 +03:00
CDefHandler.h Code style: remove senseless comments 2017-07-18 00:04:00 +03:00
CGameInfo.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CGameInfo.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
Client.cpp CServerHandler: one more small fix when server is crashed 2017-08-13 23:17:56 +03:00
Client.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMakeLists.txt CMake: cleanup, project generation and other improvements 2017-08-16 16:10:07 +03:00
CMessage.cpp Code style: remove senseless comments 2017-07-18 00:04:00 +03:00
CMessage.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMT.cpp Logging cleanup. 2017-08-11 15:47:50 +03:00
CMT.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMusicHandler.cpp Logging cleanup. 2017-08-11 15:47:50 +03:00
CMusicHandler.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CPlayerInterface.cpp CGuiHandler: make terminate_cond non-static 2017-08-13 21:54:07 +03:00
CPlayerInterface.h Code style: serialize everything on own lines for easier debugging (#357) 2017-07-31 16:35:42 +03:00
CPreGame.cpp CGuiHandler: make terminate_cond non-static 2017-08-13 21:54:07 +03:00
CPreGame.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CVideoHandler.cpp Logging cleanup. 2017-08-11 15:47:50 +03:00
CVideoHandler.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
DPIaware.manifest
Graphics.cpp fixes 2017-08-12 14:36:37 +03:00
Graphics.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
Info.plist macOS: use HTTPS for appcast (#325) 2017-07-06 22:48:14 +03:00
mapHandler.cpp Finished conversion to new logging API 2017-08-11 23:06:27 +03:00
mapHandler.h Code style: remove senseless comments 2017-07-18 00:04:00 +03:00
NetPacksClient.cpp fixes 2017-08-12 14:36:37 +03:00
resource.h
SDLMain.h
SDLMain.m
SDLRWwrapper.cpp
SDLRWwrapper.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
StdInc.cpp
StdInc.h
VCMI_client.cbp [tests] Reduced code duplication 2017-08-03 15:56:45 +03:00
VCMI_client.rc
VCMI_client.vcxproj Visual Studio files tweaks 2017-07-13 13:18:40 +02:00
VCMI_client.vcxproj.filters Visual Studio files tweaks 2017-07-13 13:18:40 +02:00
vcmi.icns
vcmi.ico