Juanma Serrano
e6ed94ee6b
Gen 3: Add a beta OU ladder
...
With the latest important bugs solved, gen 3
is ready to have a beta ladder of its own.
This will help localising other minor bugs and
mechanic changes that need to be fixed for the final version.
2014-02-11 16:45:26 +01:00
Juanma Serrano
2df86f1f42
Merge pull request #630 from Relados/patch-6
...
Fixing gen3 Hidden Power
2014-02-11 14:29:07 +01:00
Relados
a797317f28
Fixing gen3 Hidden Power
...
This line will make Hidden Power in gen3 work correctly, I've tested.
2014-02-11 07:21:53 -06:00
Juanma Serrano
e4afb28c8f
Random Battles: Limit status on tn the same moveset
...
One moveset should only have one status.
Priority is as follows:
Sleep is the most important. Next comes paralysis, then burn, then toxic.
2014-02-11 14:07:52 +01:00
Juanma Serrano
42ec97b6fb
Merge branch 'master' of http://github.com/Zarel/Pokemon-Showdown
2014-02-11 11:31:31 +01:00
Juanma Serrano
2eb6f96d31
Update viable doubles moves
2014-02-11 11:31:15 +01:00
The Immortal
edb49ec395
Update set validator
...
Scolipede with Quick Feet transferred to XY gains Speed Boost, and
should be legal with previous gen tutor moves
2014-02-11 13:16:09 +04:00
Guangcong Luo
ab070f9457
Merge pull request #627 from Slayer95/patch-5
...
Megastones boost Knock Off if held by the wrong mon
2014-02-10 23:56:22 -06:00
Guangcong Luo
958376cf32
Merge pull request #628 from Relados/patch-5
...
Making Mega Mawile start with Intimidate
2014-02-10 23:56:11 -06:00
Relados
fa00e44628
Making Mega Mawile start with Intimidate
...
Forcing a Mawile with the Mawilite to have Intimidate rather than Sheer Force
2014-02-10 19:56:24 -06:00
Slayer95
035f655933
Megastones boost Knock Off if held by the wrong mon
2014-02-10 20:42:34 -05:00
Guangcong Luo
c5c3d73d8b
Merge pull request #626 from TalkTakesTime/master
...
Fix Knock Off getting boosted for unremovable items
2014-02-10 19:30:39 -06:00
TalkTakesTime
cadf916bae
Correct Plates and Drives in Knock Off
2014-02-11 14:19:00 +13:00
TalkTakesTime
ca8673133d
Fix Knock Off interaction with unremovable items
2014-02-11 13:56:53 +13:00
Guangcong Luo
bfa287e163
Fix duplicated line in bff353cc58
2014-02-10 10:52:21 -06:00
Juanma Serrano
881da21e20
Merge branch 'master' of http://github.com/Zarel/Pokemon-Showdown
2014-02-10 14:55:53 +01:00
Juanma Serrano
485586fa1c
Add some viable doubles moves
2014-02-10 14:55:14 +01:00
The Immortal
974e976ac9
Add Arceus-Fairy to Arceus' otherFormes
2014-02-10 17:54:33 +04:00
Juanma Serrano
5f6f82eaf9
Random Doubles Battle: Add an EV allocation fallback
2014-02-10 14:45:51 +01:00
Juanma Serrano
99e9b8cece
Random Doubles battle: Allocate EVs properly
2014-02-10 14:41:57 +01:00
Juanma Serrano
43a5be411c
Implement Random Doubles Battle
...
This commit implements the Random Doubles Battle format,
a format awaited by hundreds of players.
This first version uses singles viable moves for the movepool
while Doubles team works on the project of gathering viable
moves for all Doubles Pokémon.
The team maker and set maker are slightly different,
choosing items and abilities more useful in doubles, capitalising
less on tiering and more on BST, and changing move priorities.
This is a first version that should be kept updated with new
and better mechanics for its own Team Making algorithms.
2014-02-10 14:28:16 +01:00
Juanma Serrano
19430b5e73
Merge pull request #625 from TalkTakesTime/master
...
Fix `megaSearch` and `all` interaction in dexsearch
2014-02-10 09:05:06 +01:00
TalkTakesTime
b17e67367d
Fix megaSearch and all interaction in dexsearch
2014-02-10 20:56:37 +13:00
Guangcong Luo
7432f66476
More jsHint options
2014-02-10 00:49:31 -06:00
Guangcong Luo
958d9159b4
Merge pull request #624 from TheIronDeveloper/gulp
...
Second Pass at cleaning up the code.
2014-02-10 00:41:25 -06:00
Tyler Stark
0723abe4e0
Reverting some of the refactor
2014-02-09 23:48:57 -06:00
Tyler Stark
bff353cc58
Second Pass at cleaning up the code. These are pretty safe edits that include adding 0 to decimal values, fixing variables that are declared multiple times, and removing duplicate keys
2014-02-09 23:38:57 -06:00
Guangcong Luo
b6f63bdd22
Merge pull request #623 from TheIronDeveloper/gulp
...
First pass at code quality: adding semicolons.
2014-02-09 20:38:05 -06:00
Tyler Stark
afb3dc0c09
First pass at code quality: adding semicolons.
2014-02-09 20:35:42 -06:00
Guangcong Luo
ba8002f681
Merge pull request #622 from TheIronDeveloper/gulp
...
Making JSHint actually look helpful, and explicitly ignoring eqeqeq errors
2014-02-09 20:26:17 -06:00
Tyler Stark
0ffdd34741
Making JSHint actually look helpful, and explicitly ignoring eqeqeq errors
2014-02-09 20:22:33 -06:00
Guangcong Luo
f2dd0ad47a
Merge pull request #621 from TalkTakesTime/patch-1
...
Not searches for /dexsearch
2014-02-09 19:48:52 -06:00
Guangcong Luo
edfba06e53
Merge pull request #620 from TheIronDeveloper/gulp
...
Adding config for JSHint (as well as DRYing up the lint task.)
2014-02-09 19:44:23 -06:00
TalkTakesTime
d48793b520
Merge remote-tracking branch 'upstream/master' into patch-1
2014-02-10 14:41:48 +13:00
Tyler Stark
9195dbfd35
Adding config for JSHint (as well as DRYing up the lint task.)
2014-02-09 19:31:56 -06:00
TalkTakesTime
11b5c2255a
Not searches for dexsearch
2014-02-10 14:25:35 +13:00
Guangcong Luo
115b975be1
Merge pull request #619 from TheIronDeveloper/gulp
...
Adding Gulp and JSHint
2014-02-09 19:06:14 -06:00
Tyler Stark
949d29be63
Adding Gulp and JSHint
2014-02-09 19:02:06 -06:00
Guangcong Luo
114b54cbd1
Fix Fairy Lock
...
(Fails when used twice in a row)
2014-02-09 16:32:50 -05:00
Guangcong Luo
147b7cf5ef
Implement Fairy Lock
2014-02-09 16:20:10 -05:00
Guangcong Luo
3007d22697
Remove /frt
2014-02-09 14:33:02 -05:00
Guangcong Luo
1040d52bea
Merge pull request #616 from TalkTakesTime/master
...
Fix forcerenaming users allowing them to join battles as guests
2014-02-09 01:32:58 -06:00
TalkTakesTime
713ce8d032
Fix forcerenaming users allowing them to join battles as guests
2014-02-09 20:29:14 +13:00
Guangcong Luo
366d97b8cb
Merge pull request #615 from TalkTakesTime/master
...
Fix dexsearch showing Smeargle for non-Sketchable moves
2014-02-09 00:34:12 -06:00
TalkTakesTime
5ed2c6806c
Fix dexsearch showing Smeargle for non-Sketchable moves
2014-02-09 19:01:41 +13:00
V4Victini
e31af33b5a
Merge pull request #614 from Slayer95/patch-4
...
Fix Reflect Type
2014-02-08 12:56:37 -05:00
Slayer95
b7a0fba646
Fix Reflect Type
2014-02-08 12:19:38 -05:00
Guangcong Luo
3acb785006
|callback|decision is deprecated
...
It is now assumed that we expect a decision from every user who was
sent a request message.
2014-02-07 21:52:13 -05:00
Guangcong Luo
62d1f0ddab
Merge pull request #612 from V4Victini/ally-switch
...
Implement Ally Switch
2014-02-07 20:01:20 -06:00
Guangcong Luo
7303df915a
Merge pull request #613 from Slayer95/arceus
...
Fixes for Arceus typing
2014-02-07 18:56:30 -06:00