CreatureLib/src/Battling
Deukhoofd a9740cb1eb
continuous-integration/drone/push Build is passing Details
Fixed memory leak in ExecutingAttack.
2020-05-27 18:29:52 +02:00
..
EventHooks Rework for C Interfaces to handle exceptions a bit better. 2020-03-25 19:09:17 +01:00
Flow Make ExecutingAttack have raw pointer array HitData, instead of a List. This is a very hot segment of code, and removing surrounding abstractions can give us a decent amount of performance. 2020-05-27 18:26:09 +02:00
Library Remove const qualification of ScriptResolver. 2020-05-26 20:53:06 +02:00
Models Fixed memory leak in ExecutingAttack. 2020-05-27 18:29:52 +02:00
ScriptHandling Remove const qualification of ScriptResolver. 2020-05-26 20:53:06 +02:00
TurnChoices Update to newer Arbutils version. 2020-05-26 18:31:06 +02:00