pokemon-showdown-client/js
Guangcong Luo 7fa72c1d20 Convert teambuilder from utilichart.js to search.js
The teambuilder is now running on search.js! Not all new features I'd
like to be in are in, but we've now reached feature parity, and most
of the bugs I found during testing have been fixed.

New in search.js is on-demand DOM loading, which basically means
much faster performance because instead of trying to load every single
row of e.g. the pokemon list at once, we just load the part that's
visible, and load the rest only when you scroll it into view.

Also new in search.js is a dexsearch-like feature, replacing the old
details-search system. The new filter system is simpler and more powerful
and has the same API as /dexsearch, although not all the more advanced
dexsearch features are supported.

On-demand DOM loading makes teambuilder loading pretty much completely
instantaneous. There are other small differences in how selection of
pokemon/items/abilities/moves works, but it should overall make more
sense.
2015-12-22 00:06:27 -06:00
..
lib Major update to background storage and menu colors 2015-12-12 04:01:00 -06:00
battle.js Properly display effectiveness of spread moves 2015-12-20 00:44:32 +00:00
battledata.js Convert teambuilder from utilichart.js to search.js 2015-12-22 00:06:27 -06:00
client-battle.js Fix Struggle's display with -ate Abilities 2015-12-14 10:23:10 -05:00
client-chat-tournament.js Change "timeout" in the tournament messages 2015-12-20 12:45:00 +01:00
client-chat.js Prevent Opt+Cmd+I from italicizing text 2015-12-12 23:05:10 -05:00
client-ladder.js More consistently escape formats 2015-10-07 01:31:09 -04:00
client-mainmenu.js Add Hide button to + room 2015-12-17 06:40:55 -05:00
client-rooms.js Add Hide button to + room 2015-12-17 06:40:55 -05:00
client-teambuilder.js Convert teambuilder from utilichart.js to search.js 2015-12-22 00:06:27 -06:00
client.js Fix popups disappearing when resizing windows 2015-12-20 04:28:15 -05:00
replay-embed.js Fix style error in replay-embed.js 2015-12-15 07:39:04 -05:00
search.js Convert teambuilder from utilichart.js to search.js 2015-12-22 00:06:27 -06:00
storage.js Teambuilder folder feature 2015-12-17 06:40:55 -05:00
utilichart.js Improve utilichart/search code 2015-12-20 04:28:15 -05:00