summaryrefslogtreecommitdiff
path: root/src/spells2.cc
Commit message (Expand)AuthorAge
* Clean up warnings about signed/unsigned comparisonsBardur Arantsson2015-02-23
* Rework MONSTER_EXP into a functionBardur Arantsson2015-02-23
* channel_the_elements() on sand should use *Fire* skill levelBardur Arantsson2015-02-23
* Reduce duplication slightly in channel_the_elements()Bardur Arantsson2015-02-23
* Move spell forward declarations from externs.h to spells3.hppBardur Arantsson2015-02-23
* Clean up compiler warningsBardur Arantsson2014-12-23
* Update HOOK_IDENTIFY to new-style hookBardur Arantsson2014-12-23
* Remove all uses of sglibBardur Arantsson2014-12-18
* Replace usleep with C++11 this_thread::sleep_for()Bardur Arantsson2014-12-16
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
* Switch almost everything over to C++Bardur Arantsson2013-09-27