Commit Graph

19014 Commits

Author SHA1 Message Date
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
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
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
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
Anish Mishra ae678b4085 Android: Misc changes 2025-08-03 13:09:10 +05:30
Thaddeus Crews 761f8df597 Merge pull request #109016 from Rindbee/use-undo_redo-to-track-property-changes
Use `EditorUndoRedoManager` to track the property changes of the configured `InputEvent` in the plugin
2025-08-01 11:45:20 -05:00
kobewi 4d9b9523c9 Fix inconsistent thumbnail width 2025-08-01 15:32:00 +02:00
Rémi Verschelde dda2614aca i18n: Sync translations with Weblate 2025-07-31 22:27:25 +02:00
Thaddeus Crews 3e28932a30 Merge pull request #109116 from WhalesState/scene-preview-headless
Prevent generating Editor 3D scene preview in headless mode.
2025-07-31 10:39:12 -05:00
Thaddeus Crews 4042e4d7a2 Merge pull request #109130 from aaronfranke/editor-crash-scene-tree-dock-again
Clear SceneTreeDock's previous node selection when removing edited scene
2025-07-31 10:39:06 -05:00
Thaddeus Crews f445b92ba8 Merge pull request #109059 from precup/fix-path3d-gizmo-crash
Fix editor segfault when using a `Path3D` without a `Curve3D`
2025-07-31 10:39:02 -05:00
ydeltastar 7c31b8f6ea Fix Evaluator's format issues caused by special characters in the expression 2025-07-31 12:22:17 -03:00
Mounir Tohami 706601778e Prevent generating editor 3D scene preview in headless mode. 2025-07-31 11:44:07 +03:00
Aaron Franke ac20484a05 Clear SceneTreeDock's previous node selection when removing edited scene 2025-07-30 08:49:38 -07:00
Thaddeus Crews 9e46d698b5 Merge pull request #108772 from timothyqiu/second-level-inherit
Fix root auto-translate mode ignored for child nodes when generating POT
2025-07-30 09:03:48 -05:00
Thaddeus Crews 5c3990c173 Merge pull request #106579 from timothyqiu/add-button-text
Fix i18n for array property custom add button text
2025-07-30 09:03:47 -05:00
Thaddeus Crews 7b69fa2caa Merge pull request #108950 from Calinou/editor-2d-apply-debanding-if-enabled
Fix debanding not being used in the 2D editor when enabled in Project Settings
2025-07-30 09:03:41 -05:00
Thaddeus Crews 711ecb5921 Merge pull request #108816 from Rindbee/save-the-changes-before-duplicating-resource-files
Save the changes before duplicating resource files
2025-07-30 09:03:38 -05:00
Mike Precup 0f04d5ce53 Fix editor segfault when using a path3d without a curve3d 2025-07-28 11:35:21 -07:00
kobewi 529860e36c Prevent invalid and ambiguous tag names 2025-07-28 20:25:05 +02:00
Thaddeus Crews 95c21f6a05 Merge pull request #108337 from fstxz/request_seq_int_cast
DAP: Cast request's `seq` value to int
2025-07-28 10:49:33 -05:00