Sound system improvements

- Fix sound ACP uploads
- Display soundpack names with sound files
- Soundpacks can have sounds with identical names
- Link sounds during build step
- Generate map of sound name to file name during build step
- Change how soundpacks work. It's now done via a field in plugin.json
This commit is contained in:
Peter Jaszkowiak
2017-02-16 22:56:25 -07:00
parent fd88e9fdff
commit c75391f9f5
16 changed files with 337 additions and 264 deletions

View File

@@ -32,6 +32,7 @@ var middleware;
Plugins.libraryPaths = [];
Plugins.versionWarning = [];
Plugins.languageCodes = [];
Plugins.soundpacks = [];
Plugins.initialized = false;