object_descriptions[] is now objects[].
[open-adventure.git] / newdungeon.py
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. RaymondWire Section 8 YAML to runtime.
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-25 Eric S. RaymondDix off-by-one errors induced by tightening some array...
2017-06-25 Eric S. RaymondAdd some sanity checking to newdungeon.py.
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. 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 OBJSND.
2017-06-23 Eric S. RaymondProof of cobcept for state defines.
2017-06-23 Eric S. RaymondSupport loud locations.
2017-06-23 Eric S. RaymondLocation sounds are now declared by YAML.
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-21 Jason S. NinnemanAbolish HNTMAX and HNTSIZ in favor of HINT_COUNT.
2017-06-21 Eric S. RaymondDocumentation and polishing.
2017-06-21 Eric S. RaymondYAMLify section 11 (hints).
2017-06-21 Eric S. RaymondSection 10 (class thresholds) is now parsed entirely...
2017-06-20 Jason S. NinnemanRefactor how turn threshold penalties are accounted...
2017-06-20 Jason S. NinnemanRefactored dungeon generator. 119/head
2017-06-19 Jason S. NinnemanGive obituary messages their own data structure.
2017-06-18 Bob LittleAdded 'linty' target for make
2017-06-14 Jason S. NinnemanPut the long and short location descriptions into a... 79/head
2017-06-14 Jason S. NinnemanGenerate newdb.[ch] at build time, parallel with databa...
2017-06-14 Jason S. NinnemanNew dungeon compiler to gradually replace the existing...