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