phaser/src
2015-07-07 16:58:41 +01:00
..
animation jshint fixes. 2015-05-18 13:36:22 +01:00
core When reusing a Tween created with an array of properties the values would get exponentially added to the TweenData internal array each time the tween was re-run (thanks @SBCGames #1747) 2015-07-07 04:21:55 +01:00
gameobjects Final textBounds updates. 2015-07-07 15:16:23 +01:00
geom Line.rotate allows you to rotate a line by the given amount around its center point. 2015-06-13 05:20:43 +01:00
input jsdocs update. 2015-07-07 16:58:41 +01:00
loader Deprecated the following: 2015-06-17 03:14:31 +01:00
math Deprecated the following: 2015-06-17 03:14:31 +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 P2.Body.createGroupCallback incorrectly referenced the _groupCallbackContext when deleting it (thanks @Langerz82 #1886) 2015-07-07 01:24:26 +01:00
pixi RenderTexture now takes the display objects alpha into consideration when rendering it, before it would always reset worldAlpha to 1 before rendering, thus ignoring any alpha that may be set. 2015-07-02 13:28:44 +01:00
sound Trying out new Text pivot and mute handling. 2015-06-24 19:57:40 +01:00
stubs Converted tabs to spaces. 2015-04-29 09:21:02 -04:00
system Deprecated the following: 2015-06-17 03:14:31 +01:00
tilemap TilemapLayer.resize allows you to resize a TilemapLayer. It will update the internal canvas object and corresponding texture dimensions (#1881) 2015-07-07 03:27:28 +01:00
time jsdoc update #1864 2015-07-02 13:31:26 +01:00
tween When reusing a Tween created with an array of properties the values would get exponentially added to the TweenData internal array each time the tween was re-run (thanks @SBCGames #1747) 2015-07-07 04:21:55 +01:00
utils Debug.currentAlpha wasn't being used to set the alpha of the Debug context at all (was always set to 1) but now updates the alpha of the Debug context before anything is rendered to it (thanks @wayfu #1888) 2015-07-07 03:32:11 +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