2 files changed
+3
-3
lines changed- .github/workflows/ci.yml+3-3
- CMakeLists.txt+14-9
- README.md+3-4
- SConstruct+15-5
- binding_generator.py+50-48
- gdextension/README.md+20
- gdextension/extension_api.json+2.2k-320
- gdextension/gdextension_interface.h+619
- godot-headers/README.md-16
- godot-headers/godot/gdnative_interface.h-612
- include/godot_cpp/classes/ref.hpp+18-7
- include/godot_cpp/classes/wrapped.hpp+95-95
- include/godot_cpp/core/binder_common.hpp+62-62
- include/godot_cpp/core/builtin_ptrcall.hpp+9-9
- include/godot_cpp/core/class_db.hpp+33-33
- include/godot_cpp/core/defs.hpp+4-4
- include/godot_cpp/core/engine_ptrcall.hpp+18-18
- include/godot_cpp/core/math.hpp+1-1
- include/godot_cpp/core/memory.hpp+1-1
- include/godot_cpp/core/method_bind.hpp+56-56
- include/godot_cpp/core/method_ptrcall.hpp+2-2
- include/godot_cpp/core/object.hpp+10-10
- include/godot_cpp/core/property_info.hpp+2-2
- include/godot_cpp/core/type_info.hpp+102-102
- include/godot_cpp/godot.hpp+17-17
- include/godot_cpp/variant/variant.hpp+11-11
- misc/scripts/check_get_file_list.py+1-1
- src/classes/wrapped.cpp+3-3
- src/core/class_db.cpp+51-51
- src/core/error_macros.cpp+8-8
- src/core/memory.cpp+3-3
- src/core/method_bind.cpp+5-5
- src/core/object.cpp+5-5
- src/godot.cpp+12-12
- src/variant/char_string.cpp+20-20
- src/variant/packed_arrays.cpp+40-40
- src/variant/variant.cpp+95-95
- test/CMakeLists.txt+3-3
- test/demo/main.gd+4-1
- test/demo/main.tscn+3-1
- test/src/example.cpp+32-8
- test/src/example.h+13-4
- test/src/register_types.cpp+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
|
0 commit comments