phaser/src
2015-06-12 19:21:06 +01:00
..
animation jshint fixes. 2015-05-18 13:36:22 +01:00
core Swapped to the shorter 'between' method. 2015-06-09 20:54:52 +01:00
gameobjects jsdoc and debug removal. 2015-06-12 19:21:06 +01:00
geom Returns a random point from anywhere within this circle. 2015-06-12 19:15:56 +01:00
input onDragUpdate is a new signal that is dispatched whenever a Game object enabled for input and drag is moved by a pointer (i.e. during a drag event). See the Phaser.InputHandler.enableDrag docs for parameter details and the new Phaser Example. 2015-06-04 20:58:00 +01:00
loader Added loadEvent parameter to Loader.video. 2015-06-12 19:19:43 +01:00
math Typo. 2015-05-19 16:57:36 +01:00
net Copyright date change. 2015-02-25 03:36:23 +00:00
particles When an Emitter is destroyed via Emitter.destroy it now removes itself from the Phaser Particle Manager, freeing it up for garbage collection and stopping it from being processed. 2015-03-25 05:07:39 +00:00
physics ArcadePhysics.Body.syncBounds is a new property that if true forces the Body to check itself against the Sprite.getBounds() dimensions and adjust its width and height accordingly. If false it will compare its dimensions against the Sprite scale instead, and adjust its width height if the scale has changed. Typically you would need to enable syncBounds if your sprite is the child of a responsive display object such as a FlexLayer, or in any situation where the sprite scale doesn't change, but its parents scale is effecting the dimensions regardless. 2015-04-29 13:13:26 +01:00
pixi Merge pull request #1833 from danxexe/fix-drawcircle-docstring 2015-06-04 04:23:45 +01:00
sound Volume should default to 1 if undefined OR null (as from an Audio Sprite) 2015-06-09 20:55:20 +01:00
stubs Converted tabs to spaces. 2015-04-29 09:21:02 -04:00
system Extended getUserMedia check. 2015-06-11 06:01:40 +01:00
tilemap TilemapParser.parseTiledJSON would ignore 'falsey' properties set on Objects in Tiled JSON tilemaps, such as x: 0 or visible: false. These properties are now accurately copied over to the destination map data (thanks @MaksJS #1818) 2015-05-27 18:07:33 +01:00
time Fixed a few documentation typos. 2015-03-18 21:07:36 +00:00
tween Tween.to and Tween.from can now accept null as the ease parameter value. If null it will use the default tween, as per the documentation (thanks @nkovacs #1817) 2015-05-26 20:01:57 +01:00
utils jsdoc and debug removal. 2015-06-12 19:21:06 +01:00
Intro.js Copyright date change. 2015-02-25 03:36:23 +00:00
Outro.js Copyright date change. 2015-02-25 03:36:23 +00:00
Phaser.js Updated jsdocs and added align parameter to method call. 2015-06-03 05:28:24 +01:00
PixiDefaults.js Added BitmapText global. 2015-06-03 05:28:24 +01:00
polyfills.js Copyright date change. 2015-02-25 03:36:23 +00:00