-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule RadixEngine
updated
23 files
+8 −0 | .gitignore | |
+3 −3 | .gitmodules | |
+4 −7 | CMakeLists.txt | |
+23 −13 | COMPILE.md | |
+2 −0 | README.md | |
+21 −0 | cmake/FindAngelScript.cmake | |
+0 −12 | cmake/FindChaiScript.cmake | |
+1 −0 | external/AngelScript | |
+0 −1 | external/chaiScript | |
+15 −11 | include/radix/api/PlayerApi.hpp | |
+15 −9 | include/radix/api/RadixApi.hpp | |
+10 −6 | include/radix/api/ScriptEngine.hpp | |
+35 −0 | include/radix/entities/ContactPlayerCallback.hpp | |
+0 −23 | include/radix/entities/Player.hpp | |
+1 −1 | include/radix/entities/Trigger.hpp | |
+0 −2 | source/BaseGame.cpp | |
+1 −0 | source/CMakeLists.txt | |
+25 −12 | source/api/PlayerApi.cpp | |
+16 −8 | source/api/RadixApi.cpp | |
+59 −6 | source/api/ScriptEngine.cpp | |
+0 −8 | source/data/map/ScriptTrigger.cpp | |
+4 −6 | source/entities/Trigger.cpp | |
+1 −0 | source/simulation/Physics.cpp |