1
0
Fork 0
Commit Graph

20234 Commits

Author SHA1 Message Date
Thaddeus Crews 00c5af7ff0
Merge pull request #113690 from KoBeWi/take_signal_away_from_user
Improve style changed signal in EditorDock
2025-12-15 08:00:54 -06:00
kobewi 0ed400a45f Improve style changed signal in EditorDock 2025-12-13 21:06:02 +01:00
kobewi 8beb7a062d Disable tool button for multiple nodes 2025-12-13 00:00:28 +01:00
Thaddeus Crews 08e6cd181f
Merge pull request #113915 from ydeltastar/game-view-node-lock
Prevent locked and child nodes of selection groups from being selected in the Game view
2025-12-12 14:15:12 -06:00
Thaddeus Crews 43d541195e
Merge pull request #113938 from YeldhamDev/bugs_below_bugs_below_bugs
Fix buttons overflowing in the bottom panel
2025-12-12 14:15:08 -06:00
Thaddeus Crews 6edec57535
Merge pull request #113922 from lodetrick/second-try
Fix incorrect bottom panel theming
2025-12-12 14:15:03 -06:00
Logan Detrick b85ef7e5a8 Fix incorrect bottom panel theming 2025-12-12 12:09:50 -08:00
Michael Alexsander d9280fbf88
Fix buttons overflowing in the bottom panel 2025-12-12 14:38:20 -03:00
ydeltastar a92851c517
Add options to prevent selection of locked or child nodes of selection groups in the Game view 2025-12-12 14:22:48 -03:00
Rémi Verschelde dc74262a17
Merge pull request #113916 from KoBeWi/maximize_minimum_size
Fix shader editor minimum size
2025-12-12 17:13:25 +01:00
Rémi Verschelde 12eaddd40a
Merge pull request #113912 from YeldhamDev/light_icon_saturation_fix
Half icon saturation when using the light color preset
2025-12-12 17:13:21 +01:00
Michael Alexsander 5246b5fba9
Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03:00
kobewi 92d10d9b4c Fix shader editor minimum size 2025-12-12 01:22:20 +01:00
Michael Alexsander d534b85e70
Half icon saturation when using the light color preset 2025-12-11 18:37:18 -03:00
Thaddeus Crews afefed5adf
Merge pull request #113723 from KoBeWi/multiplayer_singlefolder
Move Multiplayer icons to the module
2025-12-11 12:12:43 -06:00
Thaddeus Crews bb4b4e3890
Merge pull request #113619 from HolonProduction/once-upon-a-time-there-was-a-file-which-one-i-dont-know-the-history-was-locked
Ensure correct unlocking of script editor history
2025-12-11 12:12:42 -06:00
Thaddeus Crews 3516c26bf4
Merge pull request #113666 from syntaxerror247/tree-seperation
Increase Tree vertical separation to improve touch usability
2025-12-11 12:12:40 -06:00
Michael Alexsander 398842678e
Fix cutoff root creation buttons in new scenes 2025-12-11 10:50:18 -03: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