64 Commits

Author SHA1 Message Date
Joakim Andersson
7a9f75a2ef Use keydown for key press detection in chat.
Fixes tab completion in Chrome. Closes #45.
2013-02-08 16:41:11 +01:00
Stefan Breunig
46303be80a rename 'tell public' to something else, so it doesn’t collide with a player name.
(yeah I’m watching at least two people right now with very unfortunate name choices. Also, whoever is named 'broadcast' owes me a beer.)
2013-02-08 14:50:55 +01:00
Xelio
d4a781d4dc Fixing bug in window.chat.setupTime
Problem:
"#chatinput time" use "toLocaleTimeString().slice(0, 5)" to get time, but hh:mm not always at 0-5 in all locale




Fix:
Use "toISOString().slice(11, 16)" to get time for "#chatinput time"
2013-02-08 13:50:06 +08:00
Stefan Breunig
fc123d7abf enable chat tab completion 2013-02-05 17:25:04 +01:00
Stefan Breunig
6c6cd10827 implement nick highlight feature in chat 2013-02-05 15:33:15 +01:00
Stefan Breunig
7f7d716d2b auto linkify links in comments 2013-02-05 15:08:02 +01:00
Stefan Breunig
302de091e6 handle clearing differently to avoid clearing text before new one is available. Also throw some more magic at scrolling in chat so it works better. 2013-02-04 15:03:24 +01:00
Stefan Breunig
f85a3b2443 revert last commit, it broke scrolling. also replace expensive CSS rules with differen solution 2013-02-04 14:21:49 +01:00
Stefan Breunig
1f2c5514d4 make sure chat sticks to the bottom of the chat window to prevent moving when loading 2013-02-04 14:02:52 +01:00
Stefan Breunig
f92c963a54 finish chat feature; hide low level portal on zoom out; introduce render limit 2013-02-04 02:52:24 +01:00
Stefan Breunig
ecfaca7f9b more chat related stuff. public user chat and message posting is still missing though 2013-02-03 19:44:35 +01:00
Stefan Breunig
a7db7e656a make faction chat display work completely 2013-02-03 14:20:21 +01:00
Stefan Breunig
b7f1270ff6 make faction chat display almost work 2013-02-03 13:19:56 +01:00
Stefan Breunig
25d6b4cdc5 preliminary chat support 2013-02-01 22:27:43 +01:00