summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tileweb.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix non-debug & webtiles compilationNicholas Feinberg2014-08-141-0/+1
* Make colour-swapping work in webtiles (#8271)Neil Moore2014-07-311-3/+3
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Modify webtiles socket timeouts, simplify.Neil Moore2014-07-061-22/+13
* Halve displayed SH values (crate)Nicholas Feinberg2014-06-031-1/+2
* Melt away lava orcs.Steve Melenchuk2014-05-141-0/+4
* Webtiles: Try to deal better with EAGAIN.Florian Diebold2014-05-091-3/+8
* Gozag: gold lust.Steve Melenchuk2014-05-071-0/+3
* Let @ (and lua) display negative values for poison_survival().elliptic2014-04-071-1/+1
* Make the hp bar show the deterministic poison in WebTilesgammafunk2014-03-181-0/+10
* Call _send_options after _send_version on spectator join.Pekka Lampila2014-03-061-1/+1
* Fix sending inventory item colour if name didn't change.Pekka Lampila2014-03-061-9/+6
* Fix non-ASCII text and inscriptions.Neil Moore2014-03-041-1/+1
* Use json_write_string for glyphs, instead of duplicate code.Pekka Lampila2014-03-031-11/+3
* Escape all control codes in write_message_escaped.Pekka Lampila2014-03-031-2/+6
* Remove djinn.wheals2014-02-241-0/+7
* Fix item colours not being sent with a full update.Pekka Lampila2014-02-111-1/+1
* Include a link to character dump/morgue in exit game dialog.Pekka Lampila2014-02-051-0/+11
* Display a dialog on WebTiles after the game ends.Pekka Lampila2014-02-051-0/+15
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-9/+9
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-7/+0
* Retry sending to WebTiles socket on EINTRPekka Lampila2013-12-181-1/+1
* Reference mcache entries used by WebTilesPekka Lampila2013-12-171-1/+37
* Support show_game_turns in WebTilesPekka Lampila2013-12-141-0/+3
* Send some rc file options to the WebTiles clientPekka Lampila2013-12-111-0/+17
* Trim some extra spaces (ChrisOelmueller)Neil Moore2013-12-081-2/+2
* Add send timeouts to game<->webtiles server socketPekka Lampila2013-12-071-13/+35
* Fixed use of arrows and other special keys in OS X versions of webtiles.Kyle Fox2013-12-061-1/+1
* Fix a crash when running a webtiles server in OS X.Kyle Fox2013-12-061-3/+4
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Remove moths of suppressionChris Campbell2013-11-111-3/+0
* Revert "Only send the game state to the joining spectator"Pekka Lampila2013-10-181-7/+3
* Use a finer scale for magic contamination.Raphael Langella2013-08-161-4/+4
* Fix webtiles compilation.Neil Moore2013-07-281-1/+1
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-4/+4
* Fix the minibar bug on WebTiles tooPekka Lampila2013-06-281-0/+6
* Only send the game state to the joining spectatorPekka Lampila2013-06-041-3/+7
* Fix lava orc heat aura in Webtiles.Florian Diebold2013-05-301-1/+1
* Plug a small Webtiles information leak (mumra).Florian Diebold2013-05-301-1/+10
* Send correct max hp for Djinni to the webtiles client.Florian Diebold2013-05-301-3/+10
* Use temperature() to do int conversionPete Hurst2013-05-301-1/+1
* Send contam/temperature to webtiles client for Djinn/Lava OrcPete Hurst2013-05-301-1/+6
* Merge branch 'master' into lava_orcsAdam Borowski2013-05-291-36/+84
|\
| * Prevent a potential Webtiles bug.Florian Diebold2013-05-251-1/+2
| * Implement the cloud overlay in Webtiles.Florian Diebold2013-05-251-0/+5
| * Fix a warning and a whitespace error.Steve Melenchuk2013-05-061-1/+1
| * Fix a problem with Webtiles formatted_scroller handling.Florian Diebold2013-05-061-1/+6
| * Simplify.Neil Moore2013-05-031-8/+4
| * Make sure to crash properly if a write_message vsnprintf fails.Florian Diebold2013-05-031-2/+4
| * Combine WebTiles messages and send them togetherPekka Lampila2013-05-011-0/+11