1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/test/mock
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
..
mock_battle_IBattleState.h Fix bug: LandMine is not exploding to enemies. (#630) 2020-02-12 20:12:12 +03:00
mock_battle_Unit.h Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
mock_BonusBearer.cpp Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
mock_BonusBearer.h Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
mock_CPSICallback.cpp [c::b] Updated projects, applied fixes 2018-07-29 22:07:40 +03:00
mock_CPSICallback.h [c::b] Updated projects, applied fixes 2018-07-29 22:07:40 +03:00
mock_IGameCallback.cpp CGameHandler: rename CPackForClient argument and add network logging 2018-04-04 14:24:32 +07:00
mock_IGameCallback.h Travis errors & warnings fix 2020-09-28 16:39:55 +03:00
mock_MapService.cpp Throw std::runtime_exception instead of a pointer to new one 2018-10-31 07:27:54 +01:00
mock_MapService.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
mock_spells_Mechanics.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
mock_spells_Problem.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
mock_spells_Spell.h Issue2888 (#421) 2018-03-02 13:22:51 +03:00
mock_UnitEnvironment.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
mock_UnitInfo.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
mock_vstd_RNG.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00