summaryrefslogtreecommitdiffstats
path: root/doc/classes/Array.xml
Commit message (Expand)AuthorAgeFilesLines
* Bind Array get and set functionsAaron Franke2024-09-261-0/+15
* Merge pull request #95449 from SlashScreen/array_functionsRémi Verschelde2024-09-201-0/+39
|\
| * Add callable support for `find` and `rfind` `Array` methodsSlashscreen2024-09-131-0/+39
* | Fix description of `Array.sort_custom()`Daylily-Zeleen2024-09-151-1/+1
* | Merge pull request #95749 from Mickeon/documentation-example-pruningRémi Verschelde2024-08-261-2/+1
|\ \
| * | Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-2/+1
| |/
* | Fix Array.sort_custom example codeaaronp642024-08-261-1/+1
* | Fix typo in Array code exampleTallivm2024-08-241-1/+1
|/
* Fix typo in Array's sort() method descriptionEduardo Assis2024-07-271-1/+1
* Overhaul Array DocumentationMicky2024-07-051-230/+309
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+7
* Merge pull request #79075 from dalexeev/doc-typed-arraysRémi Verschelde2024-04-081-4/+27
|\
| * Update typed arrays documentationDanil Alexeev2023-07-051-4/+27
* | Merge pull request #78257 from Calinou/doc-packed-arrays-vs-typed-arraysRémi Verschelde2024-04-081-0/+1
|\ \
| * | Document the upsides and downsides of packed arrays versus typed arraysHugo Locurcio2023-11-151-0/+1
* | | [Doc] Clarify `bsearch(_custom)` behaviorA Thousand Ships2024-03-091-0/+6
* | | Update class reference to include some keywordsRedMser2024-02-091-1/+1
* | | Replace some "uncommon" words in class referenceMicky2024-01-151-1/+1
* | | Add performance note to Array.resize()MewPurPur2023-11-101-0/+1
|/ /
* | Merge pull request #80936 from curious-broccoli/fix-array-docYuri Sizov2023-08-251-5/+6
|\ \
| * | Clarify Array class methods that return errorcurious-broccoli2023-08-241-5/+6
* | | Document pick_random for empty arraysDavid Turner2023-08-181-1/+1
|/ /
* | Fix range error for `Array.slice`Ninni Pipping2023-07-071-0/+1
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
|/
* Update Array's `remove_at()` description to cover removing the last elementPeter Anderson2023-06-191-0/+1
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-3/+2
* Document how to make custom min/max for ArrayNinni Pipping2023-04-101-0/+11
* Remove outdated note about const in Dictionary and Array docsGeorge Marques2023-03-081-1/+0
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Merge pull request #71786 from raulsntos/dotnet/arrayRémi Verschelde2023-02-041-9/+17
|\
| * Sync C# Array with CoreRaul Santos2023-01-301-9/+17
* | GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-9/+16
* | Move Array:set_typed to internal GDExtension structure and unexposed it.bruvzg2023-01-301-11/+1
|/
* GDScript: Fix test for read-only state of constantsDmitrii Maganov2023-01-271-8/+7
* Add property usage to array indexerRaul Santos2023-01-191-1/+1
* Merge pull request #70745 from rcorre/array_dup_docRémi Verschelde2023-01-101-1/+1
|\
| * Explain that Array.duplicate will not deep-copy Object.Ryan Roden-Corrent2022-12-301-1/+1
* | Warn against erasing array elements while iterating.Ryan Roden-Corrent2023-01-061-0/+2
|/
* Remove `Array.find_last()`Micky2022-11-251-7/+0
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-4/+3
* Docs Clarify `Array.fill` behavior when reference type is passed inkleonc2022-10-301-0/+1
* Merge pull request #67444 from nonunknown/array_pick_randomMax Hilbrunner2022-10-211-0/+10
|\
| * add ability to pick random value from arrayNonunknown2022-10-201-0/+10
* | Merge pull request #67001 from KoBeWi/🎲Max Hilbrunner2022-10-191-0/+10
|\ \ | |/ |/|
| * Fill random docskobewi2022-10-071-0/+10
* | Document `Array.sort()` and `sort_custom()` using unstable sortingHugo Locurcio2022-10-081-1/+3
|/
* [GDExtension] Implement support for typed arrays.bruvzg2022-09-221-0/+54
* [doc] Fix grammar in class docs: less vs. fewer/lowerAndy Maloney2022-08-181-2/+2
* [doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney2022-08-121-19/+19