summaryrefslogtreecommitdiff
path: root/src/cmd5.cc
Commit message (Collapse)AuthorAge
...
* Change get_level_school() to use direct spell_type pointer instead of indexBardur Arantsson2015-02-23
|
* Use get_level_school explicitly in is_ok_spellBardur Arantsson2015-02-23
| | | | | We are guaranteed that is_ok_spell is only ever called on "school spells", so this should be behavior-preserving.
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27