Commit graph

79525 commits

Author SHA1 Message Date
Lukas Tenbrink
ebc9aebb69 Optimize RequiredParam to not increase and decrease refcounts on call. 2025-12-03 21:21:18 +01:00
Rémi Verschelde
2ecefada8d
Merge pull request #113503 from YeldhamDev/its_an_internal_problem_you_see
Fix `ScrollContainer` ignoring internal nodes added externally
2025-12-03 14:58:34 +01:00
Rémi Verschelde
af6e91d3cc
Merge pull request #113500 from mihe/bezier-text-truncation
Fix truncation of node name in bezier animation editor
2025-12-03 14:58:29 +01:00
Rémi Verschelde
04107df01b
Merge pull request #113493 from dsnopek/requiredparam-sync-headers
Synchronize the names for `RequiredParam<T>` arguments in header files
2025-12-03 14:58:25 +01:00
Rémi Verschelde
cc0abdeb60
Merge pull request #113492 from bruvzg/pm_proj_ovr
Disable "Override for Project" in project manager.
2025-12-03 14:58:21 +01:00
Rémi Verschelde
973f1f4649
Merge pull request #113459 from ndarilek/fix-accessibility-text-character-count
Accessibility: Fix text field character count and line navigation
2025-12-03 14:58:17 +01:00
Rémi Verschelde
c5e643380d
Merge pull request #113387 from m4gr3d/fix_run_scene_shortcut
[XR] Update the shortcuts to play current / specific scene based on the last selected XR run mode option
2025-12-03 14:58:13 +01:00
Rémi Verschelde
0cc6b6e91a
Merge pull request #92649 from JustSascha/master
Add tests for `AnimationPlayer`
2025-12-03 14:58:09 +01:00
Nolan Darilek
6304e9f876 Accessibility: Fix text field character count and line navigation
Two fixes for text field accessibility:

1. Fix character count being off by one due to trailing newline always
   being appended to the last line. Add `is_last_line` parameter to
   `accessibility_create_sub_text_edit_elements()` to control this.

2. Link adjacent TextRuns via `previous_on_line`/`next_on_line` so
   screen readers can properly navigate lines. Without these links,
   AccessKit treats each TextRun as a separate line, causing incorrect
   announcements when arrowing through multi-line text.
