summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2023-05-18Revert "Improve the UX of ViewportTexture in the editor"Yuri Sizov
This reverts commit b91b8fce43ab9cb9f8c96f8c640acc801774b6b5.
2023-05-18Make `TouchScreenButton` connections reference countedNinni Pipping
Prevents errors when assigning the same texture to both slots (cherry picked from commit 0648cc65b2c9bd8a48f3da74ea2c17898cd2b425)
2023-05-12Enable shadow warnings and fix raised errorsNinni Pipping
(cherry picked from commit 71ee65dc5701a0675ae6b1879a694a28c7206a63)
2023-05-12Improve the UX of ViewportTexture in the editorRindbee
The associated `ViewportTexture`s will update the `viewport_path` in time when the `Viewport`'s nodepath is changed (caused by renaming the node names or moving in the SceneTree dock). If the target `Viewport` is changed by resetting the `viewport_path`, the `ViewportTexture`s will be re-setup and emit `changed` signal in time. (cherry picked from commit af58f1e8547c8b6a2e6b83b7de9c3ac9bc05d881)
2023-05-12Prevent errors when using ViewportTexturekobewi
(cherry picked from commit 1b9802fa8cb45e876cd90d6a174b95b270a7f934)
2023-05-12Add missing documentation for MultiplayerPeerExtensionDavid Snopek
(cherry picked from commit 4d13be3c5eab71b04f6d7a0ed9d7e8679b377494)
2023-05-12Fix SurfaceTool::create_from_blend_shape()smix8
Fixes SurfaceTool::create_from_blend_shape(). (cherry picked from commit 2dbc5d95eb1f0bb59c0899a2e9d9d31b2c8ddd1b)
2023-05-12Fix size error in `BitMap.opaque_to_polygons`Ninni Pipping
Previous estimate of upper limit on size was incorrect (cherry picked from commit 249784ed53ff8b2b02507d6678dd6aecf511b067)
2023-05-12Fix right click in selection of additional caretJean-Michel Bernard
(cherry picked from commit 5c06c030f2e4b9f6ca2aa3bd8942b3adc165c76a)
2023-05-12Explain why an image would be invalid for a textureDavid Turner
(cherry picked from commit 43a7cb093cd3660ee6a99d3c8dc2592bf67370f3)
2023-05-12Wait for navigation baking to finish before destructionmashumafi
(cherry picked from commit a93a2e519d8f6e2fd206501f05b0b01097f74e1b)
2023-05-12Light3D show scaling warning immediatelyVolTer
(cherry picked from commit 818d57b5b4f01ffc05968a3a1a2d210683c56d0a)
2023-05-12Fixed error messages when setting all_tab_in_front of TabContainerTefatika
Some signal handlers weren't unregistered when removing the wrapped child TabBar, which resulted in errors printed when the TabBar was removed and added again when the flag was updated (cherry picked from commit abd894daf794828986b9450cf7d0ef50d37dab06)
2023-04-26Fix the uid field of the tscn/res file is lost when the external dependency ↵Rindbee
is updated (cherry picked from commit 41ac40c44c058b5f9aa0d033787b2acb8e8020ea)
2023-04-26Fix TouchScreenButton not redrawn when texture changesHaoyu Qiu
(cherry picked from commit a15126915d028a4487e6e9fb4b901b73f5cec3f1)
2023-04-26Make tab's close button responsive to touch tapsFredia Huya-Kouadio
(cherry picked from commit 7325ffdd464c4efe6b7c118c0e6dae2b0ae501fa)
2023-04-26Fix invalid global position when read outside treekobewi
(cherry picked from commit 727a4ed79a371d87be06a8101c9eedd48ecc3e01)
2023-04-26Fix editor lock on sdf collision bake on errorSamuele Panzeri
(cherry picked from commit a2be742f97cb9f027082483dc56ec0822b23aceb)
2023-04-26TileMap Fix rendering odd-sized tileskleonc
(cherry picked from commit c49a7feae3418d0732369b203d0bc9e28723b9db)
2023-04-24Fix blurry borders on antialiased FlatStyleBoxDavid Giardi
This is a fix of the antialiasing logic of FlatStyleBox. It is now possible to have smooth rounded corners while keeping the edges sharp on the pixels. The antialiasing gradient positioning is ajusted so that the "hard" border corresponds to the middle of that gradient instead of one end. Checked against rendering of rounded rectangles in a vector graphics software. (cherry picked from commit 2ef20045b1282369585c3395ff9f9ae418394817)
2023-04-24Remove unnecessary zero multiplicationsMichael Alexsander
(cherry picked from commit f057d755abdb0328113ab9472c243b94694a8b04)
2023-04-24Rename internal root canvas group to start with underscoreangel-721
(cherry picked from commit e347d7d64d1a6f9fe9993b93f88f7af19cd784dd)
2023-04-24Use Point2 consistently in Control methodsYuri Sizov
While Size2 and Point2 are just aliases, which is why this doesn't fail compilation, it's nice to have things consistent. (cherry picked from commit 4fed87320cf8e1a87fc6c54bf15cef6f610e6091)
2023-04-24Improve line BiDi handling, prevent crash on recursive log updates.bruvzg
(cherry picked from commit 282e4231c26c172b186a5bf22a8ba7f0337ba3d6)
2023-04-24Use angle_rand to calculate base_angle in particles process materialclayjohn
(cherry picked from commit 821917ba9f30b036ef7f43664db3f09d33f59109)
2023-04-24Don't apply scale to autohide theme propertyNinni Pipping
(cherry picked from commit 722597aa97753a12bc5cd643c6350431f45e7d0b)
2023-04-24Write out render_mode even when mode is set to default in VisualShadersclayjohn
(cherry picked from commit 016946b552e16a43eef14b89c010d41dfc28d340)
2023-04-24[TextServer] Use dedicated flag for object replacement characters.bruvzg
(cherry picked from commit d904516e553426dae1fa40566e3fe67f6213e769)
2023-04-24Tree: Fix offset calculation when there are hidden itemsHaoyu Qiu
(cherry picked from commit a083c855214722bc02ed2eb48ea808c7f4d756da)
2023-04-24Allow entering named colors in ColorPicker's hex fieldHugo Locurcio
This also makes the hex field wider to allow displaying 9-character hex code (`#rrggbbaa`) in full, even when using a custom font. (cherry picked from commit 517dc3654a80e30021b8468ef87d0327200963db)
2023-04-24Fixed RichTextLabel wrong selection offset in padded table cell.Koyper
(cherry picked from commit 6f11cf7d31101bc9f4d3c5d644f90b231cd7ce4f)
2023-04-24Always cache parent visibility in CanvasItemYuri Sizov
(cherry picked from commit fd6a743823932639ba30e54d7e65ccd42192d88d)
2023-04-24Fix CI build errorJuan Linietsky
Fixes potential use of uninitialized variable. (cherry picked from commit 37362202a48f6ee731e14e47579979509bc23017)
2023-04-07Fix NavigationObstacles not being added to avoidance simulationsmix8
Fixes NavigationObstacles not being added to avoidance simulation. (cherry picked from commit aadf33efd8a79a038b842dc91c63784302efd753)
2023-04-07Warn if a concave shape is assigned to ConvexPolygonShape2DZiya Erkoc
(cherry picked from commit 6fb113f59f0fca1415a7a92e629f6f8611dc3c0a)
2023-04-07Fix AudioStreamPlayer2D crash when PhysicsServer2D runs on threadsmix8
Fixes AudioStreamPlayer2D crash when PhysicsServer2D runs on thread due to empty PhysicsSpace (cherry picked from commit a5351086b0eafa659c4f4c88471d183cd991b45e)
2023-04-07Fix the issue preventing dragging in the 2D and visual shader editorFredia Huya-Kouadio
(cherry picked from commit 2c7633dce57b925639183c8a21d7550d35f0a114)
2023-04-07GraphNode ignore non-visible children for minimum size.Johan Aires Rastén
(cherry picked from commit 9a60c4affb0d6c3638aea140a820eddf258eb133)
2023-04-07Fix RemoteTransform2D could fail to update AnimatableBody2D's position or ↵Rindbee
rotation Configure the transform per condition, and then only set it once to prevent multiple `NOTIFICATION_LOCAL_TRANSFORM_CHANGED` notifications from being sent. (cherry picked from commit 100b4b1f287600bde9c4f2704c2addbb3d65448e)
2023-04-07Prevent off-screen controls in editorkobewi
(cherry picked from commit 55b50703d7d5cc6322f0806f7580ac31e8553f73)
2023-04-07Expose NavigationAgent path postprocessing and pathfinding algorithm optionssmix8
Exposes the path postprocessing and pathfinding algorithm options of the NavigationAgent internal NavigationPathQueryParameters object. (cherry picked from commit 6e324bb341c795905085e25e7f7c153d89949fa9)
2023-04-07Fix several GraphEdit operations at zoom levels other than 100%Hendrik Brucker
(cherry picked from commit 49587fd6d940f11d40e7a324f2829f88c7204a11)
2023-04-07TextureProgressBar Update upon texture changeskleonc
(cherry picked from commit cdc63214fe58880654e26fd0e2d016c2a927a151)
2023-04-07[RTL] Fix fill align and trim with enabled dropcap.bruvzg
(cherry picked from commit efa647bb177b1eab4cf98c2476584a9fc49a55bf)
2023-04-03[TextEdit] Fix block caret size at the end of the line.bruvzg
(cherry picked from commit efe04af446cd042c6505722ef2608aa03dc63435)
2023-04-03Fixed property hint for platform layers on 3D physics bodyBrennen Shaughnessy
(cherry picked from commit 2d16fe681d25d4119099e876ef809358cc45fa8a)
2023-03-30Update GPUParticles2D/3D speed scale on ENTER_TREEBrian Long
Fix for https://github.com/godotengine/godot/issues/75218 Pause notifications are not sent when a node is added as a child. So GPUParticles2D should also obey its can_process status on ENTER_TREE, not just PAUSED/UNPAUSED. (cherry picked from commit 4652fbd09e81741a146c7dd1dcc89bf4235bdb75)
2023-03-30Exposes the apply_floor_snap function to allow a snap to be made regardless ↵fabriceci
of velocity. (cherry picked from commit 1381e6da4f695323853b24cf8d3632604b629133)
2023-03-27More i18n improvementsHaoyu Qiu
* Make placeholder in editor layout dialog translatable. * Make messages in scene import settings dialog translatable. * Mark theme override property categories for translation. (cherry picked from commit 5a5fd33e42239cb59aa34899675ca4e2a2c99106)
2023-03-27Port robust signal (dis)connection to ShapeCast2DRicardo Buring
Ported from ShapeCast3D. (cherry picked from commit 5bed055cdd5180b4c5d07f07a2a58644a3d1ffc2)