generated from Calinou/godot-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
e2b57f8
commit 6c2e44e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule godot-cpp
updated
17 files
+33 −6 | SConstruct | |
+12 −9 | binding_generator.py | |
+7 −1 | include/godot_cpp/templates/cowdata.hpp | |
+71 −54 | include/godot_cpp/variant/char_string.hpp | |
+107 −98 | src/variant/char_string.cpp | |
+4 −0 | test/project/main.gd | |
+5 −0 | test/src/example.cpp | |
+1 −0 | test/src/example.h | |
+2 −0 | tools/android.py | |
+31 −6 | tools/ios.py | |
+0 −26 | tools/ios_osxcross.py | |
+2 −0 | tools/javascript.py | |
+2 −0 | tools/linux.py | |
+27 −5 | tools/macos.py | |
+0 −28 | tools/macos_osxcross.py | |
+6 −6 | tools/targets.py | |
+30 −10 | tools/windows.py |