1
0
Fork 0
Commit Graph

20214 Commits

Author SHA1 Message Date
kobewi 0ed400a45f Improve style changed signal in EditorDock 2025-12-13 21:06:02 +01:00
Thaddeus Crews a566a01b47
Merge pull request #113643 from KoBeWi/close_Output_so_you_don't_have_errors_or_something
Make Output dock global
2025-12-10 18:10:44 -06:00
Thaddeus Crews 73318cd8d0
Merge pull request #113616 from lodetrick/shader-file-dock
Use new dock system for ShaderFile Dock
2025-12-10 18:10:43 -06:00
Thaddeus Crews b70b97afff
Merge pull request #112972 from MattiaZir/fix-112965
DAP: Enable showing errors to users
2025-12-10 18:10:42 -06:00
Thaddeus Crews 6c01624340
Merge pull request #113859 from adamscott/save-as-resource-non-scene
Fix non-scene Resources "Save as"
2025-12-10 18:10:40 -06:00
Thaddeus Crews 52d259d654
Merge pull request #113835 from passivestar/movie-maker-hover
Add missing hover indication to movie maker button
2025-12-10 18:10:35 -06:00
Thaddeus Crews 3e58beca97
Merge pull request #113830 from cpl-s-matsuyama/fix-gameview-settings-callback-crash-on-exit
Fix crash on quit when `settings_changed` signal is emitted during exit
2025-12-10 18:10:33 -06:00
Thaddeus Crews db413b2632
Merge pull request #113828 from MattiaZir/fix-TTR-resource-picker
Editor: Show actual class name in resource picker tooltips
2025-12-10 18:10:32 -06:00
Thaddeus Crews 5831c53ed6
Merge pull request #113822 from kitbdev/fix-editor-distraction-free-sc-size
Fix distraction-free mode changing split offsets
2025-12-10 18:10:28 -06:00
Thaddeus Crews ef733070a6
Merge pull request #111641 from KoBeWi/built_in_ascension_to_the_top
Fix opening found lines in built-in scripts
2025-12-10 18:10:25 -06:00
Thaddeus Crews dea2fea0bc
Merge pull request #113815 from aaronp64/project_manager_cleanup_plugins
Clean up editor inspector plugins when closing Project Manager
2025-12-10 18:10:24 -06:00
Adam Scott d134fcfa4c
Fix non-scene Resources "Save as" 2025-12-10 13:46:41 -05:00
Mattia Zirpoli d5a7335cec Editor: Show actual class name in resource picker tooltips 2025-12-10 13:24:51 +01:00
passivestar 3904c60507 Add missing hover indication to movie maker button 2025-12-10 11:04:25 +04:00
cpl-s-matsuyama 0baa47bb53 Fix crash on quit when settings_changed signal is emitted during exit
Add `is_inside_tree()` guard to `GameView::_editor_or_project_settings_changed()`
to prevent accessing invalid state when the signal is emitted during editor shutdown.

Fixes #113829
2025-12-10 10:41:43 +09:00
kit 1c5ccfe61c Fix distraction-free mode changing split offsets 2025-12-09 17:15:13 -05:00
kobewi 7b02f8f125 Add shortcuts to dock tooltips 2025-12-09 22:27:09 +01:00
aaronp64 556dfd4e29 Clean up editor inspector plugins when closing Project Manager
Added call to EditorInspector::cleanup_plugins() when closing Project Manager, to free plugins added when opening editor settings
2025-12-09 15:41:17 -05:00
Rémi Verschelde 65c8c3dbca
Merge pull request #113458 from Calinou/editor-3d-default-transform-mode
Default the 3D editor to Transform mode to restore 4.5 behavior
2025-12-09 19:54:31 +01:00
Rémi Verschelde 342ba8063e
Merge pull request #112361 from Calinou/export-dedicated-server-no-shader-baker
Disable shader baker when exporting as dedicated server
2025-12-09 19:54:22 +01:00
Rémi Verschelde d09a3d83ff
Merge pull request #113574 from YeldhamDev/take_the_hint
Enable scroll hints for several parts of the editor
2025-12-09 19:32:11 +01:00
Hugo Locurcio 5d80686497
Default the 3D editor to Transform mode to restore 4.5 behavior
The Select mode no longer allows moving or rotating selected nodes.
This mode was still the default until now, which results in behavior that's
inconsistent with the 2D editor.

