Kris Johnson
fc977a33b4
Modify AAA's validation code ( #4125 )
2017-11-04 23:50:27 -07:00
Kris Johnson
7485980d5e
STABmons: Ban Lovely Kiss ( #4124 )
2017-11-04 18:58:07 -05:00
urkerab
c84df1f059
Dual Wielding: Fix validation ( #4122 )
2017-11-04 14:27:09 -07:00
Kris Johnson
4c5518320b
Use standard formatting for STABmons move checking ( #4123 )
2017-11-04 13:54:54 -07:00
Guangcong Luo
c5d438b7be
Fix TypeScript error in validator
...
...we should probably add TypeScript to CI sometime soon...
2017-11-04 12:14:47 -07:00
Guangcong Luo
b01e4794a0
Rephrase team validator test
2017-11-04 12:14:21 -07:00
Kris Johnson
475e70b822
STABmons: Fix move validation error ( #4121 )
2017-11-03 15:42:37 +08:00
urkerab
08e83484f9
Fix Dual Wielding's duplicate Z- prefix ( #4119 )
2017-11-03 12:17:55 +08:00
Guangcong Luo
17015189f1
Don't crash when validating impossible moves
2017-11-02 14:35:26 -05:00
Kris Johnson
c7e11d5469
Fix error in STABmons ( #4118 )
2017-11-02 14:02:18 -05:00
whales
fa29ed7f08
Tours: Update bracket generators to ES6 classes ( #4114 )
2017-11-02 14:01:30 -05:00
whales
2545a9f5b3
Tours: Fix crash when DQing round-robin ( #4115 )
2017-11-02 13:53:25 -05:00
Guangcong Luo
6020903d9a
Fix formatting error
2017-11-02 13:37:22 -05:00
Guangcong Luo
011528bd5a
Fix Hidden Ability validation
...
Previously, a mix of past-gen and modern event sources for a move would
confuse the validator. This case is now properly handled.
2017-11-02 13:36:05 -05:00
Guangcong Luo
528a6745cb
TypeScript: Use GenderName alias in Template
2017-11-02 13:00:41 -05:00
Guangcong Luo
fed55531f1
Make the dexes table null-prototype
...
Fixes a 'constructor' issue in Dex.mod()
2017-11-02 13:00:40 -05:00
Guangcong Luo
e8d245f97b
Support Pomeg Glitch
2017-11-02 13:52:24 -04:00
Guangcong Luo
c1d306c0d1
Implement Chat.sendPM
2017-11-02 13:51:55 -04:00
Guangcong Luo
bb5761c9a1
Fix chat plugins using old checkLearnset
2017-11-02 13:51:20 -04:00
whales
c28a387a2f
Fix Dex#getType ( #4116 )
2017-11-02 10:29:49 -04:00
Spandan Punwatkar
bcdff7f5f6
Fix build; fix /coverage ( #4117 )
2017-11-02 10:19:55 -04:00
Kris Johnson
b5eb709f64
Add RoA Spotlight ( #4113 )
2017-11-02 15:55:11 +08:00
urkerab
d86b272145
Other Metagames of the Month November 2017 ( #4108 )
2017-11-02 14:44:21 +08:00
Spandan Punwatkar
a9fd7da4a8
Support mod parameter for /weak and /coverage ( #4112 )
2017-11-02 00:42:27 -05:00
Kris Johnson
e6bad3bc7a
Make the formatting of all smogon links consistent ( #4095 )
2017-11-02 00:21:21 -05:00
MacChaeger
d4e7a6d04c
Fix /dt with non-Pokemon ( #4111 )
...
Turns out nesting anchor tags does some weird shit so I had to remove the external ones that appear to be unused anyway.
2017-11-02 00:20:52 -05:00
Guangcong Luo
0039db7a84
Add more tests for team validator
2017-11-02 00:15:04 -05:00
Guangcong Luo
2d9fc18280
TypeScript sim/team-validator.js
2017-11-02 00:15:04 -05:00
whales
0b13cbb062
only ignore on DQ ( #4107 )
2017-11-02 00:14:18 -05:00
Marty-D
49efdd265a
Revert "Pause Doubles OU suspect test ( #4093 )"
...
This reverts commit 5dad4671bb .
2017-11-01 22:49:27 -04:00
Guangcong Luo
0e728281e6
Move team-validator to sim/team-validator
2017-11-01 05:22:37 -05:00
Guangcong Luo
6501884938
Improve TypeScript on fs.js
2017-11-01 05:22:37 -05:00
Insist
fb2a8b1e3a
Dexsearch Help: Fix spelling ( #4106 )
2017-11-01 04:34:21 -05:00
Guangcong Luo
8adda098ac
Fix Hidden Ability validation
...
Fixes #4100
2017-10-31 18:46:55 -05:00
MacChaeger
b0910de0a3
Variable healing moves should have fail messages ( #4104 )
2017-10-31 16:04:04 -05:00
Guangcong Luo
a47077bbe9
Split TeamValidator and TeamValidatorAsync
...
I'm not really sold on "TeamValidatorAsync" as a class name or file
name, so I'm open to suggestions.
The long-term plan is to put TeamValidator in sim/ but this is in three
commits because I really want the right file to retain blame history.
2017-10-31 15:49:09 -05:00
MacChaeger
1e169428ca
/data: Hyperlink to the dex for everything ( #4102 )
2017-10-31 01:47:30 -05:00
TheTiksiBranch
79d033ad2e
Add Magma Storm to Viable Moves ( #4099 )
2017-10-30 23:43:11 -05:00
Guangcong Luo
d1bf3737a8
Improve chat formatter tests
2017-10-30 21:51:37 -05:00
Guangcong Luo
3f3eaa1ac0
Formatter: Fix subscript parsing
2017-10-30 21:48:14 -05:00
Guangcong Luo
39b52e7dda
Rename Chat.parseText -> Chat.formatText
...
(And move it to its own file, chat-formatter.js)
2017-10-30 21:41:59 -05:00
Guangcong Luo
0ccf846eab
Add tests for Chat.parseText
2017-10-30 21:31:03 -05:00
Guangcong Luo
644ea03b93
Support namefilter/hostfilter in chat plugins
2017-10-30 19:53:31 -05:00
HoeenHero
2854ef9cd0
Fix global bans ( #4098 )
2017-10-30 22:47:06 +01:00
Insist
0b9b368d6e
Tours: Use meansYes and meansNo ( #4096 )
2017-10-30 14:14:56 -05:00
Guangcong Luo
e192dfd466
Further improve PROTOCOL.md
2017-10-30 02:40:38 -05:00
Guangcong Luo
8bb886f84d
Improve PROTOCOL.md
2017-10-30 02:29:03 -05:00
Kris Johnson
5dad4671bb
Pause Doubles OU suspect test ( #4093 )
2017-10-29 22:52:18 -04:00
Jeremy Piemonte
fd5e845514
Editorconfig: Increase indent size to 3 spaces ( #4090 )
2017-10-29 13:21:55 -05:00
MacChaeger
86bbf874b0
/itemsearch: Fix using the 'all' parameter ( #4091 )
...
Previously, the command allowed users to broadcast with ', all'
I removed the ',all' option because the command doesn't support separating words with just a comma anyway.
2017-10-29 13:21:41 -05:00