-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from Faless/bump/beta5
Update to Godot 4.0-beta5
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule godot-cpp
updated
20 files
+31 −10 | binding_generator.py | |
+1,225 −331 | godot-headers/extension_api.json | |
+71 −55 | godot-headers/godot/gdnative_interface.h | |
+4 −4 | include/godot_cpp/classes/ref.hpp | |
+27 −34 | include/godot_cpp/classes/wrapped.hpp | |
+2 −2 | include/godot_cpp/core/binder_common.hpp | |
+43 −42 | include/godot_cpp/core/class_db.hpp | |
+56 −62 | include/godot_cpp/core/method_bind.hpp | |
+14 −12 | include/godot_cpp/core/object.hpp | |
+4 −4 | include/godot_cpp/core/property_info.hpp | |
+66 −66 | include/godot_cpp/core/type_info.hpp | |
+149 −146 | include/godot_cpp/variant/color_names.inc.hpp | |
+9 −5 | src/classes/wrapped.cpp | |
+78 −66 | src/core/class_db.cpp | |
+7 −22 | src/core/method_bind.cpp | |
+3 −3 | src/core/object.cpp | |
+1 −1 | src/variant/variant.cpp | |
+4 −0 | test/demo/example.gdextension | |
+1 −0 | tools/android.py | |
+0 −2 | tools/windows.py |