1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-26 08:41:13 +02:00
vcmi/client/windows
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
..
CAdvmapInterface.cpp More mouse scrolling fixes 2020-01-04 22:45:33 -08:00
CAdvmapInterface.h Stabilize vcmi (#488) 2018-08-26 19:09:56 +03:00
CCastleInterface.cpp Fixed two memory leaks 2018-11-14 20:58:37 +03:00
CCastleInterface.h Fix not responding statusbar 2018-10-29 14:12:07 +01:00
CCreatureWindow.cpp Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
CCreatureWindow.h Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
CHeroWindow.cpp Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
CHeroWindow.h Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
CKingdomInterface.cpp Stabilize vcmi (#488) 2018-08-26 19:09:56 +03:00
CKingdomInterface.h Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
CQuestLog.cpp Gui cleanup4 (#446) 2018-07-25 01:36:48 +03:00
CQuestLog.h Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
CreaturePurchaseCard.cpp Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
CreaturePurchaseCard.h Adding bacground for QuickRecruitmentWindow 2017-12-23 13:15:05 +01:00
CSpellWindow.cpp Stabilize vcmi (#488) 2018-08-26 19:09:56 +03:00
CSpellWindow.h Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
CTradeWindow.cpp Stabilize vcmi (#488) 2018-08-26 19:09:56 +03:00
CTradeWindow.h Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
CWindowObject.cpp Fix not responding statusbar 2018-10-29 14:12:07 +01:00
CWindowObject.h Fix not responding statusbar 2018-10-29 14:12:07 +01:00
GUIClasses.cpp Remove useless and wrong recruit conditions 2019-06-01 20:29:49 +03:00
GUIClasses.h Fix not responding statusbar 2018-10-29 14:12:07 +01:00
InfoWindows.cpp Gui cleanup4 (#446) 2018-07-25 01:36:48 +03:00
InfoWindows.h Gui cleanup4 (#446) 2018-07-25 01:36:48 +03:00
QuickRecruitmentWindow.cpp Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
QuickRecruitmentWindow.h Update graphics for QuickRecruitmentWindow 2018-01-13 09:49:29 +01:00