Go to file
Deukhoofd 645ba95bbc
continuous-integration/drone/push Build is passing Details
Performance improvements for battle and creature AddVolatileScript methods when passing a string as parameter.
Instead of loading a script, then passing it to the ScriptSet class and checking if it already exists before invoking stack, we now check whether the ScriptSet has that script. If one already exists we just invoke stack on it, if not we continue to the process of creating a new script instance.
2020-02-22 16:01:01 +01:00
extern Update Catch2 to latest version. 2019-12-05 13:52:46 +01:00
src Performance improvements for battle and creature AddVolatileScript methods when passing a string as parameter. 2020-02-22 16:01:01 +01:00
tests Make CreatureException inherit from runtime_error. 2020-02-22 15:07:16 +01:00
.clang-format Used ClangFormat style guide I'm happy with. 2019-11-28 12:55:22 +01:00
.drone.yml Force newest build in drone to be Conan version 2020-02-15 17:34:48 +01:00
.gitignore Implements tests for randomness distributions. 2019-11-17 11:05:31 +01:00
CMakeLists.txt Fix Cmake issue when targeting Windows from Conan. 2020-01-01 14:48:20 +01:00
conanfile.py Move header files to CreatureLib subdirectory. 2020-02-08 19:04:04 +01:00