Implement -d option.
[open-adventure.git] / main.c
2023-03-29 Eric S. RaymondImplement -d option. advent430
2023-03-23 Eric S. RaymondAvoid noise diffs around logging of seed command.
2023-03-23 Eric S. RaymondFix things so seed doesn't cost clock time.
2023-03-23 Jason S. NinnemanEnsure the ZZZZ magic word is reproducible.
2023-03-23 Eric S. RaymondRepeatable seeding is working.
2023-03-23 Eric S. RaymondImplement fallback handler that looks at the raw comman...
2023-03-23 Eric S. RaymondOnce again, take srand()/random() out of the initializa...
2023-03-23 Jason S. NinnemanAdd seedable PRNG using an adaptation the original...
2023-03-23 Eric S. RaymondInput source is parametrized all the way down.
2023-03-23 Eric S. RaymondBegin factoring out the command interpreter.
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. RaymondMore magic-number elimination.
2017-05-21 Eric S. RaymondFix up case on all comments to make them more readable...
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. RaymondRemove a remnant of the old non-licensing.
2017-05-18 Eric S. RaymondUse prototypes and bools.
2017-05-18 Eric S. RaymondPartially ANSIfy C, fix compiler warnings.
2017-02-16 Eric S. RaymondMinimal forward-port to modern C - just enough to get...
2017-02-16 Eric S. RaymondDon Wood's 430-point Adventure 2.5 from 1995, from...