Commit Graph

14 Commits

Author SHA1 Message Date
fa5184ad77 Tweaks for EventHook.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-31 19:52:12 +02:00
c3de280ebb Fixes for EventHook corruptions, unit tests for EventHooks.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-31 18:39:47 +02:00
0eaae43444 Reworked event hook to a system with pre-allocated memory, owned by the battle. This deals with cleaning up event data memory.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-31 16:19:39 +02:00
3e8f9340f3 Dont delete events after triggering the event listener. Once they're in the event listeners hands, it's their responsibility to properly clean up the memory. 2020-07-31 15:47:18 +02:00
48639eeee5 Update to new Arbutils
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-26 17:08:23 +02:00
657d646fda Make the last couple classes use smart pointers.
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-02 18:30:37 +02:00
7ce3e6940d Rework for C Interfaces to handle exceptions a bit better.
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-25 19:09:17 +01:00
899e432271 Added lots of security using asserts.
Some checks failed
continuous-integration/drone/push Build is failing
2020-03-22 13:42:26 +01:00
5a976e4031 Added display text event hook. 2020-03-09 17:43:36 +01:00
06336c64cd Added canRevive parameter to Heal function, added Faint event. 2020-03-09 16:29:41 +01:00
3efd7a6974 Added C interface for EventData.
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-09 11:12:24 +01:00
8d4860f553 Support for Heal function for Creatures.
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-13 14:48:09 +01:00
db002c784f Resolve memory issue with Event Hooks.
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-15 12:27:56 +01:00
410487c86b Initial support for Event Hooks.
Some checks failed
continuous-integration/drone/push Build is failing
2019-12-15 12:24:08 +01:00