History for pixi.js / src / pixi / Pixi.js
2014-02-08
@photonstorm
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).
photonstorm committed on 8 Feb 2014
2014-01-27
@alvinsight
Fixed, finally adapted to the dev branch
alvinsight committed on 27 Jan 2014
2014-01-24
@Mat Groves
Added auto prevent default variable to pixi constants
Mat Groves committed on 24 Jan 2014
@Mat Groves
Added constant for interaction frequency
Mat Groves committed on 24 Jan 2014
2014-01-21
@Mat Groves
Moved Constants to pixi.js file
Mat Groves committed on 21 Jan 2014
2013-12-31
@Mat Groves
Restructured render texture ...
Mat Groves committed on 31 Dec 2013
2013-07-07
@Chad Engler
a shitload of doc updates
Chad Engler committed on 7 Jul 2013
2013-02-24
@Mat Groves
Documentation first draft
Mat Groves committed on 24 Feb 2013
2013-02-20
@Mat Groves
Documentation update
Mat Groves committed on 20 Feb 2013