File tree
5 files changed
+331
-22
lines changed- .github/workflows
- thirdparty
- godot_cpp_gdextension_api
5 files changed
+331
-22
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
202 |
| - | |
| 202 | + | |
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
|
Diff for: config.gradle
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
| 16 | + | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
|
Diff for: thirdparty/godot-cpp
- .editorconfig+16
- .gitattributes+2-6
- .github/actions/godot-cache-restore/action.yml+4-5
- .github/actions/godot-cache-save/action.yml+17
- .github/workflows/ci.yml+8-2
- .github/workflows/static_checks.yml+21-42
- .gitignore+1-1
- .pre-commit-config.yaml+64
- CMakeLists.txt+13-1
- README.md+13-11
- SConstruct+2-7
- binding_generator.py+15-7
- gdextension/extension_api.json+327-17
- gdextension/gdextension_interface.h+5-1
- include/godot_cpp/classes/wrapped.hpp+14-10
- include/godot_cpp/core/method_bind.hpp+1-1
- include/godot_cpp/core/method_ptrcall.hpp+1
- include/godot_cpp/core/type_info.hpp+1
- include/godot_cpp/templates/local_vector.hpp+4-4
- include/godot_cpp/variant/array_helpers.hpp+5
- include/godot_cpp/variant/color_names.inc.hpp+5
- include/godot_cpp/variant/rect2.hpp+1-1
- include/godot_cpp/variant/rect2i.hpp+1-1
- include/godot_cpp/variant/typed_array.hpp+17-6
- include/godot_cpp/variant/variant.hpp+3
- misc/hooks/README.md-37
- misc/hooks/canonicalize_filename.sh-48
- misc/hooks/pre-commit-50
- misc/hooks/pre-commit-black-202
- misc/hooks/pre-commit-clang-format-242
- misc/hooks/winmessage.ps1-103
- misc/scripts/black_format.sh-25
- misc/scripts/check_ci_log.py+4-2
- misc/scripts/check_get_file_list.py+3-3
- misc/scripts/clang_format.sh-38
- misc/scripts/codespell.sh-5
- misc/scripts/copyright_headers.py+50-49
- misc/scripts/file_format.py+46
- misc/scripts/file_format.sh-41
- misc/scripts/header_guards.py+127
- misc/scripts/header_guards.sh-60
- misc/scripts/mypy.ini-11
- misc/scripts/mypy_check.sh-6
- pyproject.toml+58
- src/classes/wrapped.cpp+1-2
- src/core/memory.cpp+3-3
- src/variant/basis.cpp+1-1
- src/variant/color.cpp+1-1
- src/variant/variant.cpp+9
- test/SConstruct-2
- test/project/main.gd+2-2
- test/src/example.cpp+5-5
- test/src/example.h+1-1
- test/src/tests.h+19-18
- tools/android.py+2-2
- tools/common_compiler_flags.py-1
- tools/godotcpp.py+7-6
- tools/ios.py+6-15
- tools/linux.py+1-1
- tools/macos.py+1
- tools/my_spawn.py-1
- tools/web.py-1
- tools/windows.py+73-4
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments