summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/webserver/static
Commit message (Expand)AuthorAgeFilesLines
* Increase opacity of chat window.Brendan Hickey2014-06-241-1/+1
* Webtiles: Disable compression on Opera.Florian Diebold2014-04-271-0/+2
* Move JavaScript code out of client.html into a new file.Pekka Lampila2014-03-121-0/+11
* 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
* Stop capturing keys in WebTiles when showing the close message.Pekka Lampila2014-02-221-1/+2
* Improve window.log_messages debugging option.Pekka Lampila2014-02-201-2/+4
* 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
* Include assert message and crash log in WebTiles exit dialog.Pekka Lampila2014-02-051-0/+2
* 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-052-12/+40
* Display a dialog on WebTiles after the game ends.Pekka Lampila2014-02-051-4/+82
* 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
* 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 watchers in spectator list normal weightaraganzar2014-01-131-0/+4
* Fix a WebTiles loading error (#7965)Pekka Lampila2014-01-091-2/+22
* Allow breaking long words in the chatboxPekka Lampila2013-12-311-0/+1
* Actually disable chatbox horizontal scrollPekka Lampila2013-12-311-1/+2
* Disable chatbox horizontal scrollBrendan Hickey2013-12-281-0/+1
* Fix line entries on old Firefox versions (#7816)Pekka Lampila2013-12-111-0/+4
* Scroll chat to bottom on send/openPekka Lampila2013-12-021-0/+2
* Webtiles chat now only scrolls when at the bottom of the chatbox.Nabalzbhf2013-12-021-1/+4
* Correct the webtiles chat background.Neil Moore2013-09-161-1/+1
* Add a background to the webtiles chat window (Somer, 7558)ontoclasm2013-09-161-0/+1
* Fix = key in Webtiles in Opera.Neil Moore2013-09-141-0/+10
* Don't send empty webtiles chat messages (#7448)Neil Moore2013-08-091-4/+8
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
* Show nothing for 0 webtiles spectators in lobby.pubby2013-07-021-1/+1
* Allow logging in while watching someonePekka Lampila2013-06-282-7/+31
* Ask login if necessary when starting WebTiles gamePekka Lampila2013-06-282-11/+75
* Revert "Fix a rare case of WebTiles game not loading right"Pekka Lampila2013-06-261-1/+0
* Fix moving directly from playing to watchingPekka Lampila2013-06-261-2/+2
* Go to the lobby if URL hash is not recognisedPekka Lampila2013-06-261-1/+1
* Fix a rare case of WebTiles game not loading rightPekka Lampila2013-06-261-0/+1
* Unload old game data on version change in WebTilesPekka Lampila2013-06-251-0/+17
* Update to the latest require.js version (2.1.6)Pekka Lampila2013-06-251-26/+31
* Show a hand pointer on sortable webtiles headersPete Hurst2013-05-071-0/+1
* Add a way to disable Webtiles compression on the client side.Florian Diebold2013-05-011-1/+2
* Disable WebSocket compression on OperaPekka Lampila2013-05-011-0/+2
* Combine WebTiles messages and send them togetherPekka Lampila2013-05-011-5/+11
* Fix WebTiles handling of keys made with AltGrPekka Lampila2013-04-281-3/+8
* Don't capture unnecessary keys as WebTiles specPekka Lampila2013-03-131-6/+22