summaryrefslogtreecommitdiff
path: root/doc/classes/Array.xml
AgeCommit message (Expand)Author
2023-02-04Merge pull request #71786 from raulsntos/dotnet/arrayRémi Verschelde
2023-01-31GDScript: Fix issues with typed arraysDmitrii Maganov
2023-01-30Move Array:set_typed to internal GDExtension structure and unexposed it.bruvzg
2023-01-30Sync C# Array with CoreRaul Santos
2023-01-27GDScript: Fix test for read-only state of constantsDmitrii Maganov
2023-01-19Add property usage to array indexerRaul Santos
2023-01-10Merge pull request #70745 from rcorre/array_dup_docRémi Verschelde
2023-01-06Warn against erasing array elements while iterating.Ryan Roden-Corrent
2022-12-30Explain that Array.duplicate will not deep-copy Object.Ryan Roden-Corrent
2022-11-25Remove `Array.find_last()`Micky
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-30Docs Clarify `Array.fill` behavior when reference type is passed inkleonc
2022-10-21Merge pull request #67444 from nonunknown/array_pick_randomMax Hilbrunner
2022-10-20add ability to pick random value from arrayNonunknown
2022-10-19Merge pull request #67001 from KoBeWi/🎲Max Hilbrunner
2022-10-08Document `Array.sort()` and `sort_custom()` using unstable sortingHugo Locurcio
2022-10-07Fill random docskobewi
2022-09-22[GDExtension] Implement support for typed arrays.bruvzg
2022-08-18[doc] Fix grammar in class docs: less vs. fewer/lowerAndy Maloney
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-06-16Clarify `all` and `any` documentation for empty arraysDanil Alexeev
2022-05-25Add `any()` and `all()` methods to ArrayHugo Locurcio
2022-04-05Merge pull request #59910 from rcorre/array-remove-docRémi Verschelde
2022-04-05Clarify Array.erase for nonexistant element.Ryan Roden-Corrent
2022-03-30Improve documentation for Array operatorsHugo Locurcio
2022-03-27Add descriptions to operatorsKarmavil
2022-03-14Remove generating of null comparison operators from documentationYuri Roubinsky
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-12Clarify identical `hash()` return values due to collisionsHugo Locurcio
2022-01-18Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checksRémi Verschelde
2022-01-17Give example of one-liner for Array natural sortLisandro Lorea
2022-01-10`Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde
2021-11-26PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-12Improve sort_custom() examplekobewi
2021-10-29Move the docs for constructors and operators out of methods sectionAaron Franke
2021-10-05doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-17Allow comparing equality between builtin types and nullGeorge Marques
2021-09-07Fix docs for Array's slice()Max Hilbrunner
2021-09-05Specify description of Array.slices end parameterJohannes Witt
2021-08-28Fix Array class docs after #47406Max Hilbrunner
2021-08-27Add an `Array.pop_at()` method to pop an element at an arbitrary indexHugo Locurcio
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-23Fix doc typosNicholas Huelin
2021-06-11Merge pull request #47584 from HaSa1002/docs-lang-7Rémi Verschelde
2021-06-11Port code examples to C# (V)Johannes
2021-06-03Improve sort_custom() descriptionkobewi
2021-05-20Fix typos with codespellRémi Verschelde