Spartan322
7aeecacb93
Merge commit godotengine/godot@0c51ede243
2025-08-16 23:07:50 -04:00
Giganzo
b5efac3156
Fix missing hover style for Ignore Error breaks button
2025-08-17 00:53:27 +02:00
Pāvels Nadtočajevs
ab0bc7ee32
[macOS] Fix embedded menu/spacer relative position.
2025-08-16 18:55:04 +03:00
Giganzo
c21a03361a
Add hover styles to buttons in Script/Shader editor
2025-08-16 15:05:07 +02:00
Raul Santos
702bbb3eab
Add default param value to EditorExportPlatform::get_forced_export_files
...
Add default parameter value to a new parameter added in 4.5 to `EditorExportPlatform::get_forced_export_files` so we can avoid breaking compatibility for GDScript.
2025-08-16 04:16:43 +02:00
Thaddeus Crews
2853d91191
Merge pull request #109176 from SchultzenDK/fix-script-clears-gizmos
...
Stop clearing editor_plugin_screen on script edit
2025-08-15 12:58:47 -05:00
Thaddeus Crews
a43e6e68cc
Merge pull request #100813 from ryevdokimov/prevent-selecting-hidden-transform-gizmo
...
Fix being able to grab hidden transform gizmo handles
2025-08-15 12:58:47 -05:00
aaronp64
842b44d872
ThemeEditor fix to show filename for new/renamed files
...
Updated ThemeEditor to set the theme name label when theme file is initially created or renamed.
2025-08-14 15:20:50 -04:00
h1v9
54619b3176
Strip empty deps when loading filesystem cache
2025-08-14 18:40:29 +03:00
Spartan322
4f08ff1a11
Merge commit godotengine/godot@a3b42d85d2
2025-08-13 19:56:49 -04:00
Thaddeus Crews
de463e0241
Merge pull request #109564 from timothyqiu/scene-create-3d
...
SceneCreateDialog: Hide 3D Scene option when 3D editor is disabled
2025-08-13 18:42:16 -05:00
Thaddeus Crews
1ecbd75c07
Merge pull request #109593 from ShadowCow13/animation-slice-name
...
Fix name included in animation when saved from slice in scene importer
2025-08-13 18:42:14 -05:00
Thaddeus Crews
5a9a05e255
Merge pull request #109584 from kleonc/tile_terrain_preview_icon_fix_transformed_alternative
...
Fix `TileMapLayer` terrain preview icons for transformed alternative tiles
2025-08-13 18:42:12 -05:00
Thaddeus Crews
a245f21b3b
Merge pull request #109480 from Rindbee/apply-different-strategies-when-check-theme-override-properties
...
Disallow clicking to toggle the checkbox of a theme override of type `Resource` to checked
2025-08-13 18:42:11 -05:00
shadowcow13
c6c4c55146
Fix name included in animation when saved from slice in scene importer
2025-08-13 16:53:43 -06:00
kleonc
5ba1d0ff97
Fix TileMapLayer terrain preview icons for transformed alternative tiles
2025-08-13 18:35:51 +02:00
风青山
39141e7b9c
Disallow clicking to toggle the checkbox of a theme override of type Resource to checked
...
These resources are external, but can be further categorized as follows:
1. Imported resource;
2. Embedded resource (no resource path, provided by the engine);
3. Other text-based resource.
Resources of different categorie may need different strategies.
Currently, for resource types, it is up to the user to decide what to do
next. Clicking to toggle checkboxes is not allowed, but you can still
manipulate resources through the `EditorResourcePicker`'s context menu
(right-click on a resource in the inspector or click the down arrow icon
next to the resource to open the menu).
2025-08-13 16:19:42 +08:00
Haoyu Qiu
69613d2099
SceneCreateDialog: Hide 3D Scene option when 3D editor is disabled
2025-08-13 13:54:39 +08:00
Thaddeus Crews
8aa37cab89
Merge pull request #109469 from ryevdokimov/fix-previews
...
Fix cinematic preview causing the editor redraw continuously and aspect ratio not updating in camera preview
2025-08-12 11:46:40 -05:00
Thaddeus Crews
fa5035f72a
Merge pull request #109465 from ryevdokimov/fix-ctrl-command-rotate
...
Fix node can't be rotated by holding ctrl/command while in select mode
2025-08-12 11:46:39 -05:00
Thaddeus Crews
2a526028b1
Merge pull request #108792 from arkology/find-in-files-panel-sizing
...
Fix `FindInFilesPanel` sizing issues
2025-08-12 11:46:38 -05:00
Thaddeus Crews
916af4680c
Merge pull request #109522 from KoBeWi/resource_of_type_Folder
...
Don't open folders as file in script editor
2025-08-12 11:46:37 -05:00
Thaddeus Crews
9016df63f7
Merge pull request #109539 from Giganzo/shortcut-reset
...
Fix shortcut reset for spatial_editor/tool_select
2025-08-12 11:46:34 -05:00
Giganzo
54ac5cd068
Fix shortcut reset for spatial_editor/tool_select
2025-08-12 10:46:20 +02:00
Thaddeus Crews
1f0f3553a5
Merge pull request #109448 from kitbdev/script-drop-onready-add-empty-line
...
Add new line when dropping onready on empty line
2025-08-11 09:55:23 -05:00
kobewi
a979cfdc0e
Don't open folders as file in script editor
2025-08-11 14:43:36 +02:00
robert yevdokimov
1672b69ce8
Fix node can't be rotated by holding ctrl/command while in select mode
2025-08-11 15:15:55 +04:00
robert yevdokimov
edee07bb62
Fix cinematic preview causing the editor redraw continuously and aspect ratio not updating in camera preview
2025-08-10 19:08:28 +04:00
Michael Alexsander
87b62b9897
Fix remote tree max selection warning not showing properly
2025-08-09 18:10:09 -03:00
kit
2bc9bf5965
Add new line when dropping onready on empty line
2025-08-09 13:44:54 -04:00
Thaddeus Crews
96cf51335c
Merge pull request #104945 from YeldhamDev/subgizmo_lock_ignore
...
Fix gizmos from 3D editor plugins not applying changes to locked nodes
2025-08-08 12:28:09 -05:00
Mikael Hermansson
7393c606ff
Reduce log spam during headless import/export
2025-08-07 13:08:54 -05:00
Thaddeus Crews
7aa331a1d0
Merge pull request #109203 from IphStich/fix_dialog_inherits_abstract
...
Fix inheriting from abstract classes dialog
2025-08-07 10:40:34 -05:00
Mikael Hermansson
e9aa2709c5
Fix headless import/export reporting progress greater than 100%
2025-08-07 14:19:51 +02:00
Thaddeus Crews
f47603767f
Merge pull request #109109 from bruvzg/moue_no_focus
...
Forward mouse events to embedded no-focus windows.
2025-08-06 12:01:18 -05:00
Thaddeus Crews
7d5d554b89
Merge pull request #109259 from aaronp64/input_map_collapsing
...
Keep collapsed state for actions when modifying Input Map
2025-08-06 12:01:13 -05:00
arkology
f3267c0ca7
Fix FindInFilesPanel sizing issues
2025-08-06 08:46:07 +00:00
Elise
8835ac2a2a
Fix inheriting from abstract classes dialog
2025-08-06 08:43:22 +10:00
aaronp64
aaaa840568
Use point_grab_radius setting in Polygon2DEditor bottom panel editor
...
Updated Polygon2DEditor bottom panel editor to use point_grab_radius setting instead of fixed value, similar to grab behavior in main 2D editor panel. Also updated closest point detection to better handle overlapping grab areas.
2025-08-05 17:42:44 -04:00
Pāvels Nadtočajevs
3b12b3402f
Forward mouse events to embedded no-focus windows.
2025-08-05 22:31:44 +03:00
aaronp64
f25e6af9bf
Keep collapsed state for actions when modifying Input Map
...
Changing the Input Map in Project Settings (adding/removing/renaming actions, reordering, or changing action events) causes the action list Tree to be cleared/repopulated. Updated ActionMapEditor::update_action_list to store which actions were collapsed before clearing, so they can remain collapsed after modifications.
2025-08-05 15:25:47 -04:00
Thaddeus Crews
0279916ff2
Merge pull request #108374 from DanielGSilva/mouse-captured-orientation
...
Deactivate orientation gizmo on window exit
2025-08-04 12:04:21 -05:00
Thaddeus Crews
f7de98ad2e
Merge pull request #109294 from timothyqiu/flags-atr
...
Disable auto translation of flag names in the inspector
2025-08-04 12:04:20 -05:00
Haoyu Qiu
0b156980f3
Disable auto translation of flag names in the inspector
2025-08-04 16:09:07 +08:00
Haoyu Qiu
5593ac4e3b
Fix some inspector action buttons not updating icon when theme changes
2025-08-04 15:30:36 +08:00
Thaddeus Crews
4b23f09e2f
Merge pull request #109267 from syntaxerror247/misc
...
Android: Misc changes
2025-08-03 10:51:15 -05:00
Thaddeus Crews
c720789b83
Merge pull request #107748 from ydeltastar/fix-eval-properties
...
Fix `Evaluator`'s format issues caused by special characters in the expression
2025-08-03 10:51:07 -05:00
Thaddeus Crews
097247d637
Merge pull request #109058 from KoBeWi/____________________________________________
...
Prevent invalid and ambiguous tag names
2025-08-03 10:51:06 -05:00
Giganzo
47e3cc111e
Fix glitched animation key after canceled dragging
2025-08-03 15:05:03 +02:00
Anish Mishra
ae678b4085
Android: Misc changes
2025-08-03 13:09:10 +05:30