summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc/grind.sh
Commit message (Collapse)AuthorAgeFilesLines
* Specify arbitrary options on the command lineMatthew Cline2009-10-231-1/+2
| | | | | | | | | | This introduces two new command line options, -extra-opt-first and -extra-opt-last, which make crawl think that the specified options were (respectively) at the start and end of the options file. For example: crawl -extra-opt-last wiz_mode=yes The two options can be used multiple times to specify multiple options.
* misc/grind.sh: Make work with -arena optionMatthew Cline2009-10-201-1/+1
|
* Added a convenience script for invoking Valgrind to find memory errors/bugs,zelgadis2008-11-211-0/+6
and a Valgrind suppressions file to suppress things that either aren't really memory bugs or are bugs in third party libraries which we can't fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7526 c06c8d41-db1a-0410-9941-cceddc491573