summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
|
* Remove ba_head, ba_nameBardur Arantsson2015-02-23
|
* Remove st_head, st_nameBardur Arantsson2015-02-23
|
* Remove wf_head, wf_name, wf_textBardur Arantsson2015-02-23
|
* Remove al_head, al_nameBardur Arantsson2015-02-23
|
* Remove s_head, s_name, s_textBardur Arantsson2015-02-23
|
* Remove t_head, t_name, t_textBardur Arantsson2015-02-23
|
* Remove ra_headBardur Arantsson2015-02-23
|
* Remove set_head, set_name, set_textBardur 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 ab_head, ab_name, ab_textBardur Arantsson2015-02-23
|
* Remove d_head, d_name, d_textBardur Arantsson2015-02-23
|