Guangcong Luo
bcebbf1e7b
Validator: Revert Pokebank changes
...
The last 7 commits to team-validator take the code in the wrong
direction. While it's possible that the latest one fixes the validation
issues for VGC, they misuse variable names and in general need to be
redone from scratch.
2017-02-16 01:17:54 -06:00
spekss
dded0aa952
Replace <b> with <strong> in /groups ( #3237 )
2017-02-15 23:38:14 -06:00
spekss
5b1ceae9df
Add bold in /punishments ( #3236 )
2017-02-15 23:37:56 -06:00
Bär Halberkamp
7667542c11
Fix travis build
2017-02-15 22:27:17 -06:00
Bär Halberkamp
af6035ba8b
Add 'rfaq' as an alias for 'roomfaq'
2017-02-16 02:03:18 +01:00
Bär Halberkamp
53e18c2384
Add a rewritten Studio plugin
...
Still a work in progress, but works well enough to gather some feedback from actual use
2017-02-16 02:02:37 +01:00
Guangcong Luo
a17008b26e
Remove an unnecessary eslint-disable-line
2017-02-15 00:23:23 -06:00
Guangcong Luo
ed5e7392bc
Don't install missing dependencies in app.js
...
Missing dependencies are still installed by ./pokemon-showdown, which
is the officially documented way to launch PS. The app now assumes that
if you're launching app.js directly, you know what you're doing.
We still give an error message that explains what's going on, but it's
no longer an auto-install the way it is if you use the launch script.
2017-02-15 00:23:16 -06:00
Guangcong Luo
5d68b0441e
Disable mod loader test
...
It's incredibly slow, and regressions are unlikely.
2017-02-14 22:20:10 -06:00
Guangcong Luo
6611c9c9ed
Fix Seed activation on double-Surge
...
Terrain seeds weren't activating correctly on the first Surge of two
Surge ability activations turn 1. This fixes it by allowing Update to
run on inactive Pokémon, allowing a Pokémon's item to activate onUpdate
before their own ability activation.
2017-02-14 22:14:15 -06:00
Ben Davies
8a9ce4a12a
Sockets: temporarily skip unit tests ( #3235 )
...
Until the crashes and workers' flooding of stdout are resolved.
2017-02-14 22:00:06 -06:00
Marty-D
019f844e0e
Add event Machamp
2017-02-14 21:27:00 -05:00
Marty-D
882aa42c05
Fix OU suspect test banlist
2017-02-14 21:11:20 -05:00
xCrystal
64e742ab9d
Gen I: Fix three minor bugs ( #3222 )
...
Fix being put to sleep not clearing recharge condition
Fix Supersonic clearing last stored damage
Fix Substitute HP
- In RBY, a Substitute is only knocked out when its HP underflows, but remains alive at 0 HP. Therefore, it's effectively as if the Substitute had 1 more HP than the amount of HP lost in order to set it up.
2017-02-14 21:10:15 -05:00
Ben Davies
474ffd5c53
Make the launch script compatible with Windows ( #2889 )
2017-02-14 15:44:29 -06:00
The Immortal
f1e916dbd7
Update Mergemons
2017-02-14 18:29:40 +04:00
The Immortal
d269c6bbce
Add BH suspect
2017-02-13 21:06:26 +04:00
The Immortal
1f56fc4172
ADV 200: Fix typo
2017-02-13 07:14:15 +04:00
Guangcong Luo
4d5aac8157
CONTRIBUTING: Improve commit description example
2017-02-12 20:50:27 -06:00
spekss
99440d9b97
Add some links to /tier gen7 ( #3227 )
2017-02-12 18:31:09 +04:00
The Immortal
7b44e4face
Hide the normal OU ladder
2017-02-12 15:15:11 +04:00
The Immortal
b8c56f0ffc
Fix egg validation
2017-02-12 04:32:36 +04:00
Steven Goodman
5efd47a33f
Modify .gitignore to track config/formats.js ( #3220 )
2017-02-11 00:58:11 -06:00
spekss
38842e957d
Add badge faq ( #3084 )
...
(http://www.smogon.com/badge_faq )
2017-02-10 16:50:28 -06:00
Quinton Lee
72236f007f
Fix Z-Move validation in Baton Pass Clause ( #3213 )
...
A Pokemon can only use 1 Z-Move in battle
2017-02-10 16:07:19 -06:00
Guangcong Luo
ec9af0968b
Fix Amnesia in Gen 2 randbat
...
It should not be counted as a special attacking setup move.
Fixes #3225
2017-02-10 17:11:06 -05:00
Guangcong Luo
6e100ee5b7
Add /punishments
...
This is just a generic punishments list. Feel free to pullreq
improvements.
Closes #3200
2017-02-10 17:11:06 -05:00
Guangcong Luo
c59d73b494
Sync datacenters.csv
2017-02-10 17:10:15 -05:00
Guangcong Luo
825b4180cd
Fix Prankster/Dark hint info leak
2017-02-10 17:10:15 -05:00
Guangcong Luo
81f13a18f1
Add user groups to /whoare
...
Specifically, user groups are now in /checkpunishment, which has been
renamed /offlinewhois. It doesn't actually function as an offline /whois
since it still requires auth.
Maybe making it not require auth should be a project to put in Ideas.
2017-02-10 17:10:15 -05:00
Guangcong Luo
ede3cd5acc
Add documenting comment to /adddatacenters
2017-02-10 17:10:15 -05:00
Guangcong Luo
e45b52a57b
Fix DeprecationWarnings for lack of callback
...
Various standard library functions now warn for lack of callback, so
this commit adds those callbacks.
2017-02-10 17:10:15 -05:00
Guangcong Luo
ede94a16cf
Rename /roomban to /ban
...
This was planned from the beginning, but I gave it a few months to make
sure people who accidentally used the wrong one wouldn't be confused in
the interim.
No one should have the reflex to use /ban for global bans by now, so
this should be a safe time to do the rename.
2017-02-10 17:10:15 -05:00
Guangcong Luo
08d178a681
Update CONTRIBUTING.md
2017-02-10 17:10:15 -05:00
panpawn
53b232658c
Namelock: Modlog IP & string standards ( #2941 )
2017-02-10 14:51:42 -06:00
The Immortal
1f5216898f
Mienshao and Arcanine are UU
...
According to the updated UU stats
2017-02-10 15:19:54 +04:00
The Immortal
c118e517cd
Update UU
2017-02-10 13:36:47 +04:00
The Immortal
1f72fffd91
Add OU suspect test
2017-02-10 13:36:24 +04:00
Spandan Punwatkar
cc46cdb993
Update Almost Any Ability ( #3223 )
2017-02-09 15:05:55 +04:00
The Immortal
4ebc31a6eb
ADV 200: Fix allowed Pokemon
2017-02-09 03:11:35 +04:00
Bär Halberkamp
cb5c151424
Wifi: Fix giveaways of Nidoran
2017-02-08 16:14:41 +01:00
Kevin Lau
41f4727df1
Random Doubles: Implement some Doubles sets ( #3219 )
2017-02-07 23:56:13 +04:00
The Immortal
63c8418f00
Update UU Pokemon
2017-02-07 22:35:25 +04:00
urkerab
5008d3fecc
ModifyPriority should run on the Z move if relevant ( #3211 )
2017-02-06 20:52:48 -04:00
Kevin Lau
0ea4363cae
Random Doubles: Fix Level Scaling for Parental Bond and Protean ( #3216 )
...
EV values are balanced now, so it's better to base it on the number of
attacks.
2017-02-06 21:50:08 +04:00
The Immortal
2c285f0166
Fix errors in previous commit
2017-02-06 20:00:48 +04:00
The Immortal
50074f0928
Update tiers
2017-02-06 17:28:36 +04:00
The Immortal
4a306aff87
ADV 200: Update learnsets
2017-02-06 15:10:33 +04:00
The Immortal
31291ee957
Fix Mergemons
2017-02-06 15:00:39 +04:00
TheRealQuote
dbe2851420
Usage-based tier updates ( #3212 )
...
Kingdra moved from OU to UU
Scolipede moved from BL to OU
Charizard-Mega-Y moved from BL to OU
Clefable moved from OU to UU
Mantine moved from OU to UU
Salamence moved from BL to OU
Volcarona moved from BL to OU
http://www.smogon.com/forums/threads/initial-gen-7-uu-banlists-updated-in-post-38.3591784/page-2#post-7219329
2017-02-06 12:56:18 +04:00