pokemon-showdown-client/replays
Guangcong Luo 9dcae84609 Remove SoundManager dependency
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-21 18:22:10 -07:00
..
js Remove SoundManager dependency 2020-07-21 18:22:10 -07:00
theme Remove SoundManager dependency 2020-07-21 18:22:10 -07:00
.htaccess Add JSON API for replays 2020-04-16 03:53:00 -04:00
404.php Update button phrasing in replay 404 page (#1339) 2019-07-26 15:00:40 -05:00
503.php Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
apple-touch-icon.png Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
battle.log.php Fix 'Content-Type' capitalization 2020-04-18 10:42:01 -04:00
battle.php Support configurable URLs (#1543) 2020-07-21 15:27:21 -07:00
build Support configurable URLs (#1543) 2020-07-21 15:27:21 -07:00
converter.lib.php Fix missed instances of renaming Pokemon#species (#1486) 2020-03-27 20:21:48 -07:00
favicon.ico Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
index.php Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
ps_prepreplays.sql Add replay database schema 2019-06-21 16:27:33 +09:00
ps_replays.sql Update database schemas (#1546) 2020-07-09 04:59:45 -07:00
README.md Improve and document replay search API 2020-04-16 03:53:00 -04:00
replay-config.example.inc.php Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
replays.lib.php Support manually specifying replay password 2020-07-03 15:36:07 -04:00
search.json.php Fix 'Content-Type' capitalization 2020-04-18 10:42:01 -04:00
search.php Unify username and format replay search internals (#1346) 2019-08-12 04:26:48 -07:00
turn-image.php Standardize file/directory names in sprites/ (#1370) 2019-09-13 00:55:55 -07:00
warstory.php Remove SoundManager dependency 2020-07-21 18:22:10 -07:00

PS replays database

This is the code powering https://replay.pokemonshowdown.com/

JSON API

The replays database has a JSON API, documented at:

https://github.com/smogon/pokemon-showdown-client/blob/master/WEB-API.md