Commit Graph

20071 Commits

Author SHA1 Message Date
Kris Johnson
e2a20bcc2c
Fix hyperlinks in README.md 2020-09-12 13:16:35 -06:00
Kris Johnson
b7b609a205 Display BST properly in /crossevo and /showevo 2020-09-11 18:53:08 -06:00
Annika
71bdfe6c0b
Fix bug in room promotions without a user object
We don't use `splitTarget` anymore here, so this prevented the command from working when no user object was found
2020-09-11 14:49:11 -07:00
Mia
e1b91066c3
Support adding quotes in rooms (#7352) 2020-09-11 13:44:14 -07:00
Mia
aa9c36ca62
Thing of the Day: Fix bug in removing users (#7353) 2020-09-11 12:54:56 -07:00
Annika
8542aa91a1
Re-add /cs as an alias for /clearstatus
I accidentally removed this in https://github.com/smogon/pokemon-showdown/commit/0a26579af.
2020-09-11 10:51:09 -07:00
Kris Johnson
735a9733eb STABmons: Don't gain moves from battle-only formes 2020-09-11 10:28:02 -06:00
whales
89d1d1a9cf Mafia: Fix broadcasting queue 2020-09-12 00:52:08 +09:30
Guangcong Luo
0fab213884
Update Credits 2020-09-10 23:11:03 -07:00
Annika
52aa7ece1e Fix Room Prize Winner rank 2020-09-10 19:22:51 -07:00
Annika
2c6bd4aa5d
Chat plugins: Export plugin state (#7351) 2020-09-10 19:17:00 -07:00
Mia
23f0c6be74
Helpticket list: Respect ignoring tickets (#7345) 2020-09-10 17:26:31 -07:00
Annika
28b8532940
Support promoting multiple users at once in rooms (#7344) 2020-09-10 15:13:41 -07:00
Marty-D
206696f553
Text: Update Levitate descriptions 2020-09-10 17:54:40 -04:00
Marty-D
e1b55c2e90
Add text codeowner 2020-09-10 17:49:19 -04:00
Harshith Iyer
dc11667535
Add more documentation to README (#7337) 2020-09-10 14:46:45 -07:00
TheMezStrikes
dcc863558c
Fix gen 8 fossil descriptions (#7348) 2020-09-10 13:56:31 -07:00
TheMezStrikes
497d746f26
Don't ban autoclose tags without spaces from html (#7341) 2020-09-10 13:36:13 -07:00
Mia
4e4aa2764a
Update AnnotateCommands regexes to account for refactors (#7349) 2020-09-10 13:35:54 -07:00
Mia
852858a7a0
Help: Fix issue with approvals (#7347) 2020-09-10 13:35:16 -07:00
Kris Johnson
e44af38da7 Fix typo 2020-09-09 23:29:09 -06:00
Kris Johnson
3c0d9f3d01 Allow Room Owners to promote users to Prize WInner 2020-09-09 21:41:49 -06:00
Marcell
d78ca89431
Translate core commands to German (#7340) 2020-09-09 18:49:33 -07:00
Annika
84fa6374dd
Add more French translations (#7343) 2020-09-09 18:49:03 -07:00
Annika
34ec6ebb56
Help chatfilter: Add closing </code> tag in help (#7346) 2020-09-09 17:58:21 -07:00
TheMezStrikes
b3e7ac1947
Let admins addhtml by default (#7342) 2020-09-09 17:47:20 -07:00
Annika
2f015dfd0e
Add a Room Prize Winner rank (#7256) 2020-09-09 12:25:48 -07:00
urkerab
bcc6fddff5
Remove duplicate fail message from Encore (#7339) 2020-09-09 04:32:28 +04:00
Kris Johnson
ab267ae2a1
Remove unnecessary import (#7335) 2020-09-08 00:18:17 -07:00
Annika
1b9e334cd9
Fix visual bug with /hiderank in PMs (#7334) 2020-09-08 00:17:49 -07:00
EvGym
b57b527f1c
Support custom-formats file (#7240) 2020-09-07 23:31:01 -07:00
whalemer
1511fcb821
Mafia: Update permissions (#7324) 2020-09-08 12:25:25 +09:30
Strahm, Jeffrey S.(S&T-Student)
188426490b Rename FormatsData to FormatData
(The name FormatsData is inconsistent with how we name other things;
especially since it's supposed to be data for a single format. It was
probably originally a typo. -Zarel)
2020-09-07 19:35:14 -07:00
urkerab
1bf873018c
Remove outdated getAwakeningValues function (#7331) 2020-09-07 17:00:53 -07:00
Instruct
c5b6622bc6
SSB: Remove Ashe (#7332) 2020-09-07 16:59:59 -07:00
Annika
471fe7365a
Add "η" to the evasion filter (#7330)
See https://replay.pokemonshowdown.com/gen8nationaldex-1182878993 for an example of how this can be used to evade.
2020-09-07 12:49:11 -07:00
Kris Johnson
43ec001996
CAP: Nerf Equilibra (#7328) 2020-09-06 22:15:05 -07:00
Kris Johnson
28c981b949
Move Silvally-Water to PUBL (#7329)
https://www.smogon.com/forums/threads/pu-general-rules-tiering-and-announcements-thread.3660650/#post-8590185
2020-09-06 22:14:53 -07:00
Guangcong Luo
ea8f52ce97
Move descriptions to data/text/ files (#7036)
This adds some new `data/text/` files, which are the new home for
item/move/ability descriptions, as well as in-game messages, in one
place for ease of translation.
2020-09-06 22:00:11 -07:00
Guangcong Luo
9b705936b0 Very ugly workaround for /me checkChat bug
There are too many conflicts to revert, so this will have to do for now.
2020-09-06 22:35:28 -04:00
Guangcong Luo
e543cb843f Revert "Improve privacy for hidden battles (#7281)"
It wasn't implemented in `user.games` and a few other places, leading to bugs.

This reverts commit 222d2e1ac9.
2020-09-06 22:15:55 -04:00
Annika
222d2e1ac9
Improve privacy for hidden battles (#7281)
Co-authored-by: Kirk Scheibelhut <kjs@google.com>
2020-09-06 18:46:35 -07:00
Annika
64165b556b
PunishmentMonitor: Include punishments on alts (#7322) 2020-09-06 17:53:49 -07:00
Annika
8789d619f6
Chatfilters: Spoiler autolocking banwords (#7295) 2020-09-06 17:53:33 -07:00
Annika
0a26579afa
Make core commands translatable (#7279) 2020-09-06 17:49:53 -07:00
Annika
52cfaa999b
Trivia: Add short alias for casesensitivesearch (#7325) 2020-09-06 15:05:32 -07:00
whalemer
f5bdef7b4b
Auth: Fix changing a group's permission for commands (#7323) 2020-09-06 12:29:22 -07:00
The Immortal
23ec6e79f4 Trademarked: Revert complex ban from 98cd7f418 2020-09-06 17:02:34 +04:00
Kris Johnson
271a28c9e7
Move Tauros, Exeggutor-Alola, and Haunter to NUBL (#7321)
https://www.smogon.com/forums/threads/np-nu-stage-3-rain-on-me-bans-post-30.3669764/page-2#post-8589192
2020-09-06 16:26:47 +04:00
Mia
44fc0123ad
Chat: Refactor CommandContext and PageContext to use ErrorMessage more (#7234) 2020-09-06 00:15:16 -07:00