1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/server
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
..
CGameHandler.cpp Avoid boost::optional assignment for Boost 1.64 compatibility (#360) 2017-08-05 16:09:29 +03:00
CGameHandler.h Code style: serialize everything on own lines for easier debugging (#357) 2017-07-31 16:35:42 +03:00
CMakeLists.txt Change the output path for cmake so all files go into the same root directory 2017-07-07 13:08:53 +03:00
CQuery.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CQuery.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CVCMIServer.cpp Code style: use parentheses for creating heap-based objects (#344) 2017-07-16 12:58:05 +03:00
CVCMIServer.h Code style: remove senseless comments 2017-07-18 00:04:00 +03:00
NetPacksServer.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
StdInc.cpp Rename radious -> radius 2016-01-31 18:01:58 +03:00
StdInc.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
VCMI_server.cbp Merge pull request #203 from vcmi/logFormat 2016-08-29 17:32:44 +04:00
VCMI_server.vcxproj Updated project files to MVS 2015 (in fact, it's trivial). 2016-12-12 19:14:45 +01:00