Make Z a synonym for NOTHI.
[open-adventure.git] / misc.c
2023-03-23 Eric S. RaymondDon't loop back on resume file read failure...
2023-03-23 Eric S. RaymondTrim resume file names as required.
2023-03-23 Eric S. RaymondFix bug that led to comments not being ignored.
2023-03-23 Eric S. RaymondImplement fallback handler that looks at the raw comman...
2023-03-23 Jason S. NinnemanStop command-logging from non-stdin sources.
2023-03-23 Eric S. RaymondOnce again, take srand()/random() out of the initializa...
2023-03-23 Eric S. RaymondRe-enable skipping of #-led comments.
2023-03-23 Jason S. NinnemanRemove a bad use of tv_nsec.
2023-03-23 Jason S. NinnemanAdd seedable PRNG using an adaptation the original...
2023-03-23 Eric S. RaymondMake output from replays easier to interpret by adding...
2023-03-23 Eric S. RaymondEcho commands to stdout when replaying...
2023-03-23 Eric S. RaymondInput source is parametrized all the way down.
2017-05-23 Eric S. RaymondAdded oldstyle option.
2017-05-23 Eric S. RaymondFix capitalization glitches.
2017-05-23 Eric S. RaymondAdd -l option to enable command logging.
2017-05-23 Eric S. RaymondFix strange inside-out organization of the input routines.
2017-05-23 Eric S. RaymondRemove unused labels.
2017-05-23 Eric S. RaymondDon't use a magic number when we can use sizeof().
2017-05-22 Eric S. RaymondPrototypization.
2017-05-22 Eric S. RaymondCorrect long-size bug that resulted in checksum error.
2017-05-21 Eric S. RaymondFix up case on all comments to make them more readable...
2017-05-19 Eric S. RaymondMore ANSI prototype conversions.
2017-05-18 Eric S. RaymondMore boolification.
2017-05-18 Eric S. RaymondReplace fDATIME with ANSI/POSIX clock_gettime(). Rip...
2017-05-18 Eric S. RaymondPartially ANSIfy C, fix compiler warnings.
2017-02-16 Eric S. RaymondDon Wood's 430-point Adventure 2.5 from 1995, from...