Age | Commit message (Collapse) | Author |
|
Changing of autoplay when changing `SpriteFrames` is not done by the
user and warning is unhelpful
(cherry picked from commit 4d4342e018367499c6b6709e6dc3ca60c4f3dd7a)
|
|
entering tree
(cherry picked from commit 6e3820fd4dfb93f9be98fa86f989d123024ed216)
|
|
(cherry picked from commit 3795677f3d85d0d5a741b9b040a423d8f3ad3569)
|
|
(cherry picked from commit 36141dc469baaf027e753718598b32c15fe7c541)
|
|
(cherry picked from commit ec6694ce3c7ce53ee076ed5e6f0d08d1357a5381)
|
|
(cherry picked from commit e3802d5b6f4413b80f9d3a7dce3e54b4e3d34d38)
|
|
`create_from_images` being hidden from the C# bindings
(cherry picked from commit f54014807291bde72ed5781be42460a820ea68b8)
|
|
(cherry picked from commit bb3d0fc6b7f6caeffbfe43bd05d856373efa5b39)
|
|
(cherry picked from commit 3ca3ee36abb2eb9e97b6b8de0ebc99abceda54c2)
|
|
(cherry picked from commit c567a853db43c7c3ac463f775373ca65f98f0896)
|
|
(cherry picked from commit 82d7923c653b6328ba279bd4183b63b69e21edfc)
|
|
In the editor, it was possible to set the size of a `SubViewport` even
in cases where a parent `SubViewportContainer` had stretch enabled.
This PR disables editing a `SubViewport.size` while the parent disallows
it and it makes necessary adjustments during `NOTIFICATION_ENTER_TREE`.
(cherry picked from commit 34a7fc744762dcf66eff7e3b5e4d46e09e7c0bdc)
|
|
(cherry picked from commit 1608bea18809dcb4e744ee936f8de8f5660adfbe)
|
|
Fixes duplicated points in NavigationAgent3D debug path.
(cherry picked from commit 0b8798a9950ca7a86b1b2e20f69f22ba4396d55a)
|
|
Allows the line_width for NavigationAgent2D path debug to go negativ for thin line rendering.
(cherry picked from commit f6a10c0565e32e0170bcce71635d8bad16077d1d)
|
|
PhysicalSkyMaterial
(cherry picked from commit 572ac915145e7ccb6d32ab5c356076820e964433)
|
|
(cherry picked from commit dbfecdb3b04956db58ee199fdbd9f7c03794e269)
|
|
(cherry picked from commit 89980dd9c98a01b6d353a9a087f5a4caec2dd1aa)
|
|
If calling set_mesh with a PrimitiveMesh that has pending update, the
_mesh_changed function would be called twice. The first time before
set_base had been called, which could lead to an ERROR message about
trying to set an invalid surface override material.
(cherry picked from commit 007b488a5c23b33c6e0b741b55a482e5229f2b90)
|
|
Pretty hacky solution but it's better than an infinite loop.
All this import setup needs to be redone, it's very difficult to properly
bail out from an invalid import without triggering reimport loops.
Also fix underline not visible at default editor scale in LinkButton.
Fixes #73319.
(cherry picked from commit d81e6ee024a8c64b80ac25c96b33c749ba1db79d)
|
|
(cherry picked from commit e9d80a821d2b1e547ed82361f467e05846f8d611)
|
|
(cherry picked from commit 25bc62ad13372490e7ba2c889174ceca34d1f33f)
|
|
(cherry picked from commit 602a0d2fbc84d598cffc79eccd5110f650b6e3c9)
|
|
(cherry picked from commit 45f4d59fa477d6e22adb02432449e0fda10ac5d2)
|
|
outline is defined.
(cherry picked from commit 67762ec4a6c5e45951a238453188ce9f93cb24d9)
|
|
Cancel code autocompletion when a numerical value is entered. Avoids interference when setting numbers.
(cherry picked from commit 688d00b70645a822ba694b13bcdb312e74d8c034)
|
|
(cherry picked from commit a835dfd96d2a758fb194237954f0d4824ff08e05)
|
|
(cherry picked from commit 921f3b7589084e07a4b6eefd89ec7fe81857a8b7)
|
|
Fixes #68242.
(cherry picked from commit 44592c8c197b072d5beee3f14c9c6869a94e9671)
|
|
(cherry picked from commit 64215ad1192878b72e784c5a62ea9b2dba0520dd)
|
|
Modifies the close_h_offset to be 12 instead of 22. This better aligns the default position.
(cherry picked from commit 961d6763fbfca8b94565079b3c15606bdac9b7c8)
|
|
Use a static StringName for the registered default interface name.
|
|
messages.
|
|
|
|
issue in the safer way.
|
|
Fix ShapeCast3D add and remove exception functions
|
|
|
|
Fixes that ShapeCast3D would accept any parameter object and silently return when it was not a CollisionObject3D.
|
|
import: Fix uv2 by avoiding premature ImporterMesh::get_mesh()
|
|
Implements create_convex_shape in ImpoterMesh.
Note: ImporterMeshInstance3D::get_mesh() is safe.
The only dangerous function with side effects is ImpoterMesh::get_mesh()
|
|
Despite a lot of great work from Pedro to try to improve the Label text
reshaping logic and fix subsequent regressions, we found ourselves still
chasing more edge cases, such as #73736 (which got reverted already due
to it causing yet another regression).
In parallel, it seems like the crash scenario that #71553 was addressing
got solved differently in the master branch, so it appears like this
change is no longer necessary at all (at least not urgently), so we
decided to revert to the previous known "ok" state of Label.
- Revert #71553 "Prevent infinite cascade of re-layout after label text reshaping"
This reverts commit ed8c5cd52f7914daf6f1aa309581ca3b9b048a2e.
- Revert #72387 "Enhance label sizing algorithm"
This reverts commit 5131b81a4db89d2ef05f7cff7b4b5ea93b140aec.
- Revert #73234 "Fix blank non-autowrapping labels"
This reverts commit 3ccabee9ae8f261aa7b0110482fbb5d2500d2e38.
- Revert #73343 "Make label sizing algorithm more robust"
This reverts commit 4f7f1ef60bdbb0c6d6096d3d99f3e967af7d7a39.
- Revert #73426 "Fix width determination of non-trimmed, non-wrapped labels"
This reverts commit 73b6c0b972150c7cee3975080bedc510f1088adb.
|
|
This reverts commit ceee405cec171506dde7bc62033dc52ac3797599.
This caused regressions, see #73736 and #73780.
Fixes #73780.
|
|
Fix visible_lines calculation
|
|
|
|
Ensure minimal thickness for `RichTextLabel` underlines
|
|
Fix `SpriteFrames` data loss on 3-to-4 conversion
|
|
|
|
|
|
|
|
MewPurPur/add-missing-queue-redraw--oh-wait-that-barely-narrows-it-down
Fix Indent/Unindent without a selection not causing a redraw
|