summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cluautil.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Use std namespace.Raphael Langella2012-08-261-2/+2
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-0/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-2/+2
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-1/+1
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-1/+1
* Fix Shoal:$ generation bugs: stairs could be surrounded by deep water, hut en...Darshan Shaligram2010-01-051-6/+2
* lmark.synchronized_markers(): apply one marker's effects to multiple points s...Darshan Shaligram2009-10-311-13/+12
* Add whitespace fixes.David Lawrence Ramsey2009-10-311-1/+1
* Move more utility code from dlua to cluautil.Robert Vollmert2009-10-211-0/+23
* Move clua_register_metatable to cluautil.Robert Vollmert2009-10-211-0/+23
* Move more macros and functions to cluautil.cc.Robert Vollmert2009-10-211-0/+17
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-0/+60