Guangcong Luo
0ebd7b08bc
Deprecate battleban
2019-02-02 09:15:11 -06:00
urkerab
5863284eaa
Fix some OMotM crashes ( #5132 )
2019-02-01 19:48:13 -06:00
Konrad Borowski
94849bfdeb
Always display Alola formes in /ds ( #5133 )
...
The Alola formes are so different to regular formes that displaying
both the regular form and Alola form is actually a useful
information.
2019-02-01 17:16:47 -06:00
Marty-D
f5dedd06a3
Remove Simple Symphony
2019-02-01 16:50:51 -05:00
Marty-D
5f96c6a66a
Stadium: Fix Counter and probably other things
2019-02-01 16:49:57 -05:00
Guangcong Luo
8d57bd1b8c
Remove useless param from pokemon.transformInto
...
Introduced in 743c85127c
2019-02-01 15:10:46 -06:00
Guangcong Luo
93a5b9ae69
Fix missing comma
2019-02-01 14:55:43 -06:00
Guangcong Luo
b3d3f4419e
Remove Pokebilities format
...
I'm no longer accepting non-TypeScripted formats.
2019-02-01 15:49:16 -05:00
Guangcong Luo
046d3441bb
Update allowed avatars list
2019-02-01 15:48:15 -05:00
The Immortal
5e13bcee95
Fix 'sage-gen2jp' avatar
2019-02-01 15:42:52 +04:00
The Immortal
710c1402c7
Add February RoA Spotlight
2019-02-01 15:34:21 +04:00
urkerab
c9ac10d075
Other Metagames of the Month February 2019 ( #5131 )
2019-02-01 15:17:57 +04:00
Guangcong Luo
fc82db1f84
Support new avatars
...
This isn't full support, but it's the important part, the part that lets
you use past-gen avatars.
2019-01-31 13:50:30 -05:00
Marty-D
bec80b5c91
Update CAP analysis links
2019-01-31 11:19:20 -05:00
urkerab
d32eec7848
Notify after, not before, deleting a help ticket ( #5130 )
2019-01-31 02:35:30 -06:00
Konrad Borowski
70f1ae22fd
Remove a comment in Trivia code about point values
...
They no longer need to be divisible by 5. The caps are unlikely
to change, however the technical limitation of values having to be
divisible by 5 no longer exists.
2019-01-30 20:56:31 +01:00
Konrad Borowski
2db77fbb9c
Add 2nd and 3rd place point information to trivia modlog
2019-01-30 20:48:24 +01:00
Marty-D
4ceb8101fc
Update Trick Room's short description
2019-01-30 12:02:13 -05:00
The Immortal
8ea36176c8
Add ORAS 1v1 and DPP AG
2019-01-30 19:49:45 +04:00
Marty-D
f87b705886
NU: Add Vanilluxe suspect notice
2019-01-30 10:24:24 -05:00
Marty-D
4fc130a9ac
Battle Factory: Fix another Hydreigon set
2019-01-29 09:12:39 -05:00
Jeremy Piemonte
7fd2b9a66f
Datacenter: Add more ranges ( #5129 )
2019-01-28 20:23:30 -06:00
whales
94524c6a9e
Fix crash, message for locks ( #5125 )
2019-01-28 18:30:57 -06:00
Marty-D
e21f3e02a8
PU: Ban Alolan Exeggutor
2019-01-28 15:08:57 -05:00
Marty-D
98e4767d5d
Let's Go OU: Remove suspect notice
2019-01-28 15:06:36 -05:00
Marty-D
16eb789ba9
Battle Factory: Split UU Hydreigon sets
2019-01-28 15:05:37 -05:00
Quinton Lee
ce4ceea3cd
Better fix for dc6fc43250
2019-01-28 09:16:36 -06:00
whales
c2213cca57
Mafia: Bugfixes for modifiers, allow searching for terms ( #5127 )
2019-01-28 08:37:34 -06:00
whales
b15ab2ec67
Scavs: Award points for hosting automatically ( #5126 )
2019-01-28 08:37:11 -06:00
Quinton Lee
88454a7671
Fix dc6fc43250
2019-01-27 22:25:02 -06:00
Guangcong Luo
252071faec
Support custom rated messages
...
(For use in SPL)
2019-01-27 19:09:40 -06:00
Lycanium Z
1b245cb84b
SSB: Fix Compost & Wonder trade with False ( #5124 )
2019-01-26 12:12:31 -05:00
Snaquaza
4b942cc0c3
Mafia Theme Update ( #5114 )
2019-01-26 08:48:01 -05:00
Kevin Lau
3cb9bb0627
Random Battle: Fix Dedenne HP EVs ( #5122 )
2019-01-26 14:46:43 +04:00
MacChaeger
cf7670f0b2
Gen 1: Paralysis should not reapply stat drop because of a failed move ( #5123 )
2019-01-26 01:30:58 -06:00
Guangcong Luo
e6c04c0e55
Refactor some forEach to for..of
2019-01-26 00:40:00 -06:00
Guangcong Luo
74dfd71355
Support Config.fakeladder
...
Useful for local testing, ignores matchmaking conditions like "can't
match same player twice in a row" and "can't match same IP", to make
it easier to test ladder stuff.
2019-01-26 00:40:00 -06:00
Guangcong Luo
6837d28227
Make timer track in seconds rather than ticks
...
In the past, I've gotten burnt out trying to implement a realtime
timer, so this is going to take a different and more granular approach.
The first step is this: Just making the variables track in seconds.
Everything still _happens_ in ticks, it's just the variables store
seconds rather than ticks.
2019-01-26 00:33:33 -06:00
Guangcong Luo
6f185f0b2e
Fix listener overflow in FS write streams
...
This happens if you write to an FS write stream more than like 15
times at once.
2019-01-26 00:33:32 -06:00
Guangcong Luo
8e33fd4315
Battle timer: Changes to timerstalling
...
- Total time is now capped at starting total time.
- We now support a grace period between timer activation and when total
time starts ticking down. This is used to implement VGC's Team Preview
timer, as well as the 60 second grace period in normal games.
- We no longer clamp down on games over 400 turns.
- Starting time in the ladder is decreased to 150 seconds.
VGC's timer has also been tweaked in other ways.
These are the changes documented in Policy Review:
https://www.smogon.com/forums/threads/ps-timer-updates.3646406/
2019-01-26 00:33:32 -06:00
Guangcong Luo
f42217c17a
Battle timer: Show turn time if low
2019-01-26 00:33:31 -06:00
HoeenHero
0b55b674c1
Help Tickets: Add Opt-Out and other improvements
2019-01-25 21:37:53 -05:00
MacChaeger
f1a0c33d0f
/tour leave: send a leave message instead of a forfeit message ( #5121 )
2019-01-25 19:06:33 -06:00
Guangcong Luo
cef976ac88
Fix help form when logged out
...
Now, instead of the generic "Access denied" screen, it tells you to log
in.
2019-01-25 19:34:23 -05:00
Russell Jones
e4923a08d5
Use more accurate multiplier for Big Root ( #5120 )
2019-01-25 10:39:58 -05:00
Marty-D
ca1fca0bf0
Fix rounding for healing from draining moves
2019-01-25 10:31:55 -05:00
fart
3c77ae4065
Permit multi-line modnotes ( #5119 )
...
Modnotes are still one-liners in the actual modlog, but this makes it easier to
copy/paste user messages.
2019-01-24 23:41:09 -06:00
Marty-D
cc272c7bb3
RU: Add Stakataka suspect notice
2019-01-24 10:55:16 -05:00
TheMezStrikes
763794a18a
2v2 Doubles: Update banlist ( #5116 )
2019-01-24 16:28:10 +04:00
Kris Johnson
629ffb88c8
Add Untiered as a Doubles tier ( #5112 )
2019-01-22 18:59:50 -06:00