open-adventure.git
2017-06-30 NHOrusLast one test case 164/head
2017-06-30 NHOrusSome more easy tests
2017-06-29 Eric S. RaymondUpdate illformed.chk for current YAML. 1.1
2017-06-29 Eric S. RaymondDeduce version from NEWS.
2017-06-29 Eric S. RaymondUpdate NEWS.
2017-06-29 Eric S. RaymondImplement 'version' command.
2017-06-29 Aaron TraasTest coverage -- fix regression 163/head
2017-06-29 Aaron TraasTest coverage - add lots more coverage from actions.c 162/head
2017-06-29 Eric S. RaymondNot the best idea to try to rewach Don Woods for help...
2017-06-29 Eric S. RaymondTypo fix.
2017-06-29 Eric S. RaymondAdd Aaron Traas to credits.
2017-06-29 Eric S. RaymondStart another round of magic_number removal, this time...
2017-06-29 Aaron TraasDocumentation and comment cleanup.
2017-06-29 Eric S. Raymond'd' had a collision; 'drop' vs ;down'. Remove from...
2017-06-29 Eric S. RaymondDocumentation polishing and minor test improvements.
2017-06-29 NHOrusBreaking one-line conditionals 160/head
2017-06-29 Eric S. RaymondRe-indented.
2017-06-29 Jason S. NinnemanClean out the now-disused vocabulary structure.
2017-06-29 Aaron TraasUpdated documentation
2017-06-29 Aaron TraasCleanup test case
2017-06-29 Aaron TraasCoverage - Die while closing after lamp dim
2017-06-29 NHOrusk2 is dead 157/head
2017-06-29 NHOrusUntangling variable reuse
2017-06-29 NHOrusSeparate debugging of linenoise 156/head
2017-06-29 Eric S. RaymondFix an OB1 bug in allocation.
2017-06-29 NHOrusUnshadowed k2 into k3 in main.c 155/head
2017-06-29 Jason S. NinnemanUpstream linenoise rebased their project. 154/head
2017-06-29 Eric S. RaymondTransition to YAML is done, adventure.text and travel...
2017-06-29 Eric S. RaymondComment polishing.
2017-06-29 Jason S. NinnemanFinish newdb -> dungeon renaming. 153/head
2017-06-29 Jason S. Ninnemannewdungeon.py is now make_dungeon.py.
2017-06-29 Jason S. NinnemanRemove MAPLIN(). Fold common.[ch] into other files...
2017-06-29 Jason S. NinnemanJettison MAKEWD(), GETTXT(), vocab(), GETIN(), and...
2017-06-29 Aaron TraasCoverage - Test going back when you can't. 152/head
2017-06-29 Aaron TraasFixed automated testing
2017-06-29 Aaron TraasAdd make target for coverage
2017-06-29 Eric S. RaymondSimplify conditional evaluation when processing travel...
2017-06-29 Eric S. RaymondAddress GitLab issue #16: `make dist` produces incomple...
2017-06-29 Jason S. NinnemanCompletely wire vocab words in YAML to the code. 151/head
2017-06-29 Eric S. RaymondEliminate some promiscuous variable reuse.
2017-06-29 Eric S. RaymondImprove documentation if the *most* obscure span of...
2017-06-28 Aaron TraasMake clean now removes cheat binary
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 TraasRemoved advent.info and added to .gitignore 148/head
2017-06-28 Aaron TraasTest coverage: make LCOV ignore code unreachable withou...
2017-06-28 Aaron TraasTest coverage: make LCOV ignore bug() and all calls...
2017-06-28 Aaron TraasTest coverage: make LCOV ignore sig_handler and OOM...
2017-06-28 Eric S. RaymondMore test repairing.
2017-06-28 Eric S. RaymondRepair test breakage from previous commit.
2017-06-28 Eric S. RaymondTest consolidation.
2017-06-28 Eric S. RaymondMerge two tests so the suite can run a little faster.
2017-06-28 Jason S. NinnemanUpdate linenoise. 145/head
2017-06-28 Eric S. RaymondDeclare one-letter synonyms for some commands.
2017-06-28 Eric S. RaymondMagic-number elimination.
2017-06-28 Aaron TraasCleaned up tests/Makefile - added save generation to...
2017-06-28 Aaron TraasTest coverage: command-line options for advent
2017-06-28 Aaron TraasTest coverage -- 100% cheat for real this time
2017-06-28 Eric S. RaymondComment polishing.
2017-06-28 Eric S. RaymondDe-macroize references to travel opcode fields we won...
2017-06-28 Eric S. RaymondBreak travel array into three struct fields.
2017-06-28 Eric S. RaymondMore macro abstraction of the travel opcodes.
2017-06-28 Eric S. RaymondAfter splitting out the stop field, nothing ever negate...
2017-06-28 Eric S. RaymondBreak travel opcodes into a two-element structure.
2017-06-28 Eric S. RaymondAll travel[] references are now wrapped in extractor...
2017-06-28 Eric S. RaymondBegin abstracting out the magic properties of travel...
2017-06-28 Eric S. RaymondRemove unused enums.
2017-06-28 Eric S. RaymondMore use of state labels.
2017-06-27 Eric S. RaymondMinor refactoring step.
2017-06-27 Eric S. RaymondMore use of state labels.
2017-06-27 Eric S. RaymondAllow state labels in not clauses.
2017-06-27 Aaron TraasTest Coverage - elicit hints for grate and snake
2017-06-27 Aaron TraasRemove unused code
2017-06-27 Aaron TraasTest coverage -- additional coverage in actions.c
2017-06-27 Aaron Traasbuildregress now generates save files correctly.
2017-06-27 Aaron Traas100% coverage of cheat.c
2017-06-27 Aaron TraasAllow cheat to generate save files with bogus numbers.
2017-06-27 Aaron Traas"cheat" now has command-line arguments for generating...
2017-06-27 Eric S. RaymondTravel tables are all done from YAML now.
2017-06-27 Eric S. RaymondThis looks like it gets the terminators right.
2017-06-27 Eric S. Raymondtravel is correct except for position of terminators.
2017-06-27 Jason S. NinnemanDocumentation polishing. 142/head
2017-06-27 Eric S. RaymondMove the travel rule documentation to newdungeon.py.
2017-06-27 Jason S. NinnemanUpdate linenoise from upstream. 141/head
2017-06-27 Jason S. NinnemanAbolish VOCWRD().
2017-06-27 Jason S. NinnemanRemove actspk[].
2017-06-27 Jason S. NinnemanClean up missed actspk[] references.
2017-06-27 Jason S. NinnemanUse actions[].message instead of actspk[].
2017-06-27 Jason S. NinnemanAdd missing declaration.
2017-06-27 Jason S. NinnemanExpress actions[] in newdb.[ch].
2017-06-27 Jason S. NinnemanCombine actspk and the action words into a single struc...
2017-06-27 Eric S. RaymondThis version of newdungeon.py can exactly recover Secti...
2017-06-27 Jason S. NinnemanReexpress the motion words in adventure.yaml.
2017-06-27 Eric S. RaymondFirst cut at compiling travel rules from YAML.
2017-06-27 Eric S. RaymondRepair variois problems in travel YAML.
2017-06-26 Eric S. RaymondRepair a missing travel element it YAML.
2017-06-26 Jason S. NinnemanUpdate cheat.c to unbreak the build. 139/head
2017-06-26 Eric S. RaymondCreate a cheater to test strange save/resume cases.
next