A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 år sedan |
Ninni Pipping
|
7752a0d8d1
Fix range error for `Array.slice`
|
2 år sedan |
Ninni Pipping
|
10f385fb79
Fix `Array.slice()` rounding for `abs(step) != 1`
|
2 år sedan |
Dmitrii Maganov
|
8400308ab3
GDScript: Fix can_reference check for typed arrays
|
2 år sedan |
Rémi Verschelde
|
bbff9fd7a4
Merge pull request #71786 from raulsntos/dotnet/array
|
2 år sedan |
Rémi Verschelde
|
394bb0ee2b
Fix various typos with codespell
|
2 år sedan |
Dmitrii Maganov
|
5909f9f075
GDScript: Fix issues with typed arrays
|
2 år sedan |
Raul Santos
|
54f8fb010c
Sync C# Array with Core
|
2 år sedan |
Dmitrii Maganov
|
abe6d67232
GDScript: Fix test for read-only state of constants
|
2 år sedan |
Dmitrii Maganov
|
5e2ac1a31e
GDScript: Begin making constants deep, not shallow or flat
|
2 år sedan |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 år sedan |
rune-scape
|
e79be6ce07
Unify String and StringName
|
2 år sedan |
Micky
|
67cdac6db8
Remove `Array.find_last()`
|
2 år sedan |
Nonunknown
|
9f4dbf415d
add ability to pick random value from array
|
2 år sedan |
Micky
|
bf64a068a4
Fix Array.`slice()` and `filter()` forgetting Typed Array
|
2 år sedan |
Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 år sedan |
reduz
|
141c375581
Clean up Hash Functions
|
3 år sedan |
Pedro J. Estébanez
|
fb86430770
Validate every source element separately Array::append_array()
|
3 år sedan |
Hugo Locurcio
|
a98e31aa3a
Add `any()` and `all()` methods to Array
|
4 år sedan |
George Marques
|
023b1d7f5a
Implement read-only arrays
|
3 år sedan |
mashumafi
|
9c2bfeb2fb
Const Ref Callable for custom sort/search
|
3 år sedan |
Rémi Verschelde
|
668d6a1c5c
Merge pull request #56337 from cdemirer/fix-array-dictionary-id
|
3 år sedan |
Rémi Verschelde
|
c6cefb1b79
`Array`: Relax `slice` bound checks to properly handle negative indices
|
3 år sedan |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 år sedan |
cdemirer
|
e2ed9d13eb
Fix Array and Dictionary id() and dictionary test bug
|
3 år sedan |
Nathan Franke
|
dd30253cdc
PackedByteArray, Array slice end exclusive, rename subarray to slice
|
3 år sedan |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 år sedan |
Emmanuel Leblond
|
f9ba2efe1e
Modify Dictionary::operator== to do real key/value comparison with recursive support (and add unittests)
|
5 år sedan |
mashumafi
|
214bbfbefe
Implement bsearch for Vector and Packed*Array
|
3 år sedan |
Max Hilbrunner
|
04c64b59a1
Merge pull request #47406 from mashumafi/master-Array-insert-rc
|
3 år sedan |