Rémi Verschelde
88babbdce2
Merge pull request #100932 from ajreckof/Fix-dictionary-editor-steals-focus-when-recreating-full-inspector-
...
Fix dictionary editor steals focus when reloading script.
2025-01-03 00:49:41 +01:00
Rémi Verschelde
d01768d858
Merge pull request #100925 from KoBeWi/Stop.Duplicating.Scripts-
...
Respect `PROPERTY_USAGE_NEVER_DUPLICATE` with Make Sub-Resources Unique
2025-01-03 00:49:29 +01:00
Rémi Verschelde
386e4e16b3
Merge pull request #100729 from Lazy-Rabbit-2001/new_create_dialog_p1
...
Improve script class display in Create dialog
2025-01-03 00:48:58 +01:00
Rémi Verschelde
e13facfa72
Merge pull request #100679 from hakro/quick_open_context_menu
...
Add a context menu to quick open dialog
2025-01-03 00:48:51 +01:00
Rémi Verschelde
261f0b9ca9
Merge pull request #100409 from KoBeWi/now_delete_uids
...
Fix DependencyRemoveDialog not handling UIDs
2025-01-03 00:48:43 +01:00
Rémi Verschelde
703552c51b
Merge pull request #100240 from WhalesState/line-edit-focus
...
`LineEdit` add member `keep_editing_on_text_submit`
2025-01-03 00:48:34 +01:00
Rémi Verschelde
4f5982c83b
Merge pull request #100171 from Giganzo/editor-focus
...
Fix missing focus outline for 2D and 3D editor viewports
2025-01-03 00:48:30 +01:00
Rémi Verschelde
3a20c3e6a9
Merge pull request #100161 from alessand10/fix-filesystem-logic
...
Fix root folder logic in the filesystem
2025-01-03 00:48:26 +01:00
Rémi Verschelde
d484e23bce
Merge pull request #100113 from paddy-exe/particle-emission-shape-visual-separate-pr
...
Add visualization of 3D particle emission shapes
2025-01-03 00:48:22 +01:00
Rémi Verschelde
442f11462d
Merge pull request #99994 from kitbdev/fix-editor-viewport-group-anim
...
Allow Viewport children to lock, group, and insert keyframes
2025-01-03 00:48:09 +01:00
Lazy-Rabbit-2001
a550eef9f3
Improve script class display in Create dialog
2025-01-03 00:19:25 +01:00
Mounir Tohami
e89c196a80
LineEdit add member keep_editing_on_text_submit.
...
Allow users to exit edit mode when Enter is pressed.
2025-01-02 23:41:27 +02:00
hakro
cf8376ba1f
Add a context menu to quick open dialog
2025-01-02 20:05:51 +01:00
alessand10
e330b79397
Fix root folder logic in the filesystem
2025-01-02 17:50:58 +01:00
ajreckof
ba3f2bf4a3
Fix dictionary editor steals focus when reloading script.
2024-12-30 16:28:06 +01:00
Thaddeus Crews
e55ea94c73
Merge pull request #99800 from amarsero/bone2d-redo-crash
...
Fix use after free in redo of "Create Custom Bone2D(s) from Node(s)"
2024-12-30 08:58:56 -06:00
Thaddeus Crews
b98eeb3899
Merge pull request #99096 from kitbdev/bottom_panel_force_switch
...
Make bottom panel switch when pinned and removed
2024-12-30 08:58:55 -06:00
Thaddeus Crews
3bf4541d47
Merge pull request #99829 from miv391/larger_event_configuration_dialog
...
Change Event Configuration dialog wider and its input list taller for better usability
2024-12-30 08:58:54 -06:00
Thaddeus Crews
c83706fdfd
Merge pull request #99904 from kitbdev/fix-load-floating-dock
...
Fix loading layout with floating dock in single window mode and fix `restore_windows_on_load`
2024-12-30 08:58:52 -06:00
Thaddeus Crews
d8b1a5aac2
Merge pull request #92235 from paddy-exe/advanced-import-macbook-mouse-magnify
...
Add MagnifyGesture to Advanced Import dialog zooming
2024-12-30 08:58:50 -06:00
Thaddeus Crews
1e63ed2a5b
Merge pull request #99723 from YeldhamDev/script_favorite_fix
...
Fix error when favoriting some types of properties
2024-12-30 08:58:34 -06:00
Thaddeus Crews
9ec36eb243
Merge pull request #100916 from Hilderin/fix-embed-focus-on-debug-continue
...
Fix debugging embedded game does not refocus on continue
2024-12-30 08:58:31 -06:00
Thaddeus Crews
b987e906ba
Merge pull request #100156 from ydeltastar/fix-doc-scroll
...
Fix scroll to symbol's documentation
2024-12-30 08:58:28 -06:00
Thaddeus Crews
01c6e18963
Merge pull request #100745 from mdelorme/mdelorme/issue_100727
...
Assign the project manager title to the node instead of DisplayServer
2024-12-30 08:58:23 -06:00
kobewi
1b04e6f46d
Respect PROPERTY_USAGE_NEVER_DUPLICATE with Make Sub-Resources Unique
2024-12-30 11:25:18 +01:00
Hilderin
cfac31b745
Fix debugging embedded game does not refocus on continue
2024-12-29 18:16:19 -05:00
Patrick Exner
e689c122a6
Add visualization of 3D particle emission shapes
...
Co-authored-by: Kasper Arnklit Frandsen <kasper.arnklit@gmail.com >
2024-12-28 19:56:50 +01:00
Michael Alexsander
d74325f791
Fix error when favoriting some types of properties
2024-12-28 15:29:39 -03:00
ydeltastar
64788069a0
Fix scroll to symbol's documentation
2024-12-27 17:12:05 -03:00
Patrick Exner
f1b3f17ae3
Add MagnifyGesture to Advanced Import dialog zooming
2024-12-26 23:53:34 +01:00
A Thousand Ships
a1846b27ea
Improve use of Ref.is_null/valid
...
Use `is_null` over `!is_valid` and vice versa.
2024-12-23 16:35:02 -05:00
Maxime Delorme
e4e966b0f2
Fix #100727 by giving the project manager title to the node instead of DisplayServer
2024-12-23 19:44:18 +01:00
Thaddeus Crews
3df8eb5abc
Merge pull request #100707 from dalexeev/editor-restore-old-ctrl-click
...
Editor: Restore old `Ctrl+Click` behavior
2024-12-23 11:15:19 -06:00
Thaddeus Crews
98c3138804
Merge pull request #92717 from KoBeWi/twisted_frying_pan
...
Add warped panning to every ViewPanner instance
2024-12-23 11:15:16 -06:00
Thaddeus Crews
53a7e08491
Merge pull request #100702 from spoxii/patch/unused_gridmap_editor_side
...
Remove unused editor setting `editors/grid_map/editor_side`
2024-12-23 11:15:14 -06:00
Thaddeus Crews
e041356f3c
Merge pull request #99357 from Giganzo/tile-map-grid-button
...
Fix button state of grid and highlight layer in tile map layer editor
2024-12-23 11:15:13 -06:00
Thaddeus Crews
98c5267ce5
Merge pull request #91388 from kitbdev/fix-goto-line
...
Make Goto line a Popup and column input
2024-12-23 11:15:12 -06:00
Thaddeus Crews
01a7c81e02
Merge pull request #100738 from beicause/fix-crash-one-click-deploy
...
Fix crash when using one-click deploy
2024-12-23 11:15:11 -06:00
Thaddeus Crews
e109ac21fb
Merge pull request #100708 from smix8/navobstacle2d_debug
...
Improve NavigationObstacle2D debug visuals and performance
2024-12-23 11:15:06 -06:00
Thaddeus Crews
3f74cc2a6c
Merge pull request #97860 from stijn-h/qo-button
...
EditorResourcePicker: Replace options to load file with button for QuickOpenDialog
2024-12-23 11:15:03 -06:00
Yufeng Ying
f241c1fda0
Remove unused header in editor.
...
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
2024-12-24 00:40:38 +08:00
Yufeng Ying
73d85f46c9
Remove unused headers in scene.
...
Co-authored-by: Thaddeus Crews <repiteo@outlook.com >
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
2024-12-24 00:40:09 +08:00
Stijn Hinlopen
df01daf3b7
EditorResourcePicker: Replace options to load file with button for QuickOpenDialog
...
- Remove option to load files from drop down
- Make _update_menu_items solely responsible for adding the right separators. Previously
the overridable set_create_options would need to do this, but it could not know whether
more properties were going to be added.
2024-12-22 22:47:17 +01:00
LuoZhihao
8f03548680
fix crash when using one-click deploy
2024-12-22 20:37:25 +08:00
SPOXY
143e10e020
Remove unused editor setting editors/grid_map/editor_side
...
This option is no longer used after the rework in GH-96922
2024-12-22 12:27:21 +01:00
Rémi Verschelde
6f2f90935d
Merge pull request #100370 from lander-vr/remove-boxes-refprobes-voxelgi
...
Remove solid boxes in gizmos of VoxelGI and ReflectionProbe
2024-12-22 00:10:02 +01:00
smix8
23ea3ab8d1
Improve NavigationObstacle2D debug visuals
...
Improves NavigationObstacle2D debug visuals by aligning them closer to their aleady improved 3D counterpart.
2024-12-21 19:53:17 +01:00
Danil Alexeev
b8dfe2cca9
Editor: Restore old Ctrl+Click behavior
2024-12-21 21:10:09 +03:00
Rémi Verschelde
91e72100e9
Merge pull request #100670 from hpvb/fix-100666
...
Don't recursively call `_update_tree`
2024-12-20 23:57:43 +01:00
Rémi Verschelde
315f51b7ca
Merge pull request #100654 from mdelorme/mdelorme/issue_100649
...
Fix `@export` open scene button not working
2024-12-20 23:57:31 +01:00