Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix stringification of Projection | Rémi Verschelde | 2024-11-25 | 1 | -0/+1 |
| | |||||
* | Fix stringification of Vector4 | kobewi | 2024-11-22 | 1 | -3/+6 |
| | |||||
* | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 1 | -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` constructors | Danil Alexeev | 2023-09-30 | 1 | -1/+0 |
| | |||||
* | GDScript: Improve call analysis | Danil Alexeev | 2023-09-21 | 1 | -1/+2 |
| | | | | | | * Add missing `UNSAFE_CALL_ARGUMENT` warning. * Fix `Object` constructor. * Display an error for non-existent static methods. | ||||
* | Refactored Node3D rotation modes | reduz | 2021-10-25 | 1 | -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 Vector | mashumafi | 2021-10-09 | 1 | -0/+42 |