Unspk'd find
[open-adventure.git] / actions.c
2017-06-16 Eric S. RaymondImprove test coverage.
2017-06-16 Eric S. RaymondCode simplification.
2017-06-16 Peje NilssonSplit saveresume to reduce complexity
2017-06-16 Peje NilssonMerge branch 'master' into actions-arithmetic 87/head
2017-06-16 Eric S. RaymondMagic-number elimination.
2017-06-16 Eric S. RaymondMagic-number elimination.
2017-06-16 Eric S. RaymondCode simplification.
2017-06-16 Peje NilssonMerge branch 'master' into actions-arithmetic
2017-06-16 Peje NilssonFix more arithmetic on locations & messages
2017-06-15 Eric S. RaymondSquasgh -Wextra warnings.
2017-06-15 Eric S. RaymondMagic-numnber elimination.
2017-06-15 Peje NilssonMerge branch 'master' into actions-arithmetic 84/head
2017-06-15 Eric S. RaymondMore use of manifeat constants.
2017-06-15 Peje NilssonFix arithmetic on message number
2017-06-15 Eric S. RaymondMore use of manifest constants.
2017-06-15 Eric S. RaymondUse symbolic shortnames for locations.
2017-06-15 NHOrusLocalizing variables 82/head 83/head
2017-06-15 Eric S. RaymondUse LOC_* constants for locations. Clean up some ARB_...
2017-06-15 Eric S. RaymondMeaningful shortnames for RSPEAK messages.
2017-06-15 Eric S. RaymondMore ARB tagging.
2017-06-14 Eric S. RaymondClean up remnant magic labels.
2017-06-14 Eric S. RaymondMove from random message numbers to ARB_* symbols gener...
2017-06-14 NHOrusLowering the scope And cleaning up some warnings from...
2017-06-14 Eric S. RaymondFix handling of intransitive "say".
2017-06-14 Eric S. RaymondEliminate magic return value.
2017-06-14 Eric S. RaymondDe-FORTRANize the code.
2017-06-13 Eric S. RaymondCorrect a typo, and a test for the affected verb.
2017-06-13 Eric S. RaymondTypo fix.
2017-06-13 Eric S. RaymondFix compiler warnings.
2017-06-13 Jason S. NinnemanFix all the simple compiler warnings. 74/head
2017-06-13 NHOrusRemove shadowing of variable 73/head
2017-06-13 Eric S. RaymondMove awqy from FORTRANISH conditionals.
2017-06-13 Eric S. RaymondCode simplification.
2017-06-13 Eric S. RaymondCode simplification.
2017-06-12 Eric S. RaymondFORTRAN line numbers returned from action() become...
2017-06-12 Eric S. RaymondFix uninitialized-variable warning.
2017-06-12 Eric S. RaymondSPK is abolished.
2017-06-12 Eric S. RaymondMore SPK localization.
2017-06-12 Eric S. RaymondSPK localization.
2017-06-12 Eric S. RaymondLocalize K to main.c
2017-06-12 Eric S. RaymondLocalization moves for K.
2017-06-12 Eric S. RaymondSPK is no longer global.
2017-06-12 Eric S. RaymondContinue localization of SPK (not yet complete).
2017-06-12 Eric S. RaymondLimit visibility of ugly globals.
2017-06-11 Eric S. RaymondAbolish 18999 return from actions().
2017-06-11 Eric S. RaymondAbolish 2009 return.
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. RaymondClean up dummy macro arguments.
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. RaymondIsolate the grotty save/resume code. Most of it will...
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. RaymondAbolish global variable I.
2017-06-09 Eric S. RaymondAbolish a silly layer of macros.
2017-06-09 Eric S. RaymondEliminate a global variable.
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...