summaryrefslogtreecommitdiff
path: root/src/xtra2.cc
Commit message (Expand)AuthorAge
* Remove rp_head, rp_name, rp_text, rmp_head, rmp_name, rmp_textBardur Arantsson2015-02-23
* Remove d_head, d_name, d_textBardur 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 unused BACT_* values, including Arena codeBardur Arantsson2015-02-23
* Remove a few unused fields in player_typeBardur Arantsson2015-02-23
* Remove k_name, k_text, k_head in favor of simple stringsBardur Arantsson2015-02-23
* Remove r_name, r_text, r_head in favor of simple stringsBardur Arantsson2015-02-23
* Remove speak_unique optionBardur Arantsson2015-02-23
* Remove unused HOOK_PLAYER_EXPBardur Arantsson2014-12-23
* Update HOOK_PLAYER_LEVEL to new-style hookBardur Arantsson2014-12-23
* Update HOOK_MONSTER_DEATH to new-style hookBardur Arantsson2014-12-23
* Make ang_sort_* private to xtra2.ccBardur Arantsson2014-12-16
* Replace uses of stricmp with boost::algorithm::iequalsBardur Arantsson2014-12-16
* Remove graphics supportBardur Arantsson2014-07-02
* Replace COPY() macro use with assignmentBardur Arantsson2014-06-26
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
* Switch almost everything over to C++Bardur Arantsson2013-09-27