Commit Graph

61 Commits

Author SHA1 Message Date
Slayer95
84913e1815 Actually fix CAP teambuilder
Had miscounted the length of "cap"...
2013-12-11 15:58:45 -05:00
Slayer95
85bcee40f7 Fix CAP not having legal moves in Teambuilder 2013-12-11 15:48:40 -05:00
Guangcong Luo
84f1727cc8 Make teambuilder only show gen 6 moves for gen 6 2013-10-26 02:33:17 -05:00
Guangcong Luo
cdca1f3926 Improved teambuilder exporter for Hidden Power
Hidden Power Fairy no longer exists, and teambuilder will note that.
Its decision process for when to export IVs is also simplified.
2013-10-24 20:07:00 -05:00
Guangcong Luo
19ea3d6cf7 Update teambuilder to categorize pokemon by gen 6 data 2013-10-24 20:07:00 -05:00
The Immortal
36508c1475 Change Dream World to Hidden 2013-10-19 00:34:14 +04:00
Guangcong Luo
65a3e6b6b5 New formats-data and teambuilder changes 2013-10-11 17:03:16 -05:00
Guangcong Luo
0b395ca236 Team export: 'Ability:' instead of 'Trait:'
PO will support this in their next release.
2013-10-06 13:56:58 -05:00
Guangcong Luo
ab5e6f1220 Team import: Support 'Ability:' as well as 'Trait:' 2013-10-06 13:56:58 -05:00
Guangcong Luo
30490f23d7 Teambuilder: Fix deleting teams
Deleting teams now correctly updates the team list
2013-09-20 16:48:31 -05:00
Quinella
e7dae9beab Fixes the teambuilder's number input's events
Only the keyup event was fired, which caused a bug where changes are not registered when the up/down buttons are clicked (in browsers that support the number input).
The keyup event still has to be fired for the sake of the browsers that haven't heard of the number input yet.
2013-09-20 23:26:00 +02:00
Guangcong Luo
2c6775f5a6 Desktop client: Button to reload teams 2013-09-15 18:30:09 -05:00
Guangcong Luo
254135e620 Desktop client: Teams saved to files 2013-09-15 18:22:19 -05:00
Guangcong Luo
fc845d30d9 Desktop client: Teams saved to files 2013-09-15 18:18:03 -05:00
Guangcong Luo
63ef9ca314 Desktop client: Support loading teams 2013-09-14 22:41:50 -05:00
Guangcong Luo
4c7eb9a3cd Move some team storage functionality to storage.js 2013-09-14 20:06:55 -05:00
V4Victini
bb776d8571 Use Minimum Speed IV for Hidden Power when needed 2013-09-09 02:48:44 -04:00
小太
cf699c0494 Obliterate trailing whitespace 2013-08-18 22:48:11 +10:00
Guangcong Luo
8beb563042 Correct capitalization/punctuation on imported pokemon 2013-07-31 17:40:07 -05:00
Guangcong Luo
11b00b1c2a Convert species to PS format when importing teams
This fixes the bug where imported teams would sometimes have icon
problems.
2013-07-31 17:33:39 -05:00
Guangcong Luo
57691ce358 EV recommender: Prevent +/- same stat in nature 2013-06-05 17:13:23 -05:00
Guangcong Luo
61709650ac Teambuilder: Fixes to EV recommender
+Spe is now the default nature for Scarf
2013-06-04 16:26:53 -05:00
Guangcong Luo
5f7b870fed Teambuilder: Fix EVs>252 bug in suggester 2013-06-04 13:04:07 -05:00
Guangcong Luo
8ae993ac3b Join rooms optimistically
Rooms are now opened immediately upon request, instead of waiting
for the server to respond with the room's data.
2013-05-30 18:24:29 -05:00
Guangcong Luo
9da6054671 Teambuilder: Fix race condition with clicking formes 2013-05-23 22:16:06 -05:00
Guangcong Luo
3a0db7f5ad Suppress error from nonexistent template 2013-05-22 16:33:04 -05:00
Guangcong Luo
3d45586208 Show error message for localStorage limit 2013-05-22 16:30:08 -05:00
Guangcong Luo
47cc048609 Get rid of some trailing whitespace 2013-05-22 16:08:51 -05:00
Guangcong Luo
e3a9ab68af Clear global events every once in a while
This should presumably fix a memory leak from jslider binding
global events and not bothering unbinding them or even making them
easy to unbind.
2013-05-22 16:03:02 -05:00
Guangcong Luo
e3aa7cc3c4 Allow IVs of 0 2013-05-22 15:04:04 -05:00
Cathy J. Fitzpatrick
f9b553f379 Fix crash in statSlide 2013-05-21 16:20:42 -06:00
Guangcong Luo
ded6412275 Rearrange options 2013-05-21 16:46:00 -05:00
Guangcong Luo
8d23f4d5c5 Don't crash teambuilder on corrupted team 2013-05-21 16:43:57 -05:00
Guangcong Luo
b92b7a32dd Replace loadteams event with loadprefs
init:loadprefs replaces init:loadteams and now fires when
all preferences and teams are loaded.
2013-05-20 22:40:12 -05:00
Guangcong Luo
5e7cab6155 Battles shouldn't have a persistent header 2013-05-19 02:53:12 -05:00
Guangcong Luo
af0d6f34f1 Nicer teambuilder message 2013-05-19 00:17:47 -05:00
Guangcong Luo
4847268628 Support ES3 for Safari 4 2013-05-15 13:59:09 -07:00
Guangcong Luo
0b5102b657 Rearrange Import buttons in teambuilder 2013-05-14 03:43:54 -07:00
Guangcong Luo
21e8d676b0 Add team button on both sides of teambuilder 2013-05-14 03:43:54 -07:00
Guangcong Luo
ae2462c7de Fix IV range in teambuilder 2013-05-14 03:43:53 -07:00
Guangcong Luo
a59925e230 Simpler popup API: remove superfluous id 2013-05-12 23:49:26 -07:00
Guangcong Luo
5a8b5728d3 Fix red border not disappearing 2013-05-09 13:17:08 -07:00
Guangcong Luo
413d0f8643 Fix crash on addPokemon 2013-05-09 12:40:07 -07:00
Guangcong Luo
880ca21e24 Visual tweaks to teambuilder and battles 2013-05-08 21:07:29 -07:00
Guangcong Luo
d463c4be3a Teambuilder and battle appearance tweaks 2013-05-06 15:33:48 -07:00
Guangcong Luo
7248038784 Teambuilder move set feature 2013-05-06 13:27:36 -07:00
Guangcong Luo
d9a9a6a5cb Rearrange export mode save button 2013-05-06 13:27:18 -07:00
Guangcong Luo
d9b0e816eb Teambuilder delete set feature 2013-05-06 12:57:20 -07:00
Guangcong Luo
314559d4b8 Support pokemon/move/item/ability menus in teambuilder 2013-05-06 12:27:43 -07:00
Guangcong Luo
4ef76e1b2f Smaller EV suggester button 2013-05-06 01:18:59 -07:00