1 file changed
+1
-1
lines changed- .github/actions/godot-cache/action.yml+22
- .github/workflows/ci.yml+27-3
- .gitignore+3
- SConstruct+13-1
- binding_generator.py+144-6
- godot-headers/extension_api.json+2.6k-874
- godot-headers/godot/gdnative_interface.h-3
- include/godot_cpp/classes/ref.hpp+6-6
- include/godot_cpp/classes/wrapped.hpp+9-9
- include/godot_cpp/core/class_db.hpp+7
- include/godot_cpp/core/math.hpp+196-32
- include/godot_cpp/core/method_bind.hpp+34-14
- include/godot_cpp/core/object.hpp+12
- include/godot_cpp/core/property_info.hpp+5-16
- include/godot_cpp/core/type_info.hpp+152-36
- include/godot_cpp/variant/basis.hpp+70-70
- include/godot_cpp/variant/transform2d.hpp+41-41
- include/godot_cpp/variant/transform3d.hpp+6-3
- include/godot_cpp/variant/typed_array.hpp+126
- include/godot_cpp/variant/vector4.hpp+4
- src/core/class_db.cpp+21-11
- src/variant/basis.cpp+155-155
- src/variant/projection.cpp+18-18
- src/variant/quaternion.cpp+1-1
- src/variant/rect2.cpp+16-16
- src/variant/transform2d.cpp+48-48
- src/variant/transform3d.cpp+26-10
- src/variant/variant.cpp-8
- src/variant/vector4.cpp+20
- test/demo/main.gd+3
- test/src/example.cpp+35-2
- test/src/example.h+3
- tools/android.py+1-6
- tools/ios.py-5
- tools/linux.py-5
- tools/macos.py-5
- tools/targets.py+57
- tools/windows.py+6-5
0 commit comments