phaser/src
2014-08-29 01:16:05 +01:00
..
animation Merge pull request #1059 from lucbloom/spritesheet-to-framecount 2014-08-28 01:49:15 +01:00
core Fixed issue with callbacks not having the correct context. 2014-08-28 21:54:30 +01:00
gameobjects Added missing copy parameter to Image.crop, fixing jshint in the process. 2014-08-28 23:26:27 +01:00
geom Merge pull request #1130 from beeglebug/feature/clone-consistency 2014-08-28 01:40:51 +01:00
input Pointer.dirty is a new boolean that is set by the InputHandler. It tells the Pointer to re-check all interactive objects it may be over on the next update, regardless if it has moved position or not. This helps solve issues where you may have a Button that on click generates a pop-up window that now obscures the Button (thanks @jflowers45 #882) 2014-08-29 00:47:49 +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 jsdocs update for collideWorldBounds #1010 2014-08-29 01:16:05 +01:00
pixi Updated to latest version of Pixi. 2014-08-28 23:11:13 +01:00
sound Sound.restart used to cause the Sound to double-up if it was already playing when called. Now correctly stops the sound before restarting it (thanks @wombatbuddy #1136) 2014-08-29 01:06:29 +01:00
system Merge pull request #1129 from videlais/patch-2 2014-08-28 04:37:58 +01:00
tilemap Tilemap.hasTile now checks the Tile.index value and will return false if the index is -1 (i.e. a non-active tile) (thanks @elgansayer #859) 2014-08-28 04:30:13 +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 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