Commit a4e877e
committed
Update submodules
1 parent a1114be commit a4e877e
2 files changed
Lines changed: 2 additions & 2 deletions
- .github/workflows/ci.yml+31-11
- .gitignore+4
- CMakeLists.txt+23-19
- README.md+2-1
- SConstruct+4
- binding_generator.py+93-80
- gdextension/extension_api.json+8.6k-2.4k
- gdextension/gdextension_interface.h+157-13
- include/godot_cpp/classes/editor_plugin_registration.hpp+62
- include/godot_cpp/classes/ref.hpp+1-1
- include/godot_cpp/classes/wrapped.hpp+146-79
- include/godot_cpp/core/binder_common.hpp+90
- include/godot_cpp/core/class_db.hpp+17-8
- include/godot_cpp/core/memory.hpp+13-12
- include/godot_cpp/core/object.hpp+2-22
- include/godot_cpp/core/object_id.hpp+62
- include/godot_cpp/godot.hpp+28-10
- include/godot_cpp/templates/cowdata.hpp+8-5
- include/godot_cpp/templates/list.hpp+1-1
- include/godot_cpp/templates/rid_owner.hpp+3-3
- include/godot_cpp/templates/thread_work_pool.hpp+4-4
- include/godot_cpp/variant/callable_custom.hpp+64
- include/godot_cpp/variant/callable_method_pointer.hpp+248
- include/godot_cpp/variant/char_string.hpp+12
- include/godot_cpp/variant/variant.hpp+27-7
- src/classes/editor_plugin_registration.cpp+3-3
- src/classes/wrapped.cpp+50
- src/core/class_db.cpp+27-4
- src/core/memory.cpp+8-7
- src/godot.cpp+84-23
- src/variant/callable_custom.cpp+113
- src/variant/callable_method_pointer.cpp+114
- src/variant/char_string.cpp+3-2
- src/variant/variant.cpp+24-6
- test/CMakeLists.txt+16-23
- test/SConstruct+11
- test/generate_xcframework.sh+7
- test/project/bin/libgdexample.macos.template_debug.framework/Resources/Info.plist
- test/project/bin/libgdexample.macos.template_release.framework/Resources/Info.plist
- test/project/example.gdextension+18
- test/project/main.gd+72
- test/project/project.godot+1
- test/src/example.cpp+173
- test/src/example.h+27
- tools/android.py+22-12
- tools/godotcpp.py+58-7
- tools/ios.py+1-1
- tools/linux.py+3
- tools/web.py+20-23
- tools/windows.py+1-1
0 commit comments