Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kodiwills/add-error-macros-for-`set_modification_count`
add negative number validation for set_modification_count
|
|
update error macros for set_modification_count
|
|
- Replaced unused code related to old close icon with a button
- Add bezier handle options to right-click menu
- Remove mirror handle mode, only keep balanced
- Update animation reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #31563.
|
|
Reimplement ping-pong animation and reverse playback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. Explicit and unambiguous when comparing to `GradientTexture2D`
2. Consistent with other class names where 1D is used in the engine.
|
|
|
|
|
|
|
|
|
|
Same as what is already done for shape queries, applied to point and ray
queries. Easier to document and more flexible to add more parameters.
Also expose intersect_point method to script in 3D.
Remove intersect_point_on_canvas in 2D, replaced with a parameter.
|
|
|
|
|
|
This is consistent with other constants that include `NO`,
such as `PROPERTY_HINT_COLOR_NO_ALPHA`.
|
|
Fix crash in Tileset with get_collision_polygon_shape
|
|
|
|
Shape index was used instead of polygon index in this one case.
|
|
|
|
|
|
Improved RigidDynamicBody linear/angular damping override
|
|
|
|
Add font selection toolbar editor plugin.
|