summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/scripts
Commit message (Expand)AuthorAgeFilesLines
* Traps&Doors -> Traps.Adam Borowski2012-07-111-3/+3
* Add mimics to place-population.lua statsRaphael Langella2012-05-131-0/+1
* Fix MacOS9 newlines (???) in csim.luaAdam Borowski2012-04-051-1/+29
* A little lua script to test escape constriction formula.Raphael Langella2012-04-051-0/+1
* Some quick code stolen from place-population to give EXP stats on a map.Jude Brown2011-11-061-0/+256
* Merge all the item mimics into a single monster type.Raphael Langella2011-09-051-5/+0
* Update the training simulator with Cr -> Sk.Raphael Langella2011-06-281-1/+1
* A skill training simulator in Lua.Raphael Langella2011-06-231-0/+114
* Show absolute depth when generating levels in place-population, filter plants...Darshan Shaligram2011-04-101-2/+4
* Whitespace fixes.Adam Borowski2010-06-231-1/+1
* dlua mons.mimic check returns mimic type. Place-pop sorting.Jared Tinney (Twinge)2010-02-091-3/+26
* Fix references to Shoal:X in place-pop usage text.Darshan Shaligram2010-02-081-2/+2
* Add -groupuniques option to merge uniques into one record in place-population...Darshan Shaligram2010-02-081-1/+15
* Make place-population report shapeshifters correctly, and merge hydras and ug...Darshan Shaligram2010-02-071-1/+21
* place-population: also report combined monster stats for all levels to give c...Darshan Shaligram2010-01-281-16/+86
* Monster respawn rate reduces after 3k turns on level, respawning ends after 1...Darshan Shaligram2010-01-221-6/+14
* Fix newlines at end of file.Adam Borowski2010-01-211-1/+1
* Don't include the cumulative monster count when calculating pop totals.Darshan Shaligram2010-01-171-1/+3
* Update place-population to report xp stats as well as monster numbers (due).Darshan Shaligram2010-01-171-22/+75
* Make place-population also report max, min and sigma for monsters generated p...Darshan Shaligram2010-01-111-12/+53
* 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 tests...Darshan Shaligram2010-01-091-0/+136