read() and reservoir() handlers.
[open-adventure.git] / actions1.c
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. RaymondAdd lock() handler.
2017-06-09 Eric S. RaymondHandler for transitive extinguish.
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. RaymondAbolish funcs.h.
2017-06-07 Eric S. RaymondEliminate globals.
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. RaymondNarrow the scope of VERB.
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. 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. RaymondMore collecting of globals.
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 more globals into the game state block.
2017-06-07 Eric S. RaymondFirst step in game state encapsulation: the dwarf ...
2017-06-06 Eric S. RaymondMagic-number elimination.
2017-06-06 Eric S. RaymondAbstract out NOBJECTS (formerly magic number 100).
2017-06-06 Eric S. RaymondReplace homebrew IABS() with C kubrary labs(3).
2017-06-02 Eric S. RaymondHeader consolidation - main.h, misc.h, and share.h...
2017-05-29 Jason S. NinnemanRemove an obfuscation scheme for the reservoir magic...
2017-05-29 Jason S. NinnemanReally mean it about strict C99 compliance. 21/head
2017-05-29 Eric S. RaymondSimplify build: nested makefiles considered harmful.
2017-05-29 Jason S. NinnemanMove database compilation out into its own tool (for... 15/head
2017-05-28 Jason S. NinnemanFactor out handling of variables populated from the... 14/head
2017-05-24 Eric S. RaymondRevert SEED handling and comment orocessing. It broke...
2017-05-24 Eric S. RaymondSeed command fully implemented but apparently buggy.
2017-05-24 Eric S. RaymondImplement stub handler for SEED command. Not hooked...
2017-05-24 Eric S. RaymondRevert structurization changes, they broke database...
2017-05-24 Eric S. RaymondMore switch reformatting.
2017-05-24 Eric S. RaymondReformat a switch statement for readability. No logic...
2017-05-24 Eric S. RaymondRevert a variable name previously changed to be out...
2017-05-24 Eric S. RaymondMore structurization.
2017-05-24 Eric S. RaymondMore globals to the game structure.
2017-05-24 Eric S. RaymondMore global-to-structure moves.
2017-05-23 Eric S. RaymondMove more globals into the state structure.
2017-05-23 Eric S. RaymondBegin gathering saveable game state into a structure...
2017-05-23 Eric S. RaymondInput source is parametrized all the way down.
2017-05-23 Eric S. RaymondFix capitalization glitches.
2017-05-23 Eric S. RaymondFix strange inside-out organization of the input routines.
2017-05-21 Eric S. RaymondFix up case on all comments to make them more readable...
2017-05-18 Eric S. RaymondUse prototypes and bools.
2017-05-18 Eric S. RaymondPartially ANSIfy C, fix compiler warnings.
2017-02-16 Eric S. RaymondMinimal forward-port to modern C - just enough to get...
2017-02-16 Eric S. RaymondDon Wood's 430-point Adventure 2.5 from 1995, from...