open-adventure.git
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.
2017-06-26 Jason S. NinnemanJettison some disused macros. 138/head
2017-06-26 Jason S. NinnemanUse enums for object number mnemonics instead of VOCWRD...
2017-06-26 Jason S. NinnemanFold object vocab words into the objects[] structure. 137/head
2017-06-26 Jason S. Ninnemanobject_descriptions[] is now objects[]. 136/head
2017-06-26 Jason S. NinnemanAdd vocab length define to newdb.
2017-06-26 Eric S. RaymondSquash a compiler warning.
2017-06-26 Eric S. RaymondChange the name of the KEY array to avoid an upcoming...
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-26 Eric S. RaymondSubsume Section 8 into YAML.
2017-06-26 Jason S. NinnemanRemove duped const keywords. 135/head
2017-06-26 Jason S. NinnemanFix typo and type mismatch.
2017-06-26 Jason S. NinnemanExpose a vocabulary[] array in newdb.c.
2017-06-26 Jason S. NinnemanInline the hint messages. 134/head
2017-06-26 Eric S. RaymondUnsnarl the motion code some more.
2017-06-25 Eric S. RaymondBegin toounsnarl the way the TRAVEL array is used.
2017-06-25 Eric S. RaymondMagic-number elimination.
2017-06-25 Eric S. RaymondCapture Section 3 in YAML.
2017-06-25 Eric S. RaymondA step forward in definining YAML for the travel array.
2017-06-25 Jason S. NinnemanDeal with some compiler warnings. 133/head
2017-06-25 Eric S. RaymondComment polishing.
2017-06-25 Eric S. RaymondFix a report of conpile-time error.
2017-06-25 Eric S. RaymondDix off-by-one errors induced by tightening some array...
2017-06-25 Eric S. RaymondChange structure of vocabulary YAML to cope with multip...
2017-06-25 Eric S. RaymondAdd some sanity checking to newdungeon.py.
2017-06-25 Eric S. RaymondComment polishing in adventure.yaml.
2017-06-25 Eric S. RaymondVocabulary (adventure.txt section 4) is now in YAML...
2017-06-25 Eric S. RaymondProof of concept for Section 3 report generator.
2017-06-25 Eric S. RaymondFully subsume section 7 into YAML.
2017-06-24 Eric S. RaymondRemove unused error codes.
2017-06-24 Eric S. RaymondMove the description of string escapes to where the...
2017-06-24 Eric S. RaymondRemove unused code.
2017-06-24 Eric S. RaymondSection 13 is now all YAML, so objsound.py can go.
2017-06-24 Eric S. RaymondImprove comments, eliminate magic numbers.
2017-06-24 Eric S. RaymondGive generate constant arrays the const specifier.
2017-06-24 Eric S. RaymondReplace magic MINTRS/MAXTRS with a treasure attribute...
2017-06-24 Eric S. RaymondLOCSIZ -> NLOCATIONS, finishing limit-name cleanup.
2017-06-24 Eric S. RaymondMore fixed limits (NOBJECTS, LOCSIZ) stop being fixed.
next