Commit Graph

20596 Commits

Author SHA1 Message Date
Michael Alexsander 52b1f0a69a Fix build profile generator creating bogus profiles
(cherry picked from commit a7c77ac1f7)
2026-03-05 13:29:37 -06:00
cdemirer a4e748009f Create EditorHelpHighlighter in Project Manager
so that it works in Editor Settings opened without loading a project.

(cherry picked from commit 86d336e1e0)
2026-03-05 13:29:34 -06:00
ThatNerdNxtDoor 0ece0ae45d Region Editor Window Properly Updates When Undoing Changes to region_rect
A commit that addresses #108519 by allowing the editor dialogue window to listen for the `item_rect_changed` signal from the attached CanvasItem.

Region Editor Window Properly Updates When Undoing Changes to `region_rect`

A basic fix for #108519 by allowing the editor dialogue window to listen for the `item_rect_changed` signal from the attached CanvasItem.

Region Editor Window Properly Updates When Undoing Changes to `region_rect`

A commit that addresses #108519 by allowing the editor dialogue window to listen for the `item_rect_changed` signal from the attached CanvasItem.

Region Editor Window Properly Updates When Undoing Changes to `region_rect`

A commit that addresses #108519 by allowing the editor dialogue window to listen for the `item_rect_changed` signal from the attached CanvasItem.

Region Editor Window Properly Updates When Undoing Changes to `region_rect`

A basic fix for #108519 by allowing the editor dialogue window to listen for the `item_rect_changed` signal from the attached CanvasItem.

Region Editor Window Properly Updates When Undoing Changes to `region_rect`

A commit that addresses #108519 by allowing the editor dialogue window to listen for the `item_rect_changed` signal from the attached CanvasItem.

(cherry picked from commit 5127c71cb3)
2026-03-05 13:29:32 -06:00
Robert Yevdokimov e5c178ccf5 Fix issues with InputMap::load_from_project_settings() when called in tool script
(cherry picked from commit bb3c8a0682)
2026-03-05 13:29:32 -06:00
Pablo Andres Fuente eee5dd76e2 Fix mute button after pausing and stopping
Fixes #116127

The problem was that an internal variable was not being reset correctly
when the game was stopped.

(cherry picked from commit 59c9e27119)
2026-03-05 10:36:25 -06:00
Silc Lizard (Tokage) Renew 467d4e3793 Remove unneeded checks for undo-redo history from Skeleton3DEditor
(cherry picked from commit a9630eac57)
2026-03-05 10:36:17 -06:00
Frank Becker ca7c12ffc9 Don't log error if there is no selection upon handling item_icon_double_clicked signal
(cherry picked from commit 42b14ce186)
2026-03-05 10:36:05 -06:00
Pāvels Nadtočajevs 0b6ff48f95 [macOS] Set apple menu node name to non empty value.
(cherry picked from commit 9cfe909108)
2026-03-05 10:36:02 -06:00
Giganzo df3d28a699 Fix icon size in AnimationPlayer tracks
(cherry picked from commit c82263adb6)
2026-03-05 10:35:38 -06:00
kobewi e10362f25c Fix ediitor not handling unsaved changes on restart from settings
(cherry picked from commit 9518b98082)
2026-02-20 12:29:19 -06:00
passivestar e09e031eae Don't tint the preview camera icon
(cherry picked from commit 23df31ece4)
2026-02-20 12:29:17 -06:00
Rémi Verschelde f3466332fd Sync translations with Weblate 2026-02-13 14:31:08 +01:00
cdemirer f4e9a0c426 Fix double memdelete of dummy_player
It's already deleted as a result of being part of the tree.

(cherry picked from commit d68d42b6f5)
2026-02-10 10:45:46 -06:00
kobewi a05938e7b1 Fix Rename option for instance roots
(cherry picked from commit f006987598)
2026-02-06 08:34:56 -06:00
Nathan Hold fe7a8363df Fix Unique Resources from Inherited Scenes
Co-Authored-By: Tomasz Chabora <kobewi4e@gmail.com>
(cherry picked from commit e67a431894)
2026-02-06 08:34:55 -06:00
Robert Yevdokimov 682d546d60 Change orbit snap shortcut with navigation scheme
(cherry picked from commit 1dec165139)
2026-02-06 08:34:52 -06:00
Aaron Franke 6fddd8f881 Increase float precision in the inspector for Quaternions
(cherry picked from commit d9c3c87eaa)
2026-02-06 08:34:51 -06:00
Robert Yevdokimov c46adc2b71 Register zoom shortcuts to match preset Godot navigation scheme
(cherry picked from commit 529e50cfd4)
2026-02-06 08:34:50 -06:00
Robert Yevdokimov c61b908387 Update editor shortcuts when changing 3D navigation scheme
(cherry picked from commit 4faffeaf79)
2026-02-06 08:34:49 -06:00
Robert Yevdokimov c773197ca5 Fix viewport orbit snap defaulting to always snapping when shortcut(s) are set to none
(cherry picked from commit 7b2b3b41ee)
2026-02-06 08:34:49 -06:00
风青山 b553150425 Fix the issue with ViewportTexture assignment
For properties like `ViewportTexture.viewport_path` that enable
`PROPERTY_USAGE_NODE_PATH_FROM_SCENE_ROOT`. The case of enabling
**Editable Children** to edit nodes in a child scene seems to have
been overlooked before.

