Richard Davey
|
ff9dfc1f9d
|
Fixed event names
|
2018-03-28 14:13:30 +01:00 |
|
Richard Davey
|
d78a9d097f
|
eslint fixes
|
2018-03-22 13:22:23 +00:00 |
|
Richard Davey
|
2433844cd3
|
Added setVolume and setMute
|
2018-03-21 14:54:23 +00:00 |
|
Richard Davey
|
23285896c0
|
The HTML5 Sound Manager would unlock the Sound API on a touch event but only if the audio files were loaded in the first Scene, if they were loaded in a subsequent Scene the audio system would never unlock. It now unlocks only if there are audio files in the cache. Fix #3311
|
2018-03-05 13:39:08 +00:00 |
|
Pavle Goloskokovic
|
b39f4fcfa1
|
Fixes #3238
|
2018-02-19 16:17:06 +01:00 |
|
Pavle Goloskokovic
|
fe9951216b
|
Calling base class destroy method only after cleaning up all Web Audio related stuff
|
2018-02-18 21:52:51 +01:00 |
|
Pavle Goloskokovic
|
1d373cb91e
|
ESLint fix
|
2018-02-18 21:12:34 +01:00 |
|
Pavle Goloskokovic
|
87f2d4bf0d
|
Removed redundant docs
|
2018-02-18 20:03:37 +01:00 |
|
Pavle Goloskokovic
|
5131bd6571
|
Removed redundant docs
|
2018-02-18 20:03:21 +01:00 |
|
Pavle Goloskokovic
|
3b6a406e6d
|
Fixed add method docs
|
2018-02-18 20:02:57 +01:00 |
|
Pavle Goloskokovic
|
e018be1d65
|
Removed redundant docs
|
2018-02-18 20:02:22 +01:00 |
|
Pavle Goloskokovic
|
9ce14d62be
|
Fixed destination property docs
|
2018-02-18 20:02:06 +01:00 |
|
Pavle Goloskokovic
|
9550d6f9fe
|
Fixed masterVolumeNode property docs
|
2018-02-18 20:01:45 +01:00 |
|
Pavle Goloskokovic
|
12efd5da3e
|
Fixed masterMuteNode property docs
|
2018-02-18 20:01:29 +01:00 |
|
Pavle Goloskokovic
|
89eaea2e8e
|
Fixed context property docs
|
2018-02-18 20:01:01 +01:00 |
|
Richard Davey
|
d1f5f8a82b
|
Added jsdocs
|
2018-02-12 16:01:21 +00:00 |
|
Richard Davey
|
403a9363fd
|
Updated jsdocs
|
2018-02-12 13:48:47 +00:00 |
|
Pavle Goloskokovic
|
cfefbdab5a
|
Resuming audio context passed to audio config before returning it from createAudioContext method
|
2018-01-31 14:09:01 +01:00 |
|
Pavle Goloskokovic
|
a703c3481e
|
ESLint fix
|
2018-01-26 15:36:41 +01:00 |
|
Pavle Goloskokovic
|
1e423a7ff6
|
Added volume event docs
|
2018-01-26 15:10:10 +01:00 |
|
Pavle Goloskokovic
|
f30fb5f9ff
|
Added mute event docs
|
2018-01-26 15:09:55 +01:00 |
|
Pavle Goloskokovic
|
428e8bd9a3
|
Updated unlock method docs
|
2018-01-26 15:09:22 +01:00 |
|
Pavle Goloskokovic
|
c6c3f1da79
|
Setting unlocked property to true when audio context resumes
|
2018-01-17 18:14:28 +01:00 |
|
Pavle Goloskokovic
|
bf0c868bf3
|
Removed condition since it is already performed in base class constructor
|
2018-01-17 18:13:52 +01:00 |
|
Pavle Goloskokovic
|
a90760f8df
|
Setting locked property for WebAudioSoundManager
|
2018-01-17 18:13:04 +01:00 |
|
Pavle Goloskokovic
|
4ca73ae362
|
Removing unlock call since it is now done in BaseSoundManager class
|
2018-01-17 14:10:54 +01:00 |
|
Pavle Goloskokovic
|
45eed34095
|
Passing reference to sound object when emitting volume event
|
2018-01-14 16:48:55 +01:00 |
|
Pavle Goloskokovic
|
452f9a13ab
|
Passing reference to sound object when emitting mute event
|
2018-01-14 16:48:25 +01:00 |
|
Richard Davey
|
c625b8735b
|
Updated to using Event Emitter for all key managers and game objects. Events are now dispatched directly using arguments instead of Event objects, all managers updated to emit directly.
|
2018-01-12 17:09:21 +00:00 |
|
Richard Davey
|
d8f1ba03e9
|
Moved repository location
|
2018-01-09 21:43:56 +00:00 |
|