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
*
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
*
Add C# code examples to the docs
HaSa1002
2020-09-26
1
-13
/
+62
*
Fix a typo in the Array class documentation
Hugo Locurcio
2020-09-21
1
-1
/
+1
*
Improve documentation related to Array error handling
Hugo Locurcio
2020-09-09
1
-5
/
+7
*
Mention that Array.front/back throw error if empty
Tomasz Chabora
2020-08-12
1
-2
/
+2
*
Commit other files changed by file_format.sh
Aaron Franke
2020-07-13
1
-4
/
+4
*
Document the `in` operator in String, Array and Dictionary classes
Hugo Locurcio
2020-06-12
1
-2
/
+8
*
Document that Dictionary is always passed as reference
Hugo Locurcio
2020-05-16
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2020-03-18
1
-6
/
+6
*
DocData: Fix serialization of Variant default values
Rémi Verschelde
2020-03-09
1
-4
/
+4
*
doc: Mention concatenation using the `+` operator in Array
Hugo Locurcio
2020-02-27
1
-0
/
+6
*
doc: Sync classref for Packed{Int,Float}{32,64}Array additions
Rémi Verschelde
2020-02-25
1
-4
/
+22
*
doc: Sync classref with apparent Variant return type changes
Rémi Verschelde
2020-02-22
1
-6
/
+30
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-18
1
-14
/
+14
*
Merge pull request #35809 from clayjohn/DOCS-update-version
Rémi Verschelde
2020-02-01
1
-1
/
+1
|
\
|
*
Update docs to version 4.0
clayjohn
2020-01-31
1
-1
/
+1
*
|
doc: Add an example for `Array.sort()`
Hugo Locurcio
2020-01-31
1
-1
/
+6
|
/
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-1
/
+1
*
Remove unnecessary extra spaces before comments in code examples.
Michael Alexsander
2020-01-23
1
-5
/
+5
*
sort_custom description and example updated
cajallen
2020-01-10
1
-3
/
+4
*
Be more specific about array return values.
Ryan Roden-Corrent
2019-12-22
1
-4
/
+4
*
Code format for true/false/null to make documentation consistent
PouleyKetchoupp
2019-11-02
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2019-09-24
1
-15
/
+15
*
Add array slice method
Cameron Reikes
2019-09-14
1
-0
/
+15
*
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
1
-6
/
+10
*
updated description of Array.shuffle to properly describe that it uses the sa...
hbina085
2019-05-11
1
-1
/
+1
*
Merge pull request #28125 from KoBeWi/code_true_code
Rémi Verschelde
2019-04-22
1
-3
/
+3
|
\
|
*
Consistently wrap booleans in [code]
Tomasz Chabora
2019-04-17
1
-3
/
+3
*
|
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-19
1
-2
/
+0
|
/
*
doc: Bump version to 3.2
Rémi Verschelde
2019-04-01
1
-1
/
+1
*
[DOCS] Minor classref updates.
Chris Bradfield
2019-02-24
1
-32
/
+32
*
doc: Fix formatting in code blocks
Rémi Verschelde
2018-12-14
1
-4
/
+4
*
[Docs] Remove double-spaces from descriptions, as well a couple other small f...
LikeLakers2
2018-09-23
1
-2
/
+2
*
Fix mistake in Array.xml
VirtualBox
2018-09-10
1
-1
/
+1
*
DocData: Fix return type listed as "var" instead of "Variant"
Rémi Verschelde
2018-08-31
1
-18
/
+18
*
doc: Sync classref with current source
Rémi Verschelde
2018-08-29
1
-1
/
+15
*
Small doc formating changes and Linux cursor theme note
Michael Alexsander Silva Dias
2018-08-05
1
-1
/
+2
*
Doc: Add example for array indexing
Rémi Verschelde
2018-07-17
1
-1
/
+10
[next]