1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-26 08:41:13 +02:00
vcmi/lib/mapping
Arseniy Shestakov 9fd1cff090 Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared
Long time ago it's was used without prefix to make future switch from boost to std version easier.
I discusses this with Ivan and decide to drop these using from Global.h now.

This change wouldn't break anything because there was already code with prefix for each of three cases.
2015-12-29 05:43:33 +03:00
..
CCampaignHandler.cpp Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 2015-12-29 05:43:33 +03:00
CCampaignHandler.h Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 2015-12-29 05:43:33 +03:00
CDrawRoadsOperation.cpp Removed all #include's of CMap.h from headers. 2015-12-02 21:05:10 +02:00
CDrawRoadsOperation.h Removed all #include's of CMap.h from headers. 2015-12-02 21:05:10 +02:00
CMap.cpp Use "Favorable" instead of "Favourable" everywhere for consistency 2015-12-06 02:23:41 +03:00
CMap.h Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 2015-12-29 05:43:33 +03:00
CMapDefines.h Use "Favorable" instead of "Favourable" everywhere for consistency 2015-12-06 02:23:41 +03:00
CMapEditManager.cpp Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 2015-12-29 05:43:33 +03:00
CMapEditManager.h Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 2015-12-29 05:43:33 +03:00
CMapInfo.cpp Compile fixes specific for VS 2012" 2013-07-02 15:23:32 +00:00
CMapInfo.h Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 2015-12-29 05:43:33 +03:00
CMapService.cpp Fixed gcc/clang warnings 2015-12-04 01:17:43 +02:00
CMapService.h Support for overriding victory/defeat conditions from h3m map or 2013-12-30 23:09:58 +00:00
MapFormatH3M.cpp CPathfinder: patrol support using getTilesInRange 2015-11-28 20:34:50 +03:00
MapFormatH3M.h CMapLoaderH3M: support for patrol initialPos in readHero 2015-11-27 11:34:03 +03:00
MapFormatJson.cpp More fixes for map-specific crashes, fixes #1427 and #733 2014-02-09 12:10:02 +00:00
MapFormatJson.h Add "override" to virtual overriden methods 2015-10-13 21:05:36 +03:00