phaser/src
2015-05-14 23:21:19 +01:00
..
animation Frame.resize allows you to change the dimensions of a Frame object and recalculate all of its internal properties (such as bottom and distance). 2015-05-06 00:37:50 +01:00
core Removed 'scale' from Group as it comes from PIXI anyway. 2015-05-12 13:03:27 +01:00
gameobjects Working but needs refining. 2015-05-14 19:10:36 +01:00
geom Rectangle.bottomLeft has been added (thanks @mattmogford #1788) 2015-05-12 13:03:26 +01:00
input Swapped to using touchlock object. 2015-05-05 17:03:27 +01:00
loader Working but needs refining. 2015-05-14 19:10:36 +01:00
math Return actual boolean value instead of 1 2015-05-13 05:59:34 -03: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 Removed ConvertTintToImage as the Image object it created was never returned or used anywhere, so pointless having. 2015-05-08 04:14:56 +01:00
sound Wrapped the decodeAudio in a try/catch. 2015-05-14 23:21:19 +01:00
stubs Converted tabs to spaces. 2015-04-29 09:21:02 -04:00
system Extended the getUserMedia and window.URL check. 2015-05-14 23:20:52 +01:00
tilemap Fix #1742 2015-04-14 09:31:04 +01:00
time Fixed a few documentation typos. 2015-03-18 21:07:36 +00:00
tween The Tween.onStart signal wasn't dispatched if the Tween had a delay set. It's now dispatched immediately if no delay, or after the delay if set. It also respects the autoStart parameter and will still dispatch even if autoStart is true. 2015-04-27 16:22:35 +01:00
utils jshint fix. 2015-05-06 02:02:49 +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 Made silent texture fail the default. 2015-05-14 16:52:08 +01:00
polyfills.js Copyright date change. 2015-02-25 03:36:23 +00:00