summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
Commit message (Collapse)AuthorAge
...
* Move gods.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Move modules.cc declarations to separate headerBardur Arantsson2015-02-23
|
* Move corrupt.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Remove rp_head, rp_name, rp_text, rmp_head, rmp_name, rmp_textBardur Arantsson2015-02-23
|
* Remove c_head, c_name, c_textBardur Arantsson2015-02-23
|
* Remove old bounty codeBardur Arantsson2015-02-23
| | | | | None of it actually seems to be used any longer; the bounty hunter quest is delegated to q_bounty.cc.
* Remove effectively unused variablesBardur 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 r_name, r_text, r_head in favor of simple stringsBardur Arantsson2015-02-23
|
* Remove unused music_extra2 flagBardur Arantsson2015-02-23
|
* Remove last remnants of the Merchant classBardur Arantsson2015-02-23
| | | | | | - Merchant's guild removed, it was unusable anyway - Removed "loan" code - Removed PWR_MERCHANT code
* Rework MONSTER_EXP into a functionBardur Arantsson2015-02-23
|
* Move school_spells array to spells5.ccBardur Arantsson2015-02-23
|
* Consolide the two spell_type headersBardur Arantsson2015-02-23
|
* Remove old-style hooks codeBardur Arantsson2014-12-23
|
* Remove old-style HOOK_GAME_START invocationBardur Arantsson2014-12-23
|
* Remove unused HOOK_FIREBardur Arantsson2014-12-23
|
* Remove unused HOOK_KEYPRESSBardur Arantsson2014-12-23
|
* Update HOOK_DIE to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_END_TURN to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_RECALL to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_{LEVEL_REGEN,NEW_LEVEL} to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_FORBID_TRAVEL to new-style hookBardur Arantsson2014-12-23
|
* Remove inkey_scan and inkey_xtra globalsBardur Arantsson2014-11-20
|
* Remove graphics supportBardur Arantsson2014-07-02
|
* Remove pointless Term_userBardur Arantsson2014-06-26
|
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
|
* Remove cmovie supportBardur Arantsson2014-06-25
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27