summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-text.cc
Commit message (Collapse)AuthorAgeFilesLines
* Drop a lot of unnecessary braces.Adam Borowski2012-10-241-2/+0
| | | | | The perl one-liner I use for this had a bug where it didn't match "else" at the end of a line (ie, most of the time).
* Consistently use a space after flow control statements.Adam Borowski2011-12-021-1/+1
|
* Yet another text area rewrite.Florian Diebold2011-06-261-0/+1
| | | | Now the texts are cached in the crawl process and then sent as html.
* First prototype of webtiles.Florian Diebold2011-06-261-1/+1
| | | | | | Conflicts: crawl-ref/source/startup.cc
* Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-6/+0
|
* Let tiles output our UTF-8 encoded strings -- only the ISO-8859-1 subset for ↵Adam Borowski2010-09-271-19/+19
| | | | | | now. Word wrapping is yet to be corrected, just like in other UIs.
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-0/+268
No functional changes, just rearranging and exposing functions where needed.