Nathan Hold
fe7a8363df
Fix Unique Resources from Inherited Scenes
...
Co-Authored-By: Tomasz Chabora <kobewi4e@gmail.com >
(cherry picked from commit e67a431894f95f11f481e92c5fdbf48d79506338)
2026-02-06 08:34:55 -06:00
Robert Yevdokimov
682d546d60
Change orbit snap shortcut with navigation scheme
...
(cherry picked from commit 1dec165139924a7b0108b93e85acace506b8a7e0)
2026-02-06 08:34:52 -06:00
Aaron Franke
6fddd8f881
Increase float precision in the inspector for Quaternions
...
(cherry picked from commit d9c3c87eaa103618cb58203fafcde7e7d524b2e6)
2026-02-06 08:34:51 -06:00
Robert Yevdokimov
c46adc2b71
Register zoom shortcuts to match preset Godot navigation scheme
...
(cherry picked from commit 529e50cfd452d39706d5299c5f3b293b0af5bd13)
2026-02-06 08:34:50 -06:00
Robert Yevdokimov
c61b908387
Update editor shortcuts when changing 3D navigation scheme
...
(cherry picked from commit 4faffeaf7996cb3c978f28f584f0b24e8ddf85ee)
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 7b2b3b41ee2f5fe1aa40527373929b22920d7c0e)
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 c3a61d531fe041e939ecc109cea7a20e44876567)
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 41bf7648c29762cd3c3e9d647c99f6a363008811)
2026-02-05 10:05:03 -06:00
kobewi
2dec60976f
Fix wrong base type when creating script
...
(cherry picked from commit afdc1d64567b93d5b6fda8f9e20cde462a4fbea0)
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 35a9ec140fa6aaa215e2c61e209dac6790d5a0df)
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 1ea927cadcd7803af49cf2476512c6d91bfecd8a)
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
kobewi
13ad17ea9b
Fix quick open history not always recorded
2026-01-16 13:21:31 +01:00
Logan Detrick
eeaf88daaf
Fix TileMap wide button errors
2026-01-15 16:08:57 -08:00
kobewi
d70866bce8
Fix TileSet dock becoming focused when switching TileMapLayers
2026-01-15 16:46:32 +01:00
Pāvels Nadtočajevs
c3bef1b83f
Split EmbeddedProcess::reset to allow stopping timers without full reset.
2026-01-15 11:19:43 +02:00
Thaddeus Crews
1549d51865
Merge pull request #114938 from passivestar/color-picker-icons
...
Fix editor ColorPicker icon scale
2026-01-14 20:10:22 -06:00
Thaddeus Crews
86b60073dd
Merge pull request #114935 from YeldhamDev/play_pos_marker_fix
...
Fix wrong play position for the `AnimationMarkerEdit`
2026-01-14 20:10:21 -06:00
Thaddeus Crews
8c78591906
Merge pull request #114956 from passivestar/checkbox-icon-tint
...
Remove checkbox icon tint in Create Scene popup
2026-01-14 20:10:19 -06:00
passivestar
458d33717e
Remove checkbox icon tint in Create Scene popup
2026-01-14 23:01:00 +04:00
Robert Yevdokimov
c65d71a098
Fix viewport rotation gizmo aligned axis reversing
2026-01-14 12:52:35 -05:00
passivestar
b79de52951
Limit maximum luminance for elevated surfaces in modern theme
2026-01-14 18:16:39 +04:00
kleonc
edd06075e3
CONNECT_APPEND_SOURCE_OBJECT on signal emission
2026-01-14 14:59:57 +01:00
passivestar
1b157957ae
Fix editor ColorPicker icon scale
2026-01-14 06:17:00 +04:00
Michael Alexsander
1d244cd956
Fix wrong play position for the AnimationMarkerEdit
2026-01-13 21:02:23 -03:00
Rémi Verschelde
468d9ab4a1
Merge pull request #114934 from KoBeWi/docustomentation
...
Fix descriptions of custom types in CreateDialog
2026-01-13 23:43:51 +01:00