Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
with feature tags"
|
|
A previous PR had changed the array operator to give unbounded access. This could cause crashes where old code depended on this previous safe behaviour.
This PR adds DEV_ASSERT macros for out of bound access to DEV builds, allowing us to quickly identify bugs in calling code, without affecting performance in release or release_debug editor builds.
|
|
|
|
|
|
|
|
enh: Add FLAG_NONE to SaverFlags in ResourceSaver to fix api inconsistency
fix: flags parameter of ResourceSaver::save is now uint32_t to allow flag composition in scripts
|
|
|
|
|
|
|
|
|
|
|
|
MythTitans/fix-sphere-and-cylinder-shapes-normals-seam
|
|
|
|
Add varying support to visual shaders
|
|
Adds few more input/output built-ins to visual shader
|