Coverage -- attack bird after game closed
[open-adventure.git] / actions.c
2017-07-03 Aaron TraasRemove testing for intransitive seperate from NO_OBJECT...
2017-07-02 NHOrusRemoved spk from wave, fixed compiler warning 197/head
2017-07-02 NHOrusUndid unspeaking of wave, fixed test again.
2017-07-02 NHOrusDon't spk in wave and action
2017-07-02 NHOrusMore magic number elimination
2017-07-02 NHOrusUnfalsify coverage check
2017-07-02 Eric S. RaymondMagic-number elimination.
2017-07-02 Eric S. RaymondMagic-number elimination.
2017-07-02 Jason S. NinnemanEliminate the global game.blklin. 194/head
2017-07-02 NHOrusRationalize attack logic 192/head
2017-07-02 Eric S. RaymondMagic-number elimination.
2017-07-02 Aaron TraasEliminate unreachable code in lock()
2017-07-02 NHOrusFixed logic, documented it in notes and tests 188/head
2017-07-02 NHOrusFixed regression in #21 Cleaned up logic of light/extin...
2017-07-02 NHOrusFix for issue #21, hopefully
2017-07-02 NHOrusCapture wonkyness of extinguishing urn
2017-07-02 Eric S. RaymondMore magic-number elimination.
2017-07-02 Eric S. RaymondMagic-number elimination.
2017-07-01 NHOrusChange state of vase 182/head
2017-07-01 NHOrusDo not compare state to magic numbers
2017-07-01 NHOrusLittle more less magic in dragon state
2017-07-01 Eric S. RaymondMagic-number elimination for dragon and rug.
2017-07-01 NHOrusReindend, compile out all save stuff 179/head
2017-07-01 Eric S. RaymondMagic-number and state-arithmetic removal.
2017-07-01 Jason S. NinnemanInterim magic number replacement.
2017-06-30 Eric S. RaymondLess magical numbers.
2017-06-30 Eric S. RaymondMagic-number ellimination, contiguity warnings, cleanup.
2017-06-29 NHOrusBreaking one-line conditionals 160/head
2017-06-29 NHOrusUnshadowed k2 into k3 in main.c 155/head
2017-06-29 Jason S. NinnemanFinish newdb -> dungeon renaming. 153/head
2017-06-29 Jason S. NinnemanJettison MAKEWD(), GETTXT(), vocab(), GETIN(), and...
2017-06-29 Jason S. NinnemanCompletely wire vocab words in YAML to the code. 151/head
2017-06-28 Eric S. RaymondMore magic-number removal.
2017-06-28 Eric S. RaymondMagic-number elimination.
2017-06-28 Eric S. RaymondImplement and document state-changes messages in YAML.
2017-06-28 NHOrusSome more linter warnings
2017-06-28 Aaron TraasTest coverage: make LCOV ignore bug() and all calls...
2017-06-28 Eric S. RaymondMagic-number elimination.
2017-06-27 Jason S. NinnemanClean up missed actspk[] references.
2017-06-27 Jason S. NinnemanUse actions[].message instead of actspk[].
2017-06-26 Jason S. Ninnemanobject_descriptions[] is now objects[]. 136/head
2017-06-26 Eric S. RaymondTake FORTRANish upper-case function names to C-style...
2017-06-26 Eric S. RaymondWire Section 8 YAML to runtime.
2017-06-25 Eric S. RaymondFully subsume section 7 into YAML.
2017-06-24 Eric S. RaymondReplace magic MINTRS/MAXTRS with a treasure attribute...
2017-06-24 Eric S. RaymondElimination of OBJTXT.
2017-06-24 Eric S. RaymondElimination of OBJSND.
2017-06-23 Eric S. RaymondEliminate setting of OBJTXT sell for oyster - OBJTXT...
2017-06-23 Eric S. RaymondAbolish unclean operation on OBJSOUND - it's now static.
2017-06-23 Eric S. RaymondName the lamp, grate, and bird states.
2017-06-23 Eric S. RaymondProof of cobcept for state defines.
2017-06-23 Eric S. RaymondSupport loud locations.
2017-06-23 Eric S. RaymondLocation sounds are now declared by YAML.
2017-06-22 Eric S. RaymondSwitch fully over to YAML generation of condition bits...
2017-06-21 Eric S. RaymondSimple fix for GitLab issue #14: Behaviour of magic...
2017-06-21 Eric S. RaymondFix GitLab issue #13 - The "eat" command exhibits stran...
2017-06-21 Peje NilssonReplace SETPRM/[PR]SPEAK with variadic [pr]speak
2017-06-21 Eric S. RaymondFurther code simplification.
2017-06-21 Eric S. RaymondCode simplification.
2017-06-21 Eric S. RaymondChage read handler argument to by-value.
2017-06-21 Eric S. RaymondWD* globals abolished. They're now members of the comma...
2017-06-20 Eric S. RaymondIntroduce command encapsulation structure.
2017-06-19 Peje NilssonMerge branch 'master' into magic-number
2017-06-19 Eric S. RaymondMostly confine assumptions about what token_t is to...
2017-06-19 Eric S. RaymondConcentrate all magic-number values for packed-string...
2017-06-19 Eric S. RaymondMore semantic typing - a step towards eliminating packing.
2017-06-19 NHOrusEven less magic 111/head
2017-06-19 Eric S. RaymondRestructure some code.
2017-06-19 Eric S. RaymondMagic number elimination, repair some careless replace...
2017-06-19 Jason S. NinnemanChange YES() to take const char* arguments.
2017-06-19 Eric S. RaymondNo longer restricted to 6-character FORTRAN identifiers.
2017-06-19 Eric S. RaymondReindent and cleanup.
2017-06-18 Bob Littlemagic numbers, show usage, fixed linty warnings 103/head
2017-06-18 Jason S. NinnemanGut and rebuild YES() with cleaner approach that doesn... 101/head
2017-06-18 Eric S. RaymondRefactor scoring so score() does not conditionally...
2017-06-18 Eric S. RaymondMagic-number limination. Improve test coverage.
2017-06-18 Eric S. RaymondSimplify code, improve test coverage.
2017-06-18 Eric S. RaymondRxtend test coverage, remove magic numbers.
2017-06-18 Eric S. RaymondImprove test coverage, simplify code.
2017-06-18 Eric S. RaymondRe-format to consistent indent style with "make indent".
2017-06-17 Eric S. RaymondMagic-number elimination.
2017-06-17 Bob LittleMove a few prototypes and static'ed a few functions 97/head
2017-06-17 Eric S. RaymondCorrect a message.
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
next