1
0
Fork 0
Commit Graph

20112 Commits

Author SHA1 Message Date
Thaddeus Crews 9eab056f8d
Merge pull request #112857 from ryevdokimov/project-manager-shortcut-crash
Fix modifiying shortcuts in project manager causing crash
2025-12-03 11:42:28 -06:00
Thaddeus Crews b0a1b9a0b1
Merge pull request #111471 from WesleyClements/zoom-in-on-pixel-art
Add zoom to fit functionality to `SpriteFramesEditor`
2025-12-03 11:42:25 -06:00
Thaddeus Crews 825d0fe94a
Merge pull request #113418 from Calinou/inputevent-shortcut-physical-unicode-avoid-nested-parentheses
Avoid nested parentheses in physical/Unicode InputEventKey text conversion
2025-12-03 11:42:22 -06:00
Thaddeus Crews f972ab80ec
Merge pull request #113415 from Calinou/editor-animation-add-shortcut-in-tooltip
Add shortcuts in tooltips to the animation editor's play/pause buttons
2025-12-03 11:42:20 -06:00
Thaddeus Crews 6124d5ee2b
Merge pull request #113255 from lodetrick/animation-dock
Use new dock system for Animation and AnimationTree dock
2025-12-03 11:42:19 -06:00
Hugo Locurcio 11b1655298
Add shortcuts in tooltips to the animation editor's play/pause buttons
Shortcuts for these buttons don't make use of the Button shortcut
system, so that they work globally (even if the animation editor is
not focused). Therefore, we need to add the shortcut to the tooltip manually.
2025-12-03 18:21:08 +01:00
kobewi 234a255249 Fix CreateDialog returning wrong type 2025-12-03 15:28:24 +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 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 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
Wesley Clements 997473ba4e added zoom to fit for SpriteFramesEditorPlugin 2025-12-03 05:09:50 -08:00
Mikael Hermansson 35441fda1b Fix truncation of node name in bezier animation editor 2025-12-03 12:32:35 +01: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 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
Micky 14ede94a76
Use ScriptExportMode enum in EditorExportPreset 2025-12-03 09:21:50 +01: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 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 9c78fafce2
Merge pull request #113457 from KoBeWi/XRock
Make OpenXRActionMapEditor into EditorDock
2025-12-02 20:42:59 -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
Logan Detrick ad094b93be Enable Vertical orientation for TileMap Dock 2025-12-02 18:39:44 -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
Logan Detrick a0c2d3d51d Use new dock system for Animation dock 2025-12-02 12:30:43 -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
Thaddeus Crews dec0b22f7d
Merge pull request #64487 from Rindbee/fix-instantiated-scene-duplicate
Fix resource shared when duplicating an instanced scene
2025-12-02 11:52:13 -06:00
Thaddeus Crews 82e4493edb
Merge pull request #91703 from Naros/expose-object-edited-status
Expose `set_edited` and `is_edited` on `EditorInterface`
2025-12-02 11:52:06 -06:00
Thaddeus Crews b3de23f4e7
Merge pull request #109234 from kushagra10025/main-screen-plugin-shortcuts
Add Shortcut tooltip to Editor Main Screen Plugins
2025-12-02 11:52:02 -06:00
Thaddeus Crews 8749308796
Merge pull request #111913 from bruvzg/ed_spin
Use `EditorSpinSlider` in the theme editor.
2025-12-02 11:51:59 -06:00
Thaddeus Crews bf10defa6d
Merge pull request #113433 from arkology/editor-help-single-focus
`EditorHelp`: Scroll to the only result found every time
2025-12-02 11:51:56 -06:00
Thaddeus Crews 295435d83a
Merge pull request #110866 from mihe/anim-node-icons
Add solo/hide/lock/delete buttons to node groups in bezier track editor
2025-12-02 11:51:54 -06:00
kleonc 6c57ce7a05 Allow maximizing sprite related dialogs 2025-12-02 18:47:05 +01:00
Thaddeus Crews 4bb188f85f
Added Shortcut tooltip to Editor Main Screen Plugins
Co-Authored-By: Kushagra <53115703+kushagra10025@users.noreply.github.com>
2025-12-02 11:43:33 -06:00
Pāvels Nadtočajevs 1bcc499d9a
Use EditorSpinSlider in the theme editor. 2025-12-02 19:02:01 +02:00
Hugo Locurcio e483d2e2d1
Avoid nested parentheses in physical/Unicode InputEventKey text conversion
This was visible in tooltips displayed in shortcuts, including in the editor itself.

For example, "Forward (W (Physical))" is now displayed as "Forward (W - Physical)".
2025-12-02 16:58:24 +01:00
kobewi 0932e8d4b7 Make OpenXRActionMapEditor into EditorDock 2025-12-02 16:47:57 +01:00
kobewi 2de97cafb7 Change Theme to EditorDock and add closable property 2025-12-02 16:27:36 +01:00
Rémi Verschelde dd8a830fcb
Merge pull request #113430 from arkology/editor-help-hide
Expand Hide button in `EditorHelp` search
2025-12-02 14:17:32 +01:00
Rémi Verschelde 34cdf39db0
Merge pull request #113420 from Calinou/editor-use-unicode-arrows
Use Unicode arrow symbols throughout the editor
2025-12-02 14:17:28 +01:00
Rémi Verschelde 5a41bb884a
Merge pull request #113416 from Calinou/editor-animation-use-physical-shortcuts
Use physical key shortcuts for the animation editor's play/pause buttons
2025-12-02 14:17:23 +01:00
Rémi Verschelde f6092acb7b
Merge pull request #113407 from deralmas/no-arguments-in-my-town
EmbeddedProcess: Fix invalid deferred call
2025-12-02 14:17:19 +01:00
Rémi Verschelde 5ef6b01b3f
Merge pull request #113392 from ndarilek/project-dialog-accessibility
Editor: Improve accessibility in Create New Project dialog
2025-12-02 14:17:05 +01:00
Rémi Verschelde 2c8a0c3419
Merge pull request #113284 from TokageItLab/twist-disperser
Add BoneTwistDisperser3D to propagate IK target's twist
2025-12-02 14:17:01 +01:00
Rémi Verschelde 9f761d50fc
Merge pull request #113206 from aaronfranke/import-settings-multi-mesh
Support MultiMesh objects in the scene Advanced Import Settings dialog
2025-12-02 14:16:36 +01:00
Rémi Verschelde edb6ae1f75
Merge pull request #113017 from YeldhamDev/finicky_little_thing
Fix extra spacing in author names when opening the asset dialog
2025-12-02 14:16:21 +01:00