Ridaz
024a52cfc8
Various Graphic Animation Updates
...
Incorporates Pikachuun's changes from #366 .
Closes #608
Closes #366
2016-01-13 00:43:21 -08:00
Guangcong Luo
22e3609897
Teambuilder: Default nicknames to baseSpecies
...
Formes like Hoopa-Unbound would previously default their nickname
to "Hoopa-Unbound". Their default nicknames are now "Hoopa", matching
in-game names.
Our data structures now intentionally leave set.name blank to mean
"default nickname". Older teams are "unaffected", although Nickname
Clause makes the final nickname "Hoopa" anyway.
Fixes #92
2016-01-12 17:05:36 -05:00
Guangcong Luo
1252e7597b
Support fx/ in testclient.html
2016-01-12 11:55:50 -08:00
Guangcong Luo
40a9de9d2a
Merge pull request #605 from Teremiare/patch-4
...
Fix pokemon forms appearing twice in search
2016-01-12 11:15:43 -08:00
Teremiare
af07e2b2ad
Fix pokemon forms appearing twice in search
...
Fix items not showing on pokemon alias
Slice instead of indexOf
Skip the alias
2016-01-12 20:01:20 +01:00
Guangcong Luo
220b08838c
Fix crash with !data in replays
2016-01-12 05:22:03 -05:00
Guangcong Luo
50a98697c7
Implement Natural Cure message
2016-01-12 05:22:03 -05:00
Guangcong Luo
3f691980d2
Fix crash in checkDetails
2016-01-11 23:07:08 -05:00
Marty-D
e9c0a5b691
Add support for Crucibelle minisprites
2016-01-11 19:32:22 -05:00
Guangcong Luo
1e59158e58
Fix getPokemon bug
2016-01-10 15:04:38 -05:00
Guangcong Luo
9ae55d10cc
Basic support for room game lists
...
If the user is in any roomgames, show the list of roomgames instead
of the "Battle!" form. The battle form can still be opened if you
really want to, though.
The design is "not too ugly". Functionality first, form can come
some day when I'm bored.
2016-01-10 15:04:38 -05:00
Guangcong Luo
57d0cd6ddd
Remove support for (PU) pseudo-tier
2016-01-10 15:04:38 -05:00
Ivo Julca
e7cd43fe17
Support appending cache killer to custom avatars
2016-01-10 14:12:45 -05:00
Guangcong Luo
ebc0f823e7
Merge pull request #606 from Ridaz/master
...
Update new Aura Sphere animation
2016-01-08 03:55:09 +00:00
Guangcong Luo
be403978e9
Fix Sableye appearing twice in search
2016-01-07 21:00:13 -05:00
Guangcong Luo
7f30282084
Battles: Support canMegaEvo in move rqs as well as switch
...
This adds client support for Zarel/Pokemon-Showdown@360ab1f605
2016-01-07 21:00:13 -05:00
Ridaz
a7fda202b1
Update new Aura Sphere animation
...
Now with an example from both sides!
http://i.imgur.com/7WBn6pN.gif
2016-01-08 01:41:17 +00:00
Guangcong Luo
33f128cf87
Merge pull request #604 from Ridaz/master
...
New Aura Sphere animation
2016-01-08 01:24:36 +00:00
Ridaz
4cf04cf93f
Correct values
2016-01-08 01:19:18 +00:00
Guangcong Luo
72ffeff106
Replays: Show Team Preview before Play is clicked
2016-01-07 19:48:57 -05:00
Guangcong Luo
2611bf9f71
Fix graphical glitch in old replays
2016-01-07 19:48:57 -05:00
Guangcong Luo
8018448dbc
Battles: Don't show more precision than known
...
Specifically, don't show 28.0% where we actually mean 28%
2016-01-07 19:48:57 -05:00
Guangcong Luo
7288576ada
Fix regular Arceus causing pokemon list problems
...
Regular Arceus wasn't being considered an Arceus forme. This has been
fixed.
It turns out, there was a reason that code was written that way. :|
2016-01-07 19:48:57 -05:00
Marty-D
55540a4674
Gen I: Fix all move types in tooltips/teambuilder
2016-01-07 16:23:08 -05:00
Ridaz
99b97c7c74
New Aura Sphere animation
2016-01-07 10:36:50 +00:00
Guangcong Luo
6870ef5d80
Battles: More informative crash messages
2016-01-07 03:36:26 -05:00
Guangcong Luo
5a4258d1cb
Tooltips: Healing Wish doesn't restore PP
2016-01-07 03:36:03 -05:00
Guangcong Luo
600ed2a527
Show revealed moves in switch menu tooltips
...
Specifically, there's already a PP tracker, but this also shows it
when the PP is at max.
2016-01-07 03:35:24 -05:00
Guangcong Luo
ab84f93c69
Correctly track PP through Healing Wish
2016-01-07 03:35:24 -05:00
Guangcong Luo
90a99d731c
Don't autojoin Lobby in testclient
2016-01-07 02:25:53 -06:00
Guangcong Luo
848e90afc0
Refactor getPokemon
...
battle.js's getPokemon function is at the heart of the battle screen,
but it's really old and kind of bad.
This fixes several longstanding issues, but most prominently
`p1: [pokemon]` automatically setting the pokemon's slot to 0.
Other changes include a more sane way to handle `needsReplace`.
Tags have been renamed: `other: ` is now `inactive: `, `old: ` is now
gone since its behavior is now the default.
This also rearranges some code to be more readable, adds more comments,
renames some variables to make more sense, and removes some dead code.
This resolves #258 , too.
2016-01-07 02:25:53 -06:00
Guangcong Luo
52cf46b8bd
Fix move types in past gen tooltips/teambuilder
...
Specifically, this affects Bite, Charm, Moonlight, and Sweet Kiss.
2016-01-06 18:47:49 -05:00
Guangcong Luo
f17ae9a437
Fix move names in tooltips when no PP used
2016-01-06 18:47:49 -05:00
Guangcong Luo
ae2adee98a
Don't warn about active battles when unnecessary
...
Specifically, if we're already disconnected, we now no longer warn
about closing PS with in-progress battles.
(50 characters is not enough space for these things...)
2016-01-06 18:47:49 -05:00
Guangcong Luo
888bff7bf0
Add workaround for HTTPS blocking
...
Antiviruses MitMing HTTPS is just a bad idea in general...
2016-01-06 18:47:49 -05:00
Guangcong Luo
8b76861c06
Don't allow choosing name before connecting
...
This fixes the "Choose name" button behaving strangely during
connection failures, or before connecting on the off chance someone
tries to click it early.
2016-01-06 18:47:49 -05:00
Guangcong Luo
22da7c418d
Don't remove trailing ) when tab-completing
2016-01-06 18:47:49 -05:00
Guangcong Luo
6f43574938
Improve PU, FU, and LC UU tier lists
2016-01-06 18:47:49 -05:00
Guangcong Luo
9db01e09ec
Merge pull request #603 from Teremiare/patch-3
...
Prevent users from ignoring themselves
2016-01-06 22:35:11 +00:00
Teremiare
17e0d23597
Prevent users from ignoring themselves
2016-01-06 21:23:07 +01:00
Guangcong Luo
d4ffc8f1e1
Correct old gen base stats in teambuilder
...
They were previously correct in the pokemon list, but this fixes it
for the EV/IV chooser as well.
2016-01-04 12:48:58 -05:00
Guangcong Luo
51899f2edc
Increase autojoin limit
...
The new limit is now 10, and lobby is now allowed to be autojoined.
2016-01-04 12:48:58 -05:00
Guangcong Luo
511eecae4c
Merge pull request #602 from xfix/icon-compress
...
Compress favicon.ico
2016-01-02 16:06:58 +00:00
Konrad Borowski
4001c38d02
Compress favicon.ico
...
48x48 and 256x256 images are compressed using PNG ICO extension
(supported from Windows Vista). For compatibility with older versions
of IE, 32x32 and 16x16 aren't compressed.
2016-01-02 16:14:18 +01:00
Guangcong Luo
60f57aad7f
Make move tooltips more concise
2016-01-01 22:19:40 -05:00
Guangcong Luo
271a25aefe
Fix Nonreflectable move flag
2016-01-01 18:54:35 -06:00
Guangcong Luo
0d267c1817
Stop crashing when removing learnsets
2016-01-01 19:45:27 -05:00
Guangcong Luo
b4a7475c40
Don't allow arbitrary HTML in |expired|
2016-01-01 19:45:27 -05:00
Guangcong Luo
95c7c4a257
Tooltips: Past gen support and better move descriptions
2016-01-01 18:36:58 -06:00
Guangcong Luo
7d44cc2caf
Fix weird alignment in move tooltips
2016-01-01 18:36:58 -06:00