summaryrefslogtreecommitdiff
path: root/src/spells3.cc
Commit message (Collapse)AuthorAge
* 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.
* Fix bug where Horns of Ylmir would use Shake's spell levelBardur Arantsson2015-02-23
|
* Move school_spells array to spells5.ccBardur Arantsson2015-02-23
|
* Consolide the two spell_type headersBardur Arantsson2015-02-23
|
* Fix header inclusion order problem in spells3.ccBardur Arantsson2015-02-23
| | | | | We failed to include spells3.hpp first, which could cause spurious trouble for clients of spells3.hpp.
* Move spell forward declarations from externs.h to spells3.hppBardur Arantsson2015-02-23
|
* Replace all empty "spell_info" functions with a single functionBardur Arantsson2015-02-23
|
* Inline get_target() into the one extant callerBardur Arantsson2015-02-23
|
* Make get_level_s staticBardur Arantsson2015-02-23
| | | | There was exactly one usage outside of spells3.cc, so inline that.
* Inline set_target into convey_recall() in spells3.ccBardur Arantsson2014-12-23
|
* Move find_position() to spells3.ccBardur Arantsson2014-12-23
| | | | Said file is the only place it's currently used.
* Remove all uses of sglibBardur Arantsson2014-12-18
|
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27