Remove unused code
[open-adventure.git] / common.h
2017-06-24 Eric S. RaymondRemove unused error codes.
2017-06-24 Eric S. RaymondMore fixed limits (NOBJECTS, LOCSIZ) stop being fixed.
2017-06-23 Eric S. RaymondToss unused parts of dungeon.c and init.c
2017-06-22 Eric S. RaymondGive the FORCED property a real cond bit. Delete some...
2017-06-22 Eric S. RaymondGenerate initializer from YAML for Section 9 bits.
2017-06-21 Jason S. NinnemanAbolish HNTMAX and HNTSIZ in favor of HINT_COUNT.
2017-06-21 Eric S. RaymondDocument the YAML, remove some dead code, fix typos.
2017-06-19 Eric S. RaymondAttempt to deconfuse the coverage analyzer.
2017-06-19 Eric S. RaymondReindent and cleanup.
2017-06-18 Bob Littlemagic numbers, show usage, fixed linty warnings 103/head
2017-06-10 Jason S. NinnemanZero-index the lookup tables and the code that referenc... 58/head
2017-06-10 Jason S. NinnemanUse a header/source set common to both advent and the...