The `EditorPropertyResource` also missed the **Editable Children**
case when handling `ViewportTexture`.

(cherry picked from commit c3a61d531f)
2026-02-06 08:34:48 -06:00
Robert Yevdokimov cbdc2a2d85 Fix Skeleton3D Edit Mode bone buttons have priority over transform gizmo
(cherry picked from commit 41bf7648c2)
2026-02-05 10:05:03 -06:00
kobewi 2dec60976f Fix wrong base type when creating script
(cherry picked from commit afdc1d6456)
2026-02-05 10:04:59 -06:00
Saulo-de-Souza aac131f386 CreateDialog: return type name instead of script path for custom types
(cherry picked from commit 35a9ec140f)
2026-02-05 10:04:58 -06:00
Pāvels Nadtočajevs 30dc8889fe [Export] Load translation files to check locale for ICU data export.
(cherry picked from commit 1ea927cadc)
2026-02-05 09:46:09 -06:00
Rémi Verschelde 0227be0bdb Sync translations with Weblate 2026-01-30 17:38:48 +01:00
Rémi Verschelde d5edd4a592 Sync translations with Weblate 2026-01-25 10:07:59 +01:00
Michael Alexsander 810b377492 Fix not being able to remove empty theme overrides in the editor 2026-01-24 20:52:02 -03:00
kobewi 8b400edb92 Don't force list icon size in EditorFileDialog 2026-01-24 13:29:37 +01:00
passivestar 157f070faf Fix colors of code editor in modern theme 2026-01-24 02:30:23 +04:00
Rémi Verschelde 3172d44799 Sync translations with Weblate 2026-01-23 12:38:50 +01:00
Rémi Verschelde dc1a92b9a2 Revert "Always stop script debugger when stopping game"
This reverts commit d1a5d9da3e.

This unfortunately breaks the DAP.

Fixes #115188.
2026-01-21 15:31:03 +01:00
Rémi Verschelde 2c373ffc2c Merge pull request #115161 from bruvzg/splash_tree
Do not update script editor before scene root init.
2026-01-20 09:49:22 +01:00
M4rchyS 372e549831 Add null verification to avoid background theme error in texture shader properties 2026-01-20 09:06:32 +01:00
Pāvels Nadtočajevs bc0ffe15f2 Do not update script editor before scene root init. 2026-01-20 08:13:39 +02:00
Rémi Verschelde aa6ab2660f Merge pull request #115145 from KoBeWi/the_scale_of_this_issue_is_unimaginable
Fix EditorFileDialog icon scale in list mode
2026-01-20 00:22:39 +01:00
Rémi Verschelde a4a26762f1 Merge pull request #114328 from kleonc/node_duplicating_signal_source_node_fix
`CONNECT_APPEND_SOURCE_OBJECT` on signal emission
2026-01-20 00:22:32 +01:00
kobewi 59b2bb1fe8 Fix EditorFileDialog icon scale in list mode 2026-01-19 22:50:33 +01:00
kobewi ed4689c4ee Fix favorite files handling 2026-01-19 14:48:48 +01:00
Rémi Verschelde 5f9a510441 Sync translations with Weblate 2026-01-19 11:49:30 +01:00
Rémi Verschelde 5b2f3f8c2a Merge pull request #115084 from lodetrick/unify-focus
Combine dock focus methods to prevent inconsistencies
2026-01-19 10:46:08 +01:00
Rémi Verschelde 2cda356b8a Merge pull request #115067 from Giganzo/manage-theme-items-dialog-inner-tabs
Add inner tab styling to Manage Theme Items dialog
2026-01-19 10:45:58 +01:00
Rémi Verschelde 6f46be95aa Merge pull request #115041 from YeldhamDev/how_did_this_even_cause_a_regression
Fix size issues with inspector editors
2026-01-19 10:45:48 +01:00
Rémi Verschelde 1cdf69b88f Merge pull request #113594 from lodetrick/tilemap-fixes
Fix TileMap Dock button placement and errors
2026-01-19 10:45:40 +01:00
Logan Detrick 829f4c0683 Unify dock focus methods to prevent inconsistencies 2026-01-17 17:15:45 -08:00
Giganzo 876ac8b457 Add inner tab styling to Manage Theme Items dialog 2026-01-17 14:44:04 +01:00
Michael Alexsander 81c2eae018 Fix size issues with inspector editors 2026-01-16 14:40:25 -03:00
Rémi Verschelde 4742147304 Merge pull request #115029 from KoBeWi/enter_the_history
Fix quick open history not always recorded
2026-01-16 16:14:56 +01:00
Rémi Verschelde 3211de51e2 Merge pull request #114994 from KoBeWi/tile_set_stop_it,_get_some_help
Fix TileSet dock becoming focused when switching TileMapLayers
2026-01-16 13:23:30 +01:00
Rémi Verschelde abb90e592a Merge pull request #101209 from ryevdokimov/fix-viewport-rotation-aligned-axis-reversing
Fix viewport rotation gizmo aligned axis reversing
2026-01-16 13:23:07 +01:00