summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_mapgrd.cc
Commit message (Expand)AuthorAgeFilesLines
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-1/+1
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-4/+4
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-4/+4
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* Change mapgrd and mapbld funcs to be 0-indexed.Enne Walker2009-11-291-2/+2
* Move userdata templates to cluautil.h.Robert Vollmert2009-10-211-1/+1
* Complete rename to mapgrd.Robert Vollmert2009-10-211-15/+15
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-3/+3
* Move grd_lib out of clua.cc into l_mapgrd.cc.Robert Vollmert2009-10-201-0/+109