Commit Graph

23714 Commits

Author SHA1 Message Date
Kris Johnson
b848bd5c9e Add a challengeable Doubles LC format 2021-04-16 17:01:18 -06:00
Guangcong Luo
95f4755f3f Simplify BST in Tags 2021-04-16 15:05:27 -07:00
Guangcong Luo
29c5acbaa0 Add numeric columns to data/tags.ts
The file name doesn't fit quite as well as before. :(
2021-04-16 14:52:42 -07:00
Leonard Craft III
489b49c1e4
Implement Series 9 VGC 2021 (#8203)
* Implement Series 9 VGC 2021

* Update aliases

* Keep Series 8 as VGC 2021 to preserve ladder

* Kris said this was ok
2021-04-15 19:20:56 -06:00
Kris Johnson
284b8f2df0 Shared Power: Fix bug 2021-04-15 18:58:07 -06:00
Kris Johnson
e9e58c9f99 Dexsearch: Fix bug with mod parameters 2021-04-15 16:44:44 -06:00
Kris Johnson
bfbec4bb50 NFE: Update links 2021-04-15 16:36:44 -06:00
Kris Johnson
568e99b0e5 Shared Power: Fix more abilities 2021-04-15 16:33:13 -06:00
Mia
5ed9517c84 Polls: Increase max question limit 2021-04-15 12:11:33 -05:00
Annika
9933c4e3f1 Fix lint errors 2021-04-15 09:03:33 -07:00
Mia
fdb1d4b762 Chat: Properly allow banwording new spoiler formatting 2021-04-15 10:33:41 -05:00
PartMan
54ebe56f20
Scavengers: Escape usernames in /scav status (#8201) 2021-04-15 15:46:43 +02:00
Distrib
f6b5185011
Formats: Update threads (#8200) 2021-04-14 15:58:53 -04:00
Kris Johnson
a0c3f105b2
Add /filter test (#8197) 2021-04-14 10:15:25 -07:00
Guangcong Luo
b8681ec288
Use a dispatch system for sockets (#8198)
Instead of using a mega-switch, instead use a dispatch system for the
sockets protocol.

A big advantage is that we don't need to be weird about variable
declarations using this method. We can use `const`s!
2021-04-14 07:18:59 -07:00
Kris Johnson
fc60b76c48 Add new Pet Mod of the Season 2021-04-13 20:55:47 -06:00
ACakeWearingAHat
7fd6baa4c3
Random Battles: Fix Toxtricity (#8196) 2021-04-13 16:11:31 -07:00
Distrib
8b6bbd13f3
Improve French translation for Prize Winner in /groups (#8193) 2021-04-13 14:02:09 -07:00
Distrib
334df4a744
Announcements: Fix /announcement htmlcreate (#8194) 2021-04-13 14:00:48 -07:00
Marty-D
84301ca382
Admin: Fix typo in processes 2021-04-12 17:36:43 -04:00
Marty-D
4eee39cd4a Revert "Fix suspect test unbans"
This reverts commit 6c3615a6f8.
2021-04-12 17:03:40 -04:00
Marty-D
6c3615a6f8 Fix suspect test unbans 2021-04-12 16:00:53 -04:00
Mia
1d494b6f2d RPS: Fix bugs with matchups and lower round cap 2021-04-12 10:40:31 -05:00
Marty-D
57049728e2
Gen I: Remove superfluous inheritance 2021-04-12 11:05:10 -04:00
Marty-D
94840470c3 Make sure Bide actually ends 2021-04-12 10:52:46 -04:00
Annika
a59296cbbb Fix crash in simulator runner 2021-04-11 23:31:58 -07:00
Kris Johnson
c3b46362d6 Move Entei and Glastrier to NUBL 2021-04-11 00:25:05 -06:00
Kris Johnson
e274aec02b Pokebilities: Ban Magearna 2021-04-10 19:06:10 -06:00
Kris Johnson
265d17a787 Fix CAP and Godly Gift 2021-04-10 19:05:06 -06:00
ACakeWearingAHat
5493420d9c
Random Battles Improvements (#8192) 2021-04-10 17:46:41 -07:00
Guangcong Luo
5c3d0f5eae Fix deterministic speed ties
We have apparently been sorting everything by switch-in order this
entire time, not just move redirection. This appears to be a mistake
in #5216

The actual bug fix is just the single line in `comparePriority`,
everything else is just documentation, and a bit of optimization of
how speed ties are resolved.

Fixes #6319
2021-04-10 09:41:22 -07:00
Leonard Craft III
d1e863b584
Help Tickets: Add cheating report type (#8190) 2021-04-10 01:14:04 -07:00
Leonard Craft III
12670422d0 Remove duplicate test 2021-04-09 23:44:05 -05:00
Leonard Craft III
f8cfe3a242 Validator: Don't enforce 3 IV minimum in Hackmons 2021-04-09 23:40:16 -05:00
Leonard Craft III
d858bbda30
Validator: Disallow duplicate moves (#8191) 2021-04-09 20:59:20 -07:00
Leonard Craft III
ba66ffde0f Validator: Fix Behemoth moves 2021-04-09 21:10:38 -05:00
Annika
8099852fbd Fix Tier Shift banlist 2021-04-09 18:17:17 -07:00
Guangcong Luo
5cf59da9f0 Add unit test for having valid formats 2021-04-09 18:04:40 -07:00
Annika
b4da54c6da Fix typo in comment 2021-04-09 17:22:25 -07:00
Annika
3ca947225f Random Battles updates 2021-04-09 17:13:18 -07:00
Annika
986142a38f Unban Zamazenta-Crowned in OU only
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2021-04-09 16:58:15 -07:00
Annika
2baca9339d Random Battles: Fix STAB in 4-player battles 2021-04-09 16:23:23 -07:00
Guangcong Luo
9ee76d7415 Fix crash in FFA forfeiting before Team Preview 2021-04-09 06:13:20 -07:00
Guangcong Luo
5ece6ec784 Fix /formathelp, but properly this time 2021-04-09 08:09:55 -04:00
Christopher Monsanto
99fd7b8706
Chat: Implement Discord spoilers (#7948) 2021-04-09 01:39:47 -07:00
Annika L
583dceb693 Chat monitor: Weeklock for slurs in Pokemon nicknames 2021-04-08 22:18:38 -07:00
Kris Johnson
8d0b6788f3
Godly Gift: Ban Zacian-Crowned 2021-04-08 16:19:58 -06:00
Annika
eb864962e2 Random Battles: Prevent Gmax regional Pikachus 2021-04-08 12:26:53 -07:00
Guangcong Luo
effedf6aa4 Fix unnecessary proxies.csv entry
It conflicts with our unit tests and I don't really know why it's
there...
2021-04-08 12:20:09 -07:00
Mia
c43da18531
Admin: Add ram info to /processes (#8189) 2021-04-08 12:19:18 -07:00