mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-26 01:57:21 -05:00
- Fixes bugs relating to multiple battles with background music going simultaneously - Battles now instantly progress to Team Preview; no need for `.fastForwardTo(0)` - Battles no longer play music before `|start|` or `|teampreview|`. This makes it possible for roomgames not to have music. We now use a modern technique of "figure out what the music state should be from battle state, then move toward it", instead of "directly figure out what music state changes result from what battle state changes". This is the trick I learned from React, and it makes the code significantly simpler and more maintainable. |
||
|---|---|---|
| .. | ||
| js | ||
| theme | ||
| .htaccess | ||
| 404.php | ||
| 503.php | ||
| apple-touch-icon.png | ||
| battle.log.php | ||
| battle.php | ||
| build | ||
| converter.lib.php | ||
| favicon.ico | ||
| index.php | ||
| ps_prepreplays.sql | ||
| ps_replays.sql | ||
| replay-config.example.inc.php | ||
| replays.lib.php | ||
| search.php | ||
| turn-image.php | ||
| warstory.php | ||