summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/data-index.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
|
* Drop some useless parentheses.Adam Borowski2013-09-081-1/+1
|
* Check ranges in data_index directly.Neil Moore2013-06-251-2/+4
| | | | Also, have operator[] take a key rather than a raw integer.
* A data indexer templatePete Hurst2013-06-251-0/+50
This takes some coding out of creating an enum-indexed data list (existing examples would include lists of player status data, spell data, etc.)