summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tileweb.h
Commit message (Expand)AuthorAgeFilesLines
* Make the hp bar show the deterministic poison in WebTilesgammafunk2014-03-181-1/+1
* Include a link to character dump/morgue in exit game dialog.Pekka Lampila2014-02-051-0/+1
* Display a dialog on WebTiles after the game ends.Pekka Lampila2014-02-051-0/+2
* Reference mcache entries used by WebTilesPekka Lampila2013-12-171-0/+3
* Support show_game_turns in WebTilesPekka Lampila2013-12-141-0/+1
* Send some rc file options to the WebTiles clientPekka Lampila2013-12-111-0/+2
* Revert "Only send the game state to the joining spectator"Pekka Lampila2013-10-181-1/+1
* Fix the minibar bug on WebTiles tooPekka Lampila2013-06-281-0/+1
* Only send the game state to the joining spectatorPekka Lampila2013-06-041-1/+1
* Send contam/temperature to webtiles client for Djinn/Lava OrcPete Hurst2013-05-301-0/+2
* Fix a problem with Webtiles formatted_scroller handling.Florian Diebold2013-05-061-0/+1
* Combine WebTiles messages and send them togetherPekka Lampila2013-05-011-0/+1
* Level map cursor fixes for WebTilesPekka Lampila2013-03-131-0/+1
* Brace and std:: removal.Adam Borowski2012-12-081-7/+7
* Webtiles: Only update ui_state when necessary.Florian Diebold2012-11-241-0/+2
* Webtiles: Fix the line reader showing up in the message window for menus.Florian Diebold2012-11-231-0/+1
* Split MOUSE_MODE_MORE into versions for prompts, to give the Webtiles client ...Florian Diebold2012-11-231-1/+1
* Webtiles: Implement the "new command" marker for messages.Florian Diebold2012-11-231-0/+1
* Webtiles: Send inventory contents to the client.Florian Diebold2012-11-231-13/+11
* Webtiles: Do message scrolling etc. on the client side.Florian Diebold2012-11-231-1/+0
* Webtiles: Render the stats pane on the client side.Florian Diebold2012-11-231-1/+0
* Send player stats to the webtiles client.Florian Diebold2012-11-231-1/+52
* Webtiles: draw mini health and magic point barAndre-Patrick Bubel2012-11-231-0/+1
* Webtiles: Improve JSON generation functions; always send proper JSON.Florian Diebold2012-11-141-16/+22
* Dump the Webtiles message buffer when crashing.Florian Diebold2012-11-011-0/+2
* Fix monsters not being removed from the monster list (#6129).Florian Diebold2012-09-121-1/+1
* Use std namespace.Raphael Langella2012-08-261-24/+24
* Remove an unused function.Florian Diebold2012-07-011-1/+0
* Webtiles: Fix map update with travel_delay=-1 (#5356).Florian Diebold2012-06-201-3/+6
* Let GCC validate webtiles printfs.Adam Borowski2012-05-021-2/+4
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* Webtiles: Track cell dirtyness in more detail to improve performance.Florian Diebold2012-04-191-0/+6
* Make the X level map use the full window in Webtiles, similar to the console.Florian Diebold2011-12-161-8/+32
* Merge branch 'tiles-monster-info'Florian Diebold2011-12-151-1/+1
|\
| * Use monster_info instead of monster for tile picking.Florian Diebold2011-11-231-1/+1
* | Webtiles: Tell the crawl process if it is being controlled from the web client.Florian Diebold2011-12-141-0/+3
* | Don't waste CPU time sending messages in Webtiles-enabled executables if no s...Florian Diebold2011-12-081-0/+2
* | Allow other CRT dialogs to be displayed like a menu in Webtiles.Florian Diebold2011-12-081-8/+38
* | Implement dedicated Menu support for Webtiles.Florian Diebold2011-12-081-0/+7
* | A bunch of helper functions for writing JSON for Webtiles.Florian Diebold2011-12-081-3/+18
|/
* Allow specifying the path to the Webtiles client data while compiling crawl.Florian Diebold2011-11-041-0/+2
* Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-5/+57
* Refactor Webtiles rendering, and more preparations for monster list.Florian Diebold2011-09-301-1/+1
* Send parts of map_knowledge to the Webtiles client.Florian Diebold2011-09-301-6/+30
* Whitespace fixes.Adam Borowski2011-07-121-1/+1
* Clean up tilesdl.h.Florian Diebold2011-07-061-0/+119