|
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 |
|
|
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 |
|
|
667f466b9c
|
Fix typo.
|
2022-06-11 23:01:00 +02:00 |
|
|
93370e9c1d
|
Move the definition of contains() from PoolVector class to the bottom of the file. I'm hoping to avoid a new potential divide by 0 warning on windows.
|
2022-04-19 00:33:35 +02:00 |
|
|
d252ecd131
|
Added contains method to PoolVector.
|
2022-04-18 12:58:39 +02:00 |
|
|
53066a4a82
|
Added const qualifier to PoolVector's subarray().
|
2022-03-23 15:05:33 +01:00 |
|
|
4d7df62b8e
|
Clang format all files.
|
2022-03-18 19:00:13 +01:00 |
|
|
7d8a93324e
|
Used the include guard script on core classes.
|
2022-03-17 21:58:11 +01:00 |
|
|
49f8e8c398
|
Added godot with all my currently used engine modules.
|
2022-03-15 13:29:32 +01:00 |
|