summaryrefslogtreecommitdiffstats
path: root/tests/core/variant
Commit message (Expand)AuthorAgeFilesLines
* Always add decimal when printing floatkobewi2024-10-231-1/+1
* Add testA Thousand Ships2024-10-181-0/+8
* Merge pull request #95449 from SlashScreen/array_functionsRémi Verschelde2024-09-201-0/+18
|\
| * Add callable support for `find` and `rfind` `Array` methodsSlashscreen2024-09-131-0/+18
* | Implement typed dictionariesThaddeus Crews2024-09-041-1/+38
* | StringName Dictionary keysrune-scape2024-08-291-2/+1
|/
* [Core] Fix sharing of typed arrays from constructorA Thousand Ships2024-05-071-0/+37
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+4
* [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
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+140
* Fix various spelling errorsRobert Yevdokimov2024-01-041-1/+1
* fix assignment to vec2 testsSilicDev2023-10-251-30/+30
* Merge pull request #76244 from kgrubbs22/variant-test-updatesRémi Verschelde2023-10-161-8/+1025
|\
| * Updated Varaint assignemnt unit tests with Vec4,Vec4i,Rect2,Rect2i,Trans2d,Tr...kendelle2023-04-191-8/+1025
* | Add unit tests for type_convert Variant utility functionAaron Franke2023-09-081-0/+141
* | Codestyle: Don't use auto where not warrantedRémi Verschelde2023-09-071-1/+1
* | Fix range error for `Array.slice`Ninni Pipping2023-07-071-4/+22
* | Merge pull request #74730 from MarioLiebisch/fix-74726Rémi Verschelde2023-06-191-0/+6
|\ \
| * | Added two test casesMario Liebisch2023-03-111-0/+6
* | | Merge pull request #74741 from vnen/variant-not-for-everyoneRémi Verschelde2023-06-181-0/+16
|\ \ \ | |_|/ |/| |
| * | Add operator NOT for all Variant typesGeorge Marques2023-03-101-0/+16
| |/
* / Fix `Array.slice()` rounding for `abs(step) != 1`Ninni Pipping2023-03-141-10/+21
|/
* Core: Identity compare objects by id, not by pointersDmitrii Maganov2023-02-241-0/+8
* Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`Adam Scott2023-01-251-0/+190
* One Copyright Update to rule them allRémi Verschelde2023-01-053-87/+87
* Unify String and StringNamerune-scape2022-12-051-0/+13
* Add Dictionary.find_key()kobewi2022-08-161-0/+18
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-0/+62
* Merge pull request #56337 from cdemirer/fix-array-dictionary-idRémi Verschelde2022-01-231-1/+1
|\
| * Fix Array and Dictionary id() and dictionary test bugcdemirer2021-12-301-1/+1
* | `Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde2022-01-101-5/+30
* | Update copyright statements to 2022Rémi Verschelde2022-01-033-6/+6
|/
* 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-073-0/+1886