Reissue 1.18 - same code, corrected metadata.
[open-adventure.git] / actions.c
2024-01-29 Eric S. Raymond1TBS reflow, the bracening.
2024-01-28 Eric S. Raymond1TBS reflow with clang-format.
2024-01-28 Eric S. RaymondPlace1TBS mandatory braces.
2024-01-28 Eric S. RaymondSimplify SPDX copyright lines to the shortest canonical...
2024-01-03 Eric S. RaymondFix up copyright notices. SPDX wants only one per file.
2024-01-03 Eric S. RaymondReduce include complexity.
2023-04-09 Eric S. RaymondFirst nontrivial replacement of object state test by...
2023-04-08 Eric S. RaymondEncapsulate object-state state tests and setttings...
2023-04-07 Eric S. RaymondStructurize object info.
2023-04-07 Eric S. RaymondStructurize locatiuon info.
2023-04-07 Eric S. RaymondStructurize the informaruin about dwarves.
2023-04-07 Eric S. RaymondFix some screwy formatting of conditionals...
2023-04-07 Eric S. RaymondComment typo fixes.
2023-04-05 Eric S. RaymondImproved behavior when magic words are said before...
2023-04-03 Eric S. RaymondPartial REUSE cmpliance.
2023-04-03 Eric S. RaymondAdd explanatory comment.
2023-04-03 Eric S. RaymondFix for Gitlab issue #65: revisiting "fee fie foe foo...
2023-04-03 Eric S. RaymondNothing but FOO can start a magic-word sequence,
2023-04-02 Eric S. RaymondBack out the behavior change to magic words outside...
2023-03-10 Eric S. RaymondFix interrupted-magic-words cosmetic bug.
2023-03-01 Eric S. RaymondIncrease retrigressiveness of oldstyle a bit.
2023-03-01 Eric S. RaymondAddress Gitlab isse #62: Comment typos.
2022-04-18 Eric S. RaymondIndent cleanup.
2022-04-14 Eric S. Raymondcppcheck cleanup.
2022-04-07 Eric S. RaymondImprove test coverage.
2022-04-06 Eric S. RaymondSecond part of fix for "fee fie foe foo" and "fum"...
2022-04-06 Eric S. RaymondAddress GitLab issue #56: handling of "fee fie foe...
2022-04-06 Eric S. RaymondAddress Gitlanb issue #54: listen command not showing...
2022-04-05 Eric S. RaymondFix issue #51: rug flying is broken
2021-02-16 Eric S. RaymondAddress GitLab issue #55: water should not be available...
2021-01-11 Eric S. RaymondAttempt fix for issue #52: endgame oyster reading is...
2021-01-11 Eric S. RaymondAttempting fix for issue #50: carried clam can be opene...
2018-12-07 Aaron TraasCorrect return types for all of the action handling...
2018-11-30 Eric S. RaymondAddress GitLab issue #45: OSX Compile issue
2018-11-14 Eric S. RaymondFix for GitLab issue #37: prompt incorrectly handled.
2018-03-09 Eric S. RaymondSPDXify the code.
2017-09-10 NHOrusBe consistent
2017-09-10 NHOrusPut some of important parameters into fixed width signe...
2017-08-13 NHOrusReindentation
2017-08-03 Eric S. RaymondRemove duplicative phase code.
2017-08-03 Eric S. RaymondCanonicalize OV commands to VO form.
2017-08-03 Jason S. NinnemanTypedefify command_t; simplify code accordingly. 261/head
2017-08-03 Jason S. NinnemanEncapsulate command words into their own struct.
2017-07-31 Eric S. RaymondCoverage repair.
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
next