summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Remove (effectively) unused wilderness_gen parameterBardur Arantsson2015-03-07
|
* Split wild.cc declarations to separate header fileBardur Arantsson2015-03-07
|
* Remove (effectively) unused add_level_generator parametersBardur Arantsson2015-03-07
|
* Split generate.cc declarations to separate header fileBardur Arantsson2015-03-07
|
* Split gen_*.cc declarations to separate header filesgeBardur 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 monster1.cc declarations to separate headerBardur Arantsson2015-03-07
|
* Remove effectively dead squelch codeBardur 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 spells6.cc declarations to separate header fileBardur Arantsson2015-02-23
|
* Split spells4.cc declarations into separate header fileBardur Arantsson2015-02-23
|
* Split spells2.cc function declarations to separate header fileBardur Arantsson2015-02-23
|
* Remove huge amount of dead code from spells2.ccBardur 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
* Make summon_dragon_riders() staticBardur Arantsson2015-02-23
|
* Split traps.cc function declarations to separate fileBardur Arantsson2015-02-23
|
* Split powers function declarations to separate header fileBardur Arantsson2015-02-23
|
* Make a couple of functions staticBardur Arantsson2015-02-23
|
* Fix problem in GroupingCondition::remove_childBardur Arantsson2015-02-23
|
* Remove dead code/flagsBardur Arantsson2015-02-23
|
* Remove dead declarations/codeBardur Arantsson2015-02-23
| | | | Tidy up scan_floor a little to avoid unused cases and parameters.
* Move cmd7.cc function declarations to separate header fileBardur Arantsson2015-02-23
| | | | Make a few of the functions static while we're at it.
* Move cmd6.cc function declarations to separate header fileBardur Arantsson2015-02-23
|
* Move cmd5.cc function declarations to separate header fileBardur Arantsson2015-02-23
| | | | | Make a few of functions static, remove dead code and fix a few stray declarations while we're at it.
* Move cmd4.cc function declarations to separate header fileBardur Arantsson2015-02-23
| | | | Remove a little dead code while we're at it.
* Move cmd3.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Move cmd2.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Make do_cmd_tunnel_aux() staticBardur Arantsson2015-02-23
|
* Make do_cmd_unwalk() staticBardur 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 help.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Move cave.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Make "vernum" load/save variable static to loadsave.ccBardur Arantsson2015-02-23
|
* Make a few functions module-static and remove dead codeBardur Arantsson2015-02-23
|
* Move birth.cc function declarations to separate headerBardur Arantsson2015-02-23
| | | | | We leave the no_begin_screen variable because it needs to be accessed by non-C++ code.
* Remove smart_cheat optionBardur Arantsson2015-02-23
| | | | Behave as if always FALSE.
* Remove dead codeBardur Arantsson2015-02-23
|
* Remove dead codeBardur Arantsson2015-02-23
|
* Remove monster_lite optionBardur Arantsson2015-02-23
| | | | We act as if it's always set.
* "Inline" cmovie_clean_line in files.ccBardur Arantsson2015-02-23
| | | | | It wasn't being used anywhere else, so we might as well limit is definition scope.
* Remove dead codeBardur Arantsson2015-02-23
|
* Remove redundant declarationBardur Arantsson2015-02-23
|
* Make a few functions staticBardur Arantsson2015-02-23
|
* Make make_attack_spell() staticBardur Arantsson2015-02-23
|
* Remove dead codeBardur Arantsson2015-02-23
|
* Move bldg.cc declarations to separate headerBardur Arantsson2015-02-23
|
* Move show_god_info() declaration to its proper locationBardur Arantsson2015-02-23
| | | | Remove unused parameter while we're at it.
* Remove dead codeBardur Arantsson2015-02-23
|