Files
nethack/dat
nethack.rankin 94327317c2 pile_limit option - movement feedback "there are objects here" (trunk only)
Something that pops up in the newsgroup periodically, with <Someone>
inevitably pointing out the bit of code that the user needs to tweak,
about control of feedback when hero is walking across floor objects.
Implement new option ``pile_limit'' which allows user to set the point
at which the game switches from listing the objects to giving "there are
several/many objects here".  Default is 5, same as previous hard-coded
value (1 object gets listed via pline, 2..4 are listed in a corner popup,
5 or more objects yields a pline message instead).  Setting pile_limit
to 0 means no limit, so objects will always be listed regardless of pile
size.  Setting it to 1 effectively forces no listing since any non-empty
pile size is always at least that big, so can produce "there is an object
here" even though that's no briefer than a pline() to show one object.
2007-04-27 02:05:28 +00:00
..
2003-04-05 02:14:52 +00:00
2007-02-08 20:46:01 +00:00
2006-03-19 06:48:47 +00:00
2005-02-03 05:09:37 +00:00
2005-11-26 02:34:23 +00:00
2005-11-26 02:34:23 +00:00
2002-01-05 21:05:46 +00:00
2006-02-05 17:09:57 +00:00
2003-09-18 03:03:12 +00:00
2003-09-18 03:03:12 +00:00
2006-10-17 23:55:42 +00:00
2006-04-01 05:48:55 +00:00