summaryrefslogtreecommitdiff
path: root/src/spells4.cc
Commit message (Expand)AuthorAge
* Restrict stringstream to ostringstream in spell_school_nameBardur Arantsson2015-02-23
* Simplify spell_type_for_each to spell_type_get_schoolsBardur Arantsson2015-02-23
* Remove now-unused object parameter from spellcasting functionsBardur Arantsson2015-02-23
* Move school_spells array to spells5.ccBardur Arantsson2015-02-23
* Consolide the two spell_type headersBardur Arantsson2015-02-23
* Move spell forward declarations from externs.h to spells3.hppBardur Arantsson2015-02-23
* Split spell_chance into device and book variantsBardur Arantsson2015-02-23
* Change get_level_school() to use direct spell_type pointer instead of indexBardur Arantsson2015-02-23
* Rework spell_type_description_foreach to use lambdasBardur Arantsson2014-12-23
* Remove spurious FIXMEsBardur Arantsson2014-12-23
* 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