Joimer
2f0f33424d
Update viable moves for Umbreon and Chandelure
2013-08-24 23:11:55 +02:00
Guangcong Luo
2c262ee016
Update README for GitHub redesign
2013-08-23 15:03:00 -05:00
Joimer
5941b1eaba
Room auth listing command: Check correctly number of auth
2013-08-23 15:36:31 +02:00
Joimer
2c7a9d5ad0
Improve room auth listing command
2013-08-23 15:33:39 +02:00
Joimer
ee7a3588d5
Implement room auth check
2013-08-23 15:30:22 +02:00
Joim
6728fb289e
Room bans: Add check for user id being correct but targetUser not existing
2013-08-23 09:05:32 +02:00
Joimer
a172cb4b0e
Gen 2: Implement Berry
2013-08-21 22:05:45 +02:00
Guangcong Luo
b286c96019
Merge pull request #310 from Slayer95/patch-1
...
Fix typo in last commit
2013-08-20 20:18:21 -07:00
Slayer95
fd422af24f
Fix typo in last commit
2013-08-20 22:15:38 -05:00
Guangcong Luo
2f6b7ea0d4
Merge pull request #309 from Slayer95/patch-2
...
Improve canBroadcast()
2013-08-20 18:42:38 -07:00
Slayer95
cccfd514d1
Improve canBroadcast()
...
If still in cooldown, the command is not added to the room anymore, and a message is sent to the user.
If an unauthorized user attempts to broadcast, the error message is now sent to the current room rather than to Lobby.
2013-08-20 20:13:40 -05:00
Joim
07eea96233
Merge pull request #307 from Slayer95/patch-1
...
Fix redir
2013-08-20 13:30:23 -07:00
Slayer95
18c71d9698
Fix redir
...
Properly detect if room was joined.
Remove double join.
2013-08-20 15:22:33 -05:00
小太
35246787a5
Use less lines to check for targetUser
2013-08-20 22:06:13 +10:00
小太
604abccaff
Remember to check for targetUser in previous commit
2013-08-20 22:01:39 +10:00
小太
7812c14eb4
Give explicit indication that a user is joined
2013-08-20 21:31:11 +10:00
小太
17c9c1552b
Include the final bracket data in the tournament end results
2013-08-20 21:31:06 +10:00
小太
9392683481
Make getBracketData() and getAvailableMatches() actually get the data instead of sending it
2013-08-20 20:43:10 +10:00
The Immortal
954fec298a
Add new event Pokemon
...
Distributed at Pokémon Game Show
2013-08-20 13:53:16 +04:00
Joimer
473df3c5af
Gen 2: Re-activate ladder
...
The Gen 2 ladder had seen 418 battles so far. The user experience is
also good to detect overlooked minor mechanical changes or just
help with what's left to do.
The ladder itself is solid enough to have be on beta rather than
alpha.
Additionally, activate debug mode on gen 3 custom game.
2013-08-20 09:57:25 +02:00
Joimer
d5d3cb1901
Remove double redirect help from help command
2013-08-20 09:53:48 +02:00
Joimer
00c2ac53c9
Add help for room ban, room unban, and redirect commands
2013-08-20 09:50:49 +02:00
Joimer
b72edfe967
Improve room bans
...
Implemented some changes from #306 .
The bans are checked now on User.prototype.joinRoom.
Redirect command now does not override room bans.
Commands now control if the room is designed for room bans.
Several small style improvements.
2013-08-20 09:36:16 +02:00
Joimer
1b0895f231
Tools: Add Gen 6 automatic categorisation
...
In order to allow current Gen 6 OMs and ease the process, add the
numbering for gen 6.
2013-08-19 11:46:50 +02:00
Guangcong Luo
8c323a645f
Merge pull request #301 from Slayer95/patch-2
...
Fix the lack of error message on attempts to join nonexistent rooms
2013-08-19 00:34:28 -07:00
Slayer95
001904cf94
Update commands.js
2013-08-19 01:24:35 -05:00
Guangcong Luo
5ec8a5b353
Allow blank messages to be sent by /me
2013-08-18 22:05:29 -07:00
Guangcong Luo
cdc5f57e09
Make sure canTalk works correctly for blank messages
2013-08-18 22:02:39 -07:00
Guangcong Luo
708cc3ae0b
Formats overhaul
...
Formats are now stored by default in config/formats.js
2013-08-18 14:55:14 -07:00
Guangcong Luo
947a7be8ca
Remove searchDefault/challengeDefault flags
...
They're no longer used; the client now just defaults to the first
format.
2013-08-18 14:30:26 -07:00
Guangcong Luo
3e15406a39
canUseRandomTeam is now implied for randbat formats
2013-08-18 14:27:36 -07:00
Guangcong Luo
8a86d0fbb5
The 'rated' flag now defaults to true
2013-08-18 14:25:26 -07:00
Guangcong Luo
619c65e9f3
Remove outdated isTeambuilderFormat flag
2013-08-18 14:20:26 -07:00
Guangcong Luo
62dfb6cfcc
Move Custom Game to bottom of the Singles list
2013-08-18 14:19:29 -07:00
Guangcong Luo
6ffb81dece
Yet another change to the MMR formula
...
It's now (2*rpr+r)/3
2013-08-18 14:17:51 -07:00
The Immortal
e07084cc5f
Merge pull request #298 from kotarou3/whitespace
...
Whitespace and coding style
2013-08-18 05:44:29 -07:00
小太
4a3792cea2
Remove semicolons after blocks
2013-08-18 22:32:03 +10:00
小太
883ec0526e
Fix code not using tabs for indenting
2013-08-18 22:27:28 +10:00
The Immortal
a8fde78fb9
Merge pull request #297 from kotarou3/whitespace
...
Obliterate trailing whitespace
2013-08-18 04:43:34 -07:00
小太
f2f973fe29
Obliterate trailing whitespace
2013-08-18 21:33:15 +10:00
小太
fe348bfc96
Only add tournament ends to the log
2013-08-18 20:30:29 +10:00
小太
8b653e2cfe
Merge branch 'tournaments' into tournaments-frontend
2013-08-18 20:29:52 +10:00
小太
aa288d9fc0
Prepend "Doubles" to the round robin tournament name if it's doubles
2013-08-18 20:10:43 +10:00
小太
56c7d0eb93
Fix setGenerator()
2013-08-18 18:59:25 +10:00
小太
65cb3f9a50
End the tournament properly when a disqualification ends the tournament
2013-08-18 18:39:55 +10:00
小太
9b8153b62e
Merge branch 'tournaments' into tournaments-frontend
2013-08-18 18:38:38 +10:00
小太
946288e702
Return true from disqualifyUser() when there are no more available battles
2013-08-18 18:37:42 +10:00
小太
132ea9710d
Don't go through onBattleWin for disqualified matches
2013-08-18 18:35:37 +10:00
小太
71f543f98d
Merge branch 'tournaments' into tournaments-frontend
2013-08-18 18:32:12 +10:00
小太
1e08a6812a
Revert "Ignore setting result for disqualified matches instead of erroring"
...
This reverts commit 86c6280b4f .
2013-08-18 18:32:00 +10:00