summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tileweb-text.h
Commit message (Collapse)AuthorAgeFilesLines
* Use std namespace.Raphael Langella2012-08-261-2/+2
| | | | | | | | | | | | | I had to rename distance() (in coord.h) to distance2() because it conflicts with the STL function to compare 2 iterators. Not a bad change given how it returns the square of the distance anyway. I also had to rename the message global variable (in message.cc) to buffer. I tried to fix and improve the coding style has much as I could, but I probably missed a few given how huge and tedious it is. I also didn't touch crawl-gdb.py, and the stuff in prebuilt, rltiles/tool and util/levcomp.*, because I have no clue about those.
* Clean up webtiles text area handling.Florian Diebold2011-07-061-27/+0
| | | | The separate subclasses were unnecessary now.
* Send differences in text areas per-line.Florian Diebold2011-06-261-0/+3
|
* Fix the game exiting a menu if the window size changes or a watcher joins.Florian Diebold2011-06-261-1/+1
|
* Only send texts if they were changed, and fix a bug with buggy redraws after ↵Florian Diebold2011-06-261-0/+2
| | | | teleports.
* Yet another text area rewrite.Florian Diebold2011-06-261-0/+60
Now the texts are cached in the crawl process and then sent as html.