1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-04 09:42:40 +02:00
vcmi/client/widgets
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
..
AdventureMapClasses.cpp Include header SDL_Compat.h in AdventureMapClasses.cpp 2020-07-05 21:10:29 +08:00
AdventureMapClasses.h Gui cleanup4 (#446) 2018-07-25 01:36:48 +03:00
Buttons.cpp Update according to comments. 2020-01-22 23:07:20 -08:00
Buttons.h Fix bug: LobbyScreen UI has a bug on the Difficulty toggle group. 2020-01-21 01:09:08 -08:00
CArtifactHolder.cpp Gui cleanup4 (#446) 2018-07-25 01:36:48 +03:00
CArtifactHolder.h Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
CComponent.cpp Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
CComponent.h Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
CGarrisonInt.cpp Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
CGarrisonInt.h Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
Images.cpp Gui cleanup4 (#446) 2018-07-25 01:36:48 +03:00
Images.h Gui cleanup4 (#446) 2018-07-25 01:36:48 +03:00
MiscWidgets.cpp Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
MiscWidgets.h Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
ObjectLists.cpp Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
ObjectLists.h Gui cleanup3 - UI refactoring to use smart pointers (#440) 2018-04-07 18:34:11 +07:00
TextControls.cpp Revert old statusbar hackfix 2019-06-06 22:56:14 +02:00
TextControls.h Revert old statusbar hackfix 2019-06-06 22:56:14 +02:00