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
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
Kilian Hu
7c5bb585a5
Fix gizmo update if select changes outside 3D view
2025-07-28 16:42:23 +02:00
Thaddeus Crews
3c9f065e27
Merge pull request #102258 from Squamto/master
...
Fix Error when connecting signal with unbinds not yet existing function
2025-07-27 10:28:31 -05:00
Thaddeus Crews
246a9026ab
Merge pull request #106861 from VojtaStruhar/106776-column-alignment
...
Align autoload popup columns to the left
2025-07-27 10:28:30 -05:00
风青山
95403207e8
Use EditorUndoRedoManager to track the property changes of the
...
configured `InputEvent` in the plugin
This allows undo and redo, and can mark in time whether the handled
`InputEvent` resource is edited.
`command_or_control_autoremap` needs to be handled separately, as
its value will change the usage of other properties.
2025-07-27 13:57:16 +08:00
Mounir Tohami
aa086fa0d5
Fix Editor crash during first scan in headless import mode.
2025-07-27 04:55:23 +03:00
Squamto
096f0288ba
Fix Error when connecting signal with unbinds not yet existing function
...
When a Signal with unbinds was connected to a non-existing function, the connection attempt was made before the function was created.
I moved the creation of the function in front of the connection attempt.
2025-07-26 19:57:08 +02:00
Hugo Locurcio
005ceee84a
Fix debanding not being used in the 2D editor when enabled in Project Settings
2025-07-25 23:04:54 +02:00
Thaddeus Crews
0dd9178269
Merge pull request #108893 from WhalesState/editor-wayland
...
Fix `ProgressDialog` errors during first scan.
2025-07-25 11:08:15 -05:00
风青山
cfb6dc4dc0
Save the changes before duplicating resource files
...
First synchronize the in-memory data to the file, and then copy the file.
This can avoid differences between the copied file and the source file.
2025-07-25 21:27:07 +08:00
Thaddeus Crews
0123521643
Merge pull request #108620 from ColinSORourke/VisualShaderTypeFix
...
Visual Shader State Persistence - Type Fixes
2025-07-24 20:49:40 -05:00
Mounir Tohami
1cc459d86f
Fix Editor wayland first scan task error.
...
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com >
2025-07-25 01:05:15 +03:00
Thaddeus Crews
0d1d3ead8b
Merge pull request #108381 from timothyqiu/shader-side-toggle
...
Fix error when "Toggle Files Panel" in shader editor
2025-07-24 14:23:47 -05:00
Thaddeus Crews
ebb322ad17
Merge pull request #108914 from bruvzg/no_bake
...
Remove selective shader baking.
2025-07-24 14:23:45 -05:00
Thaddeus Crews
052baba905
Merge pull request #107685 from KoBeWi/useless_documentation
...
Don't update script documentation when exporting
2025-07-24 14:23:43 -05:00
Pāvels Nadtočajevs
9c325d0f91
Remove selective shader baking.
2025-07-23 23:02:43 +03:00
Thaddeus Crews
7755a85c52
Merge pull request #108887 from WhalesState/spring-bone
...
Fix SpringBone3D being unintentionally disabled.
2025-07-23 13:27:10 -05:00
Thaddeus Crews
2bfc3212ad
Merge pull request #108883 from aaronfranke/editor-crash-scene-tree-dock
...
Fix crash in SceneTreeDock when closing a scene with a selected node
2025-07-23 13:27:08 -05:00
Thaddeus Crews
b0055592fb
Merge pull request #108336 from arkology/find-in-files-translation
...
Fix and improve auto-translation for `FindInFiles`
2025-07-23 13:27:07 -05:00
Thaddeus Crews
5c1db3203d
Merge pull request #108877 from Giganzo/shader-editor-switch-on-hover
...
Fix shader editor menu switch on hover for file button
2025-07-23 13:27:06 -05:00
Thaddeus Crews
65c8aa444f
Merge pull request #95914 from kitbdev/fix-drop-node-on-line
...
Fix dropping Node into script on non-empty line
2025-07-23 13:27:05 -05:00
Thaddeus Crews
a85fbd8647
Merge pull request #102601 from kitbdev/fix-script-toggle-comment-empty
...
Fix error when toggling comment with empty lines
2025-07-23 13:27:04 -05:00
Thaddeus Crews
ba424d22ce
Merge pull request #108295 from beicause/shader-editor-auto-opens-on-startup
...
Fix shader editor auto-opens on startup
2025-07-23 13:27:03 -05:00
Thaddeus Crews
57719ca9e2
Merge pull request #108708 from Rindbee/fix-wrong-node-path-when-Reparent-to-New-Node
...
Fix the absolute `NodePath` was calculated incorrectly when "Reparent to New Node"
2025-07-23 13:27:00 -05:00
Haoyu Qiu
3df6492a6e
Fix i18n for array property custom add button text
2025-07-23 09:41:33 +08:00