summaryrefslogtreecommitdiff
path: root/src/monster1.cc
Commit message (Collapse)AuthorAge
* Refactor race_info_idx() to avoid "invisible" static pointersBardur Arantsson2015-12-11
|
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
| | | | | - Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
* Split monster2.cc declarations into separate headerBardur Arantsson2015-03-07
|
* Split monster1.cc declarations to 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.
* Remove re_head, re_nameBardur Arantsson2015-02-23
|
* Remove r_name, r_text, r_head in favor of simple stringsBardur Arantsson2015-02-23
|
* Remove depth_in_feet option; always use levelBardur Arantsson2015-02-23
|
* Remove graphics supportBardur Arantsson2014-07-02
|
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27