summaryrefslogtreecommitdiffstats
path: root/core/hash_map.h
Commit message (Expand)AuthorAgeFilesLines
* Call CRASH_COND_MSG if key not found in HashMap get function.Marcel Admiraal2020-07-011-2/+2
* Remove unused function get_key_value_ptr_array from hash_map.h and also fix p...unknown2020-06-051-16/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-22/+41
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-46/+0
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-141-4/+4
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-17/+7
* Replace NULL with nullptrlupoDharkael2020-04-021-26/+26
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Initialise VMap and HashMap values to the default when they are created.Marcel Admiraal2019-10-241-0/+1
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-13/+3
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-3/+8
* Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-9/+10
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixing warnings generated by MSVCDualtagh Murray2018-10-191-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-6/+6
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add several unlikely() macrosHein-Pieter van Braam2017-12-171-8/+9
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-3/+3
* added OAHashMap typeKarroffel2017-09-191-33/+0
* Merge pull request #10318 from endragor/ordered-hash-mapRémi Verschelde2017-09-011-38/+52
|\
| * Implement OrderedHashMapRuslan Mustakov2017-08-131-38/+52
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|/
* Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-081-3/+3
* Implement well-defined handling of unrecoverable errorsPedro J. Estébanez2017-07-051-2/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-184/+158
* Correct hash behavior for floating point numbersHein-Pieter van Braam2017-02-161-28/+33
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* Dictionary keys are now sorted by insertion orderJuan Linietsky2017-01-081-0/+14
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* remove trailing whitespaceHubert Jarosz2016-03-091-165/+165
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* A bit of everything:Juan Linietsky2014-05-141-8/+7
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+630