index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Array.xml
Age
Commit message (
Expand
)
Author
2023-02-04
Merge pull request #71786 from raulsntos/dotnet/array
Rémi Verschelde
2023-01-31
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-30
Move Array:set_typed to internal GDExtension structure and unexposed it.
bruvzg
2023-01-30
Sync C# Array with Core
Raul Santos
2023-01-27
GDScript: Fix test for read-only state of constants
Dmitrii Maganov
2023-01-19
Add property usage to array indexer
Raul Santos
2023-01-10
Merge pull request #70745 from rcorre/array_dup_doc
Rémi Verschelde
2023-01-06
Warn against erasing array elements while iterating.
Ryan Roden-Corrent
2022-12-30
Explain that Array.duplicate will not deep-copy Object.
Ryan Roden-Corrent
2022-11-25
Remove `Array.find_last()`
Micky
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-10-30
Docs Clarify `Array.fill` behavior when reference type is passed in
kleonc
2022-10-21
Merge pull request #67444 from nonunknown/array_pick_random
Max Hilbrunner
2022-10-20
add ability to pick random value from array
Nonunknown
2022-10-19
Merge pull request #67001 from KoBeWi/🎲
Max Hilbrunner
2022-10-08
Document `Array.sort()` and `sort_custom()` using unstable sorting
Hugo Locurcio
2022-10-07
Fill random docs
kobewi
2022-09-22
[GDExtension] Implement support for typed arrays.
bruvzg
2022-08-18
[doc] Fix grammar in class docs: less vs. fewer/lower
Andy Maloney
2022-08-12
[doc] Use "param" instead of "code" to refer to parameters (8)
Andy Maloney
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-06-16
Clarify `all` and `any` documentation for empty arrays
Danil Alexeev
2022-05-25
Add `any()` and `all()` methods to Array
Hugo Locurcio
2022-04-05
Merge pull request #59910 from rcorre/array-remove-doc
Rémi Verschelde
2022-04-05
Clarify Array.erase for nonexistant element.
Ryan Roden-Corrent
2022-03-30
Improve documentation for Array operators
Hugo Locurcio
2022-03-27
Add descriptions to operators
Karmavil
2022-03-14
Remove generating of null comparison operators from documentation
Yuri Roubinsky
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-02-12
Clarify identical `hash()` return values due to collisions
Hugo Locurcio
2022-01-18
Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks
Rémi Verschelde
2022-01-17
Give example of one-liner for Array natural sort
Lisandro Lorea
2022-01-10
`Array`: Relax `slice` bound checks to properly handle negative indices
Rémi Verschelde
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-12
Improve sort_custom() example
kobewi
2021-10-29
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-05
doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs
Rémi Verschelde
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-17
Allow comparing equality between builtin types and null
George Marques
2021-09-07
Fix docs for Array's slice()
Max Hilbrunner
2021-09-05
Specify description of Array.slices end parameter
Johannes Witt
2021-08-28
Fix Array class docs after #47406
Max Hilbrunner
2021-08-27
Add an `Array.pop_at()` method to pop an element at an arbitrary index
Hugo Locurcio
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-23
Fix doc typos
Nicholas Huelin
2021-06-11
Merge pull request #47584 from HaSa1002/docs-lang-7
Rémi Verschelde
2021-06-11
Port code examples to C# (V)
Johannes
2021-06-03
Improve sort_custom() description
kobewi
2021-05-20
Fix typos with codespell
Rémi Verschelde
[next]