summaryrefslogtreecommitdiffstats
path: root/core/variant/dictionary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Allow returning Dictionary after mergingkobewi2024-03-061-0/+7
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-1/+1
* Add a `get_or_add` method to DictionaryAaron Franke2023-12-061-0/+9
* Merge pull request #74588 from puchik/float-variant-nan-inequalityRémi Verschelde2023-09-271-1/+1
|\
| * Support both semantic (by default) and numeric Variant hash comparisonArman Elgudzhyan2023-08-311-1/+1
* | [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-1/+1
|/
* Added the missing second case for string keysMario Liebisch2023-03-111-2/+4
* Fixed read-only dictionaries adding missing keysMario Liebisch2023-03-101-1/+6
* GDScript: Fix test for read-only state of constantsDmitrii Maganov2023-01-271-8/+2
* GDScript: Begin making constants deep, not shallow or flatDmitrii Maganov2023-01-081-10/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify String and StringNamerune-scape2022-12-051-46/+10
* Add Dictionary.find_key()kobewi2022-08-161-0/+9
* Clean up Hash Functionsreduz2022-06-201-4/+4
* Add Dictionary.merge()kobewi2022-05-311-0/+8
* Implement read-only dictionaries.reduz2022-05-161-5/+55
* Add a new HashMap implementationreduz2022-05-121-39/+46
* Merge pull request #56337 from cdemirer/fix-array-dictionary-idRémi Verschelde2022-01-231-1/+1
|\
| * Fix Array and Dictionary id() and dictionary test bugcdemirer2021-12-301-1/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Modify Dictionary::operator== to do real key/value comparison with recursive ...Emmanuel Leblond2021-10-301-6/+56
* Force String as Dictionary key instead of StringNamereduz2021-07-011-7/+52
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-4/+4
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+273