Rémi Verschelde
|
bbff9fd7a4
Merge pull request #71786 from raulsntos/dotnet/array
|
2 years ago |
Dmitrii Maganov
|
5909f9f075
GDScript: Fix issues with typed arrays
|
2 years ago |
Raul Santos
|
54f8fb010c
Sync C# Array with Core
|
2 years ago |
Dmitrii Maganov
|
abe6d67232
GDScript: Fix test for read-only state of constants
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Micky
|
67cdac6db8
Remove `Array.find_last()`
|
2 years ago |
Nonunknown
|
9f4dbf415d
add ability to pick random value from array
|
2 years ago |
bruvzg
|
163257d51b
[GDExtension] Implement support for typed arrays.
|
3 years ago |
Hugo Locurcio
|
a98e31aa3a
Add `any()` and `all()` methods to Array
|
4 years ago |
George Marques
|
023b1d7f5a
Implement read-only arrays
|
3 years ago |
mashumafi
|
9c2bfeb2fb
Const Ref Callable for custom sort/search
|
3 years ago |
Rémi Verschelde
|
c6cefb1b79
`Array`: Relax `slice` bound checks to properly handle negative indices
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Nathan Franke
|
dd30253cdc
PackedByteArray, Array slice end exclusive, rename subarray to slice
|
3 years ago |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 years ago |
Emmanuel Leblond
|
f9ba2efe1e
Modify Dictionary::operator== to do real key/value comparison with recursive support (and add unittests)
|
5 years ago |
Max Hilbrunner
|
04c64b59a1
Merge pull request #47406 from mashumafi/master-Array-insert-rc
|
4 years ago |
Hugo Locurcio
|
60116b17b5
Add an `Array.pop_at()` method to pop an element at an arbitrary index
|
4 years ago |
Tomasz Chabora
|
c50acc7339
Add filter, map and reduce to Array
|
4 years ago |
Matheus Lima Cunha
|
efd27a63c1
Add fill method to Arrays and PackedArrays
|
4 years ago |
Rémi Verschelde
|
4b6e9f3157
Merge pull request #46991 from madmiraal/rename-invert-reverse
|
4 years ago |
mashumafi
|
c2d1c1c3ee
Array::insert consistent with Pool*Array::insert
|
4 years ago |
Marcel Admiraal
|
755c70b871
Rename Array.invert() to Array.reverse()
|
4 years ago |
George Marques
|
fbfdd5e110
Add functions to retrieve type of a typed Array
|
4 years ago |
George Marques
|
497dab94be
Don't check type when assigning Array
|
4 years ago |
kobewi
|
fb83d905da
Change sort_custom/bsearch_custom to use Callables
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
Tomasz Chabora
|
9f23a94b8a
Add append_array() method to Array class
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |