phaser/src
2019-01-31 11:12:00 +00:00
..
actions Happy New Year 2019-01-15 16:20:22 +00:00
animations Virtually finished Scale Manager jsdocs and tidying up. 2019-01-28 17:12:28 +00:00
cache Added Camera Fade and Game Object Destroy events. 2019-01-18 14:21:45 +00:00
cameras Tidying up 2019-01-29 17:19:51 +00:00
core Improved typedefs 2019-01-31 11:12:00 +00:00
create Happy New Year 2019-01-15 16:20:22 +00:00
curves Happy New Year 2019-01-15 16:20:22 +00:00
data DataManager.pop would emit the DataManager instance, instead of the parent, as the first event argument. It now emits the parent as it should do. Fix #4186 2019-01-24 11:11:07 +00:00
device Added suffix support, removed div creation, added Safari 5.1 hack and active property. 2019-01-23 00:12:26 +00:00
display Tidy jsdocs 2019-01-28 16:40:07 +00:00
dom DOM.GetTarget is a new helper function that will return a reference to a DOM Element based on the given string or node. 2019-01-31 11:10:40 +00:00
events Happy New Year 2019-01-15 16:20:22 +00:00
gameobjects Fixed Extern arguments, added as core and finished jsdocs. 2019-01-30 00:02:11 +00:00
geom Happy New Year 2019-01-15 16:20:22 +00:00
input Stop listener 2019-01-29 23:22:29 +00:00
loader Pass xhr to onerror 2019-01-24 13:55:36 +00:00
math Tidying up the code format. 2019-01-18 16:11:59 +00:00
physics lint fix 2019-01-24 00:30:44 +00:00
plugins Fixed jsdoc links and markdown bullet lists 2019-01-18 15:20:56 +00:00
polyfills Removed bind polyfill as it's in IE9+ anyway 2018-07-19 16:22:43 +01:00
renderer Fixed jsdoc type 2019-01-31 11:11:05 +00:00
scale Now uses GetTarget and new consts 2019-01-31 11:11:49 +00:00
scene SceneManager.getScenes is a new method that will return all current Scenes being managed by the Scene Manager. You can optionally return only active scenes and reverse the order in which they are returned in the array. 2019-01-29 01:03:56 +00:00
sound Fixed jsdoc links and markdown bullet lists 2019-01-18 15:20:56 +00:00
structs Added Size.resize and Size.setAspectRatio methods. 2019-01-25 12:13:26 +00:00
textures Fixed jsdoc links and markdown bullet lists 2019-01-18 15:20:56 +00:00
tilemaps Fixed jsdoc types (#4311) 2019-01-28 13:45:48 +00:00
time doc fix: wrong argument type 2019-01-25 11:00:40 +08:00
tweens A Tween Timeline will now set it's internal destroy state _before_ calling either the onComplete callback or sending the COMPLETE event. This means you can now call methods that will change the state of the Timeline, such as play, during the callback handlers, where-as before doing this would have had the internal state changed immediately, preventing it 2019-01-30 15:49:08 +00:00
utils fix: GetValue not checking for the existence of '.' correctly 2019-01-26 16:52:25 +01:00
const.js RC2 2019-01-30 00:17:42 +00:00
phaser-arcade-physics.js Moved ScaleManager to its own namespace (Phaser.Scale) and out of DOM 2019-01-29 15:42:27 +00:00
phaser-core.js Moved ScaleManager to its own namespace (Phaser.Scale) and out of DOM 2019-01-29 15:42:27 +00:00
phaser.js Moved ScaleManager to its own namespace (Phaser.Scale) and out of DOM 2019-01-29 15:42:27 +00:00