summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/webserver
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Include assert message and crash log in WebTiles exit dialog.Pekka Lampila2014-02-052-1/+4
* Mention morgue_url and autologin in config.pyPekka Lampila2014-02-051-1/+10
* Add URL to chat when a manual character dump is done.Pekka Lampila2014-02-052-0/+13
* Include a link to character dump/morgue in exit game dialog.Pekka Lampila2014-02-054-13/+51
* Display a dialog on WebTiles after the game ends.Pekka Lampila2014-02-054-7/+106
* Avoid sending extra go_lobby message to the serverPekka Lampila2014-02-041-10/+10
* Use JSON.parse instead of eval if available.Pekka Lampila2014-02-011-3/+16
* Only send spectator JSON options after sending game client.Pekka Lampila2014-02-012-1/+4
* Pass crawl more arguments when using -print-webtiles-optionsPekka Lampila2014-01-301-3/+9
* Don't make links in WebTiles chat bold (gammafunk)Pekka Lampila2014-01-211-1/+2
* Tweak WebTiles chat CSS stylePekka Lampila2014-01-201-0/+5
* Linkify URLs in chatPekka Lampila2014-01-202-3/+33
* Add JavaScript Linkify script by Ben Alman to contribPekka Lampila2014-01-201-0/+0
* Disable two WebTiles debug messagesPekka Lampila2014-01-161-4/+4
* Make WebTiles spectator list sorting case-insensitivegammafunk2014-01-151-1/+1
* Make watchers in spectator list normal weightaraganzar2014-01-131-0/+4
* WebTiles options to hide/show messages/sidebar when using level mapPekka Lampila2014-01-131-6/+14
* Sort spectator names and link them to player pages in webtiles chat.gammafunk2014-01-092-7/+37
* Fix a WebTiles loading error (#7965)Pekka Lampila2014-01-092-2/+23
* Fix a WebTiles log messagePekka Lampila2014-01-091-1/+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
* Allow breaking long words in the chatboxPekka Lampila2013-12-311-0/+1
* Actually disable chatbox horizontal scrollPekka Lampila2013-12-311-1/+2
* Allow specifying a separator for WebTiles game linksPekka Lampila2013-12-301-2/+6
* Disable chatbox horizontal scrollBrendan Hickey2013-12-281-0/+1
* Make "Stay logged in" a label for the checkboxPekka Lampila2013-12-211-1/+2
* 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
* Fix detecting missing options in WebTilesPekka Lampila2013-12-131-1/+1
* Fix any status making HP/MP blue in WebTilesPekka Lampila2013-12-121-3/+2
* Reverse no_json_options logic and renamePekka Lampila2013-12-112-2/+7
* Add support for a few config variables in WebTilesPekka Lampila2013-12-114-33/+85
* Update display when getting new WebTiles optionsPekka Lampila2013-12-113-4/+18
* Handle versions that don't have WebTiles optionsPekka Lampila2013-12-112-16/+18
* Make the --print-webtiles-options call asynchronous.Florian Diebold2013-12-112-10/+61