70979ae8bd
Pause physics command queue during physics processing
2025-08-14 15:54:59 +02:00
5033a6af07
Never duplicate Scripts when duplicating resources recursively
...
This allows to duplicate PackedScenes safely
Fixes #108220
2025-08-14 10:26:48 -03:00
1763b43dca
Android: Fix build command in standard AAB export
2025-08-14 17:13:21 +05:30
de463e0241
Merge pull request #109564 from timothyqiu/scene-create-3d
...
SceneCreateDialog: Hide 3D Scene option when 3D editor is disabled
2025-08-13 18:42:16 -05:00
51206892fe
Merge pull request #109402 from dawdle-deer/dropdown-search-term
...
Add "dropdown" keyword to OptionButton and MenuButton
2025-08-13 18:42:15 -05:00
1ecbd75c07
Merge pull request #109593 from ShadowCow13/animation-slice-name
...
Fix name included in animation when saved from slice in scene importer
2025-08-13 18:42:14 -05:00
90ba13bd0b
Merge pull request #109528 from syntaxerror247/drive-selection-issue
...
Fix drive selection issue on Android
2025-08-13 18:42:13 -05:00
583f3bfb97
Merge pull request #109556 from devloglogan/mobile-motion-vec-fix
...
Fix mobile renderer motion vectors
2025-08-13 18:42:13 -05:00
5a9a05e255
Merge pull request #109584 from kleonc/tile_terrain_preview_icon_fix_transformed_alternative
...
Fix `TileMapLayer` terrain preview icons for transformed alternative tiles
2025-08-13 18:42:12 -05:00
a245f21b3b
Merge pull request #109480 from Rindbee/apply-different-strategies-when-check-theme-override-properties
...
Disallow clicking to toggle the checkbox of a theme override of type `Resource` to checked
2025-08-13 18:42:11 -05:00
eeb6ac01e8
Merge pull request #109530 from bruvzg/svg_alloc
...
[TVG] Use heap for XML parser allocs.
2025-08-13 18:42:10 -05:00
c6c4c55146
Fix name included in animation when saved from slice in scene importer
2025-08-13 16:53:43 -06:00
a8bcf40c40
mention 'build version' in iOS, macOS, and visionOS export docs
2025-08-13 23:22:31 +02:00
5ba1d0ff97
Fix TileMapLayer terrain preview icons for transformed alternative tiles
2025-08-13 18:35:51 +02:00
d8d39120dd
CI: Update dependency setup on Linux actions
2025-08-13 08:42:37 -05:00
39141e7b9c
Disallow clicking to toggle the checkbox of a theme override of type Resource to checked
...
These resources are external, but can be further categorized as follows:
1. Imported resource;
2. Embedded resource (no resource path, provided by the engine);
3. Other text-based resource.
Resources of different categorie may need different strategies.
Currently, for resource types, it is up to the user to decide what to do
next. Clicking to toggle checkboxes is not allowed, but you can still
manipulate resources through the `EditorResourcePicker`'s context menu
(right-click on a resource in the inspector or click the down arrow icon
next to the resource to open the menu).
2025-08-13 16:19:42 +08:00
67f80aaa23
[LineEdit] Fix double click not selecting single character words.
2025-08-13 10:42:46 +03:00
69613d2099
SceneCreateDialog: Hide 3D Scene option when 3D editor is disabled
2025-08-13 13:54:39 +08:00
69015944e1
add dropdown keyword to MenuButton and OptionButton
2025-08-12 15:57:01 -07:00
fb829bdd08
Fix mobile renderer motion vectors regression
2025-08-12 16:45:31 -05:00
4596894c8e
Clarify the types InputEvent.is_action_type() will return true for
2025-08-12 19:15:46 +02:00
8aa37cab89
Merge pull request #109469 from ryevdokimov/fix-previews
...
Fix cinematic preview causing the editor redraw continuously and aspect ratio not updating in camera preview
2025-08-12 11:46:40 -05:00
fa5035f72a
Merge pull request #109465 from ryevdokimov/fix-ctrl-command-rotate
...
Fix node can't be rotated by holding ctrl/command while in select mode
2025-08-12 11:46:39 -05:00
2a526028b1
Merge pull request #108792 from arkology/find-in-files-panel-sizing
...
Fix `FindInFilesPanel` sizing issues
2025-08-12 11:46:38 -05:00
916af4680c
Merge pull request #109522 from KoBeWi/resource_of_type_Folder
...
Don't open folders as file in script editor
2025-08-12 11:46:37 -05:00
cc9fcbeb1b
Merge pull request #109100 from aaronfranke/range-snap
...
Fix snapping logic in Range
2025-08-12 11:46:36 -05:00
a420585780
Merge pull request #109540 from bruvzg/input_timestamps
...
Add methods to check which event first triggered "just pressed/released" state.
2025-08-12 11:46:35 -05:00
9016df63f7
Merge pull request #109539 from Giganzo/shortcut-reset
...
Fix shortcut reset for spatial_editor/tool_select
2025-08-12 11:46:34 -05:00
29ff6c3469
Merge pull request #107681 from m4gr3d/revert_remove_compress_native_lib_option
...
Revert the removal of the `gradle_build/compress_native_libraries` export option
2025-08-12 11:46:33 -05:00
c3cc1ba8e4
Improve shader overloaded function error reporting.
2025-08-12 16:58:43 +03:00
10fd7163d4
Add methods to check which event first triggered "just pressed/released" state.
2025-08-12 16:25:23 +03:00
af8bdac5a9
Use r128.h for high precision snapping
2025-08-12 04:11:33 -07:00
eee7ce635b
Fix snapping logic in Range
2025-08-12 03:32:27 -07:00
54ac5cd068
Fix shortcut reset for spatial_editor/tool_select
2025-08-12 10:46:20 +02:00
74eba7a770
Revert the removal of the gradle_build/compress_native_libraries export option
2025-08-11 19:01:11 -07:00
c687d7e7b0
[TVG] Use heap for XML parser allocs.
2025-08-11 21:11:59 +03:00
5bcf9a5a57
Fix drive selection issue on Android
2025-08-11 21:47:00 +05:30
ca452113d4
Merge pull request #109437 from bruvzg/msdf_no_t
...
Use MSDF instead of MTSDF for font rendering.
2025-08-11 09:55:28 -05:00
6303056848
Merge pull request #108858 from bruvzg/mac_emb_wrp
...
[macOS] Fix `warp_mouse` in game mode.
2025-08-11 09:55:27 -05:00
7f2b15fef7
Merge pull request #109424 from Ivorforce/editor-scene-codeowner
...
Meta: Move /editor/scene folder from `core` to `docks` codeowner.
2025-08-11 09:55:26 -05:00
69f5aec831
Merge pull request #104809 from shiena/fix/missing_frame_changed
...
[macOS] Fix missing frame_changed signal to CameraFeed
2025-08-11 09:55:25 -05:00
098214b64c
Merge pull request #108297 from YeldhamDev/inverse_sel_fix
...
Fix remote deselection not working when selection limit is reached
2025-08-11 09:55:24 -05:00
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
1ee48c5fde
Merge pull request #109478 from TCROC/fix-ios-auto-orientation
...
Fix screen_orientation not being assigned on ios
2025-08-11 09:55:22 -05:00
7791eed739
Merge pull request #109444 from thederickff/ba-transform-before-esk
...
Fix `BoneAttachment3D` getting global transform of external skeleton before it `is_inside_tree()`
2025-08-11 09:55:22 -05:00
da91a55b3c
Merge pull request #109283 from Nintorch/master
...
Fix C# environment variables access on Linux (SDL-related bug)
2025-08-11 09:55:21 -05:00
f90470fbfa
Merge pull request #109474 from YeldhamDev/remote_tree_warn_fix
...
Fix remote tree max selection warning not showing properly
2025-08-11 09:55:20 -05:00
6807ec688d
Merge pull request #109441 from aaronp64/rtl_table_search
...
Fix issues searching `RichTextLabel` when search result is in a table
2025-08-11 09:55:19 -05:00
cd70d361a7
Merge pull request #109504 from leandro-benedet-garcia/changed-shape-create-function
...
Docs: `PhysicsShapeQueryParameters3D` fix function used in code example
2025-08-11 09:55:18 -05:00
a979cfdc0e
Don't open folders as file in script editor
2025-08-11 14:43:36 +02:00