405 Commits

Author SHA1 Message Date
f7b805b701 [CODEOWNERS] Add 2D skeleton resources to the Animation team 2025-11-26 14:46:27 +01:00
c171af7ffa Merge pull request #113112 from Repiteo/ci/d3d12-conditional
CI: Build Windows without D3D12 if install fails
2025-11-24 10:21:41 -06:00
02335fa126 Merge pull request #107845 from dsnopek/gdextension-interface-json
GDExtension: Store source of `gdextension_interface.h` in JSON
2025-11-24 10:21:36 -06:00
0a29b90296 CI: Build Windows without D3D12 if install fails 2025-11-24 09:37:32 -06:00
2f4234d315 [CI] Remove cache clean action
This action has never worked due to permission issues, and because
of how GitHub handles caches it wouldn't reliably help cache anyway.
2025-11-18 15:40:47 +01:00
2c681794cd GDExtension: Store source of gdextension_interface.h in JSON 2025-11-11 14:58:45 -06:00
918fda1b0f Add workflow_dispatch triggers to platform CI. 2025-11-09 21:45:22 +01:00
fe6763c723 Build: Update to Xcode 26.0.1 for Apple builds 2025-10-19 06:08:43 +11:00
d413181b8a Merge pull request #111224 from Repiteo/ci/scons-bump
CI: Bump SCons version [4.9.0→4.10.0]
2025-10-06 09:06:50 -05:00
e1a7a18747 CI: Bump SCons version [4.9.0→4.10.0] 2025-10-03 13:06:56 -05:00
00129b2199 CI: Fix CODEOWNERS inconsistencies 2025-10-03 12:48:46 -05:00
71f61d959d Merge pull request #108468 from syntaxerror247/Android-CI
CI: Generate debug build for Android
2025-09-22 21:00:59 -05:00
2967267fba Update GODOT_CPP_BRANCH after Godot v4.5-stable release 2025-09-15 16:41:57 -05:00
4c0026b053 Update links to the contributing section of the docs to the appropriate new sections. 2025-09-12 01:04:14 +02:00
d54870c99e CI: Ensure prettier/clearer sanitizer output
- Add more thirdparty exclusions
2025-08-27 10:26:51 -05:00
d8d39120dd CI: Update dependency setup on Linux actions 2025-08-13 08:42:37 -05:00
ff111c8981 Move /editor/scene folder from core to docks codeowner, and remove usability from editor/scene/gui. 2025-08-08 14:48:51 +02:00
f9313aa27b Merge pull request #108924 from bruvzg/ac17
Update access-kit to 0.17.0
2025-07-31 10:39:09 -05:00
57eac93820 CI: Add headless import test 2025-07-29 11:30:29 -05:00
3f757c41fc Update access-kit to 0.17.0 2025-07-29 08:37:01 +03:00
c52c91f46c CI: Use modern --import syntax in GHA 2025-07-27 17:57:57 -05:00
793258919b [Web] Fix Emscripten for WebXR and update minimum version 2025-07-22 14:02:44 -04:00
daf2c88928 [CI] Use Xcode 16 for macOS build. 2025-07-16 00:05:54 +03:00
f9a4a24cd8 [Codeowners] Minor improvements after restructure 2025-07-11 14:49:42 +02:00
a8f8f84af6 CI: Generate debug build for Android 2025-07-10 13:10:10 +05:30
f11aff3841 Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00
6565c8e83f [AccessKit] Update API to 0.16.0. 2025-06-03 10:49:04 +03:00
932d9f8cc0 Merge pull request #99938 from Repiteo/ci/scons-flag-formatting
CI: Format SCons input flags & build action
2025-05-16 10:28:59 -05:00
d38bda7e7d CI: Format SCons input flags & build action 2025-05-15 09:30:18 -05:00
e0f8943d1e Make it possible to run CI manually if DISABLE_GODOT_CI is set. 2025-05-15 13:45:22 +02:00
257058a550 CI: Propagate matrix.sconsflags in macos_builds.yml 2025-05-01 20:45:26 -03:00
5b2d21aa68 CI: Run apt update before installing libxml2-utils 2025-04-30 11:28:15 +02:00
2fd48c022a Merge pull request #103283 from mashumafi/zip-compression-level
Add compression level support to Zip Module
2025-04-29 11:24:10 -05:00
ee80792daa Merge pull request #105731 from akien-mga/ci-remove-api-dump-action
CI: Remove now unused godot-api-dump action
2025-04-27 19:21:09 -05:00
22d297acd9 CI: Ensure Windows can handle utf-8 characters 2025-04-25 10:52:22 -05:00
1377b91ead CI: Remove now unused godot-api-dump action
Its use was removed in b8480ffa21.
2025-04-24 23:20:55 +02:00
1696ab0cb6 Merge pull request #105662 from Repiteo/ci/mold
CI: Replace `gold` with `mold`
2025-04-22 18:25:53 -05:00
fa1f41e9ab CI: Use mold as linker on Linux 2025-04-22 14:23:12 -05:00
92b1b0402c CI: Remove legacy dependency 2025-04-22 12:54:24 -05:00
4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 2025-04-08 20:25:47 +03:00
a210fe6dbd Revert "CI: Remove "Free disk space on runner" job"
This reverts commit 6013fb1fb9.
2025-04-05 08:54:37 -05:00
6013fb1fb9 CI: Remove "Free disk space on runner" job 2025-04-04 14:15:31 -05:00
58d49cf087 CI: Validate scons-cache via action output 2025-03-30 10:30:50 -05:00
ac13efc822 Merge pull request #101443 from Repiteo/ci/replace-pytest
CI: Replace pytest with pre-commit hook
2025-03-30 09:06:00 -05:00
adc63c6149 CI: Replace pytest with pre-commit hook 2025-03-29 11:40:36 -05:00
5cc0539961 [Navigation] Create a dedicated 2D navigation server
* Add a dedicated 2D server
* Create dedicated tests
* Split performance metrics between 2D and 3D
* Rename the 3D only server module
2025-03-29 12:10:50 +01:00
5ad414d046 Allow to compile templates without physics servers 2025-03-28 11:00:44 -03:00
4b9650f54e CI: Fix godot regression project test
Fix crash and memory leak in `SpringBoneSimulator3D`
Fix crash in `GraphEdit`
2025-03-26 17:33:18 +08:00
0ed8bf89ae Add compression level support to ZipPacker 2025-03-20 10:42:30 -04:00
b33072a48f Merge pull request #104307 from akien-mga/ci-macos-vulkan-sdk-optional
CI: Build macOS binary without Vulkan if Vulkan SDK fails installing
2025-03-18 14:42:39 -05:00