melonJS/melonJS: Release 0.9.11
Name: melonJS
Owner: melonJS
Release: melonJS 0.9.11
Released: 2014-01-03
License: MIT
Release Assets:
- Documentation : numerous fixes and improvements
- General : fix initial loading for me.save, and update documentation
- General : fix detection of localStorage on some phones (agmcleod)
- General : fix uncaught exception when objects without a position vector are added to a container
- Input : fully support event-driven key input with me.event.KEYDOWN and me.event.KEYUP
- Input : multiple keys bound to the same action will no longer cancel each other
- Input : fixed pointerEvent support on IE11
- ObjectContainer : fixed rendering of nested containers (again) - Thanks to Peter Hull
- ObjectContainer : fixed getEntityByProp with nested containers
- Animation : (quick) fixed hWidth and hHeight not being updated when the frame size is different
- Core : better support object reset through a onResetEvent function when using object pooling
- Tween : updated the me.Tween object to be usable with the object pooling mechanism
- Font : added a trimRight polyfill to the String class to help fixing multi-line ASCII rendering
- Font : added a drawStroke function
- Font : fixed a bug that broke some CSS font-family names, like
monospace
and"Trebuchet MS"