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
/
templates
/
hash_map.h
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-06-23
Optimize HashMap/HashSet using fastmod
Hendrik Brucker
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-01-04
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-13
Fix HashMap element copy leaving hash as zero
Pedro J. Estébanez
2021-10-08
Avoid the need for copy assignment in HashMap key/data types
Pedro J. Estébanez
2021-06-07
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-11-23
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz