Bär Halberkamp
c2beb8321a
Allow warning users outside the room in all global warn contexts
2019-02-18 16:18:36 +01:00
HoeenHero
c6ed4cedb7
TCG: Update wiki domain
2019-02-18 08:39:53 -05:00
HoeenHero
99be07581b
Don't crash when using /data in with the camomons mod
2019-02-18 08:05:51 -05:00
Kris Johnson
549740d661
1v1: Unban Kyurem-Black ( #5176 )
2019-02-17 23:39:27 -06:00
Guangcong Luo
135746cbdc
Fix crash in ghost connection fix
2019-02-17 11:46:28 -06:00
Kris Johnson
80b8356c29
Battle Factory: Fix Espeon's ability in RU ( #5175 )
2019-02-17 11:43:01 -06:00
whales
374a1cde5a
Mafia: Fix html room updates ( #5174 )
2019-02-17 11:08:37 -05:00
Marty-D
17b3c037e1
Add Bottle Caps
2019-02-16 23:29:01 -05:00
HoeenHero
68dd4184d8
Add alias for /hidetext
2019-02-16 20:39:39 -05:00
HoeenHero
9c9004cacf
Fix "Fix terrain seed activation timing ( #5163 )"
...
Shouldn't of reverted this so quickly. Credit to the code goes to @MacChaeger
2019-02-16 20:31:07 -05:00
HoeenHero
f8a1612906
Revert "Fix terrain seed activation timing ( #5163 )" ( #5173 )
...
This reverts commit 250955ee68 .
2019-02-16 19:46:53 -05:00
Kris Johnson
630180fd1b
CAP: Nerf Crucibelle-Mega ( #5172 )
...
* CAP: Nerf Crucibelle-Mega
* oops
2019-02-16 19:30:38 -05:00
MacChaeger
250955ee68
Fix terrain seed activation timing ( #5163 )
2019-02-16 19:30:00 -05:00
Bär Halberkamp
9ab6bbbf2e
Cafe: Fix path
2019-02-16 23:56:46 +01:00
Konrad Borowski
883c611078
Add tests for Sleep Clause Mod ( #5171 )
2019-02-16 12:47:22 -06:00
urkerab
9195822c37
Fix transformInto so OMs still work ( #5165 )
2019-02-15 17:52:20 -06:00
Konrad Borowski
a97b879e2d
Prevent using Leppa Berry from triggering Endless Battle ( #5158 )
...
Previously, using Leppa Berry by itself caused Endless Battle Clause
to consider Pokemon to be stale. However, it is reasonable to use
Leppa Berry without an intent to cause an endless battle - for
instance to increase the PP of a move with a low PP.
2019-02-15 17:43:19 -06:00
Kris Johnson
d40fe510b4
Change (PU) to Untiered ( #5170 )
2019-02-16 03:07:51 +04:00
Kris Johnson
3ccdb8416e
Add LC suspect notice ( #5169 )
...
https://www.smogon.com/forums/threads/lc-suspect-bush-doesnt-care.3647220/
2019-02-15 23:06:04 +04:00
Russell Jones
fdcfcb02db
Revamp evolution tables ( #4997 )
2019-02-14 23:51:17 -06:00
Kris Johnson
df764e971a
Battle Factory: Remove unranked Pokemon and fix Snorlax ( #5164 )
2019-02-14 16:30:56 +04:00
The Immortal
bd28b0f2f7
DPP LC: Ban Hypnosis
2019-02-13 18:46:47 +04:00
Kevin Lau
8860c0e4e0
Random Battle: Update Rhyperior ( #5162 )
...
* Random Battle: Update Rhyperior
- Although Rock Blast is the preferred move in RU, there are notably
fewer Sturdy mons in Random Battle and it struggles more with breaking
Substitutes with it.
- Aqua Tail gives very minimal meaningful coverage since it mostly is
super effective on Pokemon already weak to Ground. Instead, give it Ice
Punch since it's much more common on it.
* Update formats-data.js
* Update formats-data.js
2019-02-13 01:22:59 +04:00
HoeenHero
6d7115dfd5
Support the random battles damage calculator
2019-02-12 14:33:24 -05:00
Bär Halberkamp
8a5eeac84f
This command is not technically deprecated but close enough
2019-02-12 19:07:52 +01:00
Bär Halberkamp
c4301a7c1f
Show deprecated status of commands in the command help
2019-02-12 19:06:35 +01:00
Bär Halberkamp
5fb8b5e954
Add a PageContext for HTML pages and expand html page functionality ( #5160 )
2019-02-12 19:00:14 +01:00
whales
7f2994b4f9
Mafia: Fix starting games through the UI ( #5156 )
2019-02-12 08:44:18 -05:00
The Immortal
2e0be4ce67
Random Battle improvements
2019-02-12 17:25:49 +04:00
Konrad Borowski
bf0ad10a28
Remove deprecated commands from /help
2019-02-12 11:05:14 +01:00
Marty-D
44310dd140
NU: Ban Vanilluxe
2019-02-11 21:07:55 -05:00
Bär Halberkamp
efa47fc911
Deprecate /redir
2019-02-12 01:24:38 +01:00
Guangcong Luo
b498bb222c
Require object literal method shorthand
2019-02-11 18:14:09 -06:00
Guangcong Luo
c8d4463ffa
Refactor formeChange
...
This fixes an obscure issue where we sent a formechange-to-self on
faint in certain obscure situations (apparently including Gen 4
Custap?)
In case anyone wants to investigate the details (this commit just
patches over some symptoms), the relevant replay is here:
https://replay.pokemonshowdown.com/smogtours-gen4ou-425031
2019-02-11 18:06:32 -06:00
Kevin Lau
df09b719c3
Random Battle: Update Probopass ( #5159 )
...
Earth Power is one of its most used moves because of Steel trapping with
Magnet Pull, while Pain Split is almost unheard of in standard tiers,
and isn't very useful on it unless it has Sturdy (but Magnet Pull is the
better move and is rated higher)
2019-02-11 22:57:54 +04:00
Guangcong Luo
a5816ddcbe
Fix math for counting battle turns
...
Turns out, requestCount goes up by 2 every turn, not 1.
In hindsight, this makes sense because we're giving every player their
own request ID.
2019-02-10 19:04:41 -06:00
Bär Halberkamp
33d3691566
Fix an edgecase regarding locks getting removed on guests
...
This caused /unnamelock to leave ghost users in the userlist
2019-02-10 17:20:30 +01:00
Ben Davies
58fd10f6cb
Tweak ghost connection timeout, log their connection status
2019-02-10 01:13:10 -04:00
Guangcong Luo
bd50666e4d
Fix /hotpatch chat
...
Old chat plugin processes weren't getting correctly ended.
2019-02-09 21:52:57 -06:00
Guangcong Luo
b7c252fbd6
Automatically end BattleStreams at end of battle
...
PS prefers to keep battle streams open (for `/evalbattle`) until
manually ended, but this is confusing some other users. We now
automatically end streams unless the `keepAlive` option is set.
Fixes #5157
2019-02-09 21:16:45 -06:00
Guangcong Luo
330892ef72
Remove 7 second limit for multi-laddering
2019-02-09 20:34:28 -06:00
Guangcong Luo
7cac561c27
Fix hotpatching battles/formats
...
Hotpatching battles only is no longer possible - it takes the same
amount of resources as hotpatching formats but is way more error-prone.
2019-02-09 11:38:02 -06:00
Guangcong Luo
f8cc6c2881
Clarify message for multi-laddering
2019-02-09 11:38:02 -06:00
SuddenlyQ
0796613a72
Add in-battle mod detection to /weak and /coverage ( #5144 )
2019-02-09 12:25:45 -05:00
Guangcong Luo
248e7ed767
Fix Help Tickets preview
2019-02-09 00:09:49 -06:00
Guangcong Luo
75dd2f408e
Fix minor typos
2019-02-09 00:03:51 -06:00
Guangcong Luo
55f98af70f
Better support IPv6 in IP checker
2019-02-08 23:52:23 -06:00
Guangcong Luo
f2edf2bd17
Fix crash in /processes
2019-02-08 23:20:23 -06:00
Guangcong Luo
f4aa48083c
Improve choice error messages
...
This should make choice errors clearer.
2019-02-08 16:06:09 -06:00
Guangcong Luo
2816b33869
Allow free multi-laddering in first five turns
...
Searching for multiple games in the first five turns is unlikely to be
timerstalling, so we allow it here.
2019-02-08 16:06:08 -06:00