phaser/src
2015-02-25 02:49:38 +00:00
..
animation Animation.update skips ahead frames when the system is lagging, however it failed to set the animation to the final frame in the sequence if the animation skipped ahead too far (thanks @richpixel #1628) 2015-02-22 19:26:56 +00:00
core Component preUpdate changes. 2015-02-25 00:59:27 +00:00
gameobjects Default exists should be true! 2015-02-25 02:49:19 +00:00
geom jshint fixes. 2015-02-18 10:25:27 +00:00
input Allowed Keyboard and Gamepad to be optional. 2015-02-19 05:00:41 +00:00
loader Fixed jsdoc-abort bug with "||" in jsdoc type 2015-02-22 20:51:00 -08: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 Emitter.flow now works in a slightly different (and more useful!) way. You can now specify a quantity and a total. The quantity controls how many particles are emitted every time the flow frequency is met. The total controls how many particles will be emitted in total. You can set total to be -1 and it will carry on emitting at the given frequency forever (also fixes #1598 thanks @brianbunch) 2015-02-18 22:35:05 +00:00
physics Fixed physics postUpdate issue causing particles and all kinds of things to go awry. 2015-02-25 02:18:05 +00:00
pixi Fixed trimmed TileSprites in Canvas (WebGL still broken, as it's broken in Pixi also) 2015-02-25 02:49:38 +00:00
sound Added missing class var. 2015-02-22 19:30:34 +00:00
stubs jshint fixes. 2015-02-22 20:08:44 +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 Tilemap fix #1635 2015-02-24 22:57:59 +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 A TweenData wouldn't take into account the repeatDelay property when repeating the tween, but now does. A TweenData also has a new property yoyoDelay which controls the delay before the yoyo will start, allowing you to set both independently (thanks @DreadKnight #1469) 2015-02-19 00:51:32 +00:00
utils ArraySet.getByKey gets an item from the set based on the property strictly equaling the value given. 2015-02-22 19:30:23 +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 Added the missing Geom types. 2015-02-17 16:39:49 +00:00
PixiDefaults.js Added the Graphics consts. 2015-02-17 16:39:40 +00:00
polyfills.js jsdocs tidying. 2015-02-17 15:47:50 +00:00