summaryrefslogtreecommitdiff
path: root/src/melee2.cc
Commit message (Collapse)AuthorAge
* Split option variables into separate header and source fileBardur Arantsson2015-03-07
| | | | | | | | | Remove unused testing_stack testing_carry options while we're at it.
* Move melee*.cc declaration to separate header filesBardur Arantsson2015-03-07
|
* Split object*.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Split files.cc declarations into separate header filesBardur 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
* Split traps.cc function declarations to separate fileBardur Arantsson2015-02-23
|
* Move cmd1.cc function declarations to separate header fileBardur Arantsson2015-02-23
| | | | Also remove unused step_effects() function while we're at it
* Move cave.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Remove smart_cheat optionBardur Arantsson2015-02-23
| | | | Behave as if always FALSE.
* Make make_attack_spell() staticBardur 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 skills.cc function declarations to skills.hppBardur Arantsson2015-02-23
|
* Remove effectively unused variablesBardur Arantsson2015-02-23
|
* Remove speak_unique optionBardur Arantsson2015-02-23
|
* Update HOOK_MONSTER_AI to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_MON_SPEAK to new-style hookBardur Arantsson2014-12-23
|
* Remove all uses of sglibBardur Arantsson2014-12-18
|
* 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