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