Age | Commit message (Expand) | Author |
---|---|---|
2022-08-16 | Add Dictionary.find_key() | kobewi |
2022-08-08 | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript | Yuri Sizov |
2022-01-23 | Merge pull request #56337 from cdemirer/fix-array-dictionary-id | Rémi Verschelde |
2022-01-10 | `Array`: Relax `slice` bound checks to properly handle negative indices | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-30 | Fix Array and Dictionary id() and dictionary test bug | cdemirer |
2021-11-26 | PackedByteArray, Array slice end exclusive, rename subarray to slice | Nathan Franke |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-07 | Move and organize tests into subfolders | Aaron Franke |