Go to file
Deukhoofd 8897f2282f Put the check for slots filled behind the check whether all choices are set.
This because this check can be more expensive, and should run as little times
as possible. In this case it should only run when all choices are set,
which should be in most cases once a turn.
2019-12-07 12:49:18 +01:00
extern Update Catch2 to latest version. 2019-12-05 13:52:46 +01:00
src Put the check for slots filled behind the check whether all choices are set. 2019-12-07 12:49:18 +01:00
tests Better handling of filling empty slots. 2019-12-07 12:13:12 +01:00
.clang-format Used ClangFormat style guide I'm happy with. 2019-11-28 12:55:22 +01:00
.drone.yml Update Catch2 to latest version. 2019-12-05 13:52:46 +01:00
.gitignore Implements tests for randomness distributions. 2019-11-17 11:05:31 +01:00
CMakeLists.txt Remove creature classes from Library lib, merged with Battling lib. 2019-10-24 13:37:55 +02:00