]> granicus.if.org Git - nethack/commit
fuzzer tweaks
authorPatR <rankin@nethack.org>
Mon, 17 Jun 2019 16:31:01 +0000 (09:31 -0700)
committerPatR <rankin@nethack.org>
Mon, 17 Jun 2019 16:31:01 +0000 (09:31 -0700)
commit24d6d6b070e8e23fdc4bfe3ba78da7c3b3007c36
tree8c449273c50ed1405e8aafb69c62cd80d4598cca
parent820320ba55a4db0dd6f962f416231393dd1fbf0f
fuzzer tweaks

Prevent the fuzzer from randomly toggling the 'silent' option.  If
you use the default value of True then this eliminates most--but not
all--of the beeping that happens when it is running.  I'm not sure
where the remaining beeps are coming from.

Modify the random keystroke selection to implement some bias towards
direction keys that I thought had already been there, plus a higher
chance to entering digits to initiate number responses.
src/cmd.c
src/options.c