-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
8244ef2
commit 84d0e6f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sourcepp
updated
24 files
+17 −0 | .github/workflows/deploy_docs.yml | |
+1 −0 | .gitignore | |
+3 −0 | .gitmodules | |
+7 −1 | CMakeLists.txt | |
+2,893 −0 | Doxyfile | |
+18 −5 | README.md | |
+ − | branding/logo.ico | |
+42 −0 | docs/layout/custom.css | |
+1 −0 | docs/layout/doxygen-awesome-css | |
+90 −0 | docs/layout/header.html | |
+167 −0 | include/bsppp/bsppp.h | |
+13 −0 | include/sourcepp/parser/Binary.h | |
+6 −122 | include/vpkpp/format/BSP.h | |
+1 −1 | include/vpkpp/format/FPX.h | |
+3 −1 | include/vpkpp/format/GMA.h | |
+3 −1 | include/vpkpp/format/PAK.h | |
+3 −1 | include/vpkpp/format/PCK.h | |
+5 −5 | include/vpkpp/format/VPK.h | |
+3 −0 | src/bsppp/_bsppp.cmake | |
+272 −0 | src/bsppp/bsppp.cpp | |
+1 −1 | src/vpkpp/_vpkpp.cmake | |
+11 −90 | src/vpkpp/format/BSP.cpp | |
+2 −2 | src/vpkpp/format/PAK.cpp | |
+6 −6 | src/vpkpp/format/PCK.cpp |