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
fish
08427e198d
Propagate errors through EditorFileSystem::copy_file
2025-12-08 22:45:43 -08:00
kobewi
c15e04cc43
Fix bottom panel pinning
2025-12-08 23:19:05 +01:00
kobewi
298dca9531
Fix opening errors from built-in scripts
2025-12-08 22:24:41 +01:00
fish
60619d40c8
Make indirectly inherited EditorScripts appear in the command palette
2025-12-08 13:20:31 -08: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
Ayan Chavand
20c183b166
Fix: Correct make-unique button work for left mouse click only
2025-12-08 13:14:11 +05:30
BrotherShort
75ba00babf
Fix center buttons offset
...
Remove set spacers
2025-12-08 03:25:33 +08:00
kobewi
0f1cf00264
Move Multiplayer icons to the module
2025-12-07 19:20:54 +01: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
Logan Detrick
17c7a3b817
Remove unused private variables in godot/editor
2025-12-07 02:55:08 -08:00
Logan Detrick
58969218d6
Remove unused code in EditorBottomPanel and remove deprecated bottom panel operation
2025-12-07 02:19:50 -08:00
kobewi
035de4a6ba
Fix dock window titles not being translated
2025-12-06 19:12:46 +01:00
Anish Kumar
5981bf0d3a
Increase Tree vertical separation to improve touch usability
2025-12-06 12:58:40 +05:30
Dery Almas
99b109e981
Wayland: Work around window scale ambiguity
2025-12-06 00:54:50 +01:00
Michael Alexsander
051f7c2ca2
Fix EditorSpinSlider overriding the custom minimum size
2025-12-05 19:26:12 -03:00
Pāvels Nadtočajevs
7c8485e532
[macOS/iOS] Escape .plist strings on export.
2025-12-05 22:13:48 +02:00