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
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
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
Michael Alexsander
051f7c2ca2
Fix `EditorSpinSlider` overriding the custom minimum size
2025-12-05 19:26:12 -03:00
Michael Alexsander
814e9cab66
Make movie mode button be dark when enabled on the modern theme
2025-12-05 12:18:11 -03:00
Giganzo
cf8f2e783b
Fix enable/disable for Close Tabs Below in Script editor's File menu
2025-12-05 15:09:01 +01:00
Rémi Verschelde
0156b2bcd6
Merge pull request #113615 from bruvzg/ed_bit_url
...
[EditorHelpBit] Open online documentation if script editor is not available.
2025-12-05 12:56:10 +01:00
Rémi Verschelde
204e784bca
Merge pull request #113587 from syntaxerror247/popup-menu-seperation
...
Increase PopupMenu vertical separation to improve touch usability
2025-12-05 12:56:01 +01:00
Pāvels Nadtočajevs
330a19f362
[Editor HelpBit] Open online documentation if script editor is not available.
2025-12-05 12:10:28 +02:00
Rémi Verschelde
3edd256a6f
Merge pull request #113611 from bruvzg/mod_plus
...
[Editor] Fix missing "+" in the bunch of tooltips.
2025-12-05 09:38:51 +01:00
Rémi Verschelde
eb389feaf2
Merge pull request #113601 from Giganzo/inspector-control-height
...
Fix property height in the inspector for control layout
2025-12-05 09:38:46 +01:00
Rémi Verschelde
fdd47084bf
Merge pull request #113578 from syntaxerror247/export-dialog-size
...
Reduce export dialog minimum size
2025-12-05 09:38:25 +01:00
Rémi Verschelde
6b0a74073c
Merge pull request #113296 from KoBeWi/soft_open_gently
...
Fix dock opening focus
2025-12-05 09:38:08 +01:00
Pāvels Nadtočajevs
e2b8c9f038
[Editor] Fix missing "+" in the bunch of tooltips.
2025-12-05 10:20:50 +02:00
kit
8dfcae15fd
Use multiple children for dock SplitContainers
2025-12-04 23:05:14 -05:00
Giganzo
c01711ca16
Fix property height in the inspector for control layout
2025-12-05 00:06:24 +01:00
kobewi
ad4fb8c1df
Fix built-in script live reloading
2025-12-04 23:27:06 +01:00
Anish Kumar
df4f9d0778
Increase PopupMenu vertical separation to improve touch usability
2025-12-05 01:46:45 +05:30
Anish Kumar
c4e49b4aed
Reduce export dialog minimum size
2025-12-04 22:31:57 +05:30