summaryrefslogtreecommitdiff
path: root/src/variable.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.
* Make a couple of declarations staticBardur Arantsson2015-03-07
|
* Remove unused declarations from externs.hBardur Arantsson2015-03-07
|
* Remove unused "rand_birth" global variableBardur Arantsson2015-03-07
|
* Move wizard2.cc declarations to separate header fileBardur Arantsson2015-03-07
| | | | | | Move the tvals[] array to variable.cc together with most of the other globals. Mark a few local functions "static" while we're at it.
* Split object*.cc declarations into separate header filesBardur 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.
* Make "vernum" load/save variable static to loadsave.ccBardur Arantsson2015-02-23
|
* Remove smart_cheat optionBardur Arantsson2015-02-23
| | | | Behave as if always FALSE.
* Remove monster_lite optionBardur Arantsson2015-02-23
| | | | We act as if it's always set.
* 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
|
* Remove re_head, re_nameBardur Arantsson2015-02-23
|
* Remove e_name, e_text, e_headBardur Arantsson2015-02-23
|
* Remove v_name, v_text, v_headBardur Arantsson2015-02-23
|
* Remove unused k_* variablesBardur Arantsson2015-02-23
|
* Replace a_head, a_name, a_text with simple char *Bardur 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 dead declarationsBardur Arantsson2015-02-23
|
* Remove r_name, r_text, r_head in favor of simple stringsBardur Arantsson2015-02-23
|
* Remove auto_destroy optionBardur Arantsson2015-02-23
|
* Remove no-op view_reduce_view optionBardur Arantsson2015-02-23
|
* Remove speak_unique optionBardur Arantsson2015-02-23
|
* Remove option plain_descriptionsBardur Arantsson2015-02-23
|
* Remove depth_in_feet option; always use levelBardur Arantsson2015-02-23
|
* Remove exp_need option; behave as if always setBardur Arantsson2015-02-23
|
* Move school_spells array to spells5.ccBardur Arantsson2015-02-23
|
* Make "pref_tmp_value" localBardur Arantsson2014-12-23
|
* Remove unused angband_sound_nameBardur Arantsson2014-12-23
|
* Enable "maxmize stats" permanentlyBardur Arantsson2014-12-23
|
* Make ang_sort_* private to xtra2.ccBardur Arantsson2014-12-16
|
* Remove inkey_scan and inkey_xtra globalsBardur Arantsson2014-11-20
|
* Remove graphics supportBardur Arantsson2014-07-02
|
* Remove "platform" sound supportBardur Arantsson2014-07-02
|
* Remove most of z-virt.[ch]Bardur Arantsson2014-06-27
| | | | | This commit leaves only safe_calloc() as a convenient "non-failing" calloc().
* Remove unused ANGBAND_DIR_{SCPT,PATCH}Bardur Arantsson2014-06-27
|