Commit Graph

97 Commits

Author SHA1 Message Date
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
Guangcong Luo
a6968899f9 Support custom group symbols 2013-06-24 14:06:57 -05:00
Cathy J. Fitzpatrick
c2dcaa21e1 Support |unlink| message 2013-06-07 01:24:14 -06:00
Guangcong Luo
ab806a6be4 Support |title| 2013-06-02 02:30:47 -05:00
Guangcong Luo
733579eb2a Don't italicize when opening dev console 2013-06-01 01:46:40 -05:00
Guangcong Luo
18092d3653 Implement highlight as CSS class 2013-05-31 22:01:16 -05:00
Guangcong Luo
9b163c782e Ctrl+I and Ctrl+B for bold/italics 2013-05-31 15:49:29 -05:00
Guangcong Luo
8ae993ac3b Join rooms optimistically
Rooms are now opened immediately upon request, instead of waiting
for the server to respond with the room's data.
2013-05-30 18:24:29 -05:00
Cathy J. Fitzpatrick
e624819e02 Don't use Function.prototype.bind 2013-05-29 22:13:33 -06:00
Guangcong Luo
9415f7faa1 Support more PM features
Specifically, /invite and /me and /announce should work in PMs now
2013-05-29 20:16:17 -05:00
Cathy J. Fitzpatrick
60042a0330 Implement chat formatting options 2013-05-29 18:50:55 -06:00
Guangcong Luo
9f55f38485 Support newer names for various message types 2013-05-25 01:04:31 -05:00
Cathy J. Fitzpatrick
d1138261b0 Fix userlist for empty rooms 2013-05-24 19:51:09 -06:00
Cathy J. Fitzpatrick
e00c95d0c5 Merge branch 'master' of github.com:Zarel/Pokemon-Showdown-Client 2013-05-24 18:44:27 -05:00
Cathy J. Fitzpatrick
3f94188285 Fix error in last commit (this.room.id rather than this.room) 2013-05-24 17:43:47 -06:00
Guangcong Luo
0f078ad97b Support some button actions for server messages 2013-05-24 18:41:24 -05:00
Cathy J. Fitzpatrick
ec494ee7f3 Multiple chatroom support: namespace userlist DOM IDs 2013-05-24 17:39:10 -06:00
Cathy J. Fitzpatrick
395730ca5c Ignore usercount message for rooms other than lobby 2013-05-24 17:30:49 -06:00
Cathy J. Fitzpatrick
ef9b1a0b33 Update the usercount when receiving new information 2013-05-23 07:14:47 -05:00
Cathy J. Fitzpatrick
9dd5a2935c Support |usercount| message 2013-05-22 20:32:31 -05:00
Guangcong Luo
a733d3565d Fix adding blank lines to chat 2013-05-21 07:09:06 -05:00