V4Victini
1ad83d59c7
Proper start message for Trick-or-Treat
...
and Forest's Curse
2013-11-19 00:28:34 -05:00
V4Victini
6bfa438b64
Fix Trick-or-Treat and Forest's Curse
...
They add a type to the Pokemon, not change it's type completely.
2013-11-19 00:04:04 -05:00
The Immortal
1786135f39
Add XY Pokemon colors
2013-11-18 17:44:51 +04:00
The Immortal
665694db93
Correct Pumpkaboo stats
2013-11-18 16:29:45 +04:00
Juanma Serrano
fcdcd3f8f1
Ban Mewtwo and Xerneas on inverse metagame
...
Too OP
2013-11-17 19:47:10 +01:00
Guangcong Luo
9cbc037058
Merge pull request #475 from Slayer95/master
...
Fix issues of CAP learnsets
2013-11-17 00:27:51 -08:00
Slayer95
193a400650
Fix Sketch issues
...
Smeargle could learn Magikarp Revenge. Necturna could learn Struggle, Chatter and Magikarp Revenge
2013-11-17 03:24:39 -05:00
Slayer95
ff3d42718a
Properly check for non Standard moves
2013-11-17 03:22:53 -05:00
The Immortal
13ccb26044
Stance Change can't be traced
2013-11-17 11:55:33 +04:00
The Immortal
7e34f0c4bf
Infestation has 20 pp
2013-11-17 11:52:55 +04:00
The Immortal
0a2b12aef1
Gen 5 Cottonee
2013-11-17 11:47:25 +04:00
Guangcong Luo
7974e947f8
Merge pull request #474 from Slayer95/patch-1
...
Fix basic legality check for CAP
2013-11-16 23:37:40 -08:00
Slayer95
6e51b21e66
Fix basic legality check for CAP
...
Among other things, it allowed having more than 4 moves as well as using moves and abilities from future gens
2013-11-17 02:33:51 -05:00
Guangcong Luo
5a5aafb252
Implement new CAP properly
2013-11-16 17:53:16 -08:00
Guangcong Luo
3fa654e6c4
Cottonee is Grass/Fairy
2013-11-16 17:53:15 -08:00
The Immortal
c6d0a067df
Parting Shot is sound based
2013-11-17 01:03:48 +04:00
The Immortal
dfeedf8726
Zapdos has Static now
2013-11-17 01:00:47 +04:00
V4Victini
6d6b5decf6
Implement Powder
2013-11-16 02:14:50 -05:00
Guangcong Luo
7929f23069
CAP Cawmodore Playtest format
2013-11-15 19:38:52 -08:00
Guangcong Luo
57f4326fe5
Fix crash from invalid team data
2013-11-15 19:28:49 -08:00
Guangcong Luo
cb6d8a99ea
Merge pull request #473 from Slayer95/patch-1
...
Properly make unattacking pkmn unlikely in randoms
2013-11-15 18:02:27 -08:00
Slayer95
d94323f3b4
Properly make unattacking pkmn unlikely in randoms
2013-11-15 21:00:51 -05:00
Guangcong Luo
53d912d74b
Merge pull request #472 from piiiikachuuu/patch-1
...
Fix typo in README.md
2013-11-15 12:34:31 -08:00
piiiikachuuu
1e59b12a40
Fix typo in README.md
2013-11-15 15:30:50 -05:00
V4Victini
f1d0e35344
Correct [from] in Magician
...
Bad C/P
2013-11-15 07:11:15 -05:00
V4Victini
81d6340126
Fix Magician
...
It's more akin to the move Thief than the ability Pickpocket.
2013-11-15 07:03:36 -05:00
Guangcong Luo
4cfb268b96
Update README: All gens at least nominally supported
2013-11-15 02:24:14 -06:00
Guangcong Luo
514e413612
Merge pull request #471 from V4Victini/trapping
...
Some changes to trapping implementation
2013-11-15 00:12:05 -08:00
V4Victini
03a96f41ae
Fix Trapping Implementation
...
Until the next overhaul
2013-11-15 02:11:07 -05:00
V4Victini
11ed18e51b
Add fail message for trapping moves
2013-11-15 02:10:25 -05:00
Guangcong Luo
d7e8120ec3
Blaziken and Deoxys-N have been quickbanned
2013-11-14 20:50:39 -08:00
Guangcong Luo
d3bb7e68f4
Sync learnsets
2013-11-14 20:50:39 -08:00
V4Victini
8f2d3b407d
Ghost type is immune to 'trapped' status
2013-11-14 23:47:17 -05:00
V4Victini
ce973954ab
Properly implement Mat Block
2013-11-14 22:59:06 -05:00
Guangcong Luo
ce9bbed9c9
Merge pull request #470 from jas61292/master
...
CAP6 Implementation
2013-11-14 16:16:08 -08:00
Quinella
6390b827b4
Inaccurate shortDesc for Bulldoze
2013-11-15 00:44:45 +01:00
Quinella
11a618b01b
Update Bulldoze shortDesc
2013-11-15 00:20:29 +01:00
V4Victini
8682e1f451
Update Sniper shortDesc
2013-11-14 18:02:28 -05:00
jas61292
3ba5f5c74b
Fix tier mistake for CAP6
2013-11-14 14:51:42 -05:00
jas61292
6ae8981723
CAP6 Implementation
2013-11-14 14:18:43 -05:00
Guangcong Luo
61cf7d1e8e
Fix miscellaneous bugs in load balancer
2013-11-13 21:13:03 -08:00
Guangcong Luo
6146c49764
Chat filter now passes connection instead of socket
...
socket no longer exists, and this change was long overdue anyway.
2013-11-13 20:25:50 -08:00
Guangcong Luo
dc70892f14
Use channels for broadcasting
...
Now that we're using proxy processes, this heavily optimizes the
communication between the main process and the proxy processes
by sending broadcasted messages once, instead of once per user.
2013-11-13 19:55:26 -08:00
Guangcong Luo
b959935e3a
Less logging
2013-11-13 19:52:45 -08:00
Guangcong Luo
33c31a41de
Refactor an unnecessary closure
2013-11-13 19:51:42 -08:00
Guangcong Luo
466359023f
Load balance connections to proxy processes
...
Instead of handling all connections in the master process, we now
use Node's cluster module to push them to worker processes. These
worker processes are pretty lightweight and do nothing but proxy
connections so far.
2013-11-13 18:44:44 -08:00
Guangcong Luo
b01f0124eb
Fix Aroma Veil and Sweet Veil
2013-11-13 17:06:22 -08:00
V4Victini
ed68de3d40
Missed comma
2013-11-13 07:04:41 -05:00
V4Victini
763d0eedf8
Add XY Battle Spot Singles
...
Essentially Gen 6 GBU
2013-11-13 01:46:03 -05:00
V4Victini
5bfea562b0
Full Standard GBU Banlist
...
Bans some more Gen 5 legendary Pokemon and the Mega Formes of Mewtwo
2013-11-12 16:25:28 -05:00