pixi.js / src / pixi /
@photonstorm photonstorm authored on 8 Feb 2014
..
core Remove all references to mat3 or mat4 11 years ago
display Added PIXI.canvas global object which allows for tighter configuration of the canvas renderer. Allows the dev to control if fillRect / clearRect is called (as it's not needed for lots of games and can help perf slightly on legacy devices). Also added PX_ROUND boolean. If true (default is false) it will Math.floor the x/y values on the transform, this stops interpolation when Sprites are rendered at non-pixel values, keeping pixel art crisp. Also helps performance on older mobiles. I removed the view.style.backgroundColor as it was never set, mostly commented-out and is unreliable as hell on Android anyway :( (which I guess is why it had been replaced with the fillRect instead). 11 years ago
extras TilingSprite fixes for CocoonJS, closes #490 11 years ago
filters return empty rect if container has no visible children 11 years ago
loaders Tweaked interaction manager to handle mouse leave events better 11 years ago
primitives fix graphics updateBounds 11 years ago
renderers Added PIXI.canvas global object which allows for tighter configuration of the canvas renderer. Allows the dev to control if fillRect / clearRect is called (as it's not needed for lots of games and can help perf slightly on legacy devices). Also added PX_ROUND boolean. If true (default is false) it will Math.floor the x/y values on the transform, this stops interpolation when Sprites are rendered at non-pixel values, keeping pixel art crisp. Also helps performance on older mobiles. I removed the view.style.backgroundColor as it was never set, mostly commented-out and is unreliable as hell on Android anyway :( (which I guess is why it had been replaced with the fillRect instead). 11 years ago
text call proper parent update 11 years ago
textures Merge pull request #492 from drkibitz/ducktype 11 years ago
utils Dived into WebGLRenderer, fixes and docs 11 years ago
InteractionData.js Tweaked getLocalPosition 11 years ago
InteractionManager.js Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev 11 years ago
Intro.js Squashed commit of the following (jshint): 11 years ago
Outro.js Add AMD export, fixes #267 11 years ago
Pixi.js Added PIXI.canvas global object which allows for tighter configuration of the canvas renderer. Allows the dev to control if fillRect / clearRect is called (as it's not needed for lots of games and can help perf slightly on legacy devices). Also added PX_ROUND boolean. If true (default is false) it will Math.floor the x/y values on the transform, this stops interpolation when Sprites are rendered at non-pixel values, keeping pixel art crisp. Also helps performance on older mobiles. I removed the view.style.backgroundColor as it was never set, mostly commented-out and is unreliable as hell on Android anyway :( (which I guess is why it had been replaced with the fillRect instead). 11 years ago