--- nh343off/util/makedefs.c 2003-12-08 01:39:14.000000000 +0200 +++ nh343jl/util/makedefs.c 2004-07-20 09:24:40.935515784 +0300 @@ -417,6 +417,9 @@ * This should go away in the next version update. */ #define IGNORED_FEATURES ( 0L \ + | (1L << 17) /* TEXTCOLOR */ \ + | (1L << 20) /* EXP_ON_BOTL */ \ + | (1L << 21) /* SCORE_ON_BOTL */ \ | (1L << 23) /* TIMED_DELAY */ \ ) @@ -775,6 +778,73 @@ "zero-compressed save files", #endif save_bones_compat_buf, +#ifdef AOY_CONTAINER + "patch: baggable special items", +#endif +#ifdef HPMON + "patch: colored Hp monitor", +#endif +#ifdef DUMP_LOG + "patch: dump game end info", +#endif +#ifdef DYNKEY + "patch: dynamic keybinding", +#endif +#ifdef DEATH_EXPLORE + "patch: explore mode at death", +#endif +#ifdef GERMANKB + "patch: german keyboard (hardcoded)", +#endif +#ifdef HELPLESS + "patch: helplessness reasons", +#endif +#if defined(ITEMCAT) || defined(ITEMCAT_JP) + "patch: item categories", +#endif +#ifdef LOG_MOVES + "patch: log move counter", +#endif +#ifdef FORGET_QUITTER + "patch: no record entry for quitting", +#endif +#ifdef SHOP_CREDIT + "patch: no shop credit", +#endif +#ifdef QWERTZ + "patch: optionally change y/z commands", +#endif +#ifdef ARTI_WITH_OWNER + "patch: owned artifacts", +#endif +#ifdef PARANOID + "patch: paranoid", +#endif +#ifdef PROMPT_LOGEXP + "patch: prompt explore/wizard mode logging", +#endif +#ifdef SHOW_EXTINCT + "patch: show extinct monsters", +#endif +#ifdef SHOW_BORN + "patch: show monsters born", +#endif +#ifdef SORTLOOT + "patch: sortloot", +#endif +#ifdef ADJSPLIT + "patch: splittable #adjust", +#endif +#ifdef MENU_COLOR +# ifdef MENU_COLOR_REGEX + "patch: tty menu colors via regular expressions", +# else + "patch: tty menu colors via pmatch", +# endif +#endif +#ifdef WIN_EDGE + "patch: win_edge", +#endif "basic NetHack features" };