open-adventure.git
2017-06-07 Eric S. RaymondScoring code is fully translated to C.
2017-06-07 Eric S. RaymondReformat score.c like normal C, since it now almost is.
2017-06-07 Eric S. RaymondGlobal-variable elimination.
2017-06-07 Eric S. Raymondscore.c begins to resemble actual C.
2017-06-07 Eric S. RaymondGoto elimination.
2017-06-07 Eric S. RaymondEliminate globals.
2017-06-07 Eric S. RaymondLocalize TK.
2017-06-07 Eric S. RaymondNarrow the scope of IGO.
2017-06-07 Eric S. RaymondLocalize K2.
2017-06-07 Eric S. RaymondLocalize KK.
2017-06-07 Eric S. RaymondFully localize VERB.
2017-06-07 Eric S. RaymondFurther narrow the scope of VERB.
2017-06-07 Eric S. RaymondLocalize a variable.
2017-06-07 Eric S. RaymondNarrow the scope of VERB.
2017-06-07 Eric S. RaymondPrevent confusion between dungeonmaker and runtime...
2017-06-07 Eric S. RaymondOBJ is completely localized.
2017-06-07 Eric S. RaymondOBJ has become local in actions1.c and diesn't have...
2017-06-07 Eric S. RaymondComplete OBJ localization in actions2.c
2017-06-07 Eric S. RaymondContinuing OBJ localization.
2017-06-07 Eric S. RaymondYet more OBJ localization.
2017-06-07 Eric S. RaymondYet more OBJ localization.
2017-06-07 Eric S. RaymondLocalize OBJ in throw().
2017-06-07 Eric S. RaymondBegin localizing OBJ.
2017-06-07 Eric S. RaymondLOC pulled into game structure block.
2017-06-07 Eric S. RaymondFix allcapsed comment.
2017-06-07 Eric S. RaymondGlobal LL becomes local to command interpreter toplevel...
2017-06-07 Eric S. RaymondFinish moving state arrays into game structure block.
2017-06-07 Eric S. RaymondChange name of dungeon maker - dual use of "compile...
2017-06-07 Eric S. RaymondMore collecting of globals.
2017-06-07 Eric S. RaymondMagic-number cleanup.
2017-06-07 Peje NilssonSplit init loop into separate loops based on size.
2017-06-07 Eric S. RaymondBite the bullet - size siymbols have to be shared.
2017-06-07 Eric S. RaymondBring SETUP variable into game state block
2017-06-07 Eric S. RaymondPull more globals into the game state block.
2017-06-07 Eric S. RaymondMove more globals into the game state block.
2017-06-07 Eric S. RaymondPack more globals into the game block structure.
2017-06-07 Eric S. RaymondCapture clock variables into the game-state block.
2017-06-07 Eric S. RaymondMore magic-number elimination, and some information...
2017-06-07 Eric S. RaymondInformation hiding.
2017-06-07 Eric S. RaymondMore more globals into the game state block.
2017-06-07 Eric S. RaymondFirst step in game state encapsulation: the dwarf ...
2017-06-07 Eric S. RaymondMagic-number elimination.
2017-06-07 Eric S. RaymondGotoectomy+.
2017-06-07 Eric S. RaymondGotoectomy.
2017-06-06 Eric S. RaymondSemantic types.
2017-06-06 Eric S. RaymondGoto elimination.
2017-06-06 Eric S. RaymondBegin to split undifferentiated longs into semantic...
2017-06-06 Eric S. RaymondTypo fix.
2017-06-06 Eric S. RaymondMagic-number elimination.
2017-06-06 Eric S. RaymondAbstract out NOBJECTS (formerly magic number 100).
2017-06-06 Eric S. RaymondTranslate some loops out of FORTRAN.
2017-06-06 Eric S. RaymondReplace homebrew IABS() with C kubrary labs(3).
2017-06-06 Eric S. RaymondMAPLIN is no longer called during setup phase.
2017-06-06 Eric S. RaymondMore test coverage improvements.
2017-06-06 Eric S. RaymondFix for parallel make.
2017-06-06 Eric S. RaymondProperly include tests directory - must use find, not ls.
2017-06-06 Eric S. RaymondAnother test coverage extension.
2017-06-06 Eric S. RaymondShould have been committee along with last change to...
2017-06-06 Eric S. RaymondNote a dropped stitch.
2017-06-06 Eric S. RaymondAddress GitLab issue #8: `make check` breaks.
2017-06-06 Eric S. RaymondFurther extend test coverage.
2017-06-06 Eric S. RaymondIn tests, exercise the "go back" code.
2017-06-06 Eric S. RaymondAdd a small tool for making logs from checkfiles.
2017-06-06 Jason S. NinnemanUpdate the tests README. 48/head
2017-06-06 Jason S. NinnemanAlphabetically sort the test file list.
2017-06-06 Jason S. NinnemanAdd simple tests of save and resume.
2017-06-05 Jason S. NinnemanGet rid of tarballs with 'make clean'. 47/head
2017-06-05 Jason S. Ninnemangit-ignore MANIFEST.
2017-06-05 Eric S. RaymondAdd a bug warning.
2017-06-05 Eric S. RaymondMore hints. 46/head
2017-06-05 Eric S. RaymondPrevent spurious pipeline failure on GitLab.
2017-06-05 Eric S. RaymondTypo fix.
2017-06-05 Eric S. RaymondRe-spin 1.0: same code, repaired website. 1.0
2017-06-05 Eric S. RaymondProject name consistency.
2017-06-05 Eric S. RaymondRestore Makefile productions needed for CI pipeline.
2017-06-05 Eric S. RaymondRelease 1.0.
2017-06-05 Eric S. RaymondRelease preparation.
2017-06-05 Jason S. NinnemanCreate the public directory first. 45/head
2017-06-05 Jason S. NinnemanStop publishing anything to Gitlab Pages (except coverage).
2017-06-05 Jason S. NinnemanUpdate the pipeline to produce a tarball of the source... 44/head
2017-06-04 Eric S. RaymondSimplification.
2017-06-04 Eric S. RaymondTypo fix.
2017-06-04 Eric S. RaymondDeal wuth GNU tar not being available in Alpine Linux.
2017-06-04 Eric S. RaymondRemoved bogus depenency of .h on .h.
2017-06-04 Eric S. RaymondFix a slightly incorrect deoendency.
2017-06-04 Eric S. RaymondRemove database.h from SOURCES list, it's generated.
2017-06-04 Eric S. RaymondFix dropped stitch in last commit.
2017-06-04 Eric S. RaymondMake it possible to pass options to advent from within...
2017-06-04 Jason S. NinnemanActually return a value from SETBIT(). 42/head
2017-06-04 Jason S. NinnemanRemove a disused function, thereby upping the code...
2017-06-04 Eric S. RaymondMore history of non-influence. 0.90
2017-06-04 Eric S. RaymondMore history.
2017-06-04 Eric S. RaymondNote some non-influences.
2017-06-04 Eric S. RaymondTest coverage improvement.
2017-06-04 Eric S. RaymondTypo fix.
2017-06-04 Eric S. RaymondAttempt YAML repair.
2017-06-04 Eric S. RaymondMakefile and CI recipe YML rework.
2017-06-04 Rémi VerscheldeHonor external CCFLAGS and LDFLAGS
2017-06-04 Eric S. RaymondRepair dist slightly broken by previous commit.
2017-06-04 Rémi VerscheldeFix Makefile dist target.
next