pokemon-showdown-client/js
Guangcong Luo c1135497e0
Remove SoundManager dependency (#1563)
All sound stuff is now handled directly by BattleSound, using the
HTML5 audio API.

The main complicated thing we do with sound is loop music with an intro.
This is unfortunately not supported by ANY sound library out there
(I had to manually add support for it myself to soundManager!)

https://github.com/scottschiller/SoundManager2/pull/13

In the end, I don't think the existing libraries out there actually
give us anything I care about.
2020-07-23 12:51:47 -07:00
..
lib Remove source map reference from sockjs-client 2020-05-16 11:51:34 -04:00
client-battle.js Support configurable URLs (#1543) 2020-07-21 15:27:21 -07:00
client-chat-tournament.js Runner-ups -> Runners-up (#1355) 2019-08-26 10:30:50 -07:00
client-chat.js Remove SoundManager dependency (#1563) 2020-07-23 12:51:47 -07:00
client-ladder.js Remove SoundManager dependency (#1563) 2020-07-23 12:51:47 -07:00
client-mainmenu.js Support challenging users with multiple rules (#1564) 2020-07-22 19:58:58 -07:00
client-rooms.js Support configurable URLs (#1543) 2020-07-21 15:27:21 -07:00
client-teambuilder.js Support configurable URLs (#1543) 2020-07-21 15:27:21 -07:00
client-topbar.js Support configurable URLs (#1543) 2020-07-21 15:27:21 -07:00
client.js Remove SoundManager dependency (#1563) 2020-07-23 12:51:47 -07:00
replay-embed.template.js Remove SoundManager dependency (#1563) 2020-07-23 12:51:47 -07:00
search.js Add type and category support for <psicon> (#1545) 2020-07-09 23:34:31 -07:00
storage.js Support configurable URLs (#1543) 2020-07-21 15:27:21 -07:00