Clean up remnant magic labels.
[open-adventure.git] / dungeon.c
2017-06-14 NHOrusLowering the scope And cleaning up some warnings from...
2017-06-13 Jason S. NinnemanFix all the simple compiler warnings. 74/head
2017-06-12 Jason S. NinnemanDon't output disused dungeon data. 64/head
2017-06-12 Jason S. NinnemanRemove some hard-coded array dimensions. Generate CLSSE... 63/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...
2017-06-07 Eric S. RaymondMove MAXDIE computation to dungeonmaker.
2017-06-07 Eric S. RaymondPrevent confusion between dungeonmaker and runtime...
2017-06-07 Eric S. RaymondFinish moving state arrays into game structure block.
2017-06-07 Eric S. RaymondChange name of dungeon maker - dual use of "compile...