1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-26 08:41:13 +02:00
vcmi/lib/mapping
Ivan Savenko 2b45e13c5c c++03 -> c++11 switch:
- use std versions of function, bind and ref
- OVERRIDE -> override
- NULL -> nullptr
- use std versions of random distributions

NOTE: this may be last revision that supports gcc-4.5
2013-06-26 11:18:27 +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 c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CMap.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
CMapEditManager.cpp gcc 4.5 compatibility fixes. Mostly due to lack of fully finctional nullptr class 2013-06-19 21:26:27 +00:00
CMapEditManager.h gcc 4.5 compatibility fixes. Mostly due to lack of fully finctional nullptr class 2013-06-19 21:26:27 +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 gcc 4.5 compatibility fixes. Mostly due to lack of fully finctional nullptr class 2013-06-19 21:26:27 +00:00
MapFormatH3M.h - Renamed /lib subfolders to lowercase 2013-04-07 10:48:07 +00:00