phaser/src
2015-02-17 15:49:30 +00:00
..
animation Small code update. 2015-02-17 06:00:55 +00:00
core jsdocs update. 2015-02-17 06:01:09 +00:00
gameobjects loadTexture guard. 2015-02-17 15:48:54 +00:00
geom Moved Matrix and RoundedRectangle into Phaser geom structure. 2015-02-17 15:49:30 +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 Typo fix. 2015-02-17 06:00:18 +00:00
pixi Removing Pixi files no longer used in this build of Phaser. 2015-02-17 15:46:52 +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 mixinPrototype can now clone objects that support it. 2015-02-17 15:45:37 +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 jsdocs tidying. 2015-02-17 15:47:50 +00:00
PixiDefaults.js Moved all code that modified Pixi globals into its own file, so we can call it after the Phaser overrides are in place. 2015-02-17 15:48:33 +00:00
polyfills.js jsdocs tidying. 2015-02-17 15:47:50 +00:00