553289cc19
Core: Sidestep GCC false-positives
...
(cherry picked from commit acdb8667b5 )
Adds some more fixes for 4.5.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
2025-10-28 09:31:43 +01:00
0af3765f77
Material Conversion Error Handling
...
Material Conversion Plugins now ERR_FAIL if called on an unitialized material.
FileSystemDock no longer crashes if Conversion Plugin fails and returns a null ref.
(cherry picked from commit 05fd79af7c )
2025-09-16 09:59:54 -05:00
f0b2f6c3cd
Fix error when embedded window is closed while resizing
...
(cherry picked from commit b61499353f )
2025-03-19 12:58:45 +01:00
0da30a1260
[Label] Fix min. size calculation counting extra spacing twice.
...
(cherry picked from commit acdaaf48f9 )
2025-03-19 12:57:38 +01:00
a2b01e420d
Sync display/window/size/initial_position_type and Window::WINDOW_INITIAL_POSITION_ enum.
...
(cherry picked from commit d990f594a0 )
2025-03-19 12:56:47 +01:00
539e071afa
Revert "Fix SceneTree's rename LineEdit's offset position"
...
This reverts commit 87f75e7785 .
This caused a regression (#104138 ) so let's wait for it to be properly
resolved and tested before attempting a cherry-pick.
2025-03-18 14:06:16 +01:00
74cbb2152b
Fix interpolation in XR nodes
...
(cherry picked from commit 9e1b9fb1bc )
2025-03-18 14:06:16 +01:00
cfe944540b
Fix console errors and crash in cleanup code for PhysicalBoneSimulator3D
...
(cherry picked from commit d39003c0bf )
2025-03-18 14:06:16 +01:00
f0e7fa783e
Revert "Fix inspector follow focus when child is focused"
...
This reverts commit 286d3ae415 .
(cherry picked from commit a375e77b85 )
2025-03-18 14:06:15 +01:00
f00048fa79
Fix rest translation space in LookAtModifier3D
...
(cherry picked from commit 78fbe37f4b )
2025-03-18 14:06:15 +01:00
6b0820f805
Fix game crashes when adding color preset after clearing presets in another control
...
(cherry picked from commit d51f33e1b4 )
2025-03-18 14:06:15 +01:00
1cdfc69b81
Fix RemoteTransform3D to always use global rotation if use_global_coordinates is true
2025-03-18 10:45:24 +01:00
6238bdf066
Fix missing binding for NOTIFICATION_WM_POSITION_CHANGED
...
(cherry picked from commit 14b1e40e36 )
2025-03-14 00:19:13 +01:00
2f90dfef65
Add missing ETR/TTR markups
...
(cherry picked from commit a7c1f2730f )
2025-03-12 23:16:21 +01:00
87f75e7785
Fix SceneTree's rename LineEdit's offset position
...
(cherry picked from commit 7d7b773147 )
2025-03-12 23:15:34 +01:00
d9ff30ba05
Fixes missing process_state error in blend spaces.
...
(cherry picked from commit 250e69856e )
2025-03-12 23:14:49 +01:00
d1b0d9a506
CPUParticles2D: Fix fixed timestep interpolation after entering tree with emitting = false
...
This line was left over from earlier testing; the intended functionality
is now contained in _refresh_interpolation_state().
(cherry picked from commit 5892ddbe24 )
2025-03-12 23:14:36 +01:00
f6791c0c83
Fix wrong canvas camera override panning in the runtime debugger
...
(cherry picked from commit 186d8259d5 )
2025-03-12 23:05:24 +01:00
642c82a1d8
Fix Tree keyboard navigation in RTL direction
...
(cherry picked from commit bd63123835 )
2025-03-12 14:59:04 +01:00
9628fce2f3
Apply fix_alpha_edges for both theme icons and font glyphs.
...
Only apply fix_alpha_edges for SVG glyphs.
Allow modulate for svg glyphs.
(cherry picked from commit 70a8421c30 )
2025-03-12 14:59:04 +01:00
d904c07a99
fix changed signal emission in Curve::set_point_offset
...
(cherry picked from commit cd71f97209 )
2025-03-12 14:59:04 +01:00
15413e55be
VideoStreamPlayer: stop video on exit tree
...
(cherry picked from commit bd3a30649b )
2025-03-12 14:59:04 +01:00
8152c2bc5b
Make NavigationLink3D properly update on NOTIFICATION_VISIBILITY_CHANGED
...
(cherry picked from commit fc1461cfe0 )
2025-03-12 14:59:04 +01:00
13c5cc45d0
Fix memory leak caused by hidden tooltip controls
...
Using hidden controls can override the default tooltip behavior, but these
controls are forgotten to be deleted.
(cherry picked from commit ac19f2ca68 )
2025-03-12 14:59:04 +01:00
309c371c0a
PackedScene: Use ObjectID for DeferredNodePathProperties base
...
Help do proper error handling and avoid a crash.
Works around #103263 .
(cherry picked from commit dbdd8a2db9 )
2025-03-12 14:59:04 +01:00
f8a113f416
Fix GPU particles not emitting at some amounts when scale curve is zero
...
(cherry picked from commit 8df75953ec )
2025-03-12 14:59:03 +01:00
a241eb32d4
Fix particle jitter when scene tree is paused.
...
(cherry picked from commit 87efa4d210 )
2025-03-12 14:59:03 +01:00
290b3247eb
Fix TextEdit scrolls wrong on text selection
...
(cherry picked from commit b7a8138907 )
2025-03-12 14:59:03 +01:00
7133f44228
Fix caret_force_displayed
...
(cherry picked from commit 6d2f18c6c6 )
2025-03-12 14:59:03 +01:00
7f17c87445
Fix spinbox decimal issues when update_on_text_changed = true
...
(cherry picked from commit d8318deb0a )
2025-03-12 14:59:03 +01:00
1f6bdf8e91
fix voxelizer normals
...
(cherry picked from commit 0c57232f78 )
2025-03-12 14:59:03 +01:00
230f2f8fbe
Use Viewport's default texture filter/repeat in GUI tooltips
...
(cherry picked from commit 91170d0a30 )
2025-03-12 14:59:03 +01:00
cc2649acdb
Validate custom type script before loading it
2025-03-02 14:55:30 +01:00
c4731e1d5b
Merge pull request #103168 from Giganzo/tree-edge-hover
...
Fix Tree hover position with multiple columns
2025-02-25 15:27:59 +01:00
8016c5399f
[Label] Fix rounding errors with fractional scale.
2025-02-23 17:59:14 +02:00
33eb7724a0
Fix label clipping when ascent/descent are fractional.
2025-02-22 22:51:23 +02:00
8ec34e966e
Merge pull request #103068 from QbieShay/fix-particle-rand2
...
Fix particle not re-randomizing every emission
2025-02-20 20:07:09 +01:00
419e5c40fa
Fix particle not re-randomizing every emission
2025-02-20 19:25:05 +01:00
84a2e3fdb0
[IME] Do not redraw and move caret on IME update w/o text/position changes.
2025-02-20 08:23:50 +02:00
00527d0588
Fix Tree hover position with multiple columns
2025-02-19 17:09:38 +01:00
93d2706930
Merge pull request #102842 from Hilderin/fix-tree-mouse-hover
...
Fix Tree Mouse hover position
2025-02-17 09:47:50 +01:00
032cec51a7
Merge pull request #101958 from berarma/theora_fixes
...
Fix Theora video issues
2025-02-17 09:47:36 +01:00
26cbaca446
Fix Tree Mouse hover position
2025-02-16 08:45:09 -05:00
09dbebf218
Merge pull request #102895 from bruvzg/te_bidi
...
Fix TextEdit BiDi override.
2025-02-15 23:10:03 +01:00
f0f65af16d
Merge pull request #102868 from arkology/camera_2_unlimited
...
Fix `Camera2D` limits drawing
2025-02-15 23:09:49 +01:00
9d7a1b5ab0
Fix TextEdit BiDi override.
2025-02-15 18:06:53 +02:00
698cc24416
Fix Camera2D limits drawing
2025-02-15 10:02:58 +03:00
96cdbbe5bd
Merge pull request #102870 from timoschwarzer/fix/line-2d-not-rendering
...
Fix Line2D not rendering anything when total length is not computed
2025-02-14 22:58:34 +01:00
bcd99bdb17
Fix GraphEdit::frame_rect_changed signal parameter type
...
Changes the parameter type from Vector2 to Rect2, which is what is actually emitted.
2025-02-14 22:39:27 +01:00
ebef20f556
Fix Line2D not rendering anything when total length is not computed
2025-02-14 19:00:35 +01:00