Kris Johnson
e41b62eeed
1v1: Simplify banlist ( #6405 )
2020-02-29 12:00:09 -08:00
TheMezStrikes
893aaa8735
1v1: Ban Necrozma ( #6404 )
2020-02-29 09:20:13 -08:00
The Immortal
b3b9b3a420
Fix build
2020-02-29 14:41:37 +04:00
Kris Johnson
097cd50c17
Update Gmax Pokemon legality in Battle Stadium and VGC ( #6377 )
2020-02-29 14:31:25 +04:00
Kris Johnson
d9e507f71b
Add March OMotM and RoA Spotlight ( #6403 )
2020-02-29 14:30:59 +04:00
The Immortal
22feeebaee
Gen 5: Fix Rapid Spin
2020-02-29 12:50:50 +04:00
Kris Johnson
f602c2986f
BH: Ban Octolock ( #6402 )
...
https://www.smogon.com/forums/threads/balanced-hackmons.3656408/page-13#post-8378504
2020-02-29 01:00:50 +04:00
fart
5a6ea0edc5
Fix /tour autodq off ( #6401 )
...
The most recent change to this file prevents "/tour autodq off" from working and sends a "That isn't a valid timeout value." error to the client. This is because it checks for a condition where timeout is greater than 1 hour, but when turning autodq off, the timeout variable is set to Infinity. This proposed change adds a check in the condition for if the timeout value is Infinity and does not send the error if that is the case (but if timeout is a numeric value greater than 1 hour, it still will fail).
2020-02-28 05:38:30 -08:00
Zachary Perlmutter
72a88037e7
Mark old moves as viable again ( #6400 )
2020-02-28 05:51:03 +04:00
Kirk Scheibelhut
fdf5679a24
Update set-import stats to use latest stats logic
...
smogon@0.2.0 now supports the qualified naming transition period
at the end of Gen 6.
2020-02-27 17:00:40 -08:00
Kris Johnson
8da3d53fce
LC: Add suspect notice ( #6399 )
...
https://www.smogon.com/forums/threads/lc-suspect-behind-the-veil.3660436/
2020-02-28 03:56:19 +04:00
ACakeWearingAHat
69ab44a78e
Gen 5: Randoms update ( #6387 )
2020-02-27 17:19:51 +04:00
Kirk Scheibelhut
df8a7df29e
Fix tools/set-import/stats and update for Gen 8
2020-02-26 10:16:42 -08:00
Kris Johnson
a501bd8321
Trademarked: Ban Arena Trap ( #6396 )
...
https://www.smogon.com/forums/threads/trademarked-leaders-choice.3656980/page-4#post-8376346
2020-02-26 01:09:39 -08:00
Kirk Scheibelhut
7bf4c01440
Zero sub-versions in set-import on version bump
2020-02-25 14:59:58 -08:00
Kirk Scheibelhut
37a331a4cb
Get tools/set-import to work again
...
- a scripts.js init() method now calls toID
- Smogon updated the format of moveslots
2020-02-25 14:49:38 -08:00
whales
26fa367f75
Fix bugs with renaming rooms ( #6392 )
2020-02-24 23:54:10 -08:00
Kris Johnson
03f2378d8c
Correct validation for UU NFE Clause/Little Cup ( #6395 )
2020-02-24 21:19:17 -08:00
whales
38daf467fc
Add some common rooms to the roomid type ( #6393 )
2020-02-24 19:52:41 -08:00
Guangcong Luo
72976d1001
Fix Gen 3 Quick Claw
2020-02-24 19:27:50 -08:00
The Immortal
bf1a35cd86
National Dex: Ban Genesect
2020-02-24 17:59:14 +04:00
Kris Johnson
612e4e4903
Update OMs ( #6390 )
...
https://www.smogon.com/forums/threads/mix-and-mega.3656469/page-2#post-8374887
https://www.smogon.com/forums/threads/almost-any-ability.3656414/page-3#post-8374881
2020-02-23 22:33:45 -08:00
Guangcong Luo
c64ad07385
Fix typo
2020-02-23 22:17:22 -08:00
Kris Johnson
f9d8da6053
Move Diggersby, Durant, and Weavile to UUBL ( #6389 )
...
https://www.smogon.com/forums/threads/np-ss-uu-stage-1-here-comes-the-sun-diggersby-durant-weavile-banned.3658529/page-6#post-8374900
2020-02-23 22:13:54 -08:00
Guangcong Luo
1a447f7487
Add tests for Max Geyser Sand Spit
2020-02-23 22:10:49 -08:00
Guangcong Luo
9a4cf1149c
Rename getRequestData functions
...
We now have `pokemon.getMoveRequestData()` and
`pokemon.getSwitchRequestData()`, which should make it much clearer
which one does what.
2020-02-23 22:10:49 -08:00
Ben Davies
1be30cf29a
Commands: prevent /code from trimming leading horizontal whitespace
2020-02-24 01:45:17 -04:00
Marty-D
795ce777ec
Remove Torment volatile when Dynamaxing
2020-02-23 17:45:16 -05:00
The Immortal
bd262b726c
Fix ADV UU NFE Clause
2020-02-23 22:25:35 +04:00
Guangcong Luo
a41e4b051f
Fix infinite loop with disabled Max Guard
2020-02-23 04:47:52 -08:00
whales
4231f3c626
Fix inputlogs for battle evals ( #6388 )
2020-02-23 03:59:03 -08:00
The Immortal
cecbf396cd
Revert "Fix Moxie and Beast Boost in doubles"
...
This reverts commit d7af602017 .
2020-02-23 13:46:18 +04:00
Guangcong Luo
fee9a3fa0b
Fix typo in previous commit
2020-02-23 01:42:51 -08:00
Guangcong Luo
b1ea19d5b5
Further improve handling of crashed subprocesses
2020-02-23 01:33:35 -08:00
Kris Johnson
fd63ee2a3b
Add ADV UU NFE Clause ( #6386 )
2020-02-23 00:15:35 -08:00
Christopher Monsanto
4cb531e4a8
Add Config.startuphook ( #6382 )
...
This is called when the server is fully initialized and ready to serve
requests. Useful for notifying a process manager.
2020-02-22 15:51:18 -08:00
Kris Johnson
d87f4492a7
CAP: Ban Arena Trap ( #6385 )
...
https://www.smogon.com/forums/threads/on-the-radar-arena-trap.3660066/#post-8373574
2020-02-23 00:25:33 +04:00
The Immortal
d7af602017
Fix Moxie and Beast Boost in doubles
2020-02-22 19:30:44 +04:00
Guangcong Luo
e36aa987e4
Make ProcessManager more crash-resistant
...
ProcessManager is now able to automatically respawn subprocesses that
have crashed.
2020-02-21 22:31:16 -08:00
The Immortal
563323f4c1
Fix Lum Berry activation
2020-02-22 05:39:37 +04:00
The Immortal
d7c09e0f0e
Gen 5: Update Random Battle moves
2020-02-22 02:00:16 +04:00
whales
1920ca8161
Fix lint error
2020-02-22 01:22:07 +10:30
urkerab
98edf3e025
Refactor Dragon Darts ( #6378 )
2020-02-21 06:36:41 -08:00
The Immortal
79af87374a
Fix Wandering Spirit
2020-02-21 18:18:51 +04:00
The Immortal
03ecc3c4b1
Stench Weezing is unreleased
2020-02-21 16:45:16 +04:00
The Immortal
8e93518550
Max Guard is disabled by Taunt
2020-02-21 15:49:27 +04:00
Guangcong Luo
658f853558
Fix bug in Battle Stadium Gigantamax validation
2020-02-21 03:40:16 -08:00
whales
d546abf87e
Mafia: Fix modlog entry for data commands
2020-02-21 20:39:02 +10:30
whales
926970f765
Automatically upload replays when reporting ( #6380 )
2020-02-21 00:47:19 -08:00
Waleed Hassan
34e215c7a6
Support renaming rooms ( #6295 )
2020-02-21 00:47:07 -08:00