1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-16 10:19:47 +02:00
vcmi/lib/spells/effects
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
..
Catapult.cpp Simplify statements 2019-03-31 09:43:14 +03:00
Catapult.h
Clone.cpp Initialize the change: 2020-01-25 01:21:26 -08:00
Clone.h
Damage.cpp
Damage.h
Dispel.cpp Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
Dispel.h Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
Effect.cpp
Effect.h
Effects.cpp Fixed https://bugs.vcmi.eu/view.php?id=2904 2018-03-04 11:15:24 +03:00
Effects.h
EffectsFwd.h
Heal.cpp Fixed https://bugs.vcmi.eu/view.php?id=3059 2019-06-09 22:46:29 +03:00
Heal.h
LocationEffect.cpp
LocationEffect.h
Obstacle.cpp VCAI performance improvements 2019-01-17 10:50:56 +03:00
Obstacle.h
Registry.cpp Possible fix for https://bugs.vcmi.eu/view.php?id=2913 2018-03-10 19:35:20 +03:00
Registry.h
RemoveObstacle.cpp
RemoveObstacle.h
Sacrifice.cpp Simplification fixes 2019-03-31 09:43:14 +03:00
Sacrifice.h
Summon.cpp Summon effect fixes. 2018-03-03 20:37:49 +03:00
Summon.h Summon effect fixes. 2018-03-03 20:37:49 +03:00
Teleport.cpp
Teleport.h
Timed.cpp Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
Timed.h
UnitEffect.cpp Simplify statements 2019-03-31 09:43:14 +03:00
UnitEffect.h