open-adventure.git
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.
2017-06-20 Eric S. RaymondAdd -l to coverage testing.
2017-06-20 Eric S. RaymondDocumentation update.
2017-06-20 Eric S. RaymondFix off-by-one error that enabled the fuzzer to find...
2017-06-20 Eric S. RaymondTest logic for lamp dimming triggering battery replacement.
2017-06-19 Peje NilssonMerge branch 'master' into magic-number 116/head
2017-06-19 Jason S. NinnemanFix typo and compiler warning. 115/head
2017-06-19 Jason S. NinnemanAdd token_to_packed() utility function.
2017-06-19 Peje NilssonMerge branch 'master' into magic-number
2017-06-19 Peje NilssonCleanup Arithmetic on message number
2017-06-19 Aaron TraasTest coverage More misuse of transitive verbs
2017-06-19 Aaron TraasTest coverage - failure to fill
2017-06-19 Aaron TraasTest coverage -- intransitive carry when one object...
2017-06-19 Aaron TraasTest coverage - drink with no valid object
2017-06-19 Eric S. RaymondMostly confine assumptions about what token_t is to...
2017-06-19 Eric S. RaymondConcentrate all magic-number values for packed-string...
2017-06-19 Eric S. RaymondMore semantic typing - a step towards eliminating packing.
2017-06-19 Aaron TraasReally 100% test coverage for saveresume.c
2017-06-19 Aaron TraasShould have 100% coverage on saveresume.c now
2017-06-19 Eric S. RaymondPublish more things on the website.
2017-06-19 Eric S. RaymondBoolify some logical variables.
2017-06-19 NHOrusEven less magic 111/head
2017-06-19 Aaron TraasSave/resume fail test coverage -- test works in Docker now 110/head
2017-06-19 NHOrus-r doesn't show with NOSAVE build 109/head
2017-06-19 NHOrusNo need to tease with excluded options 108/head
2017-06-19 Eric S. RaymondRevert "Improved test coverage -- save/resume fail"
2017-06-19 Aaron TraasImproved test coverage -- save/resume fail
2017-06-19 Eric S. RaymondMagic-number elimination.
2017-06-19 Eric S. RaymondMagic-number elimination. Fix possible glitch in troll...
2017-06-19 Eric S. RaymondAdd axeorama log, extending test coverage.
2017-06-19 Eric S. RaymondRestructure some code.
2017-06-19 Eric S. RaymondL12 is gone again. Magic numbers have been almost elimi...
2017-06-19 Eric S. RaymondMagic number elimination, repair some careless replace...
2017-06-19 Eric S. RaymondDocumentation tweak.
2017-06-19 Peje NilssonRemove goto L12 - take two
2017-06-19 Eric S. RaymondImprove test coverage.
2017-06-19 Jason S. NinnemanReorganize debug build options. 105/head
next