summaryrefslogtreecommitdiffstats
path: root/core/variant/dictionary.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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