same with bear, but without test
[open-adventure.git] / actions.c
2017-07-05 NHOrussame with bear, but without test
2017-07-05 NHOrusFixed feed command and white space in tests
2017-07-05 NHOrusMade feeding a switch instead of elsif chain
2017-07-05 NHOrusOne bit less math on states
2017-07-05 NHOrusMoved state_change to misc.c to start using it in main... 215/head
2017-07-05 NHOrusStatic analysis warnings squished 212/head
2017-07-05 Eric S. RaymondMagic-number elimination.
2017-07-05 Eric S. RaymondMinor clarifications.
2017-07-05 Eric S. RaymondAdapt bottle object to use state_change().
2017-07-05 NHOrusMagic number elimination 210/head
2017-07-05 Eric S. RaymondSimplify vase-dropping logic using state_change().
2017-07-05 Eric S. RaymondMagic-number elimination.
2017-07-04 Aaron TraasRemoved equivocation between ROD and ROD2 in throw()
2017-07-04 Eric S. RaymondMagic-number elimination.
2017-07-04 Eric S. RaymondMagic-number elimination.
2017-07-04 Eric S. RaymondAbstract out some state arithmetic.
2017-07-04 NHOrusOops. Also, sometimes it's better be explicit in parameters 207/head
2017-07-04 NHOrusLocalized spk in discard
2017-07-04 NHOrusCompleted unspk'ing of vcarry.
2017-07-04 NHOrusUnspk'd (v)carry. Made logic more visible.
2017-07-04 NHOrusUnspk'd and streamlined attack. Tested one of discovere...
2017-07-04 Aaron TraasEliminated bivalve function. 206/head
2017-07-04 Eric S. RaymondState-arithmetic elimination.
2017-07-04 Eric S. RaymondGrammar fix.
2017-07-04 NHOrusUnspk'd chain action
2017-07-04 NHOruslinearized drink
2017-07-04 NHOruslinearized extinguish
2017-07-04 NHOrusUnspk'd and restructured fill
2017-07-04 NHOrusPartial cleanup of fill
2017-07-04 NHOrusUnspk'd find
2017-07-04 NHOrusUnspk'd inventory lookup
2017-07-04 NHOrusUnspk'd lock, cleaned up logic
2017-07-04 NHOrusCleaned up unused variables
2017-07-04 NHOrusUnspk'd Giant Words
2017-07-04 Eric S. RaymondAnother use of state_change().
2017-07-04 Eric S. RaymondAnother use of state_change() and changes messages.
2017-07-03 Eric S. RaymondEntirely eliminate wd1x and wd2x members of the command...
2017-07-03 Eric S. RaymondUse the raw buffer in tr command structure for editing.
2017-07-03 Eric S. RaymondMagic-number elimination.
2017-07-03 NHOrusBroke all logical or into multiline statement to show... 200/head
2017-07-03 NHOrusUnspk'd bivalve action, exposing more untested surface 199/head
2017-07-03 NHOrusUnspk'd fly command
2017-07-03 NHOrusUnspk'd listen and lock commands
2017-07-03 NHOrusUnspk'd pour command
2017-07-03 NHOrusUnspk and streamline eat command
2017-07-03 NHOrusRemoved helper function
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...
next