summaryrefslogtreecommitdiff
path: root/src/variable.cc
Commit message (Collapse)AuthorAge
...
* 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
|
* Remove ANGBAND_DIR_CMOVBardur Arantsson2014-06-25
| | | | It's unused since the removal of cmovie support.
* Fix an overflow with allocation valuesBardur Arantsson2013-09-27
|
* Remove the stack_force_* and stack_allow_* optionsBardur Arantsson2013-09-27
| | | | We now behave as if they were all true.
* Switch almost everything over to C++Bardur Arantsson2013-09-27