1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-30 23:18:08 +02:00
vcmi/client/windows
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
..
CAdvmapInterface.cpp Refactoring: avoid using namespace when it's not absolutely needed 2015-12-29 02:14:08 +03:00
CAdvmapInterface.h CAdvMapInt: block spellbook button when no hero selected 2015-12-06 03:12:39 +03:00
CCastleInterface.cpp Client: slience visibility error on shipyard in non-coastal town 2015-12-08 07:33:13 +03:00
CCastleInterface.h Add "override" to virtual overriden methods 2015-10-13 21:05:36 +03:00
CCreatureWindow.cpp Fix mantiss 1965 2015-08-25 12:16:47 +03:00
CCreatureWindow.h Large refactoring of button classes: 2014-08-03 14:16:19 +03:00
CHeroWindow.cpp CHeroWindow: block dismiss button if there no other heroes and no towns 2015-03-12 23:47:46 +03:00
CHeroWindow.h Add "override" to virtual overriden methods 2015-10-13 21:05:36 +03:00
CKingdomInterface.cpp fix #2080. No more articaft exchange between heroes in kingdom overview. 2015-02-14 20:24:18 +03:00
CKingdomInterface.h Add "override" to virtual overriden methods 2015-10-13 21:05:36 +03:00
CQuestLog.cpp Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 2015-12-29 05:43:33 +03:00
CQuestLog.h Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 2015-12-29 05:43:33 +03:00
CSpellWindow.cpp SDL1 wipe, part 4. Codebase cleanup finished. Untested. 2015-06-21 01:59:32 +03:00
CSpellWindow.h TOWN_PORTAL callback is too specific to ba part on spellwindow class 2015-02-26 08:39:46 +03:00
CTradeWindow.cpp Refactoring: use cleaner CCreatureSet::stacksCount everywhere 2015-12-24 21:30:57 +03:00
CTradeWindow.h Add "override" to virtual overriden methods 2015-10-13 21:05:36 +03:00
CWindowObject.cpp
CWindowObject.h Add "override" to virtual overriden methods 2015-10-13 21:05:36 +03:00
GUIClasses.cpp Add hero gold cost to GameConstants 2015-12-07 00:13:58 +03:00
GUIClasses.h Add "override" to virtual overriden methods 2015-10-13 21:05:36 +03:00
InfoWindows.cpp implemented VISIONS spell (partially) 2015-02-26 08:39:56 +03:00
InfoWindows.h Add "override" to virtual overriden methods 2015-10-13 21:05:36 +03:00