summaryrefslogtreecommitdiff
path: root/src/cmd5.hpp
Commit message (Collapse)AuthorAge
* Remove redundant (void) parameters and return value castsBardur Arantsson2017-05-02
|
* Remove redundant "extern" on function declarationsBardur Arantsson2017-05-02
|
* Refactor object_type 'inscription' field to std::stringBardur Arantsson2016-09-17
| | | | | We don't really need quarks for this since we're not nearly as memory-constrained these days.
* 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.