summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Make place-population also report max, min and sigma for monsters generated ↵Darshan Shaligram2010-01-111-12/+53
| | | | per level.
* Script to generate a level and dump the map to dump-<place>.map for inspection.Darshan Shaligram2010-01-091-0/+19
|
* Add -script option to Crawl to run a Lua script. Scripts are similar to ↵Darshan Shaligram2010-01-091-0/+136
tests, but can be parameterised. Add a script to generate 150 level at a named place and report on all the monsters generated there.