summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tileweb-text.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix non-debug & webtiles compilationNicholas Feinberg2014-08-141-1/+1
* Include tileweb-text.cc in MSVC builds.Neil Moore2014-06-051-0/+3
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-1/+1
* Refactor pairs of asserts to ASSERT_RANGE.Adam Borowski2013-11-161-4/+2
* Refactor ASSERT(a && b) againBrendan Hickey2013-11-151-1/+4
* Webtiles: Improve JSON generation functions; always send proper JSON.Florian Diebold2012-11-141-5/+9
* Use std namespace.Raphael Langella2012-08-261-2/+2
* Death to std::wstringstream!Adam Borowski2012-08-121-16/+17
* Don't use locale-dependent %ls.Adam Borowski2012-07-011-1/+2
* Allow other CRT dialogs to be displayed like a menu in Webtiles.Florian Diebold2011-12-081-10/+13
* Webtiles: A small bandwidth improvement.Florian Diebold2011-10-291-4/+1
* Webtiles JS Modularization, part II.Florian Diebold2011-10-291-2/+3
* Clean up tilesdl.h.Florian Diebold2011-07-061-1/+1
* Clean up webtiles text area handling.Florian Diebold2011-07-061-21/+0
* Abstract sending of messages into its own function(s).Florian Diebold2011-06-261-3/+4
* Send differences in text areas per-line.Florian Diebold2011-06-261-21/+60
* Fix text areas sending a <br> at the end and thus being one line too large.Florian Diebold2011-06-261-1/+1
* Fix the game exiting a menu if the window size changes or a watcher joins.Florian Diebold2011-06-261-2/+5
* Adapt view size to browser window size automatically.Florian Diebold2011-06-261-2/+1
* Fix handling of colored space characters.Florian Diebold2011-06-261-13/+18
* Fix unicode text output (hopefully) and encode special chars as HTML entities.Florian Diebold2011-06-261-2/+21
* Only send texts if they were changed, and fix a bug with buggy redraws after ...Florian Diebold2011-06-261-1/+10
* Yet another text area rewrite.Florian Diebold2011-06-261-0/+135