Commit Graph

70 Commits

Author SHA1 Message Date
1dbb4ba7ee Fix hardcoded value in gdnative_builders.py. 2023-05-31 09:38:17 +02:00
8bc9036e0c Simplify the api json. 2023-05-31 09:17:15 +02:00
c4ec2ddc59 Small improvements to the helper script. 2023-05-31 02:05:40 +02:00
86da41e550 Added the missing methods in Transform and Transform2D. 2023-05-31 02:05:24 +02:00
fff4a84b47 Also added helper methods to variant for the other new types. 2023-05-31 01:52:24 +02:00
ea4ca1895c Added the new PoolVector variants to Variant. 2023-05-31 01:39:00 +02:00
5ac196aca5 Fix warning. 2023-05-31 01:38:42 +02:00
ba6d070503 Implemented the rest of the new apis in String. 2023-05-31 01:30:03 +02:00
e681906faa Added 2 missing methods to Quaternion. 2023-05-31 00:19:21 +02:00
94085b8191 Implement new PoolVector conversions for Array. Also fix operator_equals. 2023-05-31 00:16:39 +02:00
ef23aa6cfe Implemented the new apis for PoolVectors. 2023-05-31 00:06:58 +02:00
906270973e Added Projection. 2023-05-30 22:36:09 +02:00
3145948cb0 Added note so I don't forget to implement double support for real. 2023-05-30 20:32:26 +02:00
7ee8f7a647 Added Rect2i. 2023-05-30 19:37:02 +02:00
42d6e9ed55 Small improvements to the helper tool. 2023-05-30 01:35:26 +02:00
ddd8573857 Implemented the new apis for Transform2D. 2023-05-30 01:34:55 +02:00
1c90cb43bd Added most new apis to String. 2023-05-30 01:26:42 +02:00
83fab63cf2 Implemented most new apis to Variant. 2023-05-30 00:58:56 +02:00
2346bba159 Implemented the new apis for Transform. 2023-05-30 00:49:24 +02:00
eae96ca1d8 IMplemented new apis for the Quaternion. 2023-05-30 00:31:52 +02:00
74f7f98da0 Imlemented the new methods for Array, Dictionary, NodePath, Plane. 2023-05-30 00:08:00 +02:00
c851d2d1b8 Small improvements to the helper utility. 2023-05-29 18:55:24 +02:00
85c9e13d06 Various api cleanups. 2023-05-29 18:45:14 +02:00
ed21dace22 Implemented the new methods for Color. 2023-05-29 18:20:17 +02:00
5d123c7190 Implemented the new methods for Basis. 2023-05-29 16:07:43 +02:00
6bd3f59d7a Fixed a few smaller issues with the helper script. 2023-05-29 16:07:19 +02:00
651e06aa3f Added a small helper utility that can generate bindings (not automatically). 2023-05-29 15:16:52 +02:00
b289295a31 Implemented the new methods for AABB. 2023-05-29 01:40:18 +02:00
fb11fd8338 Implemented the new methods for Rect2. 2023-05-27 22:06:04 +02:00
a77167cf9d Added missing getters/setters to Vector3/3i/4/4i. 2023-05-27 13:45:44 +02:00
6f32996c63 Added Vector4, Vector4i. 2023-05-27 13:36:49 +02:00
1cadbeb735 Added missing method. 2023-05-27 13:36:38 +02:00
e08254b154 Fix typo. 2023-05-27 13:36:24 +02:00
a2018f3225 Added missing methods to Vector2i. 2023-05-27 12:08:21 +02:00
8473aa34a0 Fix parameter types for Vector2i. 2023-05-27 12:02:04 +02:00
6b7f06a1fd Added Vector3i. 2023-05-27 11:55:18 +02:00
2f1317bf4d Added operator methods to Vector2 and Vector2i. 2023-05-27 11:28:26 +02:00
6c71a971f5 Fix warning. 2023-05-27 11:28:10 +02:00
b25dc566d4 Also added an index operator method to Vector3. 2023-05-27 11:11:46 +02:00
53856370fb Implement the new methods for Vector3. 2023-05-27 11:03:21 +02:00
744d8ce240 Added Vector2i. 2023-05-26 21:32:06 +02:00
e350ce381d Variant initial rework. 2023-05-26 20:40:25 +02:00
fae93fe632 AABB initial cleanup. 2023-05-26 20:19:57 +02:00
483ba34b3e Array initial cleanup. 2023-05-26 20:13:13 +02:00
8b9602053c Basis initial cleanup. 2023-05-26 20:04:59 +02:00
eb61f4ec3f Color initial cleanup. 2023-05-26 19:48:26 +02:00
88f76739b3 Dictionary initial cleanup. 2023-05-26 19:34:53 +02:00
9ff7392610 NodePath initial cleanup. 2023-05-26 19:27:12 +02:00
3b9021453f Plane initial cleanup. 2023-05-26 19:23:18 +02:00
9ba757c8e8 PoolArray initial cleanup. 2023-05-26 19:19:23 +02:00