summaryrefslogtreecommitdiff
path: root/src/object_type.hpp
Commit message (Collapse)AuthorAge
* Rework TR{1,2,3,4,5}_* flags to flag_set<>Bardur Arantsson2016-06-21
|
* Change object_type to non-POD typeBardur Arantsson2016-06-20
|
* Refactor cave_type and monster_type to use non-intrusive listsBardur Arantsson2015-08-01
| | | | | We use vectors of object indexes instead of embedding the list within object_type itself.
* Split types.h into separate header for each typeBardur Arantsson2015-06-07