summaryrefslogtreecommitdiffstats
path: root/tests/core/variant/test_array.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add callable support for `find` and `rfind` `Array` methodsSlashscreen2024-09-131-0/+18
* [Core] Fix sharing of typed arrays from constructorA Thousand Ships2024-05-071-0/+37
* [Core] Fix incorrect comparison for `Array` const iteratorA Thousand Ships2024-04-131-0/+4
* [Core] Add iteration support to `Array`A Thousand Ships2024-04-101-0/+48
* Fix various spelling errorsRobert Yevdokimov2024-01-041-1/+1
* Fix range error for `Array.slice`Ninni Pipping2023-07-071-4/+22
* Fix `Array.slice()` rounding for `abs(step) != 1`Ninni Pipping2023-03-141-10/+21
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* `Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde2022-01-101-5/+30
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke2021-11-261-0/+31
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-5/+5
* Move and organize tests into subfoldersAaron Franke2021-11-071-0/+465