summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tileweb.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * Handle lich and statue form tiles the same way as tree form.Florian Diebold2013-03-191-1/+0
| * Fix boosted stat colouring in Webtiles (#6672, #6529).Pekka Lampila2013-03-181-1/+13
| * Init all cursors to NO_CURSOR in WebTilesPekka Lampila2013-03-151-0/+4
| * Webtiles: Fix the item colour not being updated after uncursing (#6653).Florian Diebold2013-03-151-7/+5
| * More compilation fixing.Raphael Langella2013-03-151-1/+1
| * Fix webtiles and win32c compilation.Adam Borowski2013-03-141-1/+1
| * Level map cursor fixes for WebTilesPekka Lampila2013-03-131-9/+24
| * Webtiles: Fix escaping of newlines in JSON strings.Florian Diebold2013-03-091-1/+1
| * Webtiles: Fix the view position not being sent when a spectator joins (#6654).Florian Diebold2013-03-051-1/+1
| * Formatting fixes.Adam Borowski2013-02-031-7/+7
* | Display heat auras in WebTiles tooontoclasm2013-01-081-0/+3
|/
* Unify menu_colour_item_prefix and filtering_item_prefix.Adam Borowski2012-12-271-2/+2
* Brace and std:: removal.Adam Borowski2012-12-081-18/+8
* Webtiles: Fix the player position not being sent at startup, causing a tiny m...Florian Diebold2012-12-061-0/+1
* Webtiles: Re-fix more prompts while loading the level (e.g. from labs).Florian Diebold2012-11-261-0/+1
* Webtiles: Fix view errors for newly joining spectators.Florian Diebold2012-11-251-4/+4
* Webtiles: Only update ui_state when necessary.Florian Diebold2012-11-241-1/+8
* Webtiles: Do a complete update when the input mode changes.Florian Diebold2012-11-241-1/+1
* Webtiles: Don't update the turn counter during resting/running.Florian Diebold2012-11-241-1/+2
* Webtiles: Fix the wielded weapon not showing up for spectators.Florian Diebold2012-11-241-3/+3
* Webtiles: Display potential monk piety as before.Florian Diebold2012-11-231-0/+5
* Webtiles: Fix the line reader showing up in the message window for menus.Florian Diebold2012-11-231-0/+5
* Webtiles: Refactor status handling; properly colour boosted stats.Florian Diebold2012-11-231-80/+17
* Webtiles: Simplify the protocol a bit.Florian Diebold2012-11-231-37/+17
* Webtiles: Remove the now unnecessary layout message.Florian Diebold2012-11-231-23/+0
* Split MOUSE_MODE_MORE into versions for prompts, to give the Webtiles client ...Florian Diebold2012-11-231-3/+3
* Webtiles: Colourize weapon and quiver correctly.Florian Diebold2012-11-231-1/+14
* Webtiles: Implement the "new command" marker for messages.Florian Diebold2012-11-231-0/+13
* Webtiles: Show negative stat values.Florian Diebold2012-11-231-3/+3
* Webtiles: Send inventory contents to the client.Florian Diebold2012-11-231-113/+214
* Webtiles: Do message scrolling etc. on the client side.Florian Diebold2012-11-231-8/+3
* Webtiles: Render the stats pane on the client side.Florian Diebold2012-11-231-6/+2
* Send player stats to the webtiles client.Florian Diebold2012-11-231-15/+235
* Webtiles: draw mini health and magic point barAndre-Patrick Bubel2012-11-231-0/+26
* Fix a bit of non-JSON introduced before the json merge.Florian Diebold2012-11-201-1/+1
* Merge branch 'json'Florian Diebold2012-11-201-159/+216
|\
| * Webtiles: Improve JSON generation functions; always send proper JSON.Florian Diebold2012-11-141-159/+216
* | A placeholder tile for Disjunction's effect.Adam Borowski2012-11-181-0/+3
|/
* Another bit of debugging info for Webtiles crashes.Florian Diebold2012-11-031-0/+1
* Dump the Webtiles message buffer when crashing.Florian Diebold2012-11-011-0/+5
* Drop a lot of unnecessary braces.Adam Borowski2012-10-241-4/+0
* Unbreak Webtiles build.Florian Diebold2012-10-231-6/+3
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Fix monsters not being removed from the monster list (#6129).Florian Diebold2012-09-121-1/+2
* Use std namespace.Raphael Langella2012-08-261-22/+21
* Webtiles: Make static file URL also dependent on the exact Crawl version.Florian Diebold2012-08-261-4/+4
* Drop some unnecessary braces.Adam Borowski2012-08-161-32/+0
* QUAD DAMAGE emits an Orb-style glow while in effect.Steve Melenchuk2012-08-151-0/+5
* Fix two signedness warnings.Adam Borowski2012-08-091-4/+4
* Make inline functions static.Adam Borowski2012-08-091-2/+2