Go to file
Deukhoofd 4edfb6ca85
continuous-integration/drone/push Build is passing Details
Fixes invalid cmake
2020-05-03 12:54:55 +02:00
CInterface Turns PokemonSpecies Construct C interface into Try function 2020-05-03 12:46:35 +02:00
extern Added ScriptBuilder that gives us access to conditional compilation and metadata attributes. 2020-02-19 09:07:44 +01:00
src Implements support for registering types and functions in AngelScript externally. 2020-05-02 11:53:12 +02:00
tests Remove test file after test run. 2020-05-02 11:55:04 +02:00
.clang-format Initial commit. 2019-12-29 15:29:52 +01:00
.drone.yml Better handling for static c linking. 2020-05-03 12:51:41 +02:00
.gitignore Initial commit. 2019-12-29 15:29:52 +01:00
CMakeLists.txt Fixes invalid cmake 2020-05-03 12:54:55 +02:00
angelscript.supp Fixes for valgrind failure. 2020-02-06 16:25:55 +01:00
conanfile.py Don't link C libraries statically by default for Windows, as this isn't needed if another library has their own C libraries already has them statically linked. 2020-04-12 11:20:16 +02:00