aboutsummaryrefslogtreecommitdiff
path: root/core/ordered_hash_map.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+2
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-12/+14
|
* make ConfigFile sections orderedKarroffel2017-11-041-28/+12
|
* make ConfigFile use OrderedHashMapKarroffel2017-11-031-1/+1
|
* Fix various assorted warningsHein-Pieter van Braam2017-09-081-3/+3
| | | | | Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp.
* Implement OrderedHashMapRuslan Mustakov2017-08-131-0/+315