summaryrefslogtreecommitdiff
path: root/src/options.hpp
Commit message (Collapse)AuthorAge
* Remove option_{flag,mask} arraysBardur Arantsson2016-09-17
|
* Move all options to a struct instead of using globalsBardur Arantsson2016-09-17
|
* Move non-boolean options to options.cc tooBardur Arantsson2016-09-17
|
* Remove inventory_no_move optionBardur Arantsson2016-09-17
|
* Remove 'alert_failure' optionBardur Arantsson2016-06-23
| | | | It does nothing interesting anyway.
* Remove 'alert_hitpoint' option; behave as if always setBardur Arantsson2016-06-23
| | | | | | This actually preserves previous behavior since setting the warning threshold to 0% (default) has the same effect as disabling the alert entirely.
* Remove expand_{list,look} options; behave as if always setBardur Arantsson2015-06-07
|
* Remove prompt_pickup_heavy option; behave as if always setBardur Arantsson2015-06-07
|
* Add a no-selling birth optionmiramor2015-03-23
|
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
| | | | | - Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
* Move "Birth options" to options.{cc,hpp}Bardur Arantsson2015-03-07
|
* Split "ToME options" out into options.{cc,hpp}Bardur Arantsson2015-03-07
|
* Split option variables into separate header and source fileBardur Arantsson2015-03-07
Remove unused testing_stack testing_carry options while we're at it.