phaser/src
2015-07-10 17:05:54 +01:00
..
animation jshint fixes. 2015-05-18 13:36:22 +01:00
core Group.addMultiple if given a Group.children array as the first parameter would fail as the original group length was decreased out of line with the children being added. Group.addMultiple now checks if the children argument is a Phaser.Group instance, and if so it uses Group.moveAll instead on it (thanks @AnderbergE #1898) 2015-07-10 17:05:54 +01:00
gameobjects BitmapData.clear has 4 new optional parameters: x, y, width and height, that define the area to be cleared. If left undefined it works exactly the same as before and clears the entire canvas. 2015-07-09 11:44:21 +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 On trackpads Pointer.updateButtons now checks for the ctrlKey being pressed and sets rightButton to true as a result. 2015-07-09 19:26:00 +01:00
loader BitmapData.generateTexture will take a snapshot of the BitmapDatas canvas at that moment in time and convert it into an Image, which is then stored in the Phaser image Cache based on the key given. You can then use the new texture for any future sprites or texture based objects. 2015-07-09 00:19:07 +01:00
math RandomDataGenerator.weightedPick has been tweaked slightly to allow for a more even distribution of weights. It still favors the earlier array elements, but will accurately include 'distance' elements as well (thanks @gingerbeardman #1751) 2015-07-08 17:20: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 Lots of jsdoc updates (#1644) 2015-07-08 15:10:41 +01:00
pixi Fixed #1866 2015-07-09 16:41:53 +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 Canvas.setSmoothingEnabled only applies the value of the property exists, which avoids the Chrome webkit prefix deprecation warnings. 2015-07-10 04:02:21 +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 Rope.segments used the wrong vertices property, causing a runtime error. 2015-07-08 16:40:26 +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