-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update godot-cpp to the Godot 4.3-beta2 version
- Loading branch information
Showing
2 changed files
with
1,115 additions
and
21 deletions.
There are no files selected for viewing
Submodule godot-cpp
updated
22 files
+22 −7 | .github/workflows/ci.yml | |
+189 −56 | binding_generator.py | |
+36,243 −16,348 | gdextension/extension_api.json | |
+66 −1 | gdextension/gdextension_interface.h | |
+4 −4 | include/godot_cpp/classes/ref.hpp | |
+29 −13 | include/godot_cpp/classes/wrapped.hpp | |
+5 −5 | include/godot_cpp/core/class_db.hpp | |
+6 −3 | include/godot_cpp/core/memory.hpp | |
+10 −10 | include/godot_cpp/core/type_info.hpp | |
+4 −0 | include/godot_cpp/godot.hpp | |
+9 −0 | src/classes/low_level.cpp | |
+18 −7 | src/classes/wrapped.cpp | |
+2 −2 | src/core/class_db.cpp | |
+1 −1 | src/core/object.cpp | |
+8 −0 | src/godot.cpp | |
+4 −4 | src/variant/char_string.cpp | |
+9 −0 | test/build_profile.json | |
+4 −1 | test/project/main.gd | |
+18 −1 | test/src/example.cpp | |
+6 −0 | test/src/example.h | |
+9 −0 | tools/godotcpp.py | |
+8 −4 | tools/web.py |
Oops, something went wrong.