summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/webserver
Commit message (Expand)AuthorAgeFilesLines
* Webtiles: Handle tiles that overlap the tile to the left (#8877).Florian Diebold2014-08-153-3/+25
* Webtiles: Colour AC and weapon red when corroded (#8836).Florian Diebold2014-08-122-3/+17
* Webtiles: The "icemail depleted" status doesn't show up in the HUD anymore.Florian Diebold2014-08-121-2/+0
* Webtiles: Make visible() take a cell rather than coordinates.Nate Rook2014-07-203-11/+6
* Add an icon for drainingNicholas Feinberg2014-07-132-0/+6
* Draw Shoals waves under features in Webtiles.Florian Diebold2014-06-261-3/+19
* Disable x-overflow for game messagesBrendan Hickey2014-06-241-0/+1
* Increase opacity of chat window.Brendan Hickey2014-06-241-1/+1
* Alphabetize.ontoclasm2014-06-171-1/+1
* Eye of draining title screen (Peileppe/Bloax, 8645)ontoclasm2014-06-171-0/+1
* Add recall icon for convokersNicholas Feinberg2014-06-072-0/+6
* Add a placeholder status icon for Death's DoorNicholas Feinberg2014-05-282-0/+6
* Replace Hammer card with Fortitude.Shayne Halvorson2014-05-281-1/+1
* Melt away lava orcs.Steve Melenchuk2014-05-141-0/+1
* Show the right gold aura in webtiles.Steve Melenchuk2014-05-071-1/+1
* Show Qazlal's temporary AC bonus highlight in webtiles.Steve Melenchuk2014-05-071-1/+1
* Display Qazlal's SH boost properly in webtiles.Steve Melenchuk2014-05-071-0/+3
* Don't show a meaningless Gozag piety indicator on webtiles.Steve Melenchuk2014-05-071-1/+2
* Gozag: gold lust.Steve Melenchuk2014-05-071-0/+2
* Webtiles: Disable compression on Opera.Florian Diebold2014-04-271-0/+2
* Fix a font problem in Firefox.Florian Diebold2014-04-264-13/+21
* Put cursor at end when navigating get_line history in Webtiles.Neil Moore2014-03-291-0/+4
* Add splash screens to webtiles tooontoclasm2014-03-271-0/+2
* Make the hp bar show the deterministic poison in WebTilesgammafunk2014-03-183-4/+34
* Set more headers when caching is disabled.Pekka Lampila2014-03-122-2/+7
* Add a config.py option for development: no_cachePekka Lampila2014-03-122-0/+9
* Move JavaScript code out of client.html into a new file.Pekka Lampila2014-03-122-12/+12
* Fix detected monsters showing up in WebTiles monster list.Pekka Lampila2014-03-071-1/+1
* Don't disable compression on Opera.Pekka Lampila2014-03-051-2/+0
* Don't use JSON.parse, because old versions send invalid JSON.Pekka Lampila2014-03-051-4/+3
* Clean out all document event handlers when changing game version.Pekka Lampila2014-03-051-6/+11
* Change WebTiles crash handling to work by parsing stderr.Pekka Lampila2014-03-022-0/+19
* Add tile_font_*_family settings for WebTiles.Pekka Lampila2014-03-014-0/+22
* Cache prepare_flags results to improve performance.Pekka Lampila2014-02-232-4/+16
* Make client.html pass W3C HTML validator.Pekka Lampila2014-02-221-34/+34
* Set text box caret to the end if there is a prefilled value.Pekka Lampila2014-02-221-3/+5
* Stop capturing keys in WebTiles when showing the close message.Pekka Lampila2014-02-221-1/+2
* Add tile_deep_water_col and tile_portal_col.Pekka Lampila2014-02-202-1/+5
* Improve window.log_messages debugging option.Pekka Lampila2014-02-201-2/+4
* Fix reading -print-webtiles-options output.Pekka Lampila2014-02-181-0/+6
* Don't hide_dialog when calling set_ui_state for the first time.Pekka Lampila2014-02-181-1/+0
* Fix player being sent WebTiles options twice.Pekka Lampila2014-02-181-2/+3
* Don't try to flush messages if the connection is closed.Pekka Lampila2014-02-181-1/+1
* Add tile_mapped_floor_col and tile_branchstairs_col options.Pekka Lampila2014-02-171-2/+2
* Allow minimap colour options to be set with hex codes and used in WebTiles.Pekka Lampila2014-02-172-28/+41
* Handle quitting before character creation for WebTiles exit dialog.Pekka Lampila2014-02-111-1/+4
* Fix WebTiles exit dialog showing up for player when it shouldn't. (#8131)Pekka Lampila2014-02-101-1/+1
* Fix a missing escape in chat linkifyPekka Lampila2014-02-081-2/+6
* Run cheaper test first in WebTiles monster list update.Pekka Lampila2014-02-071-3/+3
* Remove a pointless and expensive test from WebTiles minimap update.Pekka Lampila2014-02-071-15/+3