Commit 0b5818e
File tree
3 files changed
+17
-120
lines changed- .github
- actions/build
- workflows
3 files changed
+17
-120
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
| 279 | + | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | | - | |
285 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
286 | 297 | | |
287 | 298 | | |
288 | 299 | | |
| |||
- .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+27-77
- .github/workflows/runner.yml+21
- .github/workflows/static_checks.yml+3-2
- .gitignore+7
- CMakeLists.txt+56-227
- binding_generator.py+225-70
- cmake/GodotCompilerWarnings.cmake-94
- cmake/android.cmake+41
- cmake/common_compiler_flags.cmake+175
- cmake/emsdkHack.cmake+40
- cmake/godotcpp.cmake+330
- cmake/ios.cmake+22
- cmake/linux.cmake+22
- cmake/macos.cmake+59
- cmake/web.cmake+42
- cmake/windows.cmake+100
- doc/cmake.rst+345
- gdextension/extension_api.json+3.9k-275
- gdextension/gdextension_interface.h+124-6
- include/godot_cpp/classes/ref.hpp+6-2
- include/godot_cpp/classes/wrapped.hpp+22-18
- include/godot_cpp/core/class_db.hpp+13-7
- include/godot_cpp/core/defs.hpp+8
- include/godot_cpp/core/print_string.hpp+75
- include/godot_cpp/core/type_info.hpp+213-11
- include/godot_cpp/godot.hpp+5-2
- include/godot_cpp/templates/safe_refcount.hpp+1-1
- include/godot_cpp/variant/basis.hpp+1-1
- include/godot_cpp/variant/quaternion.hpp+42-44
- include/godot_cpp/variant/typed_dictionary.hpp+238
- include/godot_cpp/variant/variant.hpp+3-2
- include/godot_cpp/variant/variant_internal.hpp+510
- include/godot_cpp/variant/vector4.hpp+4-3
- src/classes/wrapped.cpp+25-23
- src/core/class_db.cpp+6-1
- 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+54-129
- test/SConstruct+1
- test/project/main.gd+24-2
- test/src/example.cpp+64
- test/src/example.h+19
- test/src/register_types.cpp+1
- tools/android.py+5
- tools/common_compiler_flags.py+31-1
- tools/godotcpp.py+9
- 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