index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Array.xml
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-53
/
+53
*
Clarify `all` and `any` documentation for empty arrays
Danil Alexeev
2022-06-16
1
-3
/
+7
*
Add `any()` and `all()` methods to Array
Hugo Locurcio
2022-05-25
1
-0
/
+45
*
Merge pull request #59910 from rcorre/array-remove-doc
Rémi Verschelde
2022-04-05
1
-1
/
+1
|
\
|
*
Clarify Array.erase for nonexistant element.
Ryan Roden-Corrent
2022-04-05
1
-1
/
+1
*
|
Improve documentation for Array operators
Hugo Locurcio
2022-03-30
1
-8
/
+8
*
|
Add descriptions to operators
Karmavil
2022-03-27
1
-0
/
+8
|
/
*
Remove generating of null comparison operators from documentation
Yuri Roubinsky
2022-03-14
1
-10
/
+0
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Clarify identical `hash()` return values due to collisions
Hugo Locurcio
2022-02-12
1
-2
/
+2
*
Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks
Rémi Verschelde
2022-01-18
1
-3
/
+4
|
\
|
*
`Array`: Relax `slice` bound checks to properly handle negative indices
Rémi Verschelde
2022-01-10
1
-3
/
+4
*
|
Give example of one-liner for Array natural sort
Lisandro Lorea
2022-01-17
1
-0
/
+6
|
/
*
PackedByteArray, Array slice end exclusive, rename subarray to slice
Nathan Franke
2021-11-26
1
-1
/
+4
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
*
Improve sort_custom() example
kobewi
2021-11-12
1
-8
/
+12
*
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-29
1
-81
/
+85
*
doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs
Rémi Verschelde
2021-10-05
1
-1
/
+1
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
1
-2
/
+0
*
Allow comparing equality between builtin types and null
George Marques
2021-09-17
1
-0
/
+10
*
Fix docs for Array's slice()
Max Hilbrunner
2021-09-07
1
-1
/
+1
*
Specify description of Array.slices end parameter
Johannes Witt
2021-09-05
1
-1
/
+1
*
Fix Array class docs after #47406
Max Hilbrunner
2021-08-28
1
-1
/
+1
*
Add an `Array.pop_at()` method to pop an element at an arbitrary index
Hugo Locurcio
2021-08-27
1
-0
/
+8
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-208
/
+104
*
Fix doc typos
Nicholas Huelin
2021-07-23
1
-3
/
+3
*
Merge pull request #47584 from HaSa1002/docs-lang-7
Rémi Verschelde
2021-06-11
1
-2
/
+2
|
\
|
*
Port code examples to C# (V)
Johannes
2021-06-11
1
-4
/
+4
*
|
Improve sort_custom() description
kobewi
2021-06-03
1
-1
/
+1
*
|
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-2
/
+2
*
|
Improve docs for filter map and reduce
kobewi
2021-05-07
1
-7
/
+10
*
|
Add filter, map and reduce to Array
Tomasz Chabora
2021-05-05
1
-0
/
+53
*
|
Add fill method to Arrays and PackedArrays
Matheus Lima Cunha
2021-04-21
1
-0
/
+21
*
|
Fix misformatted documentation from #47435, #42827, #46991
Yuri Sizov
2021-04-04
1
-7
/
+7
|
/
*
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-21
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2021-03-18
1
-14
/
+14
*
Fixes typo in Array::bsearch_custom doc
Haoyu Qiu
2021-02-26
1
-1
/
+1
*
Change sort_custom/bsearch_custom to use Callables
kobewi
2021-02-04
1
-9
/
+5
*
Merge pull request #44624 from Calinou/doc-array-hash
Rémi Verschelde
2021-01-26
1
-1
/
+2
|
\
|
*
Improve the `Array.hash()` documentation
Hugo Locurcio
2020-12-23
1
-1
/
+2
*
|
Document low performance of `Array.push_front()` and `Array.pop_front()`
Hugo Locurcio
2021-01-26
1
-6
/
+14
*
|
doc: Sync classref with current source
Rémi Verschelde
2021-01-04
1
-8
/
+8
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
|
/
*
Improve the Dictionary class documentation
Hugo Locurcio
2020-11-14
1
-1
/
+2
*
Merge pull request #43437 from akien-mga/doc-operators
Rémi Verschelde
2020-11-10
1
-11
/
+75
|
\
|
*
doc: Sync classref to add operators after #43419
Rémi Verschelde
2020-11-10
1
-11
/
+75
*
|
Merge pull request #43398 from KoBeWi/add_an_array_to_another_array_but_with_...
Rémi Verschelde
2020-11-10
1
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
Add append_array() method to Array class
Tomasz Chabora
2020-11-08
1
-0
/
+16
*
|
Variant: Sync docs with new constructors, fixups after #43403
Rémi Verschelde
2020-11-09
1
-14
/
+30
|
/
*
doc: Sync classref with current source + fixup some bindings
Rémi Verschelde
2020-11-04
1
-3
/
+3
[prev]
[next]