index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
ordered_hash_map.h
Age
Commit message (
Expand
)
Author
2020-05-19
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-04-20
Don't crash on printing nested types
Hein-Pieter van Braam-Stewart
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-11-04
make ConfigFile sections ordered
Karroffel
2017-11-03
make ConfigFile use OrderedHashMap
Karroffel
2017-09-08
Fix various assorted warnings
Hein-Pieter van Braam
2017-08-13
Implement OrderedHashMap
Ruslan Mustakov