Go to file
Deukhoofd a4bb8864a0
continuous-integration/drone/push Build is passing Details
When creating a CreatureParty with a size, don't just reserve the space, but append nullptr as well.
2020-07-26 16:08:41 +02:00
CInterface C Interface for getting party from BattleParty. 2020-07-26 15:46:11 +02:00
extern Rework for C Interfaces to handle exceptions a bit better. 2020-03-25 19:09:17 +01:00
src When creating a CreatureParty with a size, don't just reserve the space, but append nullptr as well. 2020-07-26 16:08:41 +02:00
tests Supports iterating over BaseLibrary. 2020-07-04 17:18:24 +02:00
.clang-format Adds secondary effect parameter system. 2020-04-10 16:35:24 +02:00
.drone.yml Further path fixing. 2020-07-17 13:30:26 +02:00
.gitignore 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
CMakeLists.txt Cleanup CMake file. 2020-07-17 13:12:21 +02:00
CmakeConanSetup.cmake Cleanup CMake file. 2020-07-17 13:12:21 +02:00
conanfile.py Cleanup CMake file. 2020-07-17 13:12:21 +02:00