phaser/src
2015-06-03 05:28:24 +01:00
..
animation jshint fixes. 2015-05-18 13:36:22 +01:00
core Group.add and Group.addAt will only create a Physics Body on the child if it doesn't already have one. This is a change from 2.3 where it would replace the physics body property with the new body, but this could lead to garbage build-up over time, so you should now properly destroy the body before changing it. 2015-05-29 00:59:23 +01:00
gameobjects Typo. 2015-06-03 05:28:24 +01:00
geom Copypaste typo 2015-05-20 14:21:35 +02:00
input Added snapPoint value (currently unused) 2015-05-26 20:01:57 +01:00
loader Removed un-necessary PIXI.TextureCache pollution in Phaser.LoaderParser.bitmapFont. 2015-06-03 05:28:23 +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 Complete refactoring of PIXI.updateText - now properly respects the maxWidth setting regardless of kerning or font scale. 2015-06-03 05:28:23 +01:00
sound Docs update about the lovely 48000 Hz music bug. 2015-05-23 03:37:04 +01:00
stubs Converted tabs to spaces. 2015-04-29 09:21:02 -04:00
system The mp4Video check includes h264 now. 2015-05-19 14:18:57 +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 Fixed pad jsdoc and ts defs (#1823) 2015-06-02 19:53:30 +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 Added Phaser.VIDEO object type const. 2015-05-03 13:53:02 +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