]> granicus.if.org Git - nethack/commit
Add whatis_filter option to filter eligible map locations for travel
authorPasi Kallinen <paxed@alt.org>
Mon, 31 Jul 2017 13:58:23 +0000 (16:58 +0300)
committerPasi Kallinen <paxed@alt.org>
Mon, 31 Jul 2017 13:58:23 +0000 (16:58 +0300)
commit439028dcaeaefeceed5bcc4a6b0381eeb4f1cb56
tree3a7acc067c7799f9341f63fcce6981f88ab495d1
parent6b851e05033f329287f38e3a228d6042f0d881b0
Add whatis_filter option to filter eligible map locations for travel

Compound option whatis_filter, filters the eligible map locations
when getting a cursor location for targeting. Accepts 'n' (none),
'v' (map locations in view), or 'a' (map locations in the same area,
eg. room or corridor).
13 files changed:
dat/opthelp
doc/Guidebook.mn
doc/Guidebook.tex
doc/fixes36.1
include/decl.h
include/extern.h
include/flag.h
include/rm.h
include/sp_lev.h
src/cmd.c
src/do_name.c
src/options.c
src/sp_lev.c