melonJS/melonJS: Release 2.0.2
Name: melonJS
Owner: melonJS
Release: melonJS 2.0.2
Released: 2014-12-13
License: MIT
Release Assets:
- Audio : automatically cleanup
onendcallbacks inme.audio.play - Audio :
me.audio.playnow applies theloop,onend, andvolumeproperties only to the expected sound instance ID - Audio : fix
me.audio.unmute() - Audio : updated to the latest Howler 2.0 build (various fixes and improvements)
- Audio : added
instance_idparameter tomuteandunmutemethods - Audio : updated documentation
- CanvasRenderer : fixed an issue/regression with the
globalAlphafunctions - Core : fixed collision detection between
me.Ellipse(circle) andme.Lineshapes - Core : fixed renderable positioning with nested me.Container objects
- Core : fixed an uncaught exception in IE9 with Float32Array
- Documentation : fixed anchor positioning
- Documentation : added anchor target highlighting
- Documentation : fixes in me.Font, me.BitmapFont, and me.Entity
- Entity : removed
me.ObjectSettings - Font : fixed globalAlpha not being set when using
me.Font.setOpacity() - TMX : fixed an uncaught exception when loading a map with an empty object layer (thanks @Tiagojdferreira)