kobewi
0b5230b7be
Fix wrong context menu argument from FileSystem's item list
2025-06-22 15:10:27 +02:00
kobewi
1110df7e14
Fix aspect ratio of small thumbnails
2025-06-21 21:13:36 +02:00
Rémi Verschelde
bd90d6926d
Merge pull request #107786 from akien-mga/revert-102313
...
Revert "Rework scene preview thumbnails"
2025-06-21 11:14:22 +02:00
Rémi Verschelde
e5574561b1
Merge pull request #107766 from KoBeWi/buttonanza
...
Swap UID and path buttons
2025-06-21 11:14:13 +02:00
Rémi Verschelde
e1d3fe873b
Merge pull request #107686 from vaner-org/filesystem-main-scene-check-uid
...
Check UID to disable "Set as Main Scene" in FileSystemDock
2025-06-21 11:14:06 +02:00
Rémi Verschelde
45533589e4
Revert "Rework scene preview thumbnails"
...
This reverts commit 08343189dc .
While the feature is great, a number of issues have been found with the
implementation, and we need more time to resolve them.
So we roll this back for 4.5, to rework the feature for a later Godot
release.
2025-06-21 00:05:57 +02:00
Rémi Verschelde
6af4ef019c
Revert follow-ups to #102313 before reverting that PR
...
This reverts the following commits:
- cd6e5ba9f4
- d36a3e5c06
- f2c6d16290
- aae51963ef
2025-06-21 00:04:39 +02:00
kobewi
4b9e65da73
Swap UID and path buttons
2025-06-20 16:18:21 +02:00
vaner-org
472bc680d7
Check UID to disable "Set as Main Scene" in FileSystemDock
...
Correctly removes "Set as Main Scene" in FileSystemDock's right-click menu for when main scene was set with a uid:// path.
2025-06-20 19:37:06 +05:30
Thaddeus Crews
8aba865a86
Merge pull request #107708 from bruvzg/os_restore
...
Restore per font oversampling override.
2025-06-20 08:38:56 -05:00
Thaddeus Crews
f7c6f0057c
Merge pull request #103972 from m4gr3d/xr_editor_hybrid_support
...
Add support for running hybrid apps from the XR editor
2025-06-20 08:38:55 -05:00
Pāvels Nadtočajevs
22e99a4901
Restore per font oversampling override.
2025-06-19 18:10:54 +03:00
Pāvels Nadtočajevs
ec37e7e97f
Fix `doctool` crash and errors on macOS.
2025-06-19 08:35:28 +03:00
Thaddeus Crews
ffc267b44f
Merge pull request #92280 from dalexeev/editor-fix-built-in-script-documentation
...
Editor: Fix documentation for built-in scripts
2025-06-18 18:14:09 -05:00
Thaddeus Crews
3f99c09685
Merge pull request #107632 from gongpha/potentially-memory-leak
...
Free nodes from instantiating if it is not a `Control` in the theme editor
2025-06-18 18:14:07 -05:00
Thaddeus Crews
b0dc2b4e50
Merge pull request #107630 from gongpha/crash!-generating-thumbnails-for-invalid-scenes
...
Add null check on generating thumbnails for PackedScene
2025-06-18 18:14:07 -05:00
Thaddeus Crews
c825fcf43f
Merge pull request #107624 from timothyqiu/top-bottom-atr
...
Improve auto-translation of editor's top & bottom bars
2025-06-18 18:14:06 -05:00
Thaddeus Crews
ef46738759
Merge pull request #107622 from KoBeWi/super_edit_your_limits
...
Improve Camera2D limit editing
2025-06-18 18:14:02 -05:00
Thaddeus Crews
487af4fd6f
Merge pull request #107620 from bruvzg/imp_deadlock
...
Fix deadlock in `EditorFileSystem::reimport_files`.
2025-06-18 18:14:02 -05:00
Thaddeus Crews
3b06d0371e
Merge pull request #106716 from KoBeWi/UID_at_face_value
...
Allow toggling UID display in path properties
2025-06-18 18:13:59 -05:00
Thaddeus Crews
935fcd1675
Merge pull request #104401 from HolonProduction/lsp-uri
...
LSP: Fix file URI handling + warn about workspace project mismatch
2025-06-18 18:13:55 -05:00
Thaddeus Crews
f3ec200507
Merge pull request #107600 from syntaxerror247/fix-shader_baker
...
Fix export fail on Android if `shader_baker` is enabled.
2025-06-18 18:13:54 -05:00
Thaddeus Crews
353bd80c91
Merge pull request #107581 from timothyqiu/window-title-update
...
Fix game view window not updating title when translation changes
2025-06-18 18:13:50 -05:00
Thaddeus Crews
90aa004bb0
Merge pull request #107067 from nikitalita/fix-reload-scene-segfault
...
Fix scene reload causing segfaults when non-existent node is currently selected
2025-06-18 18:13:49 -05:00
Thaddeus Crews
d69ca31768
Merge pull request #107574 from stuartcarnie/apple_embedded_fixes
...
Apple: Improve Apple embedded export and debugging
2025-06-18 18:13:47 -05:00
Thaddeus Crews
d4fa7e15ed
Merge pull request #106919 from kitbdev/fix-codeedit-hover-word-lookup
...
Fix CodeEdit hover word lookup
2025-06-18 18:13:43 -05:00
Thaddeus Crews
ab14669425
Merge pull request #107676 from daniel080400/fix_issue_107667
...
Do not remove ```SubViewport``` nodes in thumbnail preview scene
2025-06-18 18:13:40 -05:00
Thaddeus Crews
50a363b4de
Merge pull request #104474 from arkology/color-channel-selector
...
`ColorChannelSelector`: add tooltip, fix `toggle_button` repositioning and channels autotranslation
2025-06-18 18:13:40 -05:00
Thaddeus Crews
9796e1a7f8
Merge pull request #107668 from AThousandShips/fix_signal_crash
...
[Editor] Fix crash in `ConnectionsDialog`
2025-06-18 18:13:39 -05:00
Thaddeus Crews
4587ecbc28
Merge pull request #107410 from timothyqiu/csv-reload
...
Fix CSV translation not updating after reimport
2025-06-18 18:13:38 -05:00
Thaddeus Crews
de8d8204fa
Merge pull request #107534 from beicause/fix-editing-shader-include-open
...
Fix editing `ShaderInclude` causes a `Shader` to be edited
2025-06-18 18:13:37 -05:00
Thaddeus Crews
2fc899e4dd
Merge pull request #98566 from Geometror/vs-refactor-p1
...
Fix and improve editor state persistence for the VisualShader editor
2025-06-18 18:13:23 -05:00
Stuart Carnie
939f29f6d5
Apple: Improve reliability of Apple Embedded build and deployment
2025-06-19 06:33:08 +10:00
HolonProduction
d55883b4b1
LSP: Fix file URI handling + warn about workspace project mismatch
2025-06-18 19:54:50 +02:00
daniel080400
cd6e5ba9f4
Do not remove subviewport nodes in thumbnail preview scene
2025-06-19 01:31:15 +08:00
A Thousand Ships
a0a3a9c2fc
[Editor] Fix crash in `ConnectionsDialog`
2025-06-18 15:16:06 +02:00
Haoyu Qiu
1301343f42
Improve auto-translation of editor's top & bottom bars
...
- The main menu
- The run bar
- The update spinner
- The bottom panel buttons
2025-06-18 21:11:32 +08:00
kobewi
4bb4c5c1b0
Improve Camera2D limit editing
2025-06-18 11:12:55 +02:00
nikitalita
b863b3f3d0
Fix `EditorNode::push_node_item` not pushing deselection
2025-06-17 17:45:38 -06:00
Kongfa Waroros
d36a3e5c06
Add null check on generating thumbnails for PackedScene
2025-06-17 20:04:33 +07:00
Kongfa Waroros
4067d7d30f
Free nodes from instantiating if it is not a Control in the theme editor
2025-06-17 19:45:53 +07:00
arkology
6e2193bcdd
`ColorChannelSelector`: add tooltip, fix `toggle_button` repositioning and channels autotranslation
2025-06-17 12:38:22 +00:00
LuoZhihao
623164408a
Fix editing `ShaderInclude` causes a `Shader` to be edited
2025-06-17 20:24:35 +08:00
Pāvels Nadtočajevs
507cb47f97
Fix deadlock in `EditorFileSystem::reimport_files`.
2025-06-17 12:45:02 +03:00
Haoyu Qiu
296aba7dc5
Fix CSV translation not updating after reimport
2025-06-17 17:22:49 +08:00
Anish Mishra
ca1f25e551
Fix export fail on Android if `shader_baker` is enabled.
2025-06-16 21:13:12 +05:30
kobewi
a6d4faf9b4
Allow toggling UID display in path properties
2025-06-16 15:46:50 +02:00
Haoyu Qiu
0a1fa10315
Fix game view window not updating title when translation changes
2025-06-16 09:35:25 +08:00
Rémi Verschelde
31892b13b5
Merge pull request #107559 from groud/remove_get_used_cells_where_possible
...
Remove `get_used_cells` to avoid unecessary allocations in navigation baking
2025-06-16 01:52:54 +02:00
Rémi Verschelde
31b510e2ba
Merge pull request #107490 from YeldhamDev/remote_inspector_script_meta_fix
...
Fix problems with scripts and metadata in remote objects
2025-06-16 01:52:27 +02:00