Age | Commit message (Expand) | Author |
2022-03-14 | Remove generating of null comparison operators from documentation | Yuri Roubinsky |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-02-12 | Clarify identical `hash()` return values due to collisions | Hugo Locurcio |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-10-29 | Move the docs for constructors and operators out of methods section | Aaron Franke |
2021-10-06 | doc: Update links to latest documentation after content reorganization | Rémi Verschelde |
2021-09-30 | Merge pull request #53076 from zacryol/dict-typo-fix | Max Hilbrunner |
2021-09-30 | Fix doc for Dictionary.erase | Haoyu Qiu |
2021-09-26 | Fix typo with example variable name in Dictionary docs, and fix error in C# e... | zacryol |
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke |
2021-09-17 | Allow comparing equality between builtin types and null | George Marques |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-03-19 | class reference proofreading | Paul Joannon |
2021-03-18 | doc: Sync classref with current source | Rémi Verschelde |
2021-01-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-11-14 | Improve the Dictionary class documentation | Hugo Locurcio |
2020-11-10 | doc: Sync classref to add operators after #43419 | Rémi Verschelde |
2020-11-09 | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde |
2020-11-01 | Port code examples to C# (D) | HaSa1002 |
2020-10-01 | Link to demos from within the class reference | Aaron Franke |
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio |
2020-06-12 | Document the `in` operator in String, Array and Dictionary classes | Hugo Locurcio |
2020-06-10 | Mention ordering caveats for `Dictionary.hash()` | Hugo Locurcio |
2020-05-16 | Document that Dictionary is always passed as reference | Hugo Locurcio |
2020-04-19 | Correct the addition of a key and the duplication of a variable name | Marcel Admiraal |
2020-04-12 | Improve the Dictionary class documentation | Hugo Locurcio |
2020-04-02 | Clarify Dictionary duplicate params godotengine#37162 | Zak Grumbles |
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-22 | doc: Sync classref with apparent Variant return type changes | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
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-23 | doc: Misc updates for AnimationNode* and others | Rémi Verschelde |
2020-01-20 | Improve dictionary description | Feniks |
2019-11-11 | Mention that `Dictionary.hash()` can be used for equality comparisons | Hugo Locurcio |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |
2019-05-23 | Change "Return" to "Returns" where necessary in XML documentation | Sean Heffernan |
2019-05-04 | Document dictionary erase return value | lopho |
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-05 | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-... | Rémi Verschelde |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde |
2019-03-29 | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass] | Ignacio Etcheverry |
2019-03-14 | [DOCS] minor classref updates | Chris Bradfield |
2019-02-10 | added warnings about Dictionary element erasure while iterating over it | Evgeny Savelyev |
2018-11-20 | doc: Sync classref with current source | Rémi Verschelde |
2018-11-19 | Added Python-like .get() method to Dictionary in GDScript #20488 | m |