-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
31536b3
commit f075664
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ZenKit
updated
16 files
+3 −0 | docs/SUMMARY.md | |
+137 −0 | docs/engine/formats/bytecode.md | |
+170 −0 | docs/engine/formats/script_binaries.md | |
+4 −2 | include/zenkit/Mesh.hh | |
+25 −25 | readme.md | |
+2 −0 | src/CutsceneLibrary.cc | |
+4 −2 | src/DaedalusScript.cc | |
+2 −2 | src/DaedalusVm.cc | |
+1 −0 | src/Internal.hh | |
+25 −13 | src/Mesh.cc | |
+1 −0 | src/SaveGame.cc | |
+3 −1 | src/Stream.cc | |
+1 −0 | src/__legacy_buffer.cc | |
+1 −0 | src/archive/ArchiveBinsafe.cc | |
+2 −0 | src/vobs/Misc.cc | |
+2 −0 | src/world/BspTree.cc |