phaser/src/gameobjects
2015-08-06 13:49:51 +02:00
..
components All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
BitmapData.js Add extra information for the imageData property. 2015-08-06 13:49:51 +02:00
BitmapText.js 2.4.2 release. 2015-07-29 15:01:04 +01:00
Button.js Deprecated the following: 2015-06-17 03:14:31 +01:00
Creature.js Updated to latest Creature runtimes, added to GameObjectFactory. 2015-07-23 13:25:08 +01:00
GameObjectCreator.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
GameObjectFactory.js Updated to latest Creature runtimes, added to GameObjectFactory. 2015-07-23 13:25:08 +01:00
Graphics.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
Image.js Tidying up docs and formatting. 2015-05-08 04:12:07 +01:00
Particle.js Copyright date change. 2015-02-25 03:36:23 +00:00
RenderTexture.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
RetroFont.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
Rope.js Rope.segments used the wrong vertices property, causing a runtime error. 2015-07-08 16:40:26 +01:00
Sprite.js Sprite was missing the Health and InCamera components. 2015-03-30 13:51:47 +01:00
SpriteBatch.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
Text.js Phaser 2.4 release. 2015-07-22 15:31:30 +01:00
TileSprite.js TileSprites fixed for WebGL. 2015-07-21 13:24:12 +01:00
Video.js Phaser 2.4 release. 2015-07-22 15:31:30 +01:00