Modified action() to take take a copy of command rather than a pointer.
[open-adventure.git] / actions.c
2017-07-21 Aaron TraasModified action() to take take a copy of command rather...
2017-07-21 Aaron TraasAll specials are now actions. Builds correct outputs...
2017-07-21 Eric S. RaymondSimplify seed and waste cpmands using %d in the YAML...
2017-07-21 Aaron TraasFix to Gitlab issue #32. Now SEED and WASTE are in... 257/head
2017-07-21 Eric S. RaymondComment cleanup, semantic types, information hiding.
2017-07-20 Eric S. RaymondAbolish as many undifferentiated long variables as...
2017-07-20 Eric S. RaymondAddress GitLab issue #28: Advent hangs on some inputs
2017-07-20 Eric S. RaymondFix Gitlab issue #30: Say is broken.
2017-07-20 Eric S. RaymondLast remnants of packing removed.
2017-07-20 Eric S. RaymondEliminate last logic guard on a packed value.
2017-07-20 Eric S. RaymondRemove a packing call - word buffer is good enough.
2017-07-20 Eric S. RaymondRemove special-case code that was inducing bugs.
2017-07-20 Eric S. RaymondEliminate some uses of wd2 - tests can be done on raw2...
2017-07-19 Jason S. NinnemanTell the compiler not to warn about legitimate case... 254/head
2017-07-16 Eric S. RaymondDe-FORTRANIZE some IDs.
2017-07-16 NHOrusRemoved temporary variable for clarity; Upsized text... 248/head
2017-07-16 NHOrusDeal with more agressive gcov 7.1; Reindent
2017-07-16 Eric S. RaymondApply state_change() to mirror object.
2017-07-14 Eric S. RaymondCode cleanup.
2017-07-14 Jason S. NinnemanReplace some more wd? with id?. 245/head
2017-07-14 Jason S. NinnemanDragon attack code no longer edits the command struct.
2017-07-14 Eric S. RaymondPartially address GitLab issue #27: arbitrary_messages...
2017-07-14 NHOrusRefactored discard to concentrate bird-related things... 243/head
2017-07-14 NHOrusRefactored carry for clarity
2017-07-14 NHOrusDo not base endgame bonus on arbitrary messages
2017-07-14 NHOrusNo spk remains in the code base
2017-07-12 Jason S. NinnemanExpress word type with an enum instead of magic numbers. 238/head
2017-07-11 Eric S. RaymondComment polishing.
2017-07-11 Eric S. RaymondReindent.
2017-07-11 Eric S. RaymondLCOV exclusuon correction - addresses issue #25.
2017-07-10 Eric S. RaymondTweak a coverage exclusion.
2017-07-10 Eric S. RaymondBear can't dies where it can be chained.
2017-07-08 NHOrusBound the sizes of strcpy.
2017-07-07 NHOrusEliminated multiple reassigments
2017-07-06 NHOrusStop overwriting obj by dragon check 219/head
2017-07-06 NHOrusSemantic type for verb
2017-07-06 NHOrusClear login in bvreak
2017-07-06 NHOrusPrevent multiple assigment to game.bonus in blast
2017-07-06 NHOrusBe explicitely intransitive
2017-07-06 NHOrusMagic-number elimination and fix
2017-07-06 Eric S. RaymondMagic-number elimination.
2017-07-06 NHOrusImprove readability
2017-07-06 NHOrusCleaned up light and extinguish
2017-07-06 NHOrusCleaned up eat
2017-07-06 NHOrusPruned out special case of discarding the vase
2017-07-06 NHOrusCleared up lock/unlock logic
2017-07-06 NHOrusobj_t in actions. And some more magical word removal
2017-07-06 Eric S. RaymondMagic-number elimination.
2017-07-06 Eric S. RaymondRemove arithmetic on a location number.
2017-07-06 Eric S. RaymondLocation arithmetic elimination.
2017-07-05 Jason S. Ninnemanactions[] now has strings instead of enums. 217/head
2017-07-05 Eric S. RaymondImprove giant-words failure message.
2017-07-05 Jason S. NinnemanWorking but unpolished refactor of bigwords().
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...
next