phaser/src
2015-02-16 17:22:51 +00:00
..
animation Docs update. 2015-02-10 14:53:55 +00:00
core PIXI.WebGLRenderer.destroy has been fixed to decrement the glContextId and remove it from the PIXI.instances global. Game.destroy now hooks into this. This now means that you can now delete and create your Phaser game over and over without it crashing WebGL after the 4th attempt (#1260) 2015-02-11 21:02:15 +00:00
gameobjects Removing all use of _cache from all Game Objects. 2015-02-16 17:22:51 +00:00
geom Phaser.Ellipse.contains is now working again (thanks @spayton) 2015-02-11 18:51:35 +00:00
input Removing all use of _cache from all Game Objects. 2015-02-16 17:22:51 +00:00
loader jshint fix. 2015-02-11 16:57:24 +00:00
math Tween.to now correctly accepts arrays are destination values, which makes the Tween interpolate through each value specified in the array using the defined Tween.interpolation method (see new example, thanks @FridayMarch26th #1619) 2015-02-16 12:23:54 +00:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Correct Documentation Emitter.js 2015-01-27 15:33:00 +01:00
physics Removing all use of _cache from all Game Objects. 2015-02-16 17:22:51 +00:00
pixi Deviations, oh the horror! 2015-02-12 09:44:53 +00:00
sound Sound.fadeIn now supports fading from a marker, as well as the entire audio clip, so now works with audio sprites (thanks @vorrin #1413) 2015-02-11 13:52:16 +00:00
system Device.touch checks if window.navigator.maxTouchPoints is >= 1 rather than > 1, which now allows touch events to work properly in Chrome mobile emulation. 2015-02-05 06:12:20 +00:00
tilemap Removing all use of _cache from all Game Objects. 2015-02-16 17:22:51 +00:00
time Timer.update was calling the TimerEvent callback even if TimerEvent.pendingDelete was already set to true, causing timer events to stack-up in cases where a new TimerEvent was generated in the callback (thanks @clowerweb #838) 2015-02-11 14:43:23 +00:00
tween Tween.to now correctly accepts arrays are destination values, which makes the Tween interpolate through each value specified in the array using the defined Tween.interpolation method (see new example, thanks @FridayMarch26th #1619) 2015-02-16 12:23:54 +00:00
utils jsdoc fixes. 2015-02-11 05:19:09 +00:00
Intro.js Brand new Grunt task - creates each core library as its own file and a combined phaser.js. 2014-02-28 09:30:53 +00:00
Outro.js Updated docs. 2014-06-29 21:19:37 +01:00
Phaser.js Preparing for 2.3.0 development. 2015-01-06 07:24:28 +00:00
polyfills.js Math/Utils - various cleanup and deprecations/moves 2014-11-09 16:17:18 -08:00