summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_file.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add -script option to Crawl to run a Lua script. Scripts are similar to ↵Darshan Shaligram2010-01-091-1/+18
| | | | | | tests, but can be parameterised. Add a script to generate 150 level at a named place and report on all the monsters generated there.
* loadmaps.lua auto-loads .des files in dat.Darshan Shaligram2009-11-011-7/+33
|
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-2/+2
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Move remaining libraries from clua.cc.Robert Vollmert2009-10-201-1/+23
| | | | That's l_file.cc, l_food.cc, l_global.cc.
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-1/+1
| | | | To avoid name clashes, rename dlua libs from *_lib to *_dlib.
* Split file_lib out.Robert Vollmert2009-10-191-0/+139
Move lua library headers to separate l_libs.h, fixing another compilation error...