open-adventure.git
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.
2017-06-08 Eric S. RaymondMore main.c cleanup.
2017-06-08 Eric S. RaymondDe-gotoifying main.c
2017-06-08 Eric S. RaymondLocalize V1 and V2 in main.c
2017-06-08 Eric S. RaymondAbolish funcs.h.
2017-06-08 Eric S. RaymondRepair linenoise build, add guidance to Makefile on...
2017-06-08 Jason S. NinnemanUpdate the save/resume tests for linenoise. 51/head
2017-06-08 Jason S. NinnemanRemove .adv files with make clean.
2017-06-08 Jason S. Ninnemangit-ignore .adv files.
2017-06-08 Jason S. NinnemanUse linenoise to get the save file name.
2017-06-08 Jason S. NinnemanAdd database.o to the linker list.
2017-06-08 Eric S. RaymondLocalize K in fill().
2017-06-08 Eric S. RaymondDe-gotoify feed().
2017-06-08 Eric S. RaymondDe-gotoify carry().
2017-06-08 Eric S. RaymondGoto removal in actions2.c.
2017-06-08 Eric S. RaymondDe-gotoify fill().
2017-06-08 Eric S. Raymondmisc.c is goto-free.
2017-06-08 Jason S. NinnemanFix Makefile issue that broke 'make dist'. 50/head
2017-06-08 Jason S. NinnemanThe nuclear option.
2017-06-08 Jason S. NinnemanGetting desperate now.
2017-06-08 Jason S. NinnemanFix YAML syntax.
2017-06-08 Jason S. NinnemanFix YAML syntax.
2017-06-08 Jason S. NinnemanFix YAML syntax.
2017-06-08 Jason S. NinnemanFix YAML syntax.
2017-06-08 Jason S. NinnemanAnother workaround.
2017-06-08 Jason S. NinnemanUse a workaround of Gitlab issue 2148.wq
2017-06-08 Jason S. NinnemanTell Gitlab to grab git submodules.
2017-06-08 Jason S. NinnemanUpdate Makefile for linenoise.
2017-06-08 Jason S. NinnemanSubmodularize the linenoise library.
2017-06-08 Eric S. RaymondYet another parallel make attempt.
2017-06-08 Eric S. RaymondYet more gotoectomy.
2017-06-08 Eric S. RaymondThe continuing cleanup of misc.c
2017-06-08 Eric S. RaymondAttempt to repair GitLab build breakage.
2017-06-07 Eric S. RaymondStill more gotoectomy.
2017-06-07 Eric S. RaymondMore goto removal.
2017-06-07 Eric S. RaymondMore goto elimination in misc.c
next