summaryrefslogtreecommitdiff
path: root/src/monster2.cc
Commit message (Collapse)AuthorAge
* Rework MONSTER_EXP into a functionBardur Arantsson2015-02-23
|
* Update HOOK_NEW_MONSTER to new-style hookBardur Arantsson2014-12-23
|
* Replace COPY() macro use with assignmentBardur Arantsson2014-06-26
| | | | | There seems to be no compelling reason to use COPY() or memcpy()
* Replace usages of WIPE/C_WIPE with memset()Bardur Arantsson2014-06-26
|
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
|
* Remove a usage of vstrnfmt()Bardur Arantsson2014-06-26
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27