Files
nethack/util
PatR 8a45da0e8d feature options (#version output)
I've sometimes seen
  , and basic NetHack features.
as the last line of the features section from '#version'.  I thought
it was due to the way feature phrases were split into individual words
by makedefs, but it turned out to be due to inserting pattern matching
method at run-time.  That dynamic options update had a second problem:
if the final phrase "and basic NetHack features" was split across two
lines, the run-time substitution didn't find it and the pattern matching
entry ended up being left out.  This fixes both problems, but if future
dynamic entries become more complex, the phrase-splitting/word-wrapping
being done by makedefs may need to be moved into nethack.

Also, add entries for XLOGFILE and PANICLOG to makedefs' options and
re-order a couple of existing ones alphabetically (a failry hopeless
endeavor).
2017-10-02 18:25:09 -07:00
..
2015-03-31 09:50:02 -04:00
2015-11-09 18:37:00 -08:00
2016-02-13 17:56:57 -08:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2016-02-13 17:56:57 -08:00
2016-02-17 14:08:19 -08:00
2017-08-02 18:23:42 -07:00
2017-10-02 18:25:09 -07:00
2015-05-25 09:21:31 +09:00
2015-05-06 22:04:27 -04:00