summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Move xtra2.cc functions to separate headerBardur Arantsson2015-02-23
| | | | Remove some functions and make others static while we're at it.
* Move xtra1.cc function declarations to separate headerBardur Arantsson2015-02-23
| | | | | Make a couple of functions private to the module while we're at it.
* Move store.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Make is_blessed() staticBardur Arantsson2015-02-23
|
* Move randart.cc declarations to separate headerBardur Arantsson2015-02-23
|
* Move notes.cc functions to separate headerBardur Arantsson2015-02-23
|
* Move squeltch.cc function declarations to new include fileBardur Arantsson2015-02-23
|
* Move status.cc function declarations to status.hppBardur Arantsson2015-02-23
|
* Move skills.cc function declarations to skills.hppBardur Arantsson2015-02-23
|
* 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
|
* Move mimic.cc function delcarations into separate headerBardur Arantsson2015-02-23
|
* Remove easy_{disarm,tunnel,open}Bardur Arantsson2015-02-23
| | | | | | | | We behave is if the options (in the old code) were set to their defaults, *except* for easy_disarm which is rather dangerous. Because of the dangerousness we behave as if easy_disarm==FALSE, except for picking the "obvious" choice if there is one when using the (D)isarm command.
* Remove f_head, f_name, f_textBardur Arantsson2015-02-23
|
* Remove ow_head, ow_nameBardur Arantsson2015-02-23
|