open-adventure.git
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.
2017-06-24 Eric S. RaymondRationalize names of structure array sizes.
2017-06-24 Eric S. RaymondElimination of OBJTXT.
2017-06-24 Eric S. RaymondCorrect buggy behavior of sign in endgame. Add a test...
2017-06-24 Eric S. RaymondExtend test coverage. read sign in endgame.
2017-06-24 Eric S. RaymondElimination of OBJSND.
2017-06-24 Eric S. RaymondExtend test coverage of vending-machine actions.
2017-06-24 Eric S. RaymondImprove test coverage.
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. RaymondDocumentation polishing.
2017-06-23 Eric S. RaymondSupport loud locations.
2017-06-23 Eric S. RaymondLocation sounds are now declared by YAML.
2017-06-23 Eric S. Raymondobjsound.py: add a (temporary) YAML transformer for...
2017-06-23 Eric S. RaymondAdd YAML markup for location sounds.
2017-06-23 Eric S. RaymondToss unused parts of dungeon.c and init.c
2017-06-22 Eric S. RaymondReplace macros with condition bits.
2017-06-22 Eric S. RaymondGive the FORCED property a real cond bit. Delete some...
2017-06-22 Eric S. RaymondSwitch fully over to YAML generation of condition bits...
2017-06-22 Eric S. RaymondGenerate initializer from YAML for Section 9 bits.
2017-06-22 Eric S. RaymondUse YAML references to tie hints to locations.
2017-06-22 Jason S. NinnemanFixups to the adventure.yaml commentary.
2017-06-22 Eric S. RaymondLocation YAML now has conditions.
2017-06-22 Eric S. Raymondlocbit.py: Can't set a FORCED attribute in the YAML...
2017-06-22 Eric S. RaymondRepair a check file.
2017-06-22 Eric S. RaymondCheck in the tool for folding Section 9 COND bits into...
2017-06-22 Eric S. RaymondImprove namespace hygiene.
2017-06-22 Eric S. RaymondPatch around non-working pillo bug fix.
2017-06-22 Jason S. NinnemanQuick-fix the 'pillo bug'. 130/head
2017-06-21 Eric S. RaymondSimple fix for GitLab issue #14: Behaviour of magic...
2017-06-21 Eric S. RaymondFix GitLab issue #13 - The "eat" command exhibits stran...
2017-06-21 Eric S. RaymondRevert "Test coverage - Almost all of score.c". It...
2017-06-21 Eric S. RaymondRevert "Test coverage - 100% score.c". It's breaking...
2017-06-21 Aaron TraasTest coverage - 100% score.c 129/head
2017-06-21 Aaron TraasTest coverage - Almost all of score.c
2017-06-21 Aaron Traasxstrdup() not called anywhere in source. Removed.
2017-06-21 Jason S. NinnemanSwitch to 0-indexing for hint handling code. 127/head
2017-06-21 Jason S. NinnemanAbolish HNTMAX and HNTSIZ in favor of HINT_COUNT.
next