phaser/src
2015-05-05 16:25:51 +01:00
..
animation Removed array length vars. 2015-04-27 16:22:36 +01:00
core Reverted Game/Debug classes 2015-04-29 09:10:53 -04:00
gameobjects Mobile touch lock support done. 2015-05-05 16:25:51 +01:00
geom Rectangle.ceil runs Math.ceil() on both the x and y values of the Rectangle. 2015-04-29 13:13:11 +01:00
input Input.Touch.addTouchLockCallback allows you to add a callback that will be invoked automatically upon a touchstart event. This is used internally by the SoundManager and Video objects to handle mobile device unlocking, but is exposed publicly as well. 2015-05-05 16:24:49 +01:00
loader Tidied up the video loader. 2015-05-05 16:25:30 +01:00
math jsdocs updates. 2015-03-23 10:11:39 +00: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 Various VideoTexture tests (this file will be removed shortly however). 2015-05-05 14:02:38 +01:00
sound SoundManager now uses the new Touch.addTouchLockCallback methods to handle mobile device audio unlocking. 2015-05-05 16:25:16 +01:00
stubs Converted tabs to spaces. 2015-04-29 09:21:02 -04:00
system Device.oggVideo indicates if the browser can play back ogg video files. 2015-05-03 13:53:02 +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 Added blend modes to Color class for testing. 2015-05-04 03:01:09 +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 Copyright date change. 2015-02-25 03:36:23 +00:00
polyfills.js Copyright date change. 2015-02-25 03:36:23 +00:00