This website requires JavaScript.
Explore
Help
Sign In
Deukhoofd
/
CreatureLib
Watch
1
Star
0
Fork
0
You've already forked CreatureLib
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
0e874346bbccb855e6b0abb15ecca51a25006875
CreatureLib
/
src
/
Battling
/
Library
History
Deukhoofd
0e874346bb
All checks were successful
continuous-integration/drone/push
Build is passing
Details
Pass ExecutingAttack values by reference instead of pointer.
2020-04-25 16:04:17 +02:00
..
BattleLibrary.cpp
Fixes for effect.
2020-04-21 12:31:53 +02:00
BattleLibrary.hpp
Fixes for effect.
2020-04-21 12:31:53 +02:00
BattleStatCalculator.cpp
Fixed issue where base stats of a variant got corrupted.
2020-03-22 15:25:38 +01:00
BattleStatCalculator.hpp
Merge Core library into Library, as with its utility functionality merged into Arbutils, it's becoming less and less useful.
2020-03-22 10:11:53 +01:00
DamageLibrary.cpp
Pass ExecutingAttack values by reference instead of pointer.
2020-04-25 16:04:17 +02:00
DamageLibrary.hpp
Changed DamageLibrary to use appropriate integer types, instead of 'int'.
2020-03-04 18:28:14 +01:00
ExperienceLibrary.cpp
Added lots of security using asserts.
2020-03-22 13:42:26 +01:00
ExperienceLibrary.hpp
Implements experience gain on opponent faint.
2019-12-14 13:28:23 +01:00
MiscLibrary.cpp
Turn SecondaryEffect class into pointer type, owned by AttackData.
2020-04-10 22:17:48 +02:00
MiscLibrary.hpp
Support for attack when other attacks can't be used in MiscLibrary.
2020-03-12 11:15:00 +01:00