Guangcong Luo
d2dddaf2ed
Consistently name StreamWorker
...
It was previously called Worker in some files, but consistently
callling it StreamWorker will help it not be confused with
cluster.Worker.
2020-04-16 19:22:11 -07:00
Guangcong Luo
b9235733e9
Support crash recovery
2020-04-16 18:59:23 -07:00
Guangcong Luo
91bf457eae
Support load tracking
2020-04-16 09:17:18 -07:00
Guangcong Luo
b21172ebc2
Stub sockets refactor
2020-04-16 05:19:35 -07:00
Guangcong Luo
80634c6918
Fix Dazzling
...
I don't like using Bulbapedia as a source, but our researchers are all
asleep and TI said this was high-priority.
2020-04-16 03:12:40 -07:00
Guangcong Luo
6884c7ee81
Remove unnecessarily quoted keys in data/
...
(By pulling this out from the rest of the TypeScript refactor, this
should make the diffs for the TypeScript refactor more readable.)
2020-04-16 01:32:18 -07:00
Kris Johnson
712b7e0e8e
Add "seejong" as an alias for Sealeo ( #6585 )
...
The entire Pokemon Games room refers to Sealeo as Seejong and it has significant meme value. Additionally, Seejong is Sealeo's German name.
2020-04-16 00:20:07 -07:00
Peach
2828427946
Mafia: Misc updates ( #6583 )
...
* Attribute non-host mod commands
* Fix crash in queue
* Add command for listing all data entries
* Update permissions in help box
credits to @Claire238
2020-04-15 22:40:43 -07:00
Leonard Craft III
6792b82a21
Add Teatime tests ( #6582 )
2020-04-15 21:27:45 -07:00
Leonard Craft III
2a07102281
Add G-Max move validator illegality test ( #6580 )
2020-04-15 21:27:16 -07:00
Leonard Craft III
c1bf933e31
Fix Neutralizing Gas + ability changing effects ( #6581 )
2020-04-15 20:36:46 -07:00
The Immortal
f194d31aac
Fix G-Max moves legality again
2020-04-16 04:47:15 +04:00
Kirk Scheibelhut
79ea998a93
Skip failing dazzling test
2020-04-15 16:17:37 -07:00
Kirk Scheibelhut
78151fad79
Fix 32e193b2 to rely on isMax instead of Nonstandard
2020-04-15 16:15:19 -07:00
Kirk Scheibelhut
ea601caf6c
Add tests for Dex edgecases
2020-04-15 16:15:13 -07:00
The Immortal
01aac3b491
Add Dazzling tests
2020-04-15 22:22:56 +04:00
Leonard Craft III
3842e03d60
Fix residual order for G-Max Volcalith / Wildfire ( #6565 )
2020-04-15 12:20:27 -04:00
Guangcong Luo
900ad5a8c8
Prioritize -All Pokemon above +Past etc ( #6574 )
...
Previously, format bans/unbans were processed in order of "most specific
to least specific".
So `+Giratina-Origin` trumps `-Giratina` trumps `+Uber` trumps
`-All Pokemon`.
And nonstandard reasons (`Unobtainable`, `Past`, `CAP`, etc) were
slotted between `Uber` and `All Pokemon`.
This has the unfortunate effect that if a base ruleset allows a certain
normally-banned category of Pokémon, you can't use `-All Pokemon` to
whitelist a list of Pokémon.
Moving nonstandard reasons to lowest precedence once again allows
`-All Pokemon` to be used as intended.
2020-04-14 15:27:59 -07:00
asgdf
31cb98bebe
Improve hosttype detection for special case ( #6577 )
2020-04-14 15:26:16 -07:00
Kris Johnson
608deb3d8d
Move Gmax formes to (DUber) ( #6578 )
2020-04-14 15:18:21 -07:00
Kris Johnson
209c95891f
Move Noctowl, Silvally-Fire, and Silvally-Ground to PUBL ( #6576 )
...
https://www.smogon.com/forums/threads/pu-general-rules-tiering-and-announcements-thread.3660650/#post-8428752
2020-04-14 01:07:02 -07:00
timbosu
4f0bf449b0
Prevent Crafty Shield from blocking Perish Song ( #6573 )
2020-04-14 01:06:40 -07:00
Guangcong Luo
bb9cf6651e
Fix indent error in .eslintrc
2020-04-13 20:48:19 -07:00
Lusamine
12a52bc0d0
Add a linebreak to WiFi GA result ( #6575 )
2020-04-13 20:12:35 -07:00
urkerab
19be262793
Fix Pastel Veil mechanics ( #6571 )
...
Makes Pastel Veil pass the tests from #6568
2020-04-13 15:18:14 -07:00
urkerab
9c8c1e1468
Fix Fell Stinger after redirection ( #6572 )
2020-04-13 14:20:37 -07:00
The Immortal
32e193b2b9
Prevent G-Max moves from being used in Hackmons
2020-04-13 19:41:54 +04:00
The Immortal
76af2288e3
Update Shared Power bans
2020-04-13 19:25:54 +04:00
CameronClarry
15efa254cd
Add '/trivia move' command to trivia plugin ( #6561 )
2020-04-12 23:08:27 -07:00
Leonard Craft III
be3a396bf7
Add Pastel Veil, Emergency Exit, and Fell Stinger tests ( #6568 )
2020-04-12 23:06:36 -07:00
Kris Johnson
98b0e98098
Move Barraskewda and Centiskorch to RUBL ( #6569 )
...
https://www.smogon.com/forums/threads/np-ru-stage-1-i-lost-something-in-the-hills-barraskewda-and-centiskorch-banned-see-post-71.3659533/page-3#post-8427541
2020-04-12 23:05:38 -07:00
AnnikaCodes
e626299c39
Add /faq tournaments ( #6500 )
2020-04-12 23:05:26 -07:00
fart
9fda11310a
Fix activeMoveActions bug ( #6570 )
...
Bar Fight is supposed to act like Fake Out and only work on turn 1. This line added in this PR was missing from the runMove function, so Bar Fight and Fake Out were usable past turn 1.
2020-04-12 22:28:39 -07:00
Guangcong Luo
7c0a6a9c60
Update FORMES.md
2020-04-12 22:25:45 -07:00
Guangcong Luo
b9e25acbbf
Document forme data formats
2020-04-12 21:55:49 -07:00
Felix König
830b30a304
Fix unbalanced markdown in PROTOCOL.md ( #6564 )
2020-04-12 14:01:20 -07:00
The Immortal
af353fa46f
Update BW LC
2020-04-12 17:16:12 +04:00
The Immortal
5d2f44a618
Shared Power: Ban Toxapex
2020-04-12 16:46:23 +04:00
Kirk Scheibelhut
ca69c8e6e3
Fix Minior-Meteor forme not being allowed in Gen 7 ( #6563 )
2020-04-12 16:25:13 +04:00
The Immortal
caf92c0852
Update build status badge ( #6562 )
2020-04-11 17:47:11 -07:00
Nol
61375a24cd
Update Wi-Fi giveaway message ( #6560 )
2020-04-11 23:38:42 +02:00
The Immortal
c60df55907
Gen 6 Randoms: Fix Trick Pokemon
...
And remove outdated priority rejection.
2020-04-12 00:07:51 +04:00
The Immortal
b99c238b20
Gen 5 Randoms: Fix Medicham
2020-04-12 00:05:07 +04:00
Kirk Scheibelhut
2b8c03fe04
Increase test timeout in test/sim/misc/state.js
...
This is already marked as '(slow)' so could be timeout(0), but this
shouldn't be *that* slow, so increasing it from 2000 to 5000 seems
sufficient.
2020-04-11 12:04:17 -07:00
The Immortal
4bafd908c6
Shared Power: Ban Unburden
2020-04-11 18:12:56 +04:00
The Immortal
44281ac8bb
Camomons: Ban Melmetal & Zeraora
2020-04-11 17:14:18 +04:00
The Immortal
f713283b10
Almost Any Ability: Ban Zeraora
2020-04-11 17:12:59 +04:00
Charlie Kobayashi
44250d7d3b
Support (multiple) twists for all game modes ( #6559 )
2020-04-11 13:05:42 +02:00
Guangcong Luo
ae129ed8d7
Report full stack trace for crashes
...
We previously only reported the first line of the stack trace, but now that .readmore exists, showing
the full stack trace isn't too spammy anymore.
Also, private logs are now put into Upper Staff.
2020-04-11 04:20:19 -04:00
Guangcong Luo
3ab6bef911
Allow string property definitions over 120 cols
2020-04-11 04:20:19 -04:00