|
ececc7991c
|
Backported dome of the codestyle improvements to math types from 3fb36bf395 .
|
2024-04-06 13:05:32 +02:00 |
|
|
27b73fa9f9
|
Removed Vector2i(Vector2) constructor, added a Vector2i conversion operator to Vector2 instead. This solves ambigous Variant to Vector2i conversion errors.
|
2024-03-07 18:56:55 +01:00 |
|
|
22ec1be9b3
|
File copyright header updates pt3.
|
2023-12-17 22:42:34 +01:00 |
|
|
be16fe23ad
|
Moved the error macros.
|
2022-08-17 15:14:19 +02:00 |
|
|
608ba7826a
|
Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4.
|
2022-08-15 16:13:21 +02:00 |
|
|
662c3a7e88
|
Also did Rect2i.
|
2022-08-14 14:00:32 +02:00 |
|
|
527cfb88aa
|
Added Vector2i, Vector3i, Rect2i, PoolVector2i, PoolVector3i, Vector<Vector2i>, Vector<Vector3i> classes as core variant binds. GDScript still need to be updated to be able to use them.
|
2022-03-21 14:01:31 +01:00 |
|
|
987f77442a
|
Now Vector2i is in it's own header and cpp file.
|
2022-03-21 01:50:02 +01:00 |
|