This project is mirrored from https://github.com/godotengine/godot.
Pull mirroring updated .
- Mar 19, 2023
-
-
Rémi Verschelde authored
-
Rémi Verschelde authored
Add changelog for 4.0.1
-
Yuri Sizov authored
-
- Mar 16, 2023
-
-
Rémi Verschelde authored
Cherry-picks for the 4.0 branch (future 4.0.1) - 4th batch
-
Hugo Locurcio authored
This property name is used in RichTextLabel. (cherry picked from commit 81858da2)
-
Tomasz Chabora authored
(cherry picked from commit fbffd686)
-
Brett Chalupa authored
The indentation was off and the code usage was incorrect for Godot 4.0 GDScript. (cherry picked from commit 2b6e1550)
-
David Snopek authored
(cherry picked from commit 2d6deb10)
-
Marius Hanl authored
(cherry picked from commit a40f559f)
-
Danil Alexeev authored
(cherry picked from commit 9fbf24fd)
-
- Mar 15, 2023
-
-
Rémi Verschelde authored
-
- Mar 14, 2023
-
-
Yuri Sizov authored
Cherry-picks for the 4.0 branch (future 4.0.1) - 3rd batch
-
Marius Hanl authored
- class name and octaves property (cherry picked from commit 86229627)
-
Yuri Sizov authored
(cherry picked from commit 239eb31c)
-
justchen1369 authored
(cherry picked from commit dbfecdb3)
-
Dmitrii Maganov authored
(cherry picked from commit e289a4ab)
-
yedpodtrzitko authored
(cherry picked from commit e13bcf5b)
-
Mikael Hermansson authored
(cherry picked from commit be64ffd2)
-
Rémi Verschelde authored
Fixes #74647. (cherry picked from commit b113e6d4)
-
Hayden Leete authored
dock->get_index() on line 4463 was not behaving as expected due to dock having an internal sibling, so now we just get the index excluding internal nodes. line 4742 would throw an error if you made multiple docks floating then redocked the end docks first, but no longer (cherry picked from commit 21578e0b)
-
Hugo Locurcio authored
This quotes the executable name so that copying it always works (even if the path contains spaces). The command is also indented from the rest of the text and is no longer single-quoted, as that can prevent the command from running if the line is copied in its entirety (with the quotes). (cherry picked from commit ddc9cc3e)
-
Chris Weber authored
(cherry picked from commit 54bd2043)
-
Hugo Locurcio authored
(cherry picked from commit 81ac3c3e)
-
Johan Aires Rastén authored
Fixes #58113 (cherry picked from commit 26aecbfe)
-
Ryan Roden-Corrent authored
This fixes a bug introduced by 80642562, where dragging the gizmo no longer respected local transforms. I'm not sure why I called set_local_coords_enabled(false) in _compute_edit. Removing this line seems to fix gizmo-dragging local transforms, without breaking anything else. I also noticed that confirming a transform leaves the gizmo axis lines on the screen. This is fixed by calling update_transform_gizmo after clearing the edit mode/instant flags, so update_transform_gizmo knows not to render any axes. (cherry picked from commit d3d1223b)
-