From 64e3cd72a45b7e673b2562060caf1a5ffde25bde Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 26 Feb 2020 14:32:07 -0500 Subject: [PATCH] fixes37.0 update for options overhaul --- doc/fixes37.0 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/fixes37.0 b/doc/fixes37.0 index 9e42f5ee2..8cf054b17 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -227,4 +227,9 @@ unified the code for obtaining the inventory letter value for sortloot unified the code for (un)locking boxes in inventory unified the code for finding room pos for some features unified the code for revealing hiding monsters for mvm attacks - +options overhaul: moved the option definitions into include/optlist.h; + combined the boolean and compound options into one allopt[] array; + each option has its own individual function for setting the option, + for retrieving the option value, and for processing the option + following its selection in the 'O' menu, added doc/options.doc file. +recglyph_darkroom() relocated from options.c to display.c