b32c0df22a
Merge pull request #110937 from Calinou/editor-lightmapgi-bake-time-show-centiseconds
...
Show centiseconds in LightmapGI bake time printout in the editor
2025-10-21 10:27:08 -05:00
9cd88c14cb
Merge pull request #111773 from DeeJayLSP/main-font-calt-ot-features
...
Editor: Add OpenType feature settings to Main Font
2025-10-21 10:26:57 -05:00
a58968d94e
Merge pull request #110989 from xuhuisheng/dev/snap
...
Fix snap Polygon2D editor
2025-10-21 10:26:55 -05:00
464ddd4ea7
Merge pull request #109043 from GabCoolDude/resource-signal-viewer
...
View resource signals in the Connections Dock
2025-10-20 18:09:56 -05:00
06c0985fee
Merge pull request #105450 from raulsntos/MissingNode/default_properties
...
Make `MissingNode`/`MissingResource` non-virtual and hide from dialogs
2025-10-20 18:09:55 -05:00
505c732c30
Merge pull request #109534 from vaner-org/reconnect-statemachine-transitions
...
Allow reconnecting AnimationNodeStateMachine transitions
2025-10-20 18:09:49 -05:00
63fa4fc2ba
Merge pull request #110131 from vaner-org/animationtree-better-deselection
...
Improve deselection in AnimationTree editors and inspector
2025-10-20 18:09:40 -05:00
e97acf79b2
Merge pull request #111017 from jasonweiler/NewNodeDialogSplitter
...
Editor: Add splitter to "Create New Node" dialog
2025-10-20 18:09:35 -05:00
d6c5c4eeb5
Merge pull request #107671 from dsnopek/editor-run-control
...
Allow editor plugins to modify run arguments
2025-10-20 18:09:32 -05:00
cdcb2fc389
View resource signals in the Connections Dock
2025-10-20 23:24:32 +02:00
877468ab35
Adding a vertical splitter to the create node dialog so the descriptions are easier to read
...
Adding a vertical splitter to the create node dialog so the descriptions are easier to read
clang-format conformity
2025-10-20 11:55:47 -04:00
42000e27fe
EditorRun: Load override.cfg to get window configuration for embedded mode
2025-10-20 16:59:38 +02:00
cd0c9d5f50
Editor: Add OpenType feature settings to Main Font
2025-10-20 10:00:23 -03:00
f8a5e704d6
Fix autoset of text_editor/external/exec_flags not working properly
2025-10-19 11:09:21 -03:00
f6a6aad6eb
Better deselection handling in AnimationTree editors
2025-10-19 02:38:59 +05:30
51a54636c1
Allow reconnecting AnimationNodeStateMachine transitions
2025-10-19 02:38:50 +05:30
199a4fa4e2
Save editor settings when modified from code
2025-10-18 15:55:06 +02:00
e232484a37
Improve performance of SpinBox creation
2025-10-17 13:11:21 -04:00
8aebfb7776
Merge pull request #109839 from vaner-org/blendspace-double-click
...
Double-click BlendSpace points to open their editor
2025-10-17 09:07:43 -05:00
4a7ca086a3
Merge pull request #109605 from vaner-org/statemachine-play-highlight-fix
...
Correctly reset StateMachine opacity when a node is played or renamed
2025-10-17 09:07:42 -05:00
fd8ddca49a
Merge pull request #111649 from KoBeWi/DESNAME
...
Improvements to ProjectManager's `_update_theme()`
2025-10-17 09:07:40 -05:00
d5942cf5fd
Merge pull request #109792 from vaner-org/blendspace-better-cursor
...
Make BlendSpace selection tool consistent with StateMachine/BlendTree functionality
2025-10-17 09:07:39 -05:00
ffe00d53bf
Moved File Filter When Filesystem Dock is on the Bottom Panel
...
When the Filesystem Dock is on the bottom panel vertical space is more
valuable than horizontal space. Moving the file filter to be horizontal
with the current path LineEdit makes the dock more space efficient when
on the bottom panel. When docked on the side, the file filter is
unchanged.
2025-10-17 08:36:24 -05:00
8f1b411556
Improvements to ProjectManager's _update_theme()
2025-10-16 20:16:20 +02:00
94818a5313
Merge pull request #111509 from passivestar/orbit-snapping
...
Implement orbit snapping in 3D viewport
2025-10-16 12:48:09 -05:00
9e96c7d9b8
Merge pull request #110378 from timothyqiu/rtl-preview
...
Make text-related nodes translation domain aware
2025-10-16 12:48:05 -05:00
d739700178
Implement orbit snapping in 3D viewport
2025-10-16 12:46:14 +04:00
20430236e7
Merge pull request #107999 from timothyqiu/translation-cleanup
...
Clean up editor translation related methods
2025-10-15 16:31:09 -05:00
68b897225e
Merge pull request #111624 from Meorge/feat/project-manager-show-in-file-manager
...
Add "Show in File Manager" button to sidebar of Project Manager
2025-10-14 17:13:39 -05:00
61179bb293
Fix various editor easing property issues
2025-10-14 17:59:56 -04:00
0b47123768
Merge pull request #111542 from sockeye-d/script-editor-allow-echo
...
Allow keyboard echo for ScriptEditor tab manipulation events
2025-10-14 10:31:31 -05:00
9554c2bc56
Merge pull request #93713 from KoBeWi/scene_data_in_script_cache
...
Store script states for built-in scripts
2025-10-14 10:31:30 -05:00
4d3a899c64
Merge pull request #111633 from YYF233333/ccb-include
...
Remove `callable_bind.h` from `object.h`
2025-10-14 10:31:29 -05:00
9659dc13bd
Merge pull request #102888 from Shaderd00d/clear_transform
...
Add shortcuts to reset position, rotation and scale in Spatial and Canvas Item Editor
2025-10-14 10:31:27 -05:00
79e533679c
Merge pull request #111620 from Ivorforce/node-no-display-server
...
Remove `display_server.h` transitive include from `node.h`.
2025-10-14 10:31:25 -05:00
e6768b5db4
Merge pull request #111095 from Meorge/feat/margincontainer-viz
...
Visualize MarginContainer margins when selected
2025-10-14 10:31:24 -05:00
c2720efb28
Merge pull request #110690 from KoBeWi/shortcut_to_shorcuts
...
Keep shortcut selected when clearing filter
2025-10-14 10:31:23 -05:00
f7263b9517
[Android] Add export option to use "scrcpy" to run project from editor.
2025-10-14 15:12:48 +03:00
7d3c25d083
Remove callable_bind.h from object.h
2025-10-14 16:24:05 +08:00
769007c707
Add "Show in File Manager" button to sidebar of Project Manager
2025-10-13 17:56:49 -07:00
4ae535b3b9
Merge pull request #111419 from YeldhamDev/numbers_numbers_numbers
...
Add source lines to file locations on POT generation
2025-10-13 19:29:01 -05:00
d3285f5468
Merge pull request #111185 from WhalesState/vp-disable-xr
...
More XR disable for Viewport and export.
2025-10-13 19:28:56 -05:00
988a7f7bdf
Merge pull request #111507 from nikitalita/fix-skeleton-dynamic-physics
...
Scene importer: Fix skeleton path when physics body type is dynamic
2025-10-13 19:28:53 -05:00
58894136b7
Merge pull request #107395 from lodetrick/bottom-panel-margin-fixes
...
Fix TabContainer Editor theming and remove Debugger style hacks
2025-10-13 19:28:39 -05:00
3ef37d7bf3
Merge pull request #111586 from KoBeWi/some_favorites_are_bigger_because_they_are_more_favored
...
Fix favorites icon size in FileSystem dock
2025-10-13 19:28:36 -05:00
2568505535
Merge pull request #108065 from lodetrick/range-hint-cleanup
...
Clean up numeric EditorProperty `setup()` methods
2025-10-13 19:28:34 -05:00
1e0b41ab27
Remove display_server.h transitive include from node.h.
2025-10-14 00:43:02 +02:00
c9b72fcfb6
Merge pull request #111481 from Ivorforce/texture-less-includes
...
Remove extraneous includes from `texture.h`.
2025-10-13 12:30:13 -05:00
bb4d0638c4
Merge pull request #109816 from SatLess/ArraysArePeopleToo
...
Add `Make_Unique_Recursive` option for `Resources` with `Arrays` and `Dictionaries`
2025-10-13 12:30:11 -05:00
e560ea47d4
Merge pull request #70646 from KoBeWi/relatable_offset
...
Add `pivot_offset_ratio` property to Control
2025-10-13 12:30:10 -05:00