open-adventure.git
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.
2017-06-21 Peje NilssonReplace SETPRM/[PR]SPEAK with variadic [pr]speak
2017-06-21 David James... Resolve GitLab issue #3. Applies MISRA and CERT guidel...
2017-06-21 Aaron TraasTest Coverage -- lots of new pieces of actions.c 125/head
2017-06-21 Eric S. RaymondDocumentation polishing.
2017-06-21 Eric S. RaymondDocumentation and polishing.
2017-06-21 Eric S. RaymondYAMLify section 11 (hints).
2017-06-21 Eric S. RaymondDocument the YAML, remove some dead code, fix typos.
2017-06-21 Eric S. RaymondSection 10 (class thresholds) is now parsed entirely...
2017-06-21 Eric S. RaymondFurther code simplification.
2017-06-21 Eric S. RaymondCode simplification.
2017-06-21 Eric S. RaymondChage read handler argument to by-value.
2017-06-21 Eric S. RaymondWD* globals abolished. They're now members of the comma...
2017-06-20 Jason S. NinnemanFix another ob1 error.
2017-06-20 Jason S. NinnemanClean out some disused variables.
2017-06-20 Jason S. NinnemanFix off-by-one error.
2017-06-20 Jason S. NinnemanRefactor how turn threshold penalties are accounted...
2017-06-20 Aaron TraasTest coverage -- more corner cases in actions.c 120/head
2017-06-20 Eric S. RaymondIntroduce command encapsulation structure.
2017-06-20 Jason S. NinnemanRefactored dungeon generator. 119/head
2017-06-20 Jason S. NinnemanClean up adventure.yaml.
2017-06-20 Jason S. NinnemanDon't exit on EOF from get_input().
2017-06-20 Aaron TraasTest coverage - more corner cases in actions.c
2017-06-20 Eric S. RaymondComment polishing.
2017-06-20 Eric S. RaymondAdd test for "cage bird".
2017-06-20 Eric S. RaymondPolish help text.
next