summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/webserver/game_data
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
* 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
* 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
* Make the hp bar show the deterministic poison in WebTilesgammafunk2014-03-183-4/+34
* Fix detected monsters showing up in WebTiles monster list.Pekka Lampila2014-03-071-1/+1
* 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
* Set text box caret to the end if there is a prefilled value.Pekka Lampila2014-02-221-3/+5
* Add tile_deep_water_col and tile_portal_col.Pekka Lampila2014-02-202-1/+5
* Don't hide_dialog when calling set_ui_state for the first time.Pekka Lampila2014-02-181-1/+0
* 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
* 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
* Add tile_misc_anim option for both local tiles and WebTiles.Pekka Lampila2014-02-071-5/+4
* Fix tile_water_anim to actually only affect liquids.Pekka Lampila2014-02-071-4/+8
* Add support for tile_water_anim in WebTilesPekka Lampila2014-02-071-1/+2
* Stop timers in menu.js on game cleanup.Pekka Lampila2014-02-051-2/+24
* WebTiles options to hide/show messages/sidebar when using level mapPekka Lampila2014-01-131-6/+14
* Fix a WebTiles loading error (#7965)Pekka Lampila2014-01-091-0/+1
* Support tile_font_*_size in WebTilesPekka Lampila2014-01-024-8/+57
* Remove remaining traces of WebTiles settings windowPekka Lampila2014-01-026-169/+9
* Move WebTiles animations setting to rc filePekka Lampila2014-01-023-28/+9
* Add a JavaScript function for testing changing optionsPekka Lampila2014-01-021-0/+9
* Move WebTiles glyph mode setting to rc filePekka Lampila2014-01-026-21/+10
* Use rc settings for tile scaling in WebTilesPekka Lampila2014-01-025-39/+12
* Display the Dj contam bar correctly in webtiles.Steve Melenchuk2013-12-171-4/+4
* Support <w> and <h> formatted string tags in WebTilesPekka Lampila2013-12-151-6/+6
* Fix a client-side webtiles error.Pekka Lampila2013-12-141-1/+1
* Run game_data JavaScript in strict modePekka Lampila2013-12-1418-67/+48
* Fix HP/MP being displayed as increase on joinPekka Lampila2013-12-141-1/+4
* Support show_game_turns in WebTilesPekka Lampila2013-12-142-4/+14
* Handle tile_show_demon_tier on client side in WebTilesPekka Lampila2013-12-131-10/+13
* Fix issues with minimap size changing in WebTilesPekka Lampila2013-12-133-4/+15
* Support tile_map_pixels in WebTilesPekka Lampila2013-12-131-2/+4