phaser/src/pixi
2015-02-10 14:53:55 +00:00
..
display You can now tint animated Sprites in Canvas mode. Or change the texture atlas frame of a tinted Sprite or Image. Please note that this is pretty expensive (depending in the browser), as the tint is re-applied every time the *frame changes*. The Pixi tint cache has also been removed to allow for subtle tint color shifts and to avoid blowing up memory. So use this feature sparingly! But at least it does now work (#1070) 2015-02-10 14:53:55 +00:00
extras TileSprites weren't destroying WebGL textures, leading to eventual out of memory errors (thanks @chacal #1563) 2015-02-03 21:32:39 +00:00
filters Pixi update. 2014-11-15 19:53:38 +00:00
geom Updated to Pixi 2.2.0 release. 2014-12-17 13:50:28 +00:00
loaders Merged latest Pixi fixes. 2014-11-23 12:47:55 +00:00
primitives Pixi update. 2014-11-15 19:53:38 +00:00
renderers You can now tint animated Sprites in Canvas mode. Or change the texture atlas frame of a tinted Sprite or Image. Please note that this is pretty expensive (depending in the browser), as the tint is re-applied every time the *frame changes*. The Pixi tint cache has also been removed to allow for subtle tint color shifts and to avoid blowing up memory. So use this feature sparingly! But at least it does now work (#1070) 2015-02-10 14:53:55 +00:00
text Text width calculation strings made consistent. 2015-02-08 22:07:47 +00:00
textures Updated to latest Pixi dev branch. 2014-12-02 09:03:55 +00:00
utils Fixed issue in PIXI.canUseNewCanvasBlendModes which would create false positives in browsers that supported multiply in Canvas path/fill ops, but not for drawImage (Samsung S5 for example). Now uses more accurate magenta / yellow mix test. 2015-02-03 16:16:25 +00:00
InteractionData.js Merged final Pixi v2.1.0 release. 2014-11-11 23:24:50 +00:00
InteractionManager.js Pixi update 2014-11-17 13:07:53 +00:00
Intro.js RenderTexture now displays correctly in Canvas games. 2013-12-23 04:20:09 +00:00
Outro.js Updated build files with patched Pixi UMD statement. 2014-07-11 11:53:44 +01:00
Pixi.js Updated to Pixi 2.2.0 release. 2014-12-17 13:50:28 +00:00