1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/lib/mapping
Michał W. Urbańczyk d1d67caa0b Get rid of some old serialization workaround code that is not needed because serializer was improved in the meantime.
Fixing #1254.
Fixed possible race causing corruption of the server savegame.
2013-04-20 18:44:55 +00:00
..
CCampaignHandler.cpp - Integrated the logging API into the client and the lib - Remove some more comments and switched to /// style - Fixed recursive locks - Added Global.h to CMakeLists(now visible in qt-creator) - Removed usage of shared_mutex - Added unique_ptr to CLogger targets 2013-04-09 14:31:36 +00:00
CCampaignHandler.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CMap.cpp - Refactored CMapEditManager(added structure for undo functionality) - Refactored CMap(terrain pointer is private, safe access via getTile) 2013-04-19 11:43:11 +00:00
CMap.h Get rid of some old serialization workaround code that is not needed because serializer was improved in the meantime. 2013-04-20 18:44:55 +00:00
CMapEditManager.cpp - Refactored CMapEditManager(added structure for undo functionality) - Refactored CMap(terrain pointer is private, safe access via getTile) 2013-04-19 11:43:11 +00:00
CMapEditManager.h Big change: Introduced new mechanism to handle queries. It should not cause any visible changes ATM apart from fixing several long-standing bugs realted to handling post-visit/battle/levelup callback, including infamous creature bank issues: #955, #1053, #1063, #1191. Needs testing. 2013-04-20 11:34:01 +00:00
CMapInfo.cpp - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CMapInfo.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CMapService.cpp - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
CMapService.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00
MapFormatH3M.cpp - Refactored CMapEditManager(added structure for undo functionality) - Refactored CMap(terrain pointer is private, safe access via getTile) 2013-04-19 11:43:11 +00:00
MapFormatH3M.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00