Commit Graph

29 Commits

Author SHA1 Message Date
Jason Saelhof
c9b2b234a5 Add missing PlayPropsConfig definition and some missing properties of the Sound object 2015-08-26 22:07:11 -06:00
satoru kimura
f13c2224e8 Removed a reference to waa.d.ts in SoundJS definition. 2015-08-23 17:28:53 +09:00
Jason Saelhof
00ac8bd29c Add registerSounds method declaration 2015-03-25 09:41:19 -06:00
Pedro Ferreira
89aedb70c3 update createjs libraries:
- start using union types
    - remove some methods from Container/Bitmap (that are defined in the base class)
    - have FlashAudioLoader extend from AbstractLoader
2015-01-18 11:11:23 +00:00
Pedro Ferreira
a3c0dad9b2 - fix preloadjs AbstractLoader's getItem() method definitions
- add missing static context property to soundjs WebAudioPlugin
- use the web audio api definitions in soundjs (AudioContext, AudioNode, etc)
2014-12-21 18:11:50 +00:00
Pedro Ferreira
e703cb1208 - fix, add missing types to some methods/properties of createjs definitions 2014-12-18 16:38:54 +00:00
Pedro Ferreira
d986f2fbf4 - update soundjs definitions to v0.6 2014-12-13 16:07:36 +00:00
Pedro Ferreira
ee9f36443f - update soundjs definitions 2014-12-11 23:44:32 +00:00
Jason Jarrett
e176a57f0d Removing circular dependency for createjs
- Should help with  issue #2037
- This issue was introduced in #2000
2014-04-14 08:47:55 -07:00
satoru kimura
6bd86406f6 Renamed definition file for intelligibility. 2014-04-09 13:09:16 +09:00
s_kimura
ed8f9cbc42 update to SoundJS v0.5.2. 2014-01-19 17:10:31 +09:00
s_kimura
cea8091140 fixes bugs and discard redundant changes that have received pointed out in code review.
put it back the SpriteSheetFrame and TickerEvent class in easelJS.
2013-11-29 13:05:15 +09:00
s_kimura
a41a87730a added type information to tweenjs-test.ts and loadHandler method of soundjs-test.ts. 2013-11-28 12:19:00 +09:00
s_kimura
5f6f23fd76 added type information in the test code. 2013-11-28 11:49:50 +09:00
s_kimura
b057108689 fixed several syntax errors. 2013-11-28 11:36:03 +09:00
s_kimura
8ba6fb3237 Updated EaselJS definitions to v0.7.0 and TweenJS, SoundJS definitions to v0.5,0 and PreloadJS definitions to v0.4.0 2013-11-27 14:48:35 +09:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Diullei Gomes
64dd674e52 Merge pull request #959 from artsjedi/master
SoundInstance.play() has optional parameters
2013-08-27 17:52:45 -07:00
artsjedi
38c877628c SoundInstance.plau() has optional parameters 2013-08-27 19:49:48 -03:00
basarat
1a5db57b7b soundjs / tweenjs : Added tests + filled in defs to pass those tests + added documentation links 2013-08-27 03:04:16 +10:00
artsjedi
d1fde7fa2a Change EventDispatcher methods to Static methods 2013-08-26 13:06:56 -03:00
Boris Yankov
0797420e1f Fix soundjs definitions 2013-08-07 19:07:55 +03:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Karthikeyan VJ
b8baf38823 update setMute and getMute for createjs.Sound
createjs.Sound.setMute
http://www.createjs.com/Docs/SoundJS/files/.._src_soundjs_Sound.js.html#l1151

createjs.Sound.getMute()
http://www.createjs.com/Docs/SoundJS/files/.._src_soundjs_Sound.js.html#l1180
2013-07-19 01:58:02 +03:00
Neil Stalker
beae1ebd88 fix scroller, soundjs and youtube definitions 2013-06-24 22:22:57 +01:00
wdamien
127b4308fd Updates to match the latest version of CreateJS (EaseJS v0.6, PreloadJS v0.3, SoundJS v0.4, and TweenJS v0.4).
Also fixed the easeljs-tests.ts so it compiles correctly.
2013-02-25 12:03:22 -07:00
Boris Yankov
c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00
Boris Yankov
c91c45f9ae Move definitions and test in separate folders
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00