1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
vcmi/server
John Bolton 6d8f1e4530 Fixed incorrect usage of const std::shared_ptr. Resolves 0003142.
Replaced const TBonusListPtr with TConstBonusListPtr where necessary
Replaced const std::shared_ptr<T> with std::shared_ptr<const T> where necessary.
Removed superfluous use of const.
Replaced const std::shared_ptr<T> with const std::shared_ptr<T> & in function parameters and ranged for-loops.
2020-09-30 22:56:28 -07:00
..
CGameHandler.cpp Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
CGameHandler.h Travis errors & warnings fix 2020-09-28 16:39:55 +03:00
CMakeLists.txt CMake more transitive 2019-03-28 16:56:51 +03:00
CQuery.cpp macOS: fix packet deserialization (#479) 2018-08-14 01:03:45 +03:00
CQuery.h Replaced CGHeroInstance and CGObjectInstance with ObjectInstanceID in NetPacks 2018-03-17 13:24:12 +08:00
CVCMIServer.cpp Close the global log targets on exit, flushing log files to disk 2020-05-05 15:25:07 +03:00
CVCMIServer.h Fix various memory errors related to server and connections. 2018-05-01 00:04:20 +03:00
NetPacksLobbyServer.cpp Fix various memory errors related to server and connections. 2018-05-01 00:04:20 +03:00
NetPacksServer.cpp Allow learning secondary skills in ally towns 2019-03-25 02:21:32 +03:00
StdInc.cpp Rename radious -> radius 2016-01-31 18:01:58 +03:00
StdInc.h macOS: fix packet deserialization (#479) 2018-08-14 01:03:45 +03:00
VCMI_server.cbp [C::B] Switched to boost shared linkage 2019-05-30 20:55:40 +03:00
VCMI_server.vcxproj Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00