melonJS/melonJS: Release 0.9.0
Name: melonJS
Owner: melonJS
Release: melonJS 0.9.0
Released: 2011-07-26
License: MIT
Release Assets:
- Documentation : API documentation using jsdoc-toolkit (finally!)
- Geometry : define getter for me.Rect coordinates (simplify code)
- Level : support for fadeOut/fadeIn effect in me.LevelEntity (when changing levels)
- Entity : correctly implemented InvisibleEntity Objects (no longer inherit from ObjectEntity)
- Entity : makes SpriteObjet inherit from me.Rect (make it easier to manage sprite pos and size)
- Loader : cosmetic update of the preloader screen
- Viewport : "rounding" issue fix in the viewportEntity (~~30% less CPU usage on Safari/OSX!)
- TMX : cleaned & refactored tilemap collision detection (still not perfect though)