2 files changed
+59
-21
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
4 | 19 |
| |
5 |
| - | |
6 |
| - | |
| 20 | + | |
| 21 | + | |
7 | 22 |
| |
8 | 23 |
| |
9 | 24 |
| |
10 |
| - | |
| 25 | + | |
11 | 26 |
| |
12 | 27 |
| |
13 | 28 |
| |
| |||
20 | 35 |
| |
21 | 36 |
| |
22 | 37 |
| |
23 |
| - | |
24 | 38 |
| |
25 | 39 |
| |
26 | 40 |
| |
27 | 41 |
| |
28 | 42 |
| |
29 | 43 |
| |
30 | 44 |
| |
31 |
| - | |
| 45 | + | |
| 46 | + | |
32 | 47 |
| |
33 | 48 |
| |
34 | 49 |
| |
35 | 50 |
| |
36 | 51 |
| |
37 | 52 |
| |
38 |
| - | |
39 |
| - | |
| 53 | + | |
40 | 54 |
| |
41 |
| - | |
| 55 | + | |
42 | 56 |
| |
43 | 57 |
| |
44 | 58 |
| |
| |||
61 | 75 |
| |
62 | 76 |
| |
63 | 77 |
| |
64 |
| - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
65 | 96 |
| |
66 | 97 |
| |
67 | 98 |
| |
68 | 99 |
| |
69 | 100 |
| |
70 | 101 |
| |
71 | 102 |
| |
72 |
| - | |
73 |
| - | |
| 103 | + | |
74 | 104 |
| |
75 |
| - | |
| 105 | + | |
76 | 106 |
| |
77 | 107 |
| |
78 | 108 |
| |
79 | 109 |
| |
80 | 110 |
| |
81 |
| - | |
| 111 | + | |
| 112 | + | |
82 | 113 |
| |
83 |
| - | |
84 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
85 | 122 |
| |
86 |
| - | |
| 123 | + | |
87 | 124 |
| |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
92 | 130 |
|
- .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