]> granicus.if.org Git - nethack/commit
paranoid_confirmation [expanded user patch] (trunk only; 2 of 2)
authornethack.rankin <nethack.rankin>
Sat, 5 Mar 2011 10:09:48 +0000 (10:09 +0000)
committernethack.rankin <nethack.rankin>
Sat, 5 Mar 2011 10:09:48 +0000 (10:09 +0000)
commit2ec7b5d2f6d60da9de49f47a2cebba3369893f86
treefce8d37b6e0347f9bcf2a8df06b53adaf670e37a
parentfa6098bfd49ef3528cb9c6ef6a9b10978e0aed26
paranoid_confirmation [expanded user patch] (trunk only; 2 of 2)

[Short writeup; see 'cvs log' of flag.h or options.c for the long one.]

     This is a reworking of user contributed patch known as Paranoid_Quit.

     Add a new compound option, paranoid_confirmation, accepting a space
separated list of values "quit die attack pray Remove"; default is "pray".
paranoid:quit   - yes vs y for "really quit?" and "enter explore mode?"
paranoid:die    - yes vs y for "die?" in explore mode or wizard mode
paranoid:attack - yes vs y for "really attack <peacful monster>?"
paranoid:pray   - y to pray; supersedes prayconfirm boolean; on by default
paranoid:Remove - always issue an inventory prompt for 'R' an 'T', even
  when only one applicable item is currently worn.
dat/opthelp
doc/Guidebook.mn
doc/Guidebook.tex
doc/fixes35.0
include/extern.h
include/patchlevel.h
src/cmd.c
src/do_wear.c
src/end.c
src/pray.c
src/uhitm.c