Commit Graph

6 Commits

Author SHA1 Message Date
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
Guangcong Luo
f3b6352676 Stub chatroom support 2019-03-17 19:02:53 +09:00
Guangcong Luo
0d0cdfe068 Add architecture overview to CONTRIBUTING.md 2019-03-17 19:02:53 +09:00
Guangcong Luo
2aa13ed10c Update CONTRIBUTING.md for new polyfills 2018-10-14 22:05:10 -05:00
Guangcong Luo
e532df4e6d
Update CONTRIBUTING.md 2018-05-14 16:50:56 -05:00
Guangcong Luo
62bce12807 Document new build system and allowable modern JS 2018-05-14 12:53:34 -05:00