Commit Graph

2012 Commits

Author SHA1 Message Date
Guangcong Luo
36f72faadb Update roomintro scrolling
Roomintros now scroll vertically only if they don't fit in 200px
vertical width, and crop if they don't fit horizontally.
2015-05-03 15:11:05 -04:00
Guangcong Luo
d4cb9fff90 Update sprite sheet 2015-05-03 15:10:09 -04:00
Marty-D
49376fcd2b Fix Must recharge tag appearing when unneeded 2015-05-01 16:50:04 -04:00
Marty-D
aecf0a075c Add OHKO immunity message 2015-04-30 13:01:49 -04:00
Marty-D
0164f99e63 Make sure Shaymin changes forme only once
- Shaymin's reversion uses the standard `formechange` message despite
not technically being a normal forme change.
2015-04-29 23:33:27 -04:00
Marty-D
572b368109 Add Sticky Hold message 2015-04-28 20:48:15 -04:00
Marty-D
9dd2424094 Add Lock-On/Mind Reader message 2015-04-28 19:56:23 -04:00
Guangcong Luo
da1d6eb9b9 Fix possible race condition in teambuilder 2015-04-23 13:15:35 -04:00
Guangcong Luo
5480ed6197 Stop trying to load nonexistent sprites 2015-04-23 13:15:35 -04:00
Guangcong Luo
7e4eb3935f Correctly format single characters
Messages like '__A__ B __C__' were being formatted incorrectly by
the old parser.
2015-04-23 13:15:35 -04:00
Guangcong Luo
8efe64fb57 Merge pull request #361 from sirDonovan/clearpms
Fix crash in /clearpms
2015-04-23 17:14:28 +00:00
sirDonovan
df9f6f1eed Fix crash in /clearpms 2015-04-23 11:49:45 -05:00
Guangcong Luo
eb9ca207d9 Merge pull request #348 from sirDonovan/clearpms
Add /clearpms command
2015-04-23 15:44:28 +00:00
sirDonovan
ab1641ed11 Add /clearpms command 2015-04-22 02:56:52 -05:00
Guangcong Luo
07fa759a5f Merge pull request #358 from Layell/patch-10
Add Plasmanta Icon
2015-04-21 17:49:05 +00:00
Guangcong Luo
04a0407456 Merge pull request #357 from Layell/patch-9
Plasmanta model update
2015-04-21 17:45:12 +00:00
Layell
810c1356aa Add Plasmanta Icon
For some reason it wasn't in.
2015-04-21 08:26:52 -04:00
Layell
c060dacd0a Plasmanta model update
First CAP model added.
2015-04-21 08:24:04 -04:00
Guangcong Luo
017ef2e025 Merge pull request #353 from xfix/custom-background
Allow picking a custom background.
2015-04-20 19:23:00 +00:00
Guangcong Luo
a65edb1646 Merge pull request #355 from galbia/patch-1
Endeavor is not a "physical attack"
2015-04-20 18:58:00 +00:00
Konrad Borowski
8098459e76 Allow picking a custom background. 2015-04-20 19:26:50 +02:00
galbia
d93dd60030 Endeavor is not a "physical attack"
Endeavor is more of a support move and shouldn't trigger a change in suggested nature.
Also alphabetized the section
2015-04-20 15:40:54 +02:00
The Immortal
923a2463cb Teambuilder: Fix Chatter showing as a Sketch move 2015-04-16 20:31:17 +04:00
Ivo Julca
e83c68b548 Revert "Update Leppa Berry message to use getMove"
This reverts commit 05f0f65d67.
2015-04-11 20:18:59 -05:00
Guangcong Luo
81c2e744c6 Merge pull request #347 from ScottehMax/battle-hover
Add hover text showing battlers in battles
2015-04-10 17:54:48 +00:00
Scott Maxwell
4079aef8f7 Add hover text showing battlers in battles 2015-04-10 01:17:36 +01:00
Marty-D
fb92cd3ecb Add Pickpocket message 2015-04-05 10:55:34 -04:00
Guangcong Luo
7abda01e08 Small CSS refactor 2015-04-02 23:14:53 -04:00
Guangcong Luo
505261cd6a Sync data 2015-04-02 23:13:44 -04:00
Guangcong Luo
28e197b347 Move chat styles to battle.css
Some CSS that affects chat are in client.css. Since we want them
to affect battle logs, and thus replays, I've moved them to
battle.css
2015-04-02 23:13:44 -04:00
Marty-D
fdf55d9e28 Add self-thaw message 2015-04-02 18:13:47 -04:00
The Immortal
0d00663a8e Merge pull request #346 from ascriptmaster/move-messages
Update Leppa Berry message to use getMove
2015-04-02 23:48:25 +04:00
Kevin Lau
05f0f65d67 Update Leppa Berry message to use getMove 2015-04-02 11:39:18 -07:00
Marty-D
c4fe423709 Add Slow Start end message 2015-03-31 15:04:17 -04:00
The Immortal
8742c646c0 Allow silent -end 2015-03-24 03:29:05 +04:00
Marty-D
cb4368d8ce Add Reflect and Light Screen messages for Gen 1 2015-03-17 10:23:30 -04:00
The Immortal
a96d231f5e Add periods to tournament messages 2015-03-17 17:21:21 +04:00
Guangcong Luo
619c60f442 Merge pull request #344 from ascriptmaster/move-anim
Add Headbutt Animation
2015-03-16 01:48:18 -05:00
Kevin Lau
4d3714cf70 Add Headbutt Animation 2015-03-15 15:44:25 -07:00
Marty-D
b8d783f69a Update existing messages to the Gen 6 format 2015-03-07 19:32:44 -05:00
Guangcong Luo
f38d009b40 Merge pull request #342 from Morfent/buttonselect
Team/format button style fixes
2015-03-07 14:35:26 -06:00
Morfent
74cb8bea77 Team/format button style fixes
The button's text is no longer offset vertically by the arrow added by
::after, and the background gradients now display properly on Firefox.
2015-03-07 10:57:00 -04:00
Guangcong Luo
5bbbf3f8ad Merge pull request #340 from Morfent/acceptchallenge
/accept with no userid accepts sole challenges
2015-03-07 04:34:55 -06:00
Morfent
20944c9db1 /accept and /reject sole challenges with no userid 2015-03-07 00:54:07 -04:00
Guangcong Luo
0b3db96383 statuses.js should not be in client data 2015-02-28 00:40:05 -05:00
Guangcong Luo
09671fd440 Merge pull request #338 from ascriptmaster/move-anim
Graphics Animation Updates
2015-02-23 14:54:42 -06:00
Kevin Lau
c233ea216b Graphics Animation Updates
Mostly just changed up Tailwind's animation and reverted Superpower's
animation until I can figure out a better one to use. Also changed up
Discharge to be different from Volt Switch.
2015-02-23 01:03:03 -08:00
Guangcong Luo
b16d753ef5 Merge pull request #337 from Morfent/highlights
SyntaxError handling when adding regex highlights
2015-02-21 14:11:42 -06:00
Morfent
d3ff9a4da8 SyntaxError handling when adding regex highlights
If the user attempts to add any regular expressions that throw a syntax
error on RegExp object construction, they can see the first pattern that
throws an error along with its error message without breaking their
entire highlight list.
2015-02-21 15:51:35 -04:00
Guangcong Luo
1a6f027fa0 Sync data 2015-02-19 02:44:24 -05:00