1
0
Fork 0
Commit Graph

19000 Commits

Author SHA1 Message Date
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
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
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
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