summaryrefslogtreecommitdiff
path: root/core/dictionary.cpp
AgeCommit message (Expand)Author
2018-10-06Remove redundant "== false" codeAaron Franke
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-14Dictionary: remove erase_checked(key), make erase(key) return boolIgnacio Etcheverry
2018-07-18Add Dictionary::erase_checked(key) methodIgnacio Etcheverry
2018-05-19Dictionary editing support in inspectorJuan Linietsky
2018-03-13Duplicate Arrays and Dictionaries when instancing scene in editorBojidar Marinov
2018-01-27Use the appropriate Variant hash and compare functions for DictionariesHein-Pieter van Braam
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Dictionary::copy -> ::duplicateWill Nations
2017-12-05fix Dictionary iterationkarroffel
2017-11-09fix dictionary constant access crashKarroffel
2017-11-05make Dictionary use OrderedHashMapKarroffel
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-07-23Requesting for dictionary keys also respects insertion order, closes #9161Juan Linietsky
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-11Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky
2017-01-08Moved JSON functions to built-in to_json, parse_json, validate_jsonJuan Linietsky
2017-01-08Dictionary keys are now sorted by insertion orderJuan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-06-05Added Dictionary.values()J08nY
2016-04-04dictionary has_allAlexander Holland
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-13-hash dictionaries properly instead of using pointer, fixes #2880Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-01-02Fix for bug 1088Muresan Vlad aka Mury
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky