2 files changed
+50
-63
lines changedLines changed: 49 additions & 62 deletions
Original 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 |
| - | |
19 | 4 |
| |
20 | 5 |
| |
21 | 6 |
| |
22 | 7 |
| |
| 8 | + | |
| 9 | + | |
23 | 10 |
| |
24 | 11 |
| |
25 | 12 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
60 | 25 |
| |
61 |
| - | |
62 | 26 |
| |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
63 | 37 |
| |
64 |
| - | |
| 38 | + | |
65 | 39 |
| |
66 | 40 |
| |
67 | 41 |
| |
68 | 42 |
| |
69 | 43 |
| |
70 | 44 |
| |
71 | 45 |
| |
72 |
| - | |
73 |
| - | |
| 46 | + | |
74 | 47 |
| |
75 |
| - | |
| 48 | + | |
76 | 49 |
| |
77 | 50 |
| |
78 | 51 |
| |
79 | 52 |
| |
80 | 53 |
| |
81 |
| - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
82 | 63 |
| |
83 |
| - | |
84 |
| - | |
| 64 | + | |
85 | 65 |
| |
86 |
| - | |
| 66 | + | |
87 | 67 |
| |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
92 | 79 |
|
- .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
- .pre-commit-config.yaml+6
- CMakeLists.txt+53-207
- README.md+1-2
- binding_generator.py+270-214
- build_profile.py+183
- cmake/GodotCPPModule.cmake+176
- cmake/GodotCompilerWarnings.cmake-94
- cmake/android.cmake+49
- cmake/common_compiler_flags.cmake+192
- cmake/emsdkHack.cmake+40
- cmake/godotcpp.cmake+390
- cmake/ios.cmake+36
- cmake/linux.cmake+24
- cmake/macos.cmake+53
- cmake/web.cmake+39
- cmake/windows.cmake+116
- doc/cmake.rst+353
- 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+32-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+55-129
- 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+45-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