bf4dd5078b
Merge pull request #107282 from timothyqiu/windows-legacy
...
Don't store deprecated `auto_translate` property for `Window`
2025-06-09 00:45:56 +02:00
86ac065ce7
Merge pull request #107280 from kleonc/accept_dialog_bind_ok_button_visibility_to_spacer
...
Ensure hiding `AcceptDialog` OK button keeps other buttons centered
2025-06-09 00:45:51 +02:00
abacf0d313
Merge pull request #107263 from smix8/capsule_outline
...
Fix CapsuleShape2D outline for navmesh baking
2025-06-09 00:45:42 +02:00
151db00f2c
Merge pull request #107256 from smix8/avoidance2dcallback
...
Change `NavigationServer2D` avoidance callbacks from `Vector3` to `Vector2`
2025-06-09 00:45:39 +02:00
1eee38b06f
Merge pull request #107255 from smix8/navagent_defaults
...
Match avoidance defaults for NavigationAgent and NavigationServer NavAgent
2025-06-09 00:45:35 +02:00
c07974e111
Merge pull request #107250 from DeeJayLSP/wav-load-no-constructor
...
AudioStreamWAV: Inline tag remap inside load
2025-06-09 00:45:22 +02:00
e0ca031eae
Merge pull request #107249 from beicause/color-picker-ok-hs-hl-rectangles
...
ColorPicker: Add okhsl HS and HL rectangular picker shapes
2025-06-09 00:45:18 +02:00
63578eae68
Merge pull request #107110 from bruvzg/rtl_vis_line
...
Unify `get_[_visible]paragraph/line_count` behavior.
2025-06-09 00:44:37 +02:00
3886ee84e6
Don't store deprecated auto_translate property
2025-06-08 21:53:28 +08:00
22b5a2fc5c
Change editor button focus mode to FOCUS_ACCESSIBILITY.
2025-06-08 15:53:27 +03:00
576e1f1263
Ensure hiding AcceptDialog OK button keeps other buttons centered
2025-06-08 12:40:19 +02:00
58c11e557b
Fix CapsuleShape2D outline for navmesh baking
...
Fixes CapsuleShape2D outline for navmesh baking
2025-06-07 20:32:07 +02:00
7b4c95e6d8
ColorPicker: Add okhsl HS and HL rectangular picker shapes
2025-06-07 22:30:40 +08:00
afcc647886
AudioStreamWAV: Inline tag remap inside load
2025-06-07 09:41:23 -03:00
0ce53ffc69
Change 2D avoidance callbacks from Vector3 to Vector2
...
Changes 2D avoidance callbacks from Vector3 to Vector2.
2025-06-07 14:21:28 +02:00
03e5d64dd9
Match avoidance defaults for NavigationAgent and NavigationServer NavAgent
...
Matches avoidance defaults for NavigationAgent and NavigationServer NavAgent. The node had different properties than the server agent and the 2d version still used outdate defaults form the 3d version.
2025-06-07 13:49:12 +02:00
c171166b6e
Merge pull request #107220 from devloglogan/body-tracker-joints
...
Add new joints to `XrBodyTracker`
2025-06-07 00:44:16 +02:00
57f064eaba
Merge pull request #107219 from RandomShaper/fix_overduplicate_res
...
Fix resources wrongly duplicated upon instantiating inherited scenes
2025-06-07 00:44:11 +02:00
e16dd051fd
Add new joints to XrBodyTracker
2025-06-06 13:37:21 -05:00
c854462ac5
Fix resources wrongly duplicated upon instantiating inherited scenes
2025-06-06 17:45:45 +02:00
7cd4a319a4
Merge pull request #107198 from beicause/color-picker-fix-okhsl-cursor
...
ColorPicker: Fix cursor position in okhsl circle
2025-06-06 17:38:19 +02:00
c535f5644b
Merge pull request #107192 from MajorMcDoom/lightmap-allow-empty-user-data
...
Make `LightmapGIData::_set_user_data` a proper setter instead of an additive operation
2025-06-06 17:38:03 +02:00
09c7214235
Merge pull request #106846 from TokageItLab/mod-target
...
Implement `ModifierBoneTarget3D` which can be target of the other `SkeletonModifier3D`s
2025-06-06 17:37:19 +02:00
36f08ae659
Merge pull request #106762 from lodetrick/dragging-docks
...
Editor: Add highlight around docks when dragging
2025-06-06 17:37:13 +02:00
2a4fc10868
ColorPicker: Fix cursor position in okhsl circle
2025-06-06 13:45:35 +08:00
8f9b7896f6
Make LightmapGIData::_set_user_data a proper setter instead of an additive operation
2025-06-05 19:21:57 -05:00
0413297f7f
Add dock dragging area and highlight
2025-06-05 16:02:33 -07:00
d72006119d
Add node started/finished signals for animation state machines
2025-06-05 12:09:16 -07:00
64e015cb65
Add default paramater for AnimationNode as super class
2025-06-06 02:23:59 +09:00
d59994688c
Merge pull request #107151 from retrotails/fix_inf
...
Revert some instances of `Math::INF` back to 1e20
2025-06-05 17:25:02 +02:00
aa2c3da63a
Implement ModifierBoneTarget3D which can be target of the other mods
2025-06-05 23:46:36 +09:00
ae06a2de48
Revert some instances of Math::INF back to 1e20
2025-06-05 09:32:40 -04:00
f397e4f752
Fix rotated/flipped tiles destination rect calculations
2025-06-05 14:50:00 +02:00
fc5b99f3d6
Merge pull request #107125 from roughbits01/line-edit-caret-desync-secret-toggle
...
Fix LineEdit's caret desyncing issue when toggling secret mode
2025-06-05 13:13:52 +02:00
d37a1134eb
Merge pull request #107092 from bruvzg/rtl_ol_offset
...
[RTL] Fix outline offset.
2025-06-05 13:13:36 +02:00
e5c8fb8f1d
Merge pull request #107005 from TokageItLab/fix-anim-node-param-type
...
Fix ambiguous AnimationNode's parameter type in default value and make `validate_type_match()` static function
2025-06-05 13:12:43 +02:00
acc0e14d95
Merge pull request #106841 from TokageItLab/refactor-boneattachment
...
Refactor `BoneAttachment` property registration
2025-06-05 13:12:20 +02:00
590225f3d1
Merge pull request #106690 from NessaTeal/expose-camera2d-current-rotation
...
Expose Camera2D current rotation
2025-06-05 13:12:07 +02:00
8b8895b055
Merge pull request #106605 from kleonc/curve3d_show_point_tilt_in_degrees
...
Show `Curve3D` point tilt in degrees in inspector
2025-06-05 13:11:57 +02:00
ef6d90b1e0
Merge pull request #106307 from Rubonnek/improve_timer_error
...
Improve `Timer::start` error message.
2025-06-05 13:11:44 +02:00
8e0c258408
Merge pull request #106300 from bruvzg/rtl_ualp
...
[RTL] Add options to override underline color and default alpha.
2025-06-05 13:11:39 +02:00
b25f609eed
Merge pull request #105994 from syntaxerror247/split_container
...
Add option for a touch-friendly drag handle in `SplitContainer`
2025-06-05 13:11:14 +02:00
8343ab45e6
Merge pull request #105888 from TokageItLab/optional-rotation-axis-spring
...
Add optional rotation axis & Fix initial pose with rotation axis in SpringBone
2025-06-05 13:11:01 +02:00
c27c87b852
Merge pull request #105245 from timothyqiu/canvas-layer-range
...
Relax the range hint for canvas layer properties
2025-06-05 13:10:50 +02:00
8131883b16
Merge pull request #99504 from LunaCapra/audio-metadata
...
Add metadata tags to WAV and OGG audio streams
2025-06-05 13:10:12 +02:00
332352d37f
[RTL] Add options to override underline color and default alpha.
2025-06-05 12:39:25 +03:00
5cba0b22e9
Fix LineEdit's caret desyncing issue when toggling secret mode
2025-06-05 10:01:11 +02:00
678fb63451
Fix ambiguous AnimationNode's parameter type in default value
...
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com >
2025-06-05 10:02:22 +09:00
4f1d1fefa3
Refactore BoneAttachment property registration
2025-06-05 09:42:31 +09:00
9cef0d5ca5
Add optional rot axis / Fix initial pose with rot axis in SpringBone
2025-06-05 09:38:06 +09:00