summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick-p.h
Commit message (Collapse)AuthorAgeFilesLines
* Make a few functions static.Adam Borowski2012-04-201-3/+0
|
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
| | | | | | | "File:" is shown in your editor's status bar. "Written by:" was used only for the first person who changed a file. We got git for that now, and pre-DCSS history is so woefully inaccurate it doesn't really matter.
* Fix the struct/class clang warnings for tiles, too.Adam Borowski2011-01-081-2/+2
| | | | I'm unable to test optimized builds as clang (trunk) crashes during compilation.
* Binary gender is no longer required.Enne Walker2010-06-161-3/+2
| | | | | | | New species tile art is no longer required to conform to binary genders. All references to player gender have been removed. All the art is still there, but the default gender presentations have been swapped around arbitrarily.
* Split player tile logic out from tilepick.cc.Enne Walker2010-05-301-0/+44
All player tile look-ups are now in tilepick-p.cc.