Age | Commit message (Collapse) | Author |
|
Changes `MAX`, `MIN`, `ABS`, `CLAMP` and `SIGN`.
|
|
|
|
fabriceci/avoid-direction-correction-when-motion-is-down
|
|
|
|
This has been superseded by GDExtension so this code is no longer useful
nor usable.
There's still some GDNative-related stuff in platform export code which
needs to be adapted for GDExtension (e.g. to include GDExtension libraries
in exports).
|
|
|
|
|
|
(cherry picked from commit 6c56433997b3e0bb3a81a0dee8be145a240f37d4)
|
|
(cherry picked from commit 751769ed45f835e96eedb7cf1aa47733b342d969)
|
|
|
|
|
|
|
|
|
|
|
|
This fixes some cases where the mouse cursor shape did not change automatically, but instead required a MouseMove to update.
|
|
Replace `TabBar`'s `min_width` with `max_tab_width` and expose it
|
|
|
|
|
|
|
|
|
|
Rename Control's Rect properties to exclude rect_ part
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoid gizmo crashes in cases where the points are null
|
|
Remove unused `shadow_color` property from Light3D
|
|
|
|
Fixes #58790.
|
|
|
|
fix for pose editor
|
|
This method was meant only as a convenience for editor code
to allow using a step of 0 to disable snapping.
It was exposed by mistake when refactoring GlobalScope.
|
|
|
|
|
|
|