open-adventure.git
2017-06-03 Jason S. NinnemanSync compile.c with misc.c. 37/head
2017-06-03 Jason S. NinnemanRescope and retype a variable.
2017-06-03 Jason S. NinnemanMake GETTXT() a bit closer to actual C.
2017-06-03 Eric S. RaymondUse "adoc" extension for asciidoc, it's the GitLab...
2017-06-03 Eric S. RaymondAttempt to use GitLab's asciidic grinder for README.
2017-06-03 Eric S. RaymondDocumentation polishing.
2017-06-03 Eric S. RaymondTest for more unusual cases.
2017-06-03 Eric S. RaymondAdd some tests that increase test coverage to add cases.
2017-06-02 Jason S. NinnemanDo code coverage analysis, and publish the results... 35/head
2017-06-02 Eric S. RaymondSimplify bitmask test/set from FORTRANish to actual C.
2017-06-02 Eric S. RaymondMacro elimination - easy cases first. No logic changes.
2017-06-02 Eric S. RaymondHeader consolidation - main.h, misc.h, and share.h...
2017-06-02 Jason S. NinnemanFix typo in COPYING. 34/head
2017-06-02 Eric S. RaymondWalktrough is accomplished.
2017-06-02 Peje NilssonUntangle gotos
2017-06-02 Michael JarvisAdd explicit rule for compile to use CCFLAGS instead...
2017-06-02 Michael JarvisRevert "Add explicit rule for compile to use CCFLAGS...
2017-06-02 Michael Jarvisadded braces around initialization of subobjects for...
2017-06-02 Michael JarvisCast size_t to long to silence warning
2017-06-02 Michael JarvisAdd explicit rule for compile to use CCFLAGS instead...
2017-06-02 Eric S. RaymondHand merge of MR !31: Update the CI infrastructure...
2017-06-02 Eric S. RaymondAdded 428-point walkthrough to regression tests.
2017-06-01 Michael Jarvisuse char, not signed char 30/head
2017-06-01 Eric S. RaymondAdd a walkthrough that foes nearly to endgame.
2017-05-31 Jason S. NinnemanTest to ensure that the turn count penalties occur. 29/head
2017-05-31 Eric S. RaymondSimplify inclusion computation so it's BSD-friendly.
2017-05-31 Eric S. RaymondMetadata update.
2017-05-31 Jason S. NinnemanFix dependencies so parallel make works (issue #4). 28/head
2017-05-31 Eric S. RaymondAdd a missing dependency.
2017-05-31 Eric S. RaymondAdd another test.
2017-05-31 Jason S. NinnemanRemove erroneous comment about PRNG usage. 26/head
2017-05-31 Eric S. RaymondFix things so seed doesn't cost clock time. seed
2017-05-30 Eric S. RaymondRemove inventory commands from the pirare log - more...
2017-05-30 Eric S. RaymondReplace 161-point partial walktgrough with 219-point...
2017-05-30 Jason S. NinnemanLaunder seed generation through rand() to ensure seed... 25/head
2017-05-30 Eric S. RaymondDon's account of differences from the original.
2017-05-30 Eric S. RaymondHistory clarification.
2017-05-30 David James... Advent doesn't need automake 24/head
2017-05-30 David James... Add .gitlab-ci.yml
2017-05-29 Jason S. NinnemanUpdate reservoir test to reflect the magic word fix. 23/head
2017-05-29 Jason S. NinnemanFix a bug in RNDVOC() that prevented the reservoir...
2017-05-29 Jason S. NinnemanMake RNDVOC() into better C.
2017-05-29 Jason S. NinnemanRemove an obfuscation scheme for the reservoir magic...
2017-05-29 Jason S. Ninnemangitignore the database compilation products. 22/head
2017-05-29 Jason S. NinnemanDon't build with two -std options.
2017-05-29 Jason S. NinnemanReally mean it about strict C99 compliance. 21/head
2017-05-29 Eric S. RaymondAdd a qualification.
2017-05-29 Eric S. RaymondThe ADVENTURE variable is no more.
2017-05-29 Eric S. RaymondMinor build tweaks.
2017-05-29 Warren MelnickMove the if for GCC 4 to an elseif so it does not inter... 19/head 20/head
2017-05-29 Warren MelnickTest for >= gcc 4, and change to g99 -std=gnu99 for...
2017-05-29 Eric S. RaymondTypo fixes.
2017-05-29 Eric S. RaymondUpdate history.txt.
2017-05-29 Eric S. RaymondDon't assume gcc.
2017-05-29 Eric S. RaymondMacOS port fix.
2017-05-29 Jason S. NinnemanRemove 'compile' upon 'make clean'. 17/head
2017-05-29 Eric S. RaymondSimplify build: nested makefiles considered harmful.
2017-05-29 Eric S. RaymondBegin "Functional Changes" section.
2017-05-29 Jason S. NinnemanMove database compilation out into its own tool (for... 15/head
2017-05-29 Jason S. NinnemanApply further polish and add in a couple of missing...
2017-05-28 Jason S. NinnemanFactor out handling of variables populated from the... 14/head
2017-05-28 Eric S. RaymondRemove debris from the Makefile.
2017-05-28 Eric S. RaymondAdd regression test that gets to reservoir.
2017-05-27 Jason S. NinnemanRestory working seed value for dwarf.log. 13/head
2017-05-27 Eric S. RaymondRestore regression tests.
2017-05-27 Eric S. RaymondMore Makefile simplification.
2017-05-27 Eric S. RaymondSimplify the test makefile.
2017-05-27 Eric S. RaymondCorrect a dependency.
2017-05-27 Eric S. RaymondUpdate the list of changes.
2017-05-26 Jason S. NinnemanEnsure the ZZZZ magic word is reproducible. 12/head
2017-05-26 Eric S. RaymondUse C99 moode of compiler.
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...
next