2025-12-03 07:19:05 -05:00
Michael Alexsander
ad22add5ca
Fix ScrollContainer ignoring internal nodes added externally 2025-12-03 09:11:06 -03:00
Mikael Hermansson
35441fda1b Fix truncation of node name in bezier animation editor 2025-12-03 12:32:35 +01:00
David Snopek
308f23f21d Synchronize the names for RequiredParam<T> arguments in header files 2025-12-03 04:14:52 -06:00
Pāvels Nadtočajevs
2865bf3e6b
Disable "Override for Project" in project manager. 2025-12-03 11:45:25 +02:00
Rémi Verschelde
7a228b4b91
Merge pull request #113473 from ndarilek/fix-favorite-button-accessibility-label
Editor: Add accessibility label to project favorite button
2025-12-03 09:50:05 +01:00
Rémi Verschelde
acb157df7a
Merge pull request #113464 from kleonc/sprite_dialogs_allow_maximizing
Allow maximizing sprite related dialogs
2025-12-03 09:50:00 +01:00
Rémi Verschelde
79106fdf40
Merge pull request #113338 from KoBeWi/Porygon-Dck
Use EditorDock for Polygon2D editor
2025-12-03 09:49:55 +01:00
Rémi Verschelde
03546373f4
Merge pull request #113320 from Koyper/fix_popup_menu_accelerator_incorrect_highlighting
[PopupMenu] Fix accelerator incorrect highlighting when mouse moves toward submenu
2025-12-03 09:49:50 +01:00
Rémi Verschelde
5ef57c669f
Merge pull request #113244 from blueskythlikesclouds/d3d12-descriptor-refactor
Refactor descriptor heaps in D3D12 driver.
2025-12-03 09:49:45 +01:00
Rémi Verschelde
4093a1e402
Merge pull request #113179 from bruvzg/dup_cache_del
Do not attempt deleting local cache in `Resource::_teardown_duplicate_from_variant`.
2025-12-03 09:49:41 +01:00
Rémi Verschelde
3ffed928ed
Merge pull request #113128 from lodetrick/vertical-tilemap
Enable Vertical orientation for TileMap Dock
2025-12-03 09:49:36 +01:00
Rémi Verschelde
11ffcb3ef7
Merge pull request #113108 from KoBeWi/Thock
Change Theme to EditorDock and add `closable` property
2025-12-03 09:49:31 +01:00
Rémi Verschelde
b603be2211
Merge pull request #107167 from Mickeon/actually-use-script-export-mode-what-the-hell
Use ScriptExportMode enum in EditorExportPreset
2025-12-03 09:49:27 +01:00
Rémi Verschelde
46cfb80f21
Merge pull request #104496 from FeniXb3/fix-color-palette-cache
Fix preset cache usage in ColorPicker
2025-12-03 09:49:22 +01:00
sgil-rodriguez
58e92077b3
Add tests for AnimationPlayer 2025-12-03 09:46:58 +01:00
Konrad Gadzina
846ae11cd7
Fix preset cache usage in ColorPicker 2025-12-03 09:24:24 +01:00
Micky
14ede94a76
Use ScriptExportMode enum in EditorExportPreset 2025-12-03 09:21:50 +01:00
Skyth
a8d3ecec13 Refactor descriptor heaps in D3D12 driver. 2025-12-03 11:02:41 +03:00
Pāvels Nadtočajevs
e815a8f899
Do not attempt deleting local cache in Resource::_teardown_duplicate_from_variant. 2025-12-03 08:07:50 +02:00
Thaddeus Crews
9f5309a2a4
Merge pull request #113471 from smix8/issue_113446
Fix build error when Navigation 2D is disabled
2025-12-02 20:43:06 -06:00
Thaddeus Crews
62affe05b8
Merge pull request #107902 from DarioSamo/sky-octahedral
Rewrite Radiance and Reflection probes to use Octahedral maps.
2025-12-02 20:43:05 -06:00
Thaddeus Crews
8c8927e015
Merge pull request #113181 from lodetrick/shader-dock
Use new dock system for Shader Editor Dock
2025-12-02 20:43:04 -06:00
Thaddeus Crews
4fffa19217
Merge pull request #113467 from clayjohn/Quest3-spec-constant-bug
Add Adreno workaround to Mobile post process shader
2025-12-02 20:43:03 -06:00
Thaddeus Crews
fc8c494e7c
Merge pull request #113241 from KoBeWi/Audiock
Fix bottom dock offsets and change Audio to EditorDock
2025-12-02 20:43:02 -06:00
Thaddeus Crews
5947dff88a
Merge pull request #103352 from MartinDelille/remove_load_steps
Remove `load_steps` from `resource_format_text.cpp`
2025-12-02 20:43:00 -06:00
Thaddeus Crews
9c78fafce2
Merge pull request #113457 from KoBeWi/XRock
Make OpenXRActionMapEditor into EditorDock
2025-12-02 20:42:59 -06:00
Thaddeus Crews
5db51a2d64
Merge pull request #113470 from Repiteo/ci/bump-ruff
CI: Bump Ruff version (0.13.1 → 0.14.7)
2025-12-02 20:42:57 -06:00
Thaddeus Crews
c585681d72
Merge pull request #113342 from stuartcarnie/instruments_profiling
Core: Add Apple Instruments support
2025-12-02 20:42:57 -06:00
Thaddeus Crews
cd7cff8fa0
Merge pull request #113257 from KoBeWi/the_most_important_dock
Improvements to ResourcePreloader editor
2025-12-02 20:42:56 -06:00
Thaddeus Crews
c54c8b795b
Merge pull request #113477 from smix8/issue_113328
Hide "Open documentation" context menu button in project manager
2025-12-02 20:42:54 -06:00
Thaddeus Crews
9f76aa3df5
Merge pull request #113282 from dsnopek/required-ptr-get-out-there
Use `RequiredParam`/`RequiredResult` in some high value places
2025-12-02 20:42:53 -06:00
Logan Detrick
ad094b93be Enable Vertical orientation for TileMap Dock 2025-12-02 18:39:44 -08:00
Dario
c78c3ba894 Rewrite Radiance and Reflection probes to use Octahedral maps.
Co-authored-by: clayjohn <claynjohn@gmail.com>
2025-12-02 17:48:12 -08:00
smix8
3a090ff25e Hide "Open documentation" context menu button in project manager
The EditorNode or internals of the ScriptEditor are not fully loaded in the project manager leading to crashes when the context menu tries to open an editor build-in documentation page.
2025-12-02 22:45:58 +01:00
Nolan Darilek
8eba8bda85 Editor: Add accessibility label to project favorite button 2025-12-02 16:23:37 -05:00
smix8
1977969759 Fix build error when Navigation 2D is disabled
Fixes build error when Navigation 2D is disabled.
2025-12-02 21:18:40 +01:00
Thaddeus Crews
f0ef4ff977
CI: Bump Ruff version (0.13.1 → 0.14.7) 2025-12-02 14:12:26 -06:00
Stuart Carnie
93b6348cfe Core: Add Apple Instruments support 2025-12-03 06:48:41 +11:00
clayjohn
4cd65e081d Ensure that all spec constants are given a value in the mobile post process shader so that re-spirv can pick up on them and optimize them out of the final shader
This is needed to workaround a bug on Adreno devices when using input attachments and spec constants in the same shader
2025-12-02 11:18:00 -08:00
Logan Detrick
0d83637853 Use new dock system for ShaderDock 2025-12-02 10:40:44 -08:00
Thaddeus Crews
25203e24c4
Merge pull request #112895 from YeldhamDev/project_list_focus_fix
Hide mouse focus from project list
2025-12-02 11:52:14 -06:00