Go to file
Deukhoofd 568232c7a5
continuous-integration/drone/push Build is passing Details
Split off initialization of Creature into new function that's not called in the constructor.
This has to do with specific implementations of stat calculator requiring an inherited type of the Creature class, and by calling it in the constructor casting to this inherited type will fail.
2020-01-05 13:43:47 +01:00
extern Update Catch2 to latest version. 2019-12-05 13:52:46 +01:00
src Split off initialization of Creature into new function that's not called in the constructor. 2020-01-05 13:43:47 +01:00
tests Removes some variables that are better handled in implementations. 2019-12-27 12:19:38 +01:00
.clang-format Used ClangFormat style guide I'm happy with. 2019-11-28 12:55:22 +01:00
.drone.yml Don't actually build in Conan step, just re-use the build-release step. 2020-01-01 20:38:29 +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 Don't keep path for Conan libraries, as we're now removing old folders in CI. 2020-01-01 15:53:27 +01:00