open-adventure.git
2017-05-26 Jason S. NinnemanJust say no to encrypting internal state. 11/head
2017-05-26 Eric S. RaymondFlush log on interrupt, just for convenience.
2017-05-26 Eric S. RaymondCase correction.
2017-05-26 Eric S. RaymondDeath by dwarf test.
2017-05-26 Eric S. RaymondFix bug that led to comments bnot being ignored.
2017-05-26 NHOrusDifferent, correct fix of tests 10/head
2017-05-26 Eric S. RaymondDocument test comment format.
2017-05-26 Eric S. RaymondRegression-test machinery is now documented.
2017-05-26 Eric S. RaymondFirst version of regression tests.
2017-05-25 Eric S. RaymondRepeatable seeding is working.
2017-05-25 Eric S. RaymondImplement fallback handler that looks at the raw comman...
2017-05-25 Eric S. RaymondRepair CentOS 6 build (fails due to clock_gettime(...
2017-05-25 Jason S. NinnemanStop command-logging from non-stdin sources. 8/head
2017-05-25 Eric S. RaymondOnce again, take srand()/random() out of the initializa...
2017-05-25 Eric S. RaymondRe-enable skipping of #-led comments.
2017-05-25 Eric S. RaymondReapply "Clean up logic for exiting input loop and...
2017-05-24 Jason S. NinnemanRemove disused label. 7/head
2017-05-24 Eric S. RaymondRemove cached data on clean.
2017-05-24 Eric S. RaymondRevert SEED handling and comment orocessing. It broke...
2017-05-24 Eric S. RaymondTake srand()/rand() out of the initialization chain...
2017-05-24 Eric S. RaymondClean up logic for exiting input loop and scoring.
2017-05-24 Eric S. RaymondAllow comments in logfiles.
2017-05-24 Eric S. RaymondSeed command fully implemented but apparently buggy.
2017-05-24 Eric S. RaymondImplement stub handler for SEED command. Not hooked...
2017-05-24 Jason S. NinnemanRemove a bad use of tv_nsec. 6/head
2017-05-24 Jason S. NinnemanMove a line that got out of place.
2017-05-24 Jason S. NinnemanAdd seedable PRNG using an adaptation the original...
2017-05-24 Eric S. RaymondFix the slightly broken prompt test.
2017-05-24 Eric S. RaymondRevert structurization changes, they broke database...
2017-05-24 Eric S. RaymondMore switch reformatting.
2017-05-24 Eric S. RaymondReformat a switch statement for readability. No logic...
2017-05-24 Eric S. RaymondRevert a variable name previously changed to be out...
2017-05-24 Eric S. RaymondMore structurization.
2017-05-24 Eric S. RaymondEcho commands to stdout when replaying...
2017-05-24 Eric S. RaymondMore globals to the game structure.
2017-05-24 Eric S. RaymondMore global-to-structure moves.
2017-05-23 Eric S. RaymondMore comment cleanup.
2017-05-23 Eric S. RaymondFixed case in a comment.
2017-05-23 Eric S. RaymondMove more globals into the state structure.
2017-05-23 Eric S. RaymondBegin gathering saveable game state into a structure...
2017-05-23 Eric S. RaymondInput source is parametrized all the way down.
2017-05-23 Eric S. RaymondBegin factoring out the command interpreter.
2017-05-23 Eric S. RaymondDocumentation polishing.
2017-05-23 Eric S. RaymondUpdate for TODO items accomplished.
2017-05-23 Eric S. RaymondFix command synopsis on the manual page.
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 Jason S. NinnemanFix typos in the history.
2017-05-23 Jason S. NinnemanFix a couple typos. 4/head
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. RaymondMore magic-number elimination.
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-22 Eric S. RaymondCorrect history based on code comments.
2017-05-21 Eric S. RaymondFix up case on all comments to make them more readable...
2017-05-19 Eric S. RaymondAdd TODO items.
2017-05-19 Eric S. RaymondDocumentation polishing. Add TODO.
2017-05-19 Eric S. RaymondPrepare to initialize public repository.
2017-05-19 Eric S. RaymondMore ANSI prototype conversions.
2017-05-19 Eric S. RaymondDocument ADVENTURE environment variable.
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-05-18 Eric S. RaymondTypo fix.
2017-05-18 Eric S. RaymondAdd control file for shipper.
2017-05-18 Eric S. RaymondConsistent use of 'advent' to avoid collision with...
2017-05-15 Eric S. RaymondAdd README. More history.
2017-05-15 Eric S. RaymondRelicense to 2-clause BSD. Befin the history document.
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...