open-adventure.git
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
2017-06-07 Eric S. RaymondMore misc.c cleanup.
2017-06-07 Eric S. RaymondContinuing cleanup of misc.c.
2017-06-07 Eric S. RaymondPartial misc.c gotoectomy.
2017-06-07 Eric S. RaymondMove MAXDIE computation to dungeonmaker.
2017-06-07 Eric S. RaymondLocalize K in score.c.
2017-06-07 Eric S. Raymondinit.c is now real C.
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.
next