Because (almost) everything is done in handlers now, merge the action files.
[open-adventure.git] / advent.h
2017-06-09 Eric S. RaymondBecause (almost) everything is done in handlers now...
2017-06-09 Eric S. RaymondMore vocabulary handlers.
2017-06-09 John BoyleReassure compiler ("control may reach end of non-void...
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. RaymondDe-gotoify carry().
2017-06-08 Eric S. RaymondAttempt to repair GitLab build breakage.
2017-06-07 Eric S. RaymondMove MAXDIE computation to dungeonmaker.
2017-06-07 Eric S. RaymondGlobal-variable 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. RaymondLocalize a variable.
2017-06-07 Eric S. RaymondOBJ is completely localized.
2017-06-07 Eric S. RaymondLOC pulled into game structure block.
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. RaymondMore collecting of globals.
2017-06-07 Eric S. RaymondMagic-number cleanup.
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. 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-06 Eric S. RaymondSemantic types.
2017-06-06 Eric S. RaymondBegin to split undifferentiated longs into semantic...
2017-06-06 Eric S. RaymondMagic-number elimination.
2017-06-06 Eric S. RaymondReplace homebrew IABS() with C kubrary labs(3).
2017-06-04 Jason S. NinnemanRemove a disused function, thereby upping the code...
2017-06-02 Eric S. RaymondSimplify bitmask test/set from FORTRANish to actual C.
2017-06-02 Eric S. RaymondMacro elimination - easy cases first. No logic changes.
2017-06-02 Eric S. RaymondHeader consolidation - main.h, misc.h, and share.h...