summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Drop a lot of unnecessary braces.Adam Borowski2012-10-241-2/+0
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Use std namespace.Raphael Langella2012-08-261-16/+13
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-10/+10
* Update marker save compatibility, wrapper for TAG_MAJOR_VERSION.Jude Brown2011-11-111-0/+7
* Fix broken fog machine loading (Elynae).Jude Brown2011-11-021-0/+10
* Use FunctionWrapper objects instead of raw functions for all markers.Darshan Shaligram2011-01-091-22/+2
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-7/+7
* Make file_unmarshall_boolean Lua-accessible.Robert Vollmert2010-07-301-0/+1
* s/marshallLong/marshallInt/, since this confusion tends to cause bugs.Adam Borowski2010-06-201-2/+2
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-1/+1
* Protect against symlink attacks when writing morgues and dumps.Adam Borowski2010-03-041-1/+1
* Move .des files to dat/des, and allow them to be placed in subdirectories of ...Darshan Shaligram2010-01-211-0/+22
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* Add -script option to Crawl to run a Lua script. Scripts are similar to tests...Darshan Shaligram2010-01-091-1/+18
* loadmaps.lua auto-loads .des files in dat.Darshan Shaligram2009-11-011-7/+33
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-2/+2
* Move remaining libraries from clua.cc.Robert Vollmert2009-10-201-1/+23
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-1/+1
* Split file_lib out.Robert Vollmert2009-10-191-0/+139