open-adventure.git
2017-06-14 Eric S. RaymondImprove test coverage.
2017-06-14 Eric S. RaymondDe-FORTRANize the code.
2017-06-14 Eric S. RaymondCode simplification.
2017-06-13 Eric S. RaymondUse more C-like naming conventions for variables.
2017-06-13 Eric S. RaymondMagic-number elimination.
2017-06-13 Eric S. RaymondMakere magic numbers for cond bits into symbols.
2017-06-13 Eric S. RaymondMore tests of nonsense in the forest.
2017-06-13 Eric S. RaymondCorrect a typo, and a test for the affected verb.
2017-06-13 Eric S. RaymondTypo fix.
2017-06-13 Eric S. RaymondAdd test for urn actions.
2017-06-13 Eric S. RaymondFix compiler warnings.
2017-06-13 Jason S. NinnemanFix all the simple compiler warnings. 74/head
2017-06-13 Jason S. NinnemanMax out compiler warnings, and rearrange the debug...
2017-06-13 NHOrusRemove shadowing of variable 73/head
2017-06-13 NHOrusTest for regression from before localizing SPK 72/head
2017-06-13 Eric S. RaymondImprove test coverage.
2017-06-13 Eric S. RaymondDocumentation improvements.
2017-06-13 Eric S. RaymondMove awqy from FORTRANISH conditionals.
2017-06-13 Eric S. RaymondTypo fixes.
2017-06-13 Eric S. RaymondExplain the prompting logic more fully.
2017-06-13 Eric S. RaymondFix a minor bug in -l operation. Explain the input...
2017-06-13 Eric S. RaymondCode simplification.
2017-06-13 Eric S. RaymondCode simplification.
2017-06-13 Eric S. RaymondMore test coverage.
2017-06-13 Eric S. RaymondMore test coverage of odd cases.
2017-06-13 Eric S. RaymondAbolish setup check, there's no possibility of restart.
2017-06-13 Eric S. RaymondAdd woods hint and hint display to test coverage.
2017-06-13 Eric S. RaymondArrange test coverage of reincarnation code.
2017-06-13 Eric S. RaymondRemove more unused code.
2017-06-13 Peje NilssonSpeling misstakes
2017-06-13 Eric S. RaymondRemove now-unused code.
2017-06-13 Peje NilssonCleanup leftover comments 69/head
2017-06-13 Eric S. RaymondFurther increase test coverage.
2017-06-13 Eric S. RaymondImprove regression-test coverage.
2017-06-13 Eric S. RaymondDocumentation update.
2017-06-13 Eric S. RaymondUpdate docs to track Peje's latest patch.
2017-06-13 Peje NilssonRefactor part of dwarfmove to remove goto jumpout 67/head
2017-06-13 Eric S. RaymondComment polishing.
2017-06-13 Eric S. RaymondAddress GitLab issue #10: Spurious '>' characters appea...
2017-06-13 Eric S. RaymondAdjust for Peje Add Peje Nilsson to credits.
2017-06-13 Peje NilssonRemove L19999
2017-06-13 Eric S. RaymondImprove slightly on Peje's L12 patch, changing document...
2017-06-13 Eric S. RaymondMore documentation updates.
2017-06-13 Peje NilssonRelocate L12 65/head
2017-06-13 Eric S. RaymondNew notes.adoc file; major documentation update.
2017-06-12 Jason S. NinnemanDon't output disused dungeon data. 64/head
2017-06-12 Jason S. NinnemanRemove some hard-coded array dimensions. Generate CLSSE... 63/head
2017-06-12 Jason S. NinnemanClean up function argument.
2017-06-12 Jason S. NinnemanUse strdup() instead of strncpy().
2017-06-12 Eric S. RaymondTurn MOD from function to macro.
2017-06-12 Eric S. RaymondAdd -s option.
2017-06-12 Eric S. RaymondFORTRAN line numbers returned from action() become...
2017-06-12 Eric S. RaymondRefactor main command loop to eliminate L2000.
2017-06-12 Eric S. RaymondEliminare L8 label.
2017-06-12 Eric S. RaymondEliminate L8 label.
2017-06-12 Eric S. RaymondFactor out logic for listing objects at present location.
2017-06-12 Eric S. RaymondRefactor hinting logic to pull more code out of mainline.
2017-06-12 Eric S. RaymondClosing-time check factored out.
2017-06-12 Eric S. RaymondReformat for readability.
2017-06-12 Eric S. RaymondMore goto elimination.
2017-06-12 Eric S. RaymondGoto elimination.
2017-06-12 Eric S. RaymondK successfully localized.
2017-06-12 Eric S. RaymondAllow direct object to persist across turns.
2017-06-12 Eric S. RaymondLocalize K.
2017-06-12 Eric S. RaymondNarrow scope of K.
2017-06-12 Eric S. RaymondFix uninitialized-variable warning.
2017-06-12 Eric S. RaymondSPK is abolished.
2017-06-12 Eric S. RaymondMore SPK localization.
2017-06-12 Eric S. RaymondSPK localization.
2017-06-12 Eric S. RaymondK localization.
2017-06-12 Eric S. RaymondLocalize K to main.c
2017-06-12 Eric S. RaymondLocalization moves for K.
2017-06-12 Eric S. RaymondUpdate TODO.
2017-06-12 Eric S. RaymondSPK is no longer global.
2017-06-12 Eric S. RaymondContinue localization of SPK (not yet complete).
2017-06-12 Eric S. RaymondLimit visibility of ugly globals.
2017-06-11 Eric S. RaymondClean up compiler warnings.
2017-06-11 Jason S. NinnemanMassive whitespace update to the test output. 60/head
2017-06-11 Jason S. NinnemanChange 'drop pillow' to 'drop pillo' to make the test...
2017-06-11 Jason S. NinnemanFix broken unpacking algorithm.
2017-06-11 Jason S. NinnemanAbolish SPEAK().
2017-06-11 Jason S. NinnemanFix spacing problem.
2017-06-11 Jason S. NinnemanAdd missing function prototypes.
2017-06-11 Jason S. NinnemanWorking first draft of newspeak().
2017-06-11 Jason S. NinnemanGet plural replacement working.
2017-06-11 Jason S. NinnemanPartially-working newspeak().
2017-06-11 Jason S. NinnemanMore retrofitting.
2017-06-11 Jason S. NinnemanRetrofit main.c for the new database and newspeak().
2017-06-11 Jason S. NinnemanRetrofit RSPEAK() and PSPEAK().
2017-06-11 Jason S. NinnemanCheck in dropped file.
2017-06-11 Jason S. NinnemanCompile in the new (partial) database.
2017-06-11 Jason S. NinnemanFirst crude version of newspeak().
2017-06-11 Jason S. NinnemanRemove handlers for disused advent format specifiers.
2017-06-11 Eric S. RaymondTest for the "break" verb.
2017-06-11 Eric S. RaymondIncrease test coverage.
2017-06-11 Eric S. RaymondMore test coverage.
2017-06-11 Eric S. RaymondImproved test coverage.
2017-06-11 Eric S. RaymondYet more goto elimination.
2017-06-11 Eric S. RaymondReadability tweak.
2017-06-11 Eric S. RaymondAbolish 18999 return from actions().
next