This sets the default mode to the new Transform mode to ensure
usability out of the box is unchanged. Shortcuts and icon ordering
were also modified to best match 4.5.
2025-12-09 18:16:01 +01:00
Rémi Verschelde 639b7cefa1
Merge pull request #113804 from YeldhamDev/shader_file_btn_fix
Fix wrong size for "File" button in the shader editor
2025-12-09 17:18:18 +01:00
Rémi Verschelde eaddff155e
Merge pull request #113801 from KoBeWi/cheme_thanged
Fix broken VisualShader icons
2025-12-09 17:18:12 +01:00
Rémi Verschelde 6ca17e29aa
Merge pull request #113789 from Rindbee/Use-ObjectID-for-comparison-in-SceneTreeEditor
Use `ObjectID` in `SceneTreeEditor` to compare the old and new scene roots
2025-12-09 17:18:07 +01:00
Rémi Verschelde abc1b82d12
Merge pull request #113776 from YeldhamDev/bottom_panel_rtl_fix
Fix broken state of bottom panel on the right-to-left layout
2025-12-09 17:17:53 +01:00
Rémi Verschelde f8ea55122a
Merge pull request #113775 from KoBeWi/waiting_for_DockTabContainer
Fix bottom panel pinning
2025-12-09 17:17:48 +01:00
Rémi Verschelde 8a14c0fb87
Merge pull request #113711 from dinesh1160/tagname-single-space-fix
Fix project tags check for empty strings
2025-12-09 17:17:28 +01:00
Rémi Verschelde 66b6ea492f
Merge pull request #113706 from lodetrick/unused-and-forgotten
Codestyle: Remove unused private variables in `godot/editor`
2025-12-09 17:17:18 +01:00
Rémi Verschelde 4f4a27b311
Merge pull request #113688 from KoBeWi/PlikSystem
Fix dock window titles not being translated
2025-12-09 17:17:08 +01:00
Michael Alexsander e20b45f653
Fix wrong size for "File" button in the shader editor 2025-12-09 12:45:04 -03:00
Michael Alexsander f187b8b2bf
Enable scroll hints for several parts of the editor 2025-12-09 10:55:26 -03:00
Michael Alexsander 54cf1eab45
Fix broken state of bottom panel on the right-to-left layout 2025-12-09 10:06:35 -03:00
风青山 53222f45b9
Use `ObjectID` in `SceneTreeEditor` to compare the old and new scene roots
This is likely due to delayed function calls, causing some `SceneTreeEditor`
instances to miss the stage where the scene root is set to `nullptr`
when calling `_update_tree()`.
2025-12-09 20:43:59 +08:00
kobewi a2a82f02e3 Fix broken VisualShader icons 2025-12-09 13:41:12 +01:00
kobewi 05f80d16b1 Fix opening found lines in built-in scripts 2025-12-09 12:45:15 +01:00
kobewi c15e04cc43 Fix bottom panel pinning 2025-12-08 23:19:05 +01:00
Adelynne Brito d7792feaba
Move initialization check for CanvasMaterial
Prevents the check from causing other materials to error
2025-12-08 19:11:23 +01:00
Thaddeus Crews 757bba192e
Merge pull request #113649 from YeldhamDev/editor_spin_min_fix
Fix `EditorSpinSlider` overriding the custom minimum size
2025-12-08 11:54:09 -06:00
Thaddeus Crews e076acfccc
Merge pull request #113633 from YeldhamDev/movie_button_dark
Make movie mode button be dark when enabled on the modern theme
2025-12-08 11:54:06 -06:00
Thaddeus Crews 7f520e7456
Merge pull request #113626 from Giganzo/script-editor-close
Fix enable/disable for Close Tabs Below in Script editor's File menu
2025-12-08 11:54:05 -06:00
Thaddeus Crews 4a95e20d86
Merge pull request #112719 from jinyangcruise/fix_error_when_change_language
Fix error when changing language in `FindInFilesPanel`
2025-12-08 11:54:01 -06:00
Thaddeus Crews 979b619130
Merge pull request #113612 from BrotherShort/fix-center-buttons-offset
Fix center buttons offset
2025-12-08 11:53:57 -06:00
Thaddeus Crews 4f523ec895
Merge pull request #113598 from KoBeWi/reload_without_load_is_just_REEEEEE
Fix built-in script live reloading
2025-12-08 11:53:53 -06:00
Thaddeus Crews 003266b51f
Merge pull request #107687 from YeldhamDev/i_actually_thought_this_was_a_regression_from_my_part_initially
Fix setting remote properties that take objects not working
2025-12-08 11:53:45 -06:00
Thaddeus Crews e56ea15a03
Merge pull request #113701 from lodetrick/debugger-oops
Fix Debugger Dock not opening and unused BottomPanel code
2025-12-08 11:53:43 -06:00
Thaddeus Crews edffd0712f
Merge pull request #111758 from bruvzg/ios_spam
[macOS] Prevent error spam when iOS device is paired but sleeping.
2025-12-08 11:53:41 -06:00
BrotherShort 75ba00babf Fix center buttons offset
Remove set spacers
2025-12-08 03:25:33 +08:00
Michael Alexsander 599ce2b43a
Fix setting remote properties that take objects not working 2025-12-07 13:41:38 -03:00
dinesh1160 e9aa840b96 fix single space tagname issue 2025-12-07 18:42:48 +05:30