summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime/features/stringify.gd
Commit message (Collapse)AuthorAgeFilesLines
* Fix stringification of ProjectionRémi Verschelde2024-11-251-0/+1
|
* Fix stringification of Vector4kobewi2024-11-221-3/+6
|
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+1
| | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructorsDanil Alexeev2023-09-301-1/+0
|
* GDScript: Improve call analysisDanil Alexeev2023-09-211-1/+2
| | | | | | * Add missing `UNSAFE_CALL_ARGUMENT` warning. * Fix `Object` constructor. * Display an error for non-existent static methods.
* Refactored Node3D rotation modesreduz2021-10-251-1/+1
| | | | | | | | | * Made the Basis euler orders indexed via enum. * Node3D has a new rotation_order property to choose Euler rotation order. * Node3D has also a rotation_mode property to choose between Euler, Quaternion and Basis Exposing these modes as well as the order makes Godot a lot friendlier for animators, which can choose the best way to interpolate rotations. The new *Basis* mode makes the (exposed) transform property obsolete, so it was removed (can still be accessed by code of course).
* Enhance and cleanup stringify for Vectormashumafi2021-10-091-0/+42