summaryrefslogtreecommitdiff
path: root/src/object_kind.hpp
Commit message (Collapse)AuthorAge
* Remove "tried" flagBardur Arantsson2018-03-25
| | | | It's no longer used.
* Refactor powers to an associative containerBardur Arantsson2018-03-25
| | | | This affords more flexibility when adding/removing powers.
* Move k_idx to object_kindBardur Arantsson2018-03-25
|
* Change object_kind::{text,name} to std::stringBardur Arantsson2018-03-25
|
* Move k_allow_special to object_kind memberBardur Arantsson2018-03-25
| | | | | (It's not quite right, but it's better than a global, and we already have a few run-time values in there already.)
* Rework TR{1,2,3,4,5}_* flags to flag_set<>Bardur Arantsson2016-06-21
|
* Change object_kind to non-POD typeBardur Arantsson2016-06-20
|
* Remove unused object_kind field "extra"Bardur Arantsson2015-12-11
|
* Remove Alchemist class and associated skills/codeBardur Arantsson2015-12-11
| | | | | | Alchemy has always been ridiculously broken and there's been a huge amount of horrible code to support it. Sorry to any fans of Alchemy, but it's got to go.
* Split types.h into separate header for each typeBardur Arantsson2015-06-07