phaser/src/gameobjects
2015-08-20 12:47:59 +01:00
..
components Merging in the CanvasPool changes to the core. 2015-08-03 14:46:55 +01:00
BitmapData.js JSDocs update. 2015-08-20 12:47:59 +01:00
BitmapText.js BitmapText.font failed to pull the new font from the Phaser Cache, stopping it from updating properly (thanks @AbrahamAlcaina #2001) 2015-08-18 13:48:08 +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 Text can now accept undefined or null as the text argument in the constructor and will cast it as an empty string. 2015-08-06 10:28:49 +01:00
TileSprite.js TileSprites fixed for WebGL. 2015-07-21 13:24:12 +01:00
Video.js Video.stop now removes the 'playing' event listener, which stop Videos set to loop from throwing errors after being destroyed. 2015-08-18 16:04:10 +01:00