Thaddeus Crews
bb0b5f13a0
Merge pull request #106885 from Chubercik/thorvg-0.15.13
...
thorvg: Update to 0.15.13
2025-05-28 09:47:30 -05:00
Thaddeus Crews
eef13d5ae7
Merge pull request #105347 from HolonProduction/lsp-utf8
...
LSP: Account for unicode identifiers
2025-05-28 09:47:29 -05:00
kobewi
34152b3f39
Remove redundant data.inside_tree
2025-05-28 15:27:59 +02:00
avnotaklu
00beda9691
Fix: Removed freed up FontData's dangling data in Advanced and Fallback text server
2025-05-28 16:15:20 +05:30
Lukas Tenbrink
eb9bea10a9
Remove obsolete `VMap` forward declaration.
2025-05-28 12:19:33 +02:00
Haoyu Qiu
f118bbdea4
Fix category names in help search dialog not translated
2025-05-28 15:12:39 +08:00
2750558108
c2eba05312
Add speed scale feature for VideoStreamPlayer node
2025-05-28 08:58:32 +08:00
Jakub Marcowski
5c94127c2d
thorvg: Update to 0.15.13
2025-05-28 00:43:14 +02:00
kobewi
87ebd2d03c
Improve auto-translation of settings dialogs
2025-05-28 00:13:48 +02:00
Stuart Carnie
7d93119353
Renderer: Eliminates `String` allocations for all labels in the renderer
...
Uses `Span<char>` to avoid additional allocations in the graph.
2025-05-28 06:01:35 +10:00
David Snopek
0fd0feb772
Minor rendering and XR changes to allow Meta enivornment depth API to work entirely from GDExtension
2025-05-27 13:06:31 -05:00
Malcolm Anderson
e6038335b2
Add dropdown to Movie Maker button in editor run bar to access settings
...
Display Movie Maker button as "pressed" when Movie Maker mode is enabled
Fix Movie Maker button colors
Use enum for Movie Maker menu options
Fix Movie Maker button background when switching themes
Apply suggestions from code review
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
Use a theme variation for button colors
Update editor/gui/editor_run_bar.h
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-05-27 10:36:11 -07:00
Lukas Tenbrink
37415530d7
Un-support `force_trivial` parameter for `LocalVector`. Instead, users are reformatted to use `resize_uninitialized` to make it explicit that the resize does not initialize missing elements.
2025-05-27 18:43:36 +02:00
Lukas Tenbrink
d2d57849de
Add a safety check for `CowData::_unref()`, for when something tries to add elements during destruction.
2025-05-27 18:00:48 +02:00
kit
48624a0778
Allow TabBar drag and drop to be overridden
...
Add tab mouse tests
2025-05-27 11:56:37 -04:00
Dario
5a30a7e7cd
Add shader baker to project exporter.
...
Metal Support contributed by Migeran (https://migeran.com ) and Stuart Carnie.
Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com>
Co-authored-by: Gergely Kis <gergely.kis@migeran.com>
2025-05-27 12:45:27 -03:00
Marwen Azouzi
f03943f37b
[Web] Keep virtual keyboard visible when `keep_editing_on_text_submit` is enabled
2025-05-27 17:16:51 +02:00
Thaddeus Crews
99f5a3d665
Merge pull request #106870 from timothyqiu/add-metadata-dialog-includes
...
Cleanup header includes for AddMetadataDialog
2025-05-27 09:39:37 -05:00
Thaddeus Crews
a8ecd01e78
Merge pull request #106869 from bruvzg/unzip_64pos
...
Fix `unzSeekCurrentFile` not resetting `total_out_64`.
2025-05-27 09:39:36 -05:00
Thaddeus Crews
c18c5c0b2c
Merge pull request #106864 from akien-mga/tileset-warning-maybe-uninitialized
...
TileSet: Fix `-Wmaybe-uninitialized` warning on CompatibilityShapeData
2025-05-27 09:39:35 -05:00
Thaddeus Crews
f619ca2519
Merge pull request #60143 from Rindbee/better-connection-dialog
...
Add a flag to make the connection automatically emit the source object.
2025-05-27 09:39:34 -05:00
Thaddeus Crews
b09c70c8db
Merge pull request #106855 from timothyqiu/control-through-stillness
...
Don't update scene tree when calling `Translation::set_locale()`
2025-05-27 09:39:33 -05:00
Thaddeus Crews
7c8ac0f0ab
Merge pull request #106851 from Chubercik/ufbx-0.18.2
...
ufbx: Update to 0.18.2
2025-05-27 09:39:33 -05:00
Thaddeus Crews
91b3a26438
Merge pull request #106848 from Faless/mp/rpc_config_revert
...
Expose `get_rpc_config` and `get_node_rpc_config`
2025-05-27 09:39:32 -05:00
Thaddeus Crews
7eabfab466
Merge pull request #106836 from Riteo/return-is-missing
...
Wayland: Add missing return in selection logic
2025-05-27 09:39:31 -05:00
Thaddeus Crews
33768636e9
Merge pull request #102996 from Chubercik/tinyexr-1.0.10
...
tinyexr: Update to 1.0.12
2025-05-27 09:39:30 -05:00
Thaddeus Crews
05ceab6b7b
Merge pull request #106321 from elzewyr/shrink-factor
...
SoftBody3D: Add a property for scaling rest lengths of edge constraints
2025-05-27 09:39:29 -05:00
Thaddeus Crews
0c12e758ac
Merge pull request #106569 from Ivorforce/hashmap-if-mod
...
Accelerate `HashMap` and `HashSet` lookup by using `if` based modulo in loops
2025-05-27 09:39:29 -05:00
Thaddeus Crews
1194609662
Merge pull request #106827 from akien-mga/d3d12-fix-DCOMP_ENABLED-inconsistency
...
D3D12: Fix inconsistent value for `DCOMP_ENABLED` in platform code
2025-05-27 09:39:28 -05:00
Thaddeus Crews
0f67c3e992
Merge pull request #104522 from Ivorforce/localvector-force-trivial-resize
...
Core: Add `resize_initialized` and `resize_uninitialized` to `Vector` and `LocalVector`
2025-05-27 09:39:27 -05:00
Thaddeus Crews
b37869e36d
Merge pull request #106825 from berarma/video_timing
...
VideoStreamPlayer: Fix sync with the scene tree
2025-05-27 09:39:26 -05:00
Thaddeus Crews
63dff62948
Merge pull request #100673 from RandomShaper/res_duplicate
...
Overhaul resource duplication
2025-05-27 09:39:25 -05:00
Thaddeus Crews
bdf03ac2b3
Merge pull request #106811 from OzelotVanilla/fix-editor-plugin-filesystem-create
...
Fix missing popup item defined in `EditorContextMenuPlugin` with slot `CONTEXT_SLOT_FILESYSTEM_CREATE`
2025-05-27 09:39:24 -05:00
Thaddeus Crews
15b4b6b3d2
Merge pull request #106807 from Calinou/doc-editorproperty-not-ready
...
Document EditorProperty behavior when the node isn't fully ready yet
2025-05-27 09:39:23 -05:00
Thaddeus Crews
363b7638b0
Merge pull request #106797 from syntaxerror247/nomedia-crash
...
Android Editor: Disable `nomedia` file creation for Android 11 (api level 30)
2025-05-27 09:39:22 -05:00
Thaddeus Crews
d4793d016f
Merge pull request #106157 from Calinou/doc-acceptdialog-close-on-escape
...
Clarify the input action that affects `AcceptDialog.dialog_close_on_escape`
2025-05-27 09:39:22 -05:00
Thaddeus Crews
482dacc300
Merge pull request #103583 from beicause/color-picker-add-intensity
...
ColorPicker: Add an intensity slider to all modes for HDR
2025-05-27 09:39:21 -05:00
Thaddeus Crews
e5a16eed5b
Merge pull request #104735 from kitbdev/remove-build-array-tests
...
Remove `build_array()` and `build_dictionary()` from tests
2025-05-27 09:39:20 -05:00
Thaddeus Crews
087deae682
Merge pull request #100379 from KoBeWi/I'm_tired_boss
...
Remember state of built-in script/shader checkbox
2025-05-27 09:39:19 -05:00
Thaddeus Crews
338d23d80d
Merge pull request #96921 from timothyqiu/l10n-preview
...
Add translation preview in editor
2025-05-27 09:39:18 -05:00
Thaddeus Crews
bb8d7b9abc
Merge pull request #77972 from Calinou/editor-add-configfile-highlighting
...
Add syntax highlighting for ConfigFile/TSCN/TRES/project.godot
2025-05-27 09:39:17 -05:00
Haoyu Qiu
f0fc5ffd3e
Cleanup header includes for AddMetadataDialog
2025-05-27 21:45:00 +08:00
Pāvels Nadtočajevs
f0dcccf11c
Fix `unzSeekCurrentFile` not resetting `total_out_64`.
2025-05-27 16:23:48 +03:00
Rindbee
5e2396e001
Add a flag to make the connection automatically emit the source object.
...
Mainly used to improve the connection dialog.
Not implemented in `emit_signalp()`, append the source object when a PackScene is instantiated.
2025-05-27 20:19:03 +08:00
kobewi
18df2ae9ca
Add class icon cache to EditorNode
2025-05-27 13:59:13 +02:00
Rémi Verschelde
baa92252d3
TileSet: Fix `-Wmaybe-uninitialized` warning on CompatibilityShapeData
2025-05-27 13:51:13 +02:00
Lorenzo Zimmmerer
8152ecabed
Editing SceneTree.get_frame() documentaion
...
to reflect that it returns physics steps that have been processed,
not frames rendered.
fixes #90539
Add reference to physics_frame signal.
Add reference to Engine.get_process_frames
Update doc/classes/SceneTree.xml
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-05-27 12:48:38 +02:00
Kasper Arnklit Frandsen
7dc9a088bc
Add fuzzy filtering to the script filtering
2025-05-27 10:09:44 +02:00
Kasper Arnklit Frandsen
7bff27a5a5
Add fuzzy search to method filtering
2025-05-27 10:03:33 +02:00
Haoyu Qiu
9285bb3a51
Don't update scene tree when calling `Translation::set_locale()`
2025-05-27 09:34:58 +08:00