2 files changed
+34
-22
lines changed+33-21
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 |
| |
5 |
| - | |
6 |
| - | |
| 13 | + | |
| 14 | + | |
7 | 15 |
| |
8 | 16 |
| |
9 | 17 |
| |
10 |
| - | |
| 18 | + | |
11 | 19 |
| |
12 | 20 |
| |
13 | 21 |
| |
| |||
20 | 28 |
| |
21 | 29 |
| |
22 | 30 |
| |
23 |
| - | |
24 | 31 |
| |
25 | 32 |
| |
26 | 33 |
| |
27 | 34 |
| |
28 | 35 |
| |
29 | 36 |
| |
30 | 37 |
| |
31 |
| - | |
| 38 | + | |
| 39 | + | |
32 | 40 |
| |
33 | 41 |
| |
34 | 42 |
| |
35 | 43 |
| |
36 | 44 |
| |
37 | 45 |
| |
38 |
| - | |
39 |
| - | |
| 46 | + | |
40 | 47 |
| |
41 |
| - | |
| 48 | + | |
42 | 49 |
| |
43 | 50 |
| |
44 | 51 |
| |
| |||
61 | 68 |
| |
62 | 69 |
| |
63 | 70 |
| |
64 |
| - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
65 | 81 |
| |
66 | 82 |
| |
67 | 83 |
| |
68 | 84 |
| |
69 | 85 |
| |
70 | 86 |
| |
71 | 87 |
| |
72 |
| - | |
73 |
| - | |
| 88 | + | |
74 | 89 |
| |
75 |
| - | |
| 90 | + | |
76 | 91 |
| |
77 | 92 |
| |
78 | 93 |
| |
79 | 94 |
| |
80 | 95 |
| |
81 |
| - | |
| 96 | + | |
82 | 97 |
| |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
| 98 | + | |
87 | 99 |
| |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
92 | 104 |
|
- .github/actions/godot-cache-restore/action.yml+14-11
- .github/actions/godot-cache-save/action.yml+6-5
- .github/actions/setup-godot-cpp/action.yml+62
- .github/workflows/ci.yml+28-78
- .github/workflows/runner.yml+21
- .github/workflows/static_checks.yml+7-2
- .gitignore+7
- CMakeLists.txt+50-216
- README.md+1-2
- binding_generator.py+266-215
- build_profile.py+183
- cmake/GodotCPPModule.cmake+169
- cmake/GodotCompilerWarnings.cmake-94
- cmake/android.cmake+40
- cmake/common_compiler_flags.cmake+177
- cmake/emsdkHack.cmake+40
- cmake/godotcpp.cmake+373
- cmake/ios.cmake+21
- cmake/linux.cmake+21
- cmake/macos.cmake+46
- cmake/web.cmake+42
- cmake/windows.cmake+103
- doc/cmake.rst+377
- doc_source_generator.py+55
- gdextension/extension_api.json+106.9k-87.5k
- gdextension/gdextension_interface.h+133-12
- include/godot_cpp/classes/ref.hpp+6-2
- include/godot_cpp/classes/wrapped.hpp+24-23
- include/godot_cpp/core/class_db.hpp+24-12
- include/godot_cpp/core/defs.hpp+8-4
- include/godot_cpp/core/print_string.hpp+73
- include/godot_cpp/core/type_info.hpp+12-11
- include/godot_cpp/godot.hpp+5-2
- include/godot_cpp/templates/safe_refcount.hpp+1-1
- include/godot_cpp/variant/aabb.hpp+1-1
- include/godot_cpp/variant/basis.hpp+2-2
- include/godot_cpp/variant/color.hpp+1-1
- include/godot_cpp/variant/plane.hpp+1-1
- include/godot_cpp/variant/projection.hpp+1-1
- include/godot_cpp/variant/quaternion.hpp+43-45
- include/godot_cpp/variant/rect2.hpp+1-1
- include/godot_cpp/variant/rect2i.hpp+1-1
- include/godot_cpp/variant/transform2d.hpp+1-1
- include/godot_cpp/variant/transform3d.hpp+1-1
- include/godot_cpp/variant/typed_dictionary.hpp+439
- include/godot_cpp/variant/variant.hpp+3-2
- include/godot_cpp/variant/variant_internal.hpp+509
- include/godot_cpp/variant/vector2.hpp+1-1
- include/godot_cpp/variant/vector2i.hpp+1-1
- include/godot_cpp/variant/vector3.hpp+1-1
- include/godot_cpp/variant/vector3i.hpp+1-1
- include/godot_cpp/variant/vector4.hpp+5-4
- include/godot_cpp/variant/vector4i.hpp+1-1
- misc/scripts/check_get_file_list.py+31-17
- src/classes/wrapped.cpp+25-23
- src/core/class_db.cpp+15-7
- src/core/print_string.cpp+39
- src/godot.cpp+10-4
- src/variant/basis.cpp+5-2
- src/variant/packed_arrays.cpp+6
- src/variant/quaternion.cpp+28-40
- src/variant/variant.cpp+7-6
- src/variant/variant_internal.cpp+43
- test/CMakeLists.txt+81-143
- test/SConstruct+1
- test/build_profile.json+5-1
- test/project/main.gd+24-2
- test/src/example.cpp+65
- test/src/example.h+20
- test/src/register_types.cpp+1
- tools/android.py+5
- tools/common_compiler_flags.py+31-1
- tools/godotcpp.py+44-47
- tools/ios.py+5
- tools/linux.py+4
- tools/macos.py+5
- tools/web.py+9-1
- tools/windows.py+64-12
0 commit comments