Skip to content

1.13.0

Compare
Choose a tag to compare
@ekelokorpi ekelokorpi released this 16 Feb 14:38
· 631 commits to master since this release

Audio

  • Fixed error, when trying to stop paused music
  • Moved ogg to first in formats list

Camera

  • Added scale property
  • Moved debug code to debug module
  • Renamed follow method to setTarget

Core

  • Added Nintendo Wii U detection game.device.wiiu
  • Added getTexture method
  • Fixed to not require game.main named module
  • Fixed all game modules to require core module
  • Fixed viewport meta to be added only on mobile devices
  • Fixed noCanvasURL not working on IE 8
  • Fixed to enable DebugDraw only, when Debug is enabled
  • Removed addAssets method

Debug

  • Added objects count
  • Added spriteLineColor attribute to DebugDraw
  • Added bodyLineColor attribute to DebugDraw
  • Changed default alpha to 0.5 on DebugDraw
  • Fixed Debug not working, when using Loader between scenes

Loader

  • Fixed Keyboard errors, when using Loader between scenes

Physics

  • Added setCollideAgainst method to Body
  • Fixed zero y gravity on World
  • Fixed removeBodyCollision, when body already removed
  • Fixed addBodyCollision, when body already added
  • Fixed setCollisionGroup to work, when body not added to world
  • Fixed addTo, when already added to world on Body
  • Fixed double collide
  • Moved World debug code to debug module
  • Optimized update method on Body

Renderer

  • Updated Pixi to 2.2.5
  • Added loop parameter to play method on Animation
  • Added reverse property to Animation

Scene

  • Fixed removeTimer to skip undefined timer
  • Changed tweenEngine to update before World

Storage

  • Fixed error on Safari Private Browsing mode

System

  • Fixed setScene not working, when engine paused
  • Cleaned code