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
450
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Deukhoofd
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
CInterface
C Interface explicit constructors for different events.
2020-07-31 15:01:25 +02:00
extern
Rework for C Interfaces to handle exceptions a bit better.
2020-03-25 19:09:17 +01:00
src
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
tests
Further work on better exceptions.
2020-07-26 17:41:11 +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
CmakeConanSetup.cmake
Cleanup CMake file.
2020-07-17 13:12:21 +02:00
CMakeLists.txt
Merge the two different libs together into the same library.
2020-07-31 10:51:03 +02:00
conanfile.py
Cleanup CMake file.
2020-07-17 13:12:21 +02:00
Description
No description provided
3.2
MiB
Languages
C++
91.1%
CMake
8.9%