Commit Graph

76407 Commits

Author SHA1 Message Date
Allen Pestaluky
1f363c7ba4 Update HDR 2D documentation to include Compatibility support. 2025-07-29 15:56:24 -04:00
Thaddeus Crews
23accd1606 Tests: Fix unfiltered error output 2025-07-29 14:33:54 -05:00
Thaddeus Crews
57eac93820 CI: Add headless import test 2025-07-29 11:30:29 -05:00
clayjohn
782b9e328c Ensure that threads only process one pump task.
This is necessary because we will always deadlock if a thread takes on multiple pump tasks since pump tasks never return.

This means when using separate threads for certain systems (like physics or rendering), we need to be sure that there are enough threads to have at least one per system (to ensure forward progress).
2025-07-29 07:15:34 -07:00
AeioMuch
f92af51cae Fix missing 3d gizmos 2025-07-29 15:26:42 +02:00
kobewi
501675de85 Remove outdated note from EditorScript description 2025-07-29 13:43:22 +02:00
Hei
1acfbba46a Avoid color conversion roundtrip in colorpicker 2025-07-29 12:44:08 +03:00
Roy Berardo
769795f54a fix AudioListener3D not tracking self velocity for doppler 2025-07-28 23:02:16 -07:00
Pāvels Nadtočajevs
3f757c41fc Update access-kit to 0.17.0 2025-07-29 08:37:01 +03:00
Anish Mishra
0506299c21 Android: Add option to change background color and fix system bar regression 2025-07-29 09:27:16 +05:30
Danni
bf6629a005 D3D12: Fix shader model check, initialization error handling 2025-07-28 20:35:45 -04:00
Travis Wrightsman
66ee0aa969 Add missing copyright for pitch shift 2025-07-28 21:53:27 +02:00
Mike Precup
0f04d5ce53 Fix editor segfault when using a path3d without a curve3d 2025-07-28 11:35:21 -07:00
kobewi
529860e36c Prevent invalid and ambiguous tag names 2025-07-28 20:25:05 +02:00
David Snopek
a590be0cb2 OpenGL: Fix crash with "Thread Model" set to "Separate" 2025-07-28 13:02:46 -05:00
Thaddeus Crews
2d113cc224 Merge pull request #109042 from Summersay415/no-workaround
Remove Adreno 3xx flip workaround
2025-07-28 10:49:34 -05:00
Thaddeus Crews
95c21f6a05 Merge pull request #108337 from fstxz/request_seq_int_cast
DAP: Cast request's `seq` value to int
2025-07-28 10:49:33 -05:00
Thaddeus Crews
d83e9dd89f Merge pull request #109008 from bruvzg/file_icons
[macOS] Make document type icons look closer to current macOS system type icons.
2025-07-28 10:49:32 -05:00
Thaddeus Crews
465c98862d Merge pull request #108271 from protam12/mini-fix
Class docs: Fix ReflectionProbe note regarding Compatibility renderer support
2025-07-28 10:49:31 -05:00
Thaddeus Crews
dda7016fef Merge pull request #108843 from Chaosus/astar_nbor_filter2
Add a way to filter neighbor points to AStar2D/3D
2025-07-28 10:49:30 -05:00
Thaddeus Crews
f7ced475fe Merge pull request #109026 from Repiteo/ci/import-syntax
CI: Use modern `--import` syntax in GHA
2025-07-28 10:49:29 -05:00
Thaddeus Crews
86586e80b7 Merge pull request #107458 from kilian-hu/fix-issue-106713
Fix missing gizmo update when selection changes outside of 3D view
2025-07-28 10:49:29 -05:00
Kilian Hu
7c5bb585a5 Fix gizmo update if select changes outside 3D view 2025-07-28 16:42:23 +02:00
Chaosus
610712a269 Add a way to filter neighbor points to AStar2D/3D 2025-07-28 13:25:02 +03:00
Summersay415
18d14ff18e Remove Adreno 3xx flip workaround 2025-07-28 14:03:25 +07:00
Thaddeus Crews
c52c91f46c CI: Use modern --import syntax in GHA 2025-07-27 17:57:57 -05:00
Thaddeus Crews
8b2739ee55 Merge pull request #108956 from m4gr3d/misc_xr_editor_updates
Update the OpenXR Vendors plugin for the XR editor to the latest stable version
2025-07-27 10:28:35 -05:00
Thaddeus Crews
03d648c5ad Merge pull request #92344 from fire/vsk-3d-texture-alpha-4.3
Fix Texture3D import not working
2025-07-27 10:28:34 -05:00
Thaddeus Crews
d4f14aaa78 Merge pull request #108979 from HolonProduction/completion-call-stack-lambda
Autocompletion: Push empty call for lambdas
2025-07-27 10:28:33 -05:00
Thaddeus Crews
4927bbf309 Merge pull request #108978 from adamscott/tahoe-26
[macOS] Add Tahoe 26.0 to version alias
2025-07-27 10:28:32 -05:00
Thaddeus Crews
3c9f065e27 Merge pull request #102258 from Squamto/master
Fix Error when connecting signal with unbinds not yet existing function
2025-07-27 10:28:31 -05:00
Thaddeus Crews
f5371a6764 Merge pull request #108814 from beicause/fix-color-preset-btn-focus-theme
Fix ColorPresetButton `preset_focus` is set to wrong type in default theme
2025-07-27 10:28:31 -05:00
Thaddeus Crews
246a9026ab Merge pull request #106861 from VojtaStruhar/106776-column-alignment
Align autoload popup columns to the left
2025-07-27 10:28:30 -05:00
Thaddeus Crews
419293d1b9 Merge pull request #108995 from passivestar/tree-vertical-alignment
Fix Tree cell text vertical alignment
2025-07-27 10:28:29 -05:00
Thaddeus Crews
1a6da7b40a Merge pull request #108992 from WhalesState/headless-import
Fix Editor crash during first scan in headless import mode.
2025-07-27 10:28:28 -05:00
protam12
d8d64e548b Update notice in ReflectionProbe class 2025-07-27 14:27:19 +03:00
风青山
95403207e8 Use EditorUndoRedoManager to track the property changes of the
configured `InputEvent` in the plugin

This allows undo and redo, and can mark in time whether the handled
`InputEvent` resource is edited.

`command_or_control_autoremap` needs to be handled separately, as
its value will change the usage of other properties.
2025-07-27 13:57:16 +08:00
Mounir Tohami
aa086fa0d5 Fix Editor crash during first scan in headless import mode. 2025-07-27 04:55:23 +03:00
Pāvels Nadtočajevs
a93a8179fa [macOS] Make document type icons look closer to current macOS system type icons. 2025-07-26 22:55:03 +03:00
Squamto
096f0288ba Fix Error when connecting signal with unbinds not yet existing function
When a Signal with unbinds was connected to a non-existing function, the connection attempt was made before the function was created.

I moved the creation of the function in front of the connection attempt.
2025-07-26 19:57:08 +02:00
K. S. Ernest (iFire) Lee
06a7b11a47 Fix Texture3D import not working
Fix Texture3D import not working when texture has fully opaque and (partly or fully) transparent slices.

For better style make cases of detect_alpha check against the exact enums rather than the enum 0.
2025-07-26 10:22:36 -07:00
passivestar
fed6b0dfe5 Fix Tree cell text vertical alignment 2025-07-26 16:32:01 +04:00
Hugo Locurcio
005ceee84a Fix debanding not being used in the 2D editor when enabled in Project Settings 2025-07-25 23:04:54 +02:00
HolonProduction
926cab9027 Autocompletion: Push empty call for lambdas 2025-07-25 20:26:26 +02:00
Adam Scott
09a9024658 [macOS] Add Tahoe 26.0 to version alias 2025-07-25 14:25:52 -04:00
Thaddeus Crews
0dd9178269 Merge pull request #108893 from WhalesState/editor-wayland
Fix `ProgressDialog` errors during first scan.
2025-07-25 11:08:15 -05:00
Thaddeus Crews
8acc596bcf Merge pull request #108944 from vnen/gdscript-fix-static-call-fail-when-shadowing
Properly detect native class on static call optimization
2025-07-25 11:08:14 -05:00
Thaddeus Crews
ebe2b44ca9 Merge pull request #108940 from DarioSamo/transfer-alignment-lcm
Compute texture alignment for transfers using the LCM instead.
2025-07-25 11:08:13 -05:00
Thaddeus Crews
73d3d2f2ff Merge pull request #108969 from adamscott/patch-the-editor
[Web] Fix the editor `{godot,emscripten}PoolSize` config values
2025-07-25 11:08:12 -05:00
Thaddeus Crews
0c595dae45 Merge pull request #108936 from DarioSamo/vk-memory-layout-variant
Check for Vulkan Memory Model support and make it a variant.
2025-07-25 11:08:12 -05:00