kobewi
|
202fb33685
|
Add Dictionary.merge()
(cherry picked from commit a0915e6dee4e54563a98ca6adb8968dbdcea1af1)
|
2022-07-28 14:59:15 +02:00 |
|
|
a8fae729d2
|
Fix typos in binds.
|
2022-07-27 15:46:41 +02:00 |
|
|
48eee02c1d
|
Ported: Add search methods for pool arrays
* has()
* count()
* find()
* rfind()
- timothyqiu
3d1644f7c3
|
2022-07-27 15:44:10 +02:00 |
|
|
50ed908929
|
Ported: Add fill method to Array and PoolArrays - timothyqiu, DarknessCatt
77b6f7595a
|
2022-07-26 15:49:30 +02:00 |
|
|
2a9b32847f
|
Ported a few helper methods from my String implementation in rcpp_framework.
|
2022-06-26 03:38:28 +02:00 |
|
|
aa5a29444a
|
Added find() and clear() methods to PoolVector. Also made sure they are callable by scripts (alongside contains).
|
2022-06-21 00:34:02 +02:00 |
|
|
c9b612f012
|
Added StringName as a variant type, with eventually the help of 3c0059650d .
|
2022-03-21 21:29:06 +01: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 |
|
|
49f8e8c398
|
Added godot with all my currently used engine modules.
|
2022-03-15 13:29:32 +01:00 |
|