1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client
ArseniyShestakov cb40c093f8 Avoid boost::optional assignment for Boost 1.64 compatibility (#360)
Two options here: to use emplace from 1.56 or boost::make_optional.
Unfortunately Ubuntu 14.04 is using 1.54 and I'd rather not to break it.
2017-08-05 16:09:29 +03:00
..
battle Avoid boost::optional assignment for Boost 1.64 compatibility (#360) 2017-08-05 16:09:29 +03:00
gui Code style: remove senseless comments 2017-07-18 00:04:00 +03:00
icons Changes related to Debian packaging, based on josch patch 2014-03-20 18:17:40 +00:00
widgets Better android input handling: sending notifications about CInputText changes to java so that we can display textinput overlay there; (#354) 2017-07-23 20:23:48 +03:00
windows Avoid boost::optional assignment for Boost 1.64 compatibility (#360) 2017-08-05 16:09:29 +03:00
Autoupdate.mm macOS: turn Sparkle off by default (#327) 2017-07-06 09:09:30 +03:00
CBitmapHandler.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +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 Code style: use parentheses for creating heap-based objects (#344) 2017-07-16 12:58:05 +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 Code style: serialize everything on own lines for easier debugging (#357) 2017-07-31 16:35:42 +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: fix macOS app bundle (#337) 2017-07-13 11:29:23 +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 Code style: use parentheses for creating heap-based objects (#344) 2017-07-16 12:58:05 +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 Code style: add empty parameter list to all lambda expressions (#345) 2017-07-17 15:35:57 +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 Code style: serialize everything on own lines for easier debugging (#357) 2017-07-31 16:35:42 +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 Avoid boost::optional assignment for Boost 1.64 compatibility (#360) 2017-08-05 16:09:29 +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 Code style: remove default value hints in definitions (#342) 2017-07-15 14:08:20 +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 Fixed issue with Windows 7 DPI upscaling. 2009-12-12 03:26:09 +00:00
Graphics.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +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 Code style: remove default value hints in definitions (#342) 2017-07-15 14:08:20 +03:00
mapHandler.h Code style: remove senseless comments 2017-07-18 00:04:00 +03:00
NetPacksClient.cpp Avoid boost::optional assignment for Boost 1.64 compatibility (#360) 2017-08-05 16:09:29 +03:00
resource.h Added icon to the MSVC project, minor fixes, version bumped to 0.74. 2009-10-01 20:00:21 +00:00
SDLMain.h Mac OS patch from stopiccot 2012-12-01 06:30:52 +00:00
SDLMain.m Mac OS patch from stopiccot 2012-12-01 06:30:52 +00:00
SDLRWwrapper.cpp copyright stuff 2016-01-31 11:13:56 +01:00
SDLRWwrapper.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
StdInc.cpp * Final commit 2011-12-13 21:35:28 +00:00
StdInc.h Implemented SDL2 unicode input. Hotkeys are sill broken. 2014-06-13 07:55:42 +04:00
VCMI_client.cbp [tests] Reduced code duplication 2017-08-03 15:56:45 +03:00
VCMI_client.rc don't use separate .rc files for MSVC and MinGW 2014-10-12 16:32:02 +03:00
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 Mac OS patch from stopiccot 2012-12-01 06:30:52 +00:00
vcmi.ico Added icon to the MSVC project, minor fixes, version bumped to 0.74. 2009-10-01 20:00:21 +00:00