summaryrefslogtreecommitdiffstats
path: root/doc/classes/Dictionary.xml
Commit message (Expand)AuthorAgeFilesLines
* Add a sort method to Dictionary and HashMapAaron Franke2024-10-021-0/+6
* Bind Array get and set functionsAaron Franke2024-09-261-0/+8
* Implement typed dictionariesThaddeus Crews2024-09-041-0/+95
* Fix several typos in the documentationHaoyu Qiu2024-08-021-1/+0
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-121-0/+8
* Update links to outdated asset library demosskyace652024-04-071-2/+2
* Allow returning Dictionary after mergingkobewi2024-03-061-0/+18
* Add a `get_or_add` method to DictionaryAaron Franke2023-12-061-0/+8
* Add an example for `Dictionary.merge()`, mention lack of recursionHugo Locurcio2023-10-311-0/+36
* Fix many typos in documentationSeptian2023-07-191-1/+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
* C#: Fix dictionary key lookup documentationRaul Santos2023-06-021-3/+3
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-4/+4
* 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
* Fix C# examples in documentationRaul Santos2023-01-311-2/+2
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-1/+1
* Fix various typos with codespellRémi Verschelde2023-01-301-1/+1
* GDScript: Fix test for read-only state of constantsDmitrii Maganov2023-01-271-0/+12
* GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-251-1/+1
* Fix typos with codespellRémi Verschelde2022-12-151-1/+1
* Overhaul Dictionary DocumentationMicky2022-12-051-94/+73
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Fill random docskobewi2022-10-071-0/+3
* Fix typos in Dictionary.xmlvolokh0x2022-09-061-2/+2
* Add Dictionary.find_key()kobewi2022-08-161-1/+9
* [doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney2022-08-121-2/+2
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-12/+12
* Merge pull request #59883 from KoBeWi/merge_thisRémi Verschelde2022-06-061-0/+8
|\
| * Add Dictionary.merge()kobewi2022-05-311-0/+8
* | Fix class name : change "string" to "String"dtesniere2022-05-291-1/+1
|/
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Clarify identical `hash()` return values due to collisionsHugo Locurcio2022-02-121-1/+2
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-27/+31
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Merge pull request #53076 from zacryol/dict-typo-fixMax Hilbrunner2021-09-301-6/+5
|\
| * Fix typo with example variable name in Dictionary docs, and fix error in C# e...zacryol2021-09-261-6/+5
* | Fix doc for Dictionary.eraseHaoyu Qiu2021-09-301-1/+2
|/
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-52/+26
* class reference proofreadingPaul Joannon2021-03-191-2/+2
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-9/+9
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-7/+7
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Improve the Dictionary class documentationHugo Locurcio2020-11-141-33/+45
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-2/+26