CreatureLib/src/Battling/Models
Deukhoofd b02577554f
continuous-integration/drone/push Build is passing Details
Remove GetProperty macro, as it wasn't that intuitive, and caused issues later.
2020-01-12 17:04:42 +01:00
..
AttackLearnMethod.hpp Used ClangFormat style guide I'm happy with. 2019-11-28 12:55:22 +01:00
Battle.cpp Implements running from battle. 2019-12-15 11:52:10 +01:00
Battle.hpp Resolve memory issue with Event Hooks. 2019-12-15 12:27:56 +01:00
BattleParty.hpp Better handling of filling empty slots. 2019-12-07 12:13:12 +01:00
BattleResult.hpp Implements running from battle. 2019-12-15 11:52:10 +01:00
BattleSide.cpp Implements marking opponents as seen. 2019-12-14 12:40:50 +01:00
BattleSide.hpp Implements running from battle. 2019-12-15 11:52:10 +01:00
CreateCreature.cpp Split off initialization of Creature into new function that's not called in the constructor. 2020-01-05 13:43:47 +01:00
CreateCreature.hpp Removed unused field from CreateCreature.hpp 2020-01-02 16:18:46 +01:00
Creature.cpp Remove GetProperty macro, as it wasn't that intuitive, and caused issues later. 2020-01-12 17:04:42 +01:00
Creature.hpp Remove GetProperty macro, as it wasn't that intuitive, and caused issues later. 2020-01-12 17:04:42 +01:00
CreatureIndex.hpp Better handling of filling empty slots. 2019-12-07 12:13:12 +01:00
CreatureParty.hpp Implemented and fixed all code required to run at least a single turn. 2019-12-05 12:56:41 +01:00
DamageSource.hpp Used ClangFormat style guide I'm happy with. 2019-11-28 12:55:22 +01:00
ExecutingAttack.hpp Fixes for damage calculations always using a base power of 0. 2019-12-07 22:09:06 +01:00
LearnedAttack.cpp Used ClangFormat style guide I'm happy with. 2019-11-28 12:55:22 +01:00
LearnedAttack.hpp Used ClangFormat style guide I'm happy with. 2019-11-28 12:55:22 +01:00