summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-text.h
Commit message (Collapse)AuthorAgeFilesLines
* Chance function(void) to function()reaverb2014-05-241-2/+2
|
* Yet another text area rewrite.Florian Diebold2011-06-261-1/+0
| | | | Now the texts are cached in the crawl process and then sent as html.
* First prototype of webtiles.Florian Diebold2011-06-261-1/+2
| | | | | | Conflicts: crawl-ref/source/startup.cc
* Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-5/+0
|
* Let tiles output our UTF-8 encoded strings -- only the ISO-8859-1 subset for ↵Adam Borowski2010-09-271-6/+5
| | | | | | 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/+67
No functional changes, just rearranging and exposing functions where needed.