| Commit message (Expand) | Author | Age | Files | Lines |
* | Always add decimal when printing float | kobewi | 2024-10-23 | 1 | -1/+1 |
* | Add test | A Thousand Ships | 2024-10-18 | 1 | -0/+8 |
* | Merge pull request #95449 from SlashScreen/array_functions | Rémi Verschelde | 2024-09-20 | 1 | -0/+18 |
|\ |
|
| * | Add callable support for `find` and `rfind` `Array` methods | Slashscreen | 2024-09-13 | 1 | -0/+18 |
* | | Implement typed dictionaries | Thaddeus Crews | 2024-09-04 | 1 | -1/+38 |
* | | StringName Dictionary keys | rune-scape | 2024-08-29 | 1 | -2/+1 |
|/ |
|
* | [Core] Fix sharing of typed arrays from constructor | A Thousand Ships | 2024-05-07 | 1 | -0/+37 |
* | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -1/+1 |
* | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 1 | -0/+4 |
* | [Core] Fix incorrect comparison for `Array` const iterator | A Thousand Ships | 2024-04-13 | 1 | -0/+4 |
* | [Core] Add iteration support to `Array` | A Thousand Ships | 2024-04-10 | 1 | -0/+48 |
* | Add methods to get argument count of methods | A Thousand Ships | 2024-03-10 | 1 | -0/+140 |
* | Fix various spelling errors | Robert Yevdokimov | 2024-01-04 | 1 | -1/+1 |
* | fix assignment to vec2 tests | SilicDev | 2023-10-25 | 1 | -30/+30 |
* | Merge pull request #76244 from kgrubbs22/variant-test-updates | Rémi Verschelde | 2023-10-16 | 1 | -8/+1025 |
|\ |
|
| * | Updated Varaint assignemnt unit tests with Vec4,Vec4i,Rect2,Rect2i,Trans2d,Tr... | kendelle | 2023-04-19 | 1 | -8/+1025 |
* | | Add unit tests for type_convert Variant utility function | Aaron Franke | 2023-09-08 | 1 | -0/+141 |
* | | Codestyle: Don't use auto where not warranted | Rémi Verschelde | 2023-09-07 | 1 | -1/+1 |
* | | Fix range error for `Array.slice` | Ninni Pipping | 2023-07-07 | 1 | -4/+22 |
* | | Merge pull request #74730 from MarioLiebisch/fix-74726 | Rémi Verschelde | 2023-06-19 | 1 | -0/+6 |
|\ \ |
|
| * | | Added two test cases | Mario Liebisch | 2023-03-11 | 1 | -0/+6 |
* | | | Merge pull request #74741 from vnen/variant-not-for-everyone | Rémi Verschelde | 2023-06-18 | 1 | -0/+16 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add operator NOT for all Variant types | George Marques | 2023-03-10 | 1 | -0/+16 |
| |/ |
|
* / | Fix `Array.slice()` rounding for `abs(step) != 1` | Ninni Pipping | 2023-03-14 | 1 | -10/+21 |
|/ |
|
* | Core: Identity compare objects by id, not by pointers | Dmitrii Maganov | 2023-02-24 | 1 | -0/+8 |
* | Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()` | Adam Scott | 2023-01-25 | 1 | -0/+190 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 3 | -87/+87 |
* | Unify String and StringName | rune-scape | 2022-12-05 | 1 | -0/+13 |
* | Add Dictionary.find_key() | kobewi | 2022-08-16 | 1 | -0/+18 |
* | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript | Yuri Sizov | 2022-08-08 | 1 | -0/+62 |
* | Merge pull request #56337 from cdemirer/fix-array-dictionary-id | Rémi Verschelde | 2022-01-23 | 1 | -1/+1 |
|\ |
|
| * | Fix Array and Dictionary id() and dictionary test bug | cdemirer | 2021-12-30 | 1 | -1/+1 |
* | | `Array`: Relax `slice` bound checks to properly handle negative indices | Rémi Verschelde | 2022-01-10 | 1 | -5/+30 |
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 3 | -6/+6 |
|/ |
|
* | PackedByteArray, Array slice end exclusive, rename subarray to slice | Nathan Franke | 2021-11-26 | 1 | -0/+31 |
* | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | 2021-11-23 | 1 | -5/+5 |
* | Move and organize tests into subfolders | Aaron Franke | 2021-11-07 | 3 | -0/+1886 |