melonJS/melonJS: Release 0.9.8
Name: melonJS
Owner: melonJS
Release: melonJS 0.9.8
Released: 2013-07-06
License: MIT
Release Assets:
- Renderable : added ShoeBox Packed Texture Support (see
me.TextureAtlas
) - Loader : the
tps
data type has been changed to a more genericjson
data type (agmcleaod) - Input : added MSPointer support (Halfman)
- Input : normalized API and management of input event and enabled multi-touch for PointerEvent
- Input : added throttling support for
****move
events - Core : main loop now uses requestAnimationFrame by default with a fallback to setTimeout
- Video : added the possibility to specify a maximum size when enabling video scaling
- Video : automatically limit the maximum size if the corresponding CSS properties are set
- TMX : added the possibility to specify different axis value for the scrolling ratio
- Font : fixed drawing characters with charCode smaller than the firstChar value.
- Renderable : allow animation callback to prevent resetting to first frame by returning `false
- Core : added "Mobile" to
me.sys.isMobile
UA sniffer (fix Firefox OS detection)