summaryrefslogtreecommitdiff
path: root/src/monster2.cc
Commit message (Collapse)AuthorAge
* Split files.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Split levels.cc declarations to separate header fileBardur Arantsson2015-03-07
|
* Split monster3.cc declarations to separate header fileBardur Arantsson2015-03-07
|
* Split monster2.cc declarations into separate headerBardur Arantsson2015-03-07
|
* Split util.cc function declarations into separate header filesBardur Arantsson2015-02-23
| | | | | We need one .h file and one .hpp since some of the functions are being called from plain C code.
* Split spells2.cc function declarations to separate header fileBardur Arantsson2015-02-23
|
* Split spells1.cc declarations to separate header fileBardur Arantsson2015-02-23
| | | | Make a couple of the functions static while we're at it
* Move cave.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Move xtra2.cc functions to separate headerBardur Arantsson2015-02-23
| | | | Remove some functions and make others static while we're at it.
* Move xtra1.cc function declarations to separate headerBardur Arantsson2015-02-23
| | | | | Make a couple of functions private to the module while we're at it.
* Move randart.cc declarations to separate headerBardur Arantsson2015-02-23
|
* Move mimic.cc function delcarations into separate headerBardur Arantsson2015-02-23
|
* Remove re_head, re_nameBardur Arantsson2015-02-23
|
* Replace r_idx parameter with direct borrowed pointer in mego_ok()Bardur Arantsson2015-02-23
|
* Remove r_name, r_text, r_head in favor of simple stringsBardur Arantsson2015-02-23
|
* 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