summaryrefslogtreecommitdiff
path: root/src/spell_type.hpp
Commit message (Collapse)AuthorAge
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* Rename miscellaneous .h headers to .hppBardur Arantsson2015-03-22
|
* Simplify spell_type_for_each to spell_type_get_schoolsBardur Arantsson2015-02-23
|
* Remove now-unused object parameter from spellcasting functionsBardur Arantsson2015-02-23
|
* Change "activation spells" to use the old styleBardur Arantsson2015-02-23
| | | | | | | | This fits in better with the rest of the code and lets us clean up the spell handling a bit. Activation failure rate for the moved items may have changed slightly, but it doesn't seem like this would be much of an issue.
* Consolide the two spell_type headersBardur Arantsson2015-02-23
|
* Rework spell_type_description_foreach to use lambdasBardur Arantsson2014-12-23