summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cluautil.h
Commit message (Expand)AuthorAgeFilesLines
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* Allow specifying layout_chaotic_city material type from LuaPete Hurst2013-05-051-1/+2
* Use std namespace.Raphael Langella2012-08-261-2/+2
* Make inline functions static.Adam Borowski2012-08-091-3/+3
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-7/+7
* Make a bunch of functions static or gone.Adam Borowski2012-06-231-1/+0
* Kill some longs.Adam Borowski2012-05-261-1/+1
* Make tileidx_t 64 bits long.Florian Diebold2012-05-241-1/+1
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-1/+4
|\
| * Return multiple items from items.get_items_at().Neil Moore2012-04-221-0/+1
| * Fix an evil macro masquerading like a function call but not behaving like one.Adam Borowski2012-04-201-1/+3
* | Merge branch 'master' into portal_branchesAdam Borowski2011-11-191-1/+1
|\|
| * Hush a warning.Adam Borowski2011-11-151-1/+1
* | Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-9/+5
|/
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-6/+6
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-3/+3
* Allow corpses to be placed in .des files.Darshan Shaligram2010-06-221-0/+2
* Make MonsterWrap and friends accessible to other files.Robert Vollmert2010-02-131-1/+7
* Fix stash-tracker item annotations and restrict user scripts to access items ...Darshan Shaligram2010-01-241-1/+1
* Convert items Lua library to use metatable. May case end-user issues.Jude Brown2010-01-241-7/+4
* Fix Shoal:$ generation bugs: stairs could be surrounded by deep water, hut en...Darshan Shaligram2010-01-051-2/+6
* Lua builder funcs act on map_lines, not grd.Enne Walker2009-11-021-1/+3
* lmark.synchronized_markers(): apply one marker's effects to multiple points s...Darshan Shaligram2009-10-311-1/+17
* Add lua binding for inspecting env.show.Robert Vollmert2009-10-271-0/+3
* Move more utility code from dlua to cluautil.Robert Vollmert2009-10-211-0/+2
* Move userdata templates to cluautil.h.Robert Vollmert2009-10-211-1/+80
* Move clua_register_metatable to cluautil.Robert Vollmert2009-10-211-1/+11
* Move more macros and functions to cluautil.cc.Robert Vollmert2009-10-211-1/+63
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-0/+22