phaser/src
2014-09-01 02:44:35 +01:00
..
animation Animation.onUpdate is a new event that is dispatched each time the animation frame changes. Due to its intensive nature it is disabled by default. Enable it with Animation.enableUpdate = true (#902) 2014-08-29 14:30:44 +01:00
core Removed use of _startHeight, left over from the Phaser v1 days that's no longer required. 2014-09-01 02:44:35 +01:00
gameobjects Sorted out the issue with Images not working properly with texture atlases. 2014-08-29 15:55:23 +01:00
geom Merge pull request #1130 from beeglebug/feature/clone-consistency 2014-08-28 01:40:51 +01:00
input ScaleManager window.resize handler would constantly dispatch enterPortrait and enterLandscape events on window resizing, regardless if it actually entered that orientation or not. 2014-09-01 01:02:48 +01:00
loader Lots of fixes to the Image class to restore texture loading and fix cropping so it works exactly the same as the Sprite now. 2014-08-28 17:04:59 +01:00
math QuadTree leveling Bug 2014-07-14 12:55:26 -07:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Fixes issue of Pixi DisplayObject width/height sending an emitter scale into Infinity. 2014-07-09 11:37:22 +01:00
physics Moved Springs to not extend p2 Springs as they break when added to the p2.World. Springs and spring removal now working properly (#1134) 2014-08-29 14:13:20 +01:00
pixi Updated to latest version of Pixi. 2014-08-28 23:11:13 +01:00
sound SoundManager.destroy is a new method that will destroy all current sounds and reset any callbacks. 2014-08-29 11:37:47 +01:00
system Canvas.removeFromDOM(canvas) will remove a canvas element from the DOM. 2014-09-01 02:38:21 +01:00
tilemap Code reformatting. 2014-08-29 18:06:01 +01:00
time If Time.elapsed was > Time.timeCap it would reset the elapsed value to be 1 / 60. It's now set to Time.timeCap and Time.timeCap defaults to 1 / 60 * 1000 as it's a ms value (thanks @casensiom #899) 2014-08-29 16:37:57 +01:00
tween If you add a Tween to the TweenManager and then immediately stop it, it will still exist in the TweenManager (thanks @gilangcp #1032) 2014-07-16 19:50:58 +01:00
utils Input.setMoveCallback has been removed due to deprecation. 2014-08-28 03:40:59 +01: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 Merge pull request #1030 from codevinsky/rope 2014-08-28 01:56:02 +01:00