CreatureLib/src/Battling/Models
Deukhoofd c4d0a73df6
continuous-integration/drone/push Build is passing Details
Remove display script hook functions, replace them with easy to use interface on Creature class.
2020-02-03 16:49:28 +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 Change LibrarySettings to be a pointer instead of value, to allow for overriding in implementations. 2020-02-01 13:30:51 +01:00
CreateCreature.hpp Removed unused field from CreateCreature.hpp 2020-01-02 16:18:46 +01:00
Creature.cpp Remove display script hook functions, replace them with easy to use interface on Creature class. 2020-02-03 16:49:28 +01:00
Creature.hpp Remove display script hook functions, replace them with easy to use interface on Creature class. 2020-02-03 16:49:28 +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 Removed unused function from ExecutingAttack 2020-01-26 13:10:45 +01:00
LearnedAttack.cpp Used ClangFormat style guide I'm happy with. 2019-11-28 12:55:22 +01:00
LearnedAttack.hpp Add virtual modifiers to LearnedAttack.hpp 2020-01-25 12:37:05 +01:00