File tree
6 files changed
+292091
-19
lines changed- .github/workflows
- thirdparty
- godot_cpp_gdextension_api
6 files changed
+292091
-19
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
81 |
| - | |
| 80 | + | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
+8-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
- .github/ISSUE_TEMPLATE/bug_report.yml+1-1
- .github/workflows/ci.yml+1-1
- CMakeLists.txt-11
- README.md+5-2
- binding_generator.py+162-15
- gdextension/gdextension_interface.h+111-3
- include/godot_cpp/classes/wrapped.hpp+32-28
- include/godot_cpp/core/binder_common.hpp+22-22
- include/godot_cpp/core/builtin_ptrcall.hpp+12
- include/godot_cpp/core/class_db.hpp+45-6
- include/godot_cpp/core/object.hpp+2
- include/godot_cpp/core/property_info.hpp+11
- include/godot_cpp/core/type_info.hpp+6
- include/godot_cpp/godot.hpp+4-1
- include/godot_cpp/templates/cowdata.hpp+132-73
- include/godot_cpp/templates/safe_refcount.hpp+9
- include/godot_cpp/templates/vector.hpp+53-38
- include/godot_cpp/variant/aabb.hpp+3-3
- include/godot_cpp/variant/char_string.hpp+9-9
- include/godot_cpp/variant/typed_array.hpp+9
- include/godot_cpp/variant/variant.hpp+7
- include/godot_cpp/variant/vector2i.hpp+3
- include/godot_cpp/variant/vector3i.hpp+11
- include/godot_cpp/variant/vector4i.hpp+11
- src/core/class_db.cpp+41
- src/godot.cpp+13-2
- src/variant/char_string.cpp+18-18
- src/variant/packed_arrays.cpp+20-20
- src/variant/vector2i.cpp+8
- test/CMakeLists.txt-22
- test/project/example.gd+5
- test/project/main.gd+4
- test/project/main.tscn+3-1
- test/src/example.cpp+31
- test/src/example.h+33-2
- test/src/register_types.cpp+3-1
- tools/android.py+9
- tools/common_compiler_flags.py+94
- tools/godotcpp.py+108-39
- tools/ios.py+3
- tools/linux.py+4-1
- tools/macos.py+3
- tools/targets.py-144
- tools/web.py+3
- tools/windows.py+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + |
0 commit comments