phaser/src
photonstorm 6e2cd37776 ScaleManager.destroy now removes the window and document event listeners, which are no longer created anonymously (thanks @eguneys #1092)
Input.Gamepad.destroy now destroys all connected SinglePads and clears event listeners.
SinglePad.destroy now clears all associated GamepadButton objects and signals.
2014-08-28 03:31:47 +01:00
..
animation Merge pull request #1059 from lucbloom/spritesheet-to-framecount 2014-08-28 01:49:15 +01:00
core ScaleManager.destroy now removes the window and document event listeners, which are no longer created anonymously (thanks @eguneys #1092) 2014-08-28 03:31:47 +01:00
gameobjects Events.onDestroy is a new signal that is dispatched whenever the parent is being destroyed. It's dispatched at the start of the destroy process, allowing you to perform any additional house cleaning needed (thanks @jonkelling #1084) 2014-08-28 02:56:06 +01:00
geom Merge pull request #1130 from beeglebug/feature/clone-consistency 2014-08-28 01:40:51 +01:00
input ScaleManager.destroy now removes the window and document event listeners, which are no longer created anonymously (thanks @eguneys #1092) 2014-08-28 03:31:47 +01:00
loader Merge pull request #1059 from lucbloom/spritesheet-to-framecount 2014-08-28 01:49:15 +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 Fixed the RevoluteConstraint worldPivot and moved it to the end of the signature to minimise code changes. 2014-08-28 01:14:59 +01:00
pixi Updating to Pixi 1.6.1 2014-07-18 11:22:55 +01:00
sound Removing debug / console.log output. 2014-07-09 05:49:13 +01:00
system Merge pull request #989 from lucbloom/android-stock-browser 2014-08-28 02:01:25 +01:00
tilemap Merge pull request #1126 from beeglebug/feature/tile-properties 2014-08-28 01:35:20 +01:00
time Time.add allows you to add an existing Phaser.Timer to the timer pool (request #864) 2014-06-02 00:54:42 +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 Debug.cameraInfo no longer crashes if the camera bounds are nulled (thanks @wayfu #1143) 2014-08-28 02:13:51 +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