phaser/src/pixi
2015-07-22 12:43:43 +01:00
..
display Fixed RenderTexture in WebGL. 2015-07-16 02:27:07 +01:00
extras TileSprites fixed for WebGL. 2015-07-21 13:24:12 +01:00
filters Removing Pixi files no longer used in this build of Phaser. 2015-02-17 15:46:52 +00:00
primitives 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
renderers 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
textures Text.updateText will now check the width and height values of the Text canvas and if either are zero it sets Text.renderable = false to avoid throwing WebGL texture binding errors. 2015-07-22 12:43:43 +01:00
utils 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
Intro.js Make sure PIXI is available when using require for phaser builds 2015-07-21 10:55:54 +02:00
Outro.js Make sure PIXI is available when using require for phaser builds 2015-07-21 10:55:54 +02:00
Pixi.js Updated Pixi version. 2015-03-23 08:13:59 +00:00