Reissue 1.18 - same code, corrected metadata.
[open-adventure.git] / make_dungeon.py
2024-01-28 Eric S. RaymondSimplify SPDX copyright lines to the shortest canonical...
2024-01-02 Eric S. RaymondInitialize dwarf locations in YAML, not C.
2024-01-02 Eric S. RaymondFix defective copyright notices.
2023-09-17 Eric S. RaymondApply black to move Python style to standard form.
2023-04-10 Eric S. RaymondMagic-number elimination.
2023-04-03 Eric S. RaymondImprove copyright lines.
2023-04-03 Eric S. RaymondPartial REUSE cmpliance.
2023-03-01 Eric S. RaymondMove pylint suppressions inline.
2023-02-28 Eric S. RaymondSPDXify generated code.
2023-02-17 Eric S. RaymondCleanup for current pylint.
2022-04-14 Eric S. Raymondpylint cleanup.
2020-08-28 Eric S. RaymondDeal with the consequences of an entry-point deprecatio...
2018-11-18 Eric S. RaymondComment polishing.
2018-11-14 Eric S. RaymondSync patch.
2018-03-09 Eric S. RaymondSPDXify the code.
2018-03-08 Eric S. RaymondRemove an unnecessary argument.
2017-08-03 Eric S. RaymondCope with YAML idiosyncracy at unquoted "YES".
2017-07-23 Aaron TraasMoved dungeon.c and dungeon.h templates into external... 259/head
2017-07-21 Aaron TraasSpecials excised from adventure.yaml
2017-07-21 Aaron TraasAll specials are now actions. Builds correct outputs...
2017-07-20 Eric S. RaymondFix invalid variable reuse.
2017-07-11 Jason S. NinnemanMake the build Python-2/3 agnostic.
2017-07-11 Eric S. RaymondMinor bug fix in an error notification.
2017-07-07 Eric S. RaymondComment polishing.
2017-07-07 Eric S. RaymondComment cleanup.
2017-07-07 Eric S. RaymondEliminate magic numbers from C side of condition handling.
2017-07-07 Eric S. RaymondPurge magic numbers from C side of destination handling.
2017-07-06 Eric S. RaymondMore readable dungeon.c output.
2017-07-06 Eric S. RaymondMake the travel table in the dungeon.c output easier...
2017-07-06 Eric S. RaymondTowards a more readable generated file.
2017-07-06 Eric S. RaymondMagic-number elimination.
2017-07-05 Jason S. Ninnemanactions[] now has strings instead of enums. 217/head
2017-07-05 Eric S. RaymondMagic-number elimination.
2017-07-04 Eric S. RaymondImplement and document new state-label syntax.
2017-07-02 Eric S. RaymondBegin decomposing cond magic numbers.
2017-07-01 Eric S. RaymondSupply missing implementation of nodwarf bit in travel...
2017-07-01 Eric S. RaymondAnother step in de-obscurifying the travel code.
2017-07-01 Jason S. NinnemanRefactor specials[] to have strings instead of enum... 184/head
2017-07-01 Eric S. RaymondForther break apart the magic enconding of travel arrays.
2017-07-01 Eric S. RaymondIgnore l g z i under oldstyle.
2017-06-29 Jason S. NinnemanClean out the now-disused vocabulary structure.
2017-06-29 Jason S. Ninnemannewdungeon.py is now make_dungeon.py.