Guangcong Luo
cc6d441d15
Fix [NaN:NaN:NaN] timestamp bug
...
Bug from 5196f8cbcb
2014-09-18 22:57:30 -05:00
Guangcong Luo
f2e6c2db16
Minor rephrase of Username popup
2014-09-18 22:31:19 -05:00
Guangcong Luo
c4b8caba59
Merge pull request #201 from Morfent/patch-2
...
Allow regex quantifiers with commas in highlights
2014-09-09 13:47:56 -05:00
Ivo Julca
5196f8cbcb
Fix issues with semicolons and variable declaration
...
Also remove duplicate of method 'joinRoom' from MainMenuRoom, as well as unused methods 'updateCurrentUser' and 'buttonOnClick' from UserList.
2014-09-03 23:28:18 -05:00
Guangcong Luo
05ae8ea6fb
Support new |:| and |c:| messages
...
These message types are used to send message times, replacing the
old |ct| system, and are more efficient server-side.
2014-08-25 02:18:56 -05:00
Robin Vandenbrande
3a2bc9efb7
Make rules window show when not in lobby when warned
2014-07-28 20:41:39 +02:00
Robin Vandenbrande
e1040fe0aa
Add 'app.addPopupPrompt()' for a more beautiful prompt() alternative
...
Also changed all current prompt()'s to the alternative
2014-07-26 01:49:51 +02:00
Guangcong Luo
ab0cc81519
Fix syntax error introduced in 31a942b1
2014-07-25 16:46:11 -05:00
The Immortal
31a942b1f5
Ubers suspect test COIL
2014-07-26 00:55:21 +04:00
Guangcong Luo
ceaa87abd4
Merge pull request #219 from Slayer95/debug
...
Battle debug messages are now hidden by default
2014-07-09 22:23:49 -05:00
Slayer95
2579228752
Battle debug messages are now hidden by default
...
To display them: /showdebug
2014-07-09 22:18:33 -05:00
小太
a89849652e
Add option to ignore tournaments
2014-07-10 12:53:26 +10:00
The Immortal
0ed3e74876
Change rank order
...
It now matches /groups and is more accurate in terms of room authority
2014-06-13 23:04:27 +04:00
Morfent
4b5d01bc55
Allow regex quantifiers with commas in highlights
2014-06-11 17:33:30 -03:00
Guangcong Luo
4c0acbfacf
Focus join-chat button on room focus
2014-06-08 21:57:26 -05:00
Guangcong Luo
7b27c450bd
Automatically highlight own username
2014-06-05 21:06:38 -05:00
Guangcong Luo
8653f7fa78
Don't highlight own messages
2014-06-05 18:45:14 -05:00
Antar1011
90731147b6
Typo fix
2014-06-05 07:23:21 -04:00
Antar1011
7b70d4b896
RU suspect test COIL, part 1
2014-06-05 07:20:11 -04:00
The Immortal
29f405fa55
Doubles test will use a new ladder
2014-05-06 11:48:36 +04:00
Guangcong Luo
cec23bdd20
Fix syntax error from 32b4ebfe8c
2014-05-04 13:41:16 -05:00
Antar1011
32b4ebfe8c
Doubles COIL reqs
2014-05-03 07:24:45 -04:00
Slayer95
88ad1a439e
Make /join focus a room if it's already joined
2014-03-28 20:17:42 -05:00
Antar1011
75d52079e7
Duelling COILs
...
Each suspect test has its own COIL parameters
2014-03-20 13:03:59 -04:00
V4Victini
1f919422ed
Correct /rank border
2014-03-17 14:33:43 -04:00
Antar1011
54eb4bc4ca
No more ARMS
...
COIL only
2014-03-12 10:44:06 -04:00
Antar1011
6fb9c89b61
stupid dynamic typing
...
javascript wasn't smart enough to recognize row.w/l/t as ints, not strings.
2014-01-23 16:15:11 -05:00
Antar1011
c9875ffe40
typo
...
Whoops!
2014-01-23 13:17:40 -05:00
Antar1011
7ec7f1fd3d
"Mystery ratings" now appear in /rating
2014-01-23 13:15:11 -05:00
Guangcong Luo
3aa5c6825e
Replace Glicko-2 with Glicko-1
2014-01-16 00:23:37 -06:00
Guangcong Luo
2be6563318
Elo ladder
2014-01-15 12:37:08 -06:00
Guangcong Luo
3a7c8474ad
New Player rank
2014-01-10 03:27:32 -06:00
Guangcong Luo
8da30ea195
Allow seeing user list at low resolutions
2013-12-18 19:11:06 -06:00
Slayer95
ac62058596
Highlight notifications: display the room title
2013-12-16 22:28:38 -05:00
小太
2cbc43d22d
Only initialise the tournament box when a tournament packet is detected, rather than for every room
2013-12-09 16:38:50 +11:00
小太
59ccc575a9
Add a comment explaining the fallthrough in client-chat.js
...
And clean up a bit of trailing whitespace
2013-12-09 16:38:01 +11:00
小太
54042f637c
Merge remote-tracking branch 'upstream/master' into tournaments
...
Conflicts:
testclient.html
2013-10-20 20:43:13 +11:00
Quinella
555555756f
Removed requestNotifications from userdetails event of /challenge
2013-10-08 23:56:02 +02:00
Quinella
d73f97d8f9
Changed the behavior of /challenge
...
/challenge now opens the challenge window instead of the user window (like /user does)
/challenge also accepts multiple parameters now: user, format, team
user is the name(id) of the user you want to challenge
format is the format you want. It gets changed to an id, so you can enter it in any way you want. For example: ou, ou no stealth rock, etc.
team is the name of the team you wish to use. It also gets changed to an id and stops at the first match (problem: multiple teams with the same name?)
Both the format and team parameters are optional
2013-10-08 23:34:47 +02:00
Guangcong Luo
d03bea97af
Rooms can now expire
...
Rooms send |expire| when they expire; this means that the room no
longer exists server-side but the client might want to leave the room
open.
2013-09-29 22:52:40 -05:00
Quinella
fd4fdb5988
Fixes tabs so that it will show roomname instead of roomid on joining
2013-09-25 11:25:19 +02:00
Quinella
7b26873667
Added |tc| and the like for the correct time in replays
2013-09-22 01:04:55 +02:00
小太
dc79480f31
Merge remote-tracking branch 'upstream/master' into tournaments
2013-09-13 21:55:59 +10:00
Guangcong Luo
46de389961
Support client-side chat logging
2013-08-31 17:04:38 -05:00
小太
cf699c0494
Obliterate trailing whitespace
2013-08-18 22:48:11 +10:00
小太
64aa248ff8
Fix some cases where the tournament box didn't update properly
2013-08-18 20:57:21 +10:00
小太
a7e69c0810
Basic tournament support
2013-08-10 19:19:52 +10:00
Guangcong Luo
3327263226
Voices can now be ignored
2013-07-12 15:36:30 -05:00
Guangcong Luo
120beff911
The # rank is now Room Owner
...
Locked users are now represented by interrobang
2013-07-02 16:30:44 -05:00
Guangcong Luo
399964249a
Fix userlist bugs when showjoins=true
2013-07-01 22:28:42 -05:00