summaryrefslogtreecommitdiff
path: root/src/cmd5.hpp
Commit message (Collapse)AuthorAge
* Rework RF{4,5,6}_* monster spell flags to flag_set<>Bardur Arantsson2016-06-20
|
* Split use_symbiotic_power() into two separate functionsBardur Arantsson2016-03-10
| | | | | This split makes it much clearer which functionality is being used at call sites. We also eliminate a little bit of duplicate code.
* Use proper "bool" for use_symbiotic_power() parametersBardur Arantsson2016-03-10
|
* Remove unused parameter from use_symbiotic_power()Bardur Arantsson2016-03-10
|
* Refactor use_symbiotic_power() to use std::vectorBardur Arantsson2016-03-10
|
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* Limit is_spell_ok() parameter to pval instead of object_typeBardur Arantsson2015-03-22
|
* Move cmd5.cc function declarations to separate header fileBardur Arantsson2015-02-23
Make a few of functions static, remove dead code and fix a few stray declarations while we're at it.