open-adventure.git
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().
2017-06-11 Eric S. RaymondAbolish 2009 return.
2017-06-11 Eric S. RaymondAbolish L2010.
2017-06-11 Eric S. RaymondCode simplifications based on abolishing 2011.
2017-06-11 Eric S. RaymondAbolish 2011 return from actions. A step towards locali...
2017-06-11 Eric S. RaymondQuestions for the future.
2017-06-11 Eric S. RaymondMore goto elimination.
2017-06-11 Eric S. RaymondClean up dummy macro arguments.
2017-06-11 Eric S. RaymondYet more goto eliminations.
2017-06-11 Eric S. RaymondTwo goto eliminations.
2017-06-11 Eric S. RaymondOne more goto-label pair gone.
2017-06-11 Eric S. RaymondSix more gotoectomies.
2017-06-11 Jason S. NinnemanMore SPEAK() hardening. 59/head
2017-06-11 Jason S. NinnemanReplace some spaces with tabs per the database spec.
2017-06-11 Eric S. RaymondResolve a goto.
2017-06-10 Jason S. NinnemanZero-index the lookup tables and the code that referenc... 58/head
2017-06-10 Jason S. NinnemanReplace advent character constants with lookups.
2017-06-10 Jason S. NinnemanKeep ascii_to_advent[] numeric. Using char literals...
2017-06-10 Jason S. NinnemanAdd missing common.c.
2017-06-10 Jason S. NinnemanUse a header/source set common to both advent and the...
2017-06-10 Eric S. RaymondDocumentaion polishing.
2017-06-10 Eric S. RaymondStructuring move.
2017-06-10 Eric S. RaymondReadability fix.
2017-06-10 Eric S. RaymondLast goto removed from actions.c
2017-06-10 Eric S. RaymondJust one label left in actions.c.
2017-06-10 Eric S. RaymondUse C idioms for increment/decrement.
2017-06-10 Eric S. RaymondDate typo fix.
2017-06-10 Eric S. RaymondCosmetic fix: blank line before filename prompt...
2017-06-10 Eric S. RaymondRewrite save/resume in idiomatic C. Savefile version...
2017-06-10 Eric S. RaymondIsolate the grotty save/resume code. Most of it will...
2017-06-10 Eric S. RaymondUnbreak the tests.
2017-06-10 Eric S. RaymondEnable input editing with the linenoise library.
2017-06-10 Eric S. RaymondChange NAPLIN signature - prepration for linenoise.
2017-06-10 Eric S. RaymondReplace magic linenumbers with a clearer enum.
2017-06-09 Eric S. RaymondMore goto eliminations.
2017-06-09 Eric S. RaymondWhitespace fixes.
2017-06-09 Eric S. RaymondWhuirespace-only change.
2017-06-09 Eric S. RaymondContinuing gotoicide.
2017-06-09 Eric S. RaymondStill more gotoicides.
2017-06-09 Eric S. RaymondFactor out player movement logic.
2017-06-09 Eric S. RaymondAnother gotoicide.
2017-06-09 Eric S. RaymondAnother gotoicide.
2017-06-09 Jason S. NinnemanRender the ascii<->advent character code mappings to... 57/head
2017-06-09 Eric S. RaymondReplace an unstructured goto with a two-level break.
2017-06-09 Eric S. RaymondLabel and global-variable elimination.
2017-06-09 Eric S. RaymondAbolish global variable I.
2017-06-09 Eric S. RaymondLocalize I.
2017-06-09 Eric S. RaymondAbolish a silly layer of macros.
2017-06-09 Eric S. RaymondEliminate an unused global.
2017-06-09 Eric S. RaymondEliminate a global variable.
2017-06-09 Eric S. RaymondAbolish global variable L.
2017-06-09 Eric S. RaymondAbolish global variable J.
2017-06-09 Eric S. RaymondRemove objectioonable uses of global variables.
2017-06-09 Eric S. RaymondEliminate objectionable use of global.
2017-06-09 Eric S. RaymondReformat actions.c, no code changes.
2017-06-09 Eric S. RaymondSuspend/resume handler.
2017-06-09 Eric S. RaymondMass goto removal. Switch now calls handlers directly.
2017-06-09 Eric S. RaymondBecause (almost) everything is done in handlers now...
2017-06-09 Eric S. Raymondread() and reservoir() handlers.
2017-06-09 Eric S. RaymondYet more action handlers.
2017-06-09 Eric S. RaymondAction handler light().
2017-06-09 Eric S. RaymondMore vocabulary handlers.
2017-06-09 Eric S. RaymondAdd lock() handler.
2017-06-09 Eric S. RaymondHandler for transitive extinguish.
2017-06-09 John BoyleReassure compiler ("control may reach end of non-void...
2017-06-09 John BoyleCorrect the definition of SETBIT.
2017-06-09 Eric S. RaymondPrepare for large goto elimination - whitesoace-only...
2017-06-08 Eric S. RaymondHandler for SAY.
2017-06-08 Eric S. RaymondMore action handlers.
2017-06-08 Eric S. RaymondMore handler refactoring.
2017-06-08 Eric S. RaymondMore action handlers. Use consistent VO order.
2017-06-08 Eric S. RaymondBeginning of actions1.c refactor.
2017-06-08 Eric S. RaymondRemove one last goto from actions2.c
2017-06-08 Peje NilssonDe-gotoified actions2.c functions.
2017-06-08 Peje NilssonDe-gotoize throw().
2017-06-08 Eric S. RaymondOne more goto gone.
2017-06-08 Eric S. RaymondFactor out the croak() function for player death.
2017-06-08 Eric S. RaymondYet more gotoectomy.
2017-06-08 Eric S. RaymondDe-gotoize hint machine.
2017-06-08 Eric S. RaymondFactor out the state machine for hints.
2017-06-08 Eric S. RaymondResolve a particularly gnarly foto in dwarfmove.
2017-06-08 Eric S. RaymondRefactor of dwarfmove logic.
2017-06-08 Eric S. RaymondMore gotoectomies.
2017-06-08 Eric S. RaymondClean up dwarfmove()
2017-06-08 Eric S. RaymondGotoectomy.
next