summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/colour.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ETC_UGLY and ETC_VERY_UGLY colors, as they're now unused.David Lawrence Ramsey2009-11-211-2/+0
|
* Split up view.cc.Robert Vollmert2009-11-041-0/+8
|
* Add various color-related fixes.David Lawrence Ramsey2009-11-011-2/+3
|
* Implement [2889948]: In the console version, make (very) ugly thingDavid Lawrence Ramsey2009-10-311-1/+3
| | | | | corpses randomly cycle through all their available colors instead of always being (light)red.
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+62
New: colour.cc, coord.cc, coordit.cc, random.cc, rng.cc.