summaryrefslogtreecommitdiff
path: root/src/utils/string.h
AgeCommit message (Collapse)AuthorFilesLines
2011-03-24Use a map to quickly find items and monsters by their nameThorbjørn Lindeijer1-1/+36
Introduced a template class NameMap, which provides a nice API for mapping any custom types by their name. This change also makes any duplicate item or monster definitions be complete ignored, rather than being merged into the first definition. Reviewed-by: Philipp Sehmisch Reviewed-by: Yohann Ferreira
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+86
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.