Commit Graph

23714 Commits

Author SHA1 Message Date
The Immortal
34da873ca0 FormatsData: Add gen 7 Pokemon 2016-11-17 21:42:41 +04:00
The Immortal
fd64cf055c Update checkLearnset for gen 7 2016-11-17 11:06:13 -06:00
Marty-D
1d9feb363e Implement remaining Z-Moves
- Implement their tentative interaction with protection moves
- Make them unsketchable
2016-11-17 11:06:13 -06:00
Marty-D
5da62651ce Implement more new stuff and remove some TODOs 2016-11-17 11:06:13 -06:00
Marty-D
ceca7aaa2d Implement Silvally's type changing
Plus add support for Z-Crystals working with Multitype and Fling powers
with Memories.
2016-11-17 11:06:13 -06:00
Marty-D
2810aa78b0 Fix more new Abilities 2016-11-17 11:06:13 -06:00
Marty-D
916508f109 Update Water Bubble 2016-11-17 11:06:13 -06:00
Marty-D
fe5f510c55 Fix Alolan evolution paths 2016-11-17 11:06:13 -06:00
The Immortal
9e13cb1953 Set Alola forms as gen 7 2016-11-17 11:06:13 -06:00
Marty-D
b066327f6a Implement new Pokemon and formes
TODO: Pikachu/Greninja/Zygarde
2016-11-17 11:06:13 -06:00
The Immortal
da9bd8d96d Update Tools functions for gen 7 2016-11-17 11:06:13 -06:00
The Immortal
b9da0c1a95 Gen 6: Remove unreleased hidden abilities
I don’t know if unreleased Pokemon (Floette-Eternal) should be removed
as well. There’s probably an argument that it should be usable in
custom game.
2016-11-17 11:06:13 -06:00
Marty-D
82d8aa2b81 Implement new items 2016-11-17 11:06:13 -06:00
Marty-D
9ace6d2391 Add Soul Dew change 2016-11-17 11:06:13 -06:00
Marty-D
fc410a4350 Fix a few new Abilities 2016-11-17 11:06:13 -06:00
Marty-D
18270f72c4 Add burn damage change 2016-11-17 11:06:12 -06:00
Marty-D
37c69a9498 Fix Litleo/Pyroar's gender ratio 2016-11-17 11:06:12 -06:00
Marty-D
84a6761a90 Revert Unaware change 2016-11-17 11:06:12 -06:00
Marty-D
263d3cda94 Implement new Abilities 2016-11-17 11:06:12 -06:00
Kevin Lau
4da02d5101 Sun/Moon: Implement preliminary aliases
Actual names as listed in the Showdown Pokedex are subject to change.
2016-11-17 11:06:12 -06:00
Marty-D
52184167b7 Implement new moves 2016-11-17 11:06:12 -06:00
Marty-D
83acbc578d Add preliminary Gen 7 changes 2016-11-17 11:06:12 -06:00
The Immortal
e65eed19a1 Random Battle: Minor improvements 2016-11-17 20:15:33 +04:00
The Immortal
60a54c5aad Update Doubles UU banlist
And remove LC UU.
2016-11-16 13:10:09 +04:00
The Immortal
ae09c2bdb5 Update Pokemon tiers 2016-11-16 12:51:44 +04:00
panpawn
1db95501b6 Slowchat: Add a bypassall check for min user req (#2892) 2016-11-15 23:14:43 -06:00
Bär Halberkamp
61b03fff04 Fix /checkpunishment giving results for names with toId(target) === '' 2016-11-15 16:03:53 +01:00
Bär Halberkamp
ba7470f3eb Show the command that's actually being used when failing a permission check in /whois 2016-11-15 16:03:53 +01:00
panpawn
d81cc06504 Add slowchat message upon joining a room (#2884)
Much like we try to mirror the UI of modchat when it comes to slowchat, it should also be displayed upon joining a room, like modchat is.
2016-11-14 19:47:41 -07:00
panpawn
95aa220a12 Showblacklist: Check size of room's blacklist (#2891)
This fixes a bug where it would show a blacklist infobox reply as if there were users blacklisted, even if there aren't.
2016-11-14 19:46:54 -07:00
Guangcong Luo
71249f48fe Make Gen 3 inherit from Gen 4
Due to a quirk of history (namely, programmers having a poor
understanding of the mod inheritance system), Gen 3 inherited from
Gen 5 for a long time, resulting in a lot of duplicate code.

This commit changes up the inheritance system and removes some
duplicate code (specifically, statuses.js and moves.js besides
Metronome and Mirror Move which need more investigation), the rest is
reserved for a future commit.
2016-11-14 09:18:30 -07:00
Marty-D
b75fd6f44d Remove OU suspect test 2016-11-14 10:19:44 -05:00
panpawn
56f63700d3 Roomsettings: Change way of generating button HTML (#2890)
This removes a lot of repeated HTML and also makes it more readable
2016-11-13 18:46:27 -08:00
The Immortal
d42108259e Ban Baton Pass from UU 2016-11-12 22:33:30 +04:00
EienSeiryuu
4ba5a902e1 Monotype: Remove outdated Aegislash complex ban (#2888)
Previous code had an Aegislash complex banned from Steel teams hard-coded into Same Type Clause. This hasn't been part of Monotype for half a year and was conflicting with attempts to use "/tour banlist !aegislash" to allow Aegislash in Monotype battles.
2016-11-12 15:44:02 +04:00
panpawn
fae82aa78f Update a few help commands (#2877)
-Moves groupshelp up a line, and also slightly reword it
-Moves statcalchelp up a line
2016-11-07 23:17:29 -08:00
panpawn
41f6ee6e95 Add undocumented tournament Config options (#2862)
These are used within the tournament code, but they aren't documented...

This also changes:
 Config#tournamentDefaultPlayerCap  -> Config#tourdefaultplayercap
 Config#istournamentsrated -> Config#ratedtours
2016-11-07 23:11:13 -08:00
panpawn
b181dd15e4 Add 'did you mean' responses for room/staffinros (#2882) 2016-11-07 23:10:20 -08:00
The Immortal
e8fa447770 Change OU suspect matchmaking range 2016-11-08 02:31:08 +04:00
urkerab
0c6e0b1661 Fix Cursed Body interaction with Doom Desire/Future Sight (#2881) 2016-11-06 17:47:14 -05:00
The Immortal
564c28f158 Random Battle: Improve special setup sets
This fixes Pokemon having two of the same type moves, for example
Fire-types with Fire Blast and Lava Plume or Psychic-types with Psychic
and Psyshock, because the Hidden Power was rejected.
2016-11-06 20:19:56 +04:00
Guangcong Luo
c37ee8ccc7 Fix replay reporting 2016-11-06 01:58:40 -07:00
panpawn
c93ad6a29b Studio: Remove period from modnote on sotd (#2878) 2016-11-06 01:23:44 +01:00
Marty-D
4b2491eda8 Add new event Pokemon 2016-11-05 18:34:27 -04:00
etienne maury
5eb4c4a42e add room rank and global rank on /groups (#2875) 2016-11-05 03:06:40 -07:00
Guangcong Luo
cc3fc5c3e2 Fix crq crash 2016-11-04 08:32:39 -04:00
Guangcong Luo
b3d3b13589 Send room rank in /crq userdetails 2016-11-03 23:11:57 -07:00
Guangcong Luo
b63e9b99a4 Minor fixes to emergency mode 2016-11-03 23:11:44 -07:00
Charlie Kobayashi
708b87f12c Fix confirmed => trusted change (#2872)
- update confirmed => trusted with the users refactor
2016-11-02 05:37:44 -07:00
QuiteQuiet
28434107c5 Tournaments: Allow forcetimer in tournaments (#2871) 2016-11-02 02:10:25 -07:00