summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_colour.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-1/+1
* Correct other missing #includesSamuel Bronson2013-04-061-0/+2
* Use std namespace.Raphael Langella2012-08-261-3/+3
* Prototype luadoc setup.Samuel Bronson2011-10-021-0/+11
* Require explicit enums for Lua colours.Adam Borowski2011-08-091-6/+6
* Assert when trying to add too many Lua colours.Adam Borowski2011-08-091-0/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Trim some uneeded includes.Adam Borowski2010-12-141-1/+0
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-1/+1
* use lua_datum rather than dump/load for the callbacksJesse Luehrs2010-09-101-21/+8
* use dlua, not clua, for colour stuffJesse Luehrs2010-09-101-6/+6
* allow defining colour patterns in luaJesse Luehrs2010-09-101-0/+108