Stefan Breunig
0d0bd4b26a
fix indenting
2013-02-12 23:12:28 +01:00
Stefan Breunig
331d9a3781
add debugging/console capability to devices where it is not available or easily accessibile
2013-02-12 10:01:21 +01:00
Stefan Breunig
52306b033d
fix indenting
2013-02-12 09:20:08 +01:00
Stefan Breunig
9416aeb50f
replace unicode arrows with CSS tricks that should work on all platforms (patch by mledoze). Fixes #98 , #116
2013-02-11 17:32:02 +01:00
Stefan Breunig
c5d2366cf7
leaflet zoom buttons would be at wrong location after shrinking chat again
2013-02-11 00:23:15 +01:00
Pavol Babincak
c66bc0f171
Hide elements used only for clipboard & removed unused selector
2013-02-10 19:22:35 +01:00
Pavol Babincak
0cfb86eff0
Use invisible formatting for clipboard copy-paste
...
When text is copied from browser it looks like "00:00 <nick> text."
Firefox adds new lines between records. It would be good to get rid of
it.
2013-02-10 15:44:28 +01:00
Stefan Breunig
f2400d1f8b
fix #79 and part of #39
2013-02-10 09:02:08 +01:00
Stefan Breunig
8dc0f3b3e0
Merge pull request #50 from firetech/fixes
...
Use keydown for key press detection in chat.
2013-02-08 08:52:51 -08:00
Stefan Breunig
9316d49e68
get time for chat input differently, so it reflects the local time
2013-02-08 17:25:35 +01:00
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