History for pixi.js / src / pixi / renderers
2014-02-10
@alvinsight
Docs, examples again, test folder, removeAll func
alvinsight committed on 10 Feb 2014
@Mat Groves
Merge pull request #557 from alvinsight/dev ...
Mat Groves committed on 10 Feb 2014
2014-02-09
@Mat Groves
Modified trim to be a rectangle instead of point ...
Mat Groves committed on 9 Feb 2014
@Mat Groves
Merge pull request #555 from photonstorm/dev ...
Mat Groves committed on 9 Feb 2014
@photonstorm
Merged fillRect and clearRect to single clearBeforeRender boolean.
photonstorm committed on 9 Feb 2014
@photonstorm
Hoisted the fillRect/canvasRect/pxRound flags to the CanvasRenderer.
photonstorm committed on 9 Feb 2014
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
@Mat Groves
Fixed sprite batch issue
Mat Groves committed on 8 Feb 2014
2014-02-06
@alvinsight
Cleaned the examples and the src a bit, plus docs
alvinsight committed on 6 Feb 2014
2014-02-03
@Chad Engler
TilingSprite fixes for CocoonJS, closes #490
Chad Engler committed on 3 Feb 2014
2014-02-02
@Chad Engler
Remove all references to mat3 or mat4
Chad Engler committed on 2 Feb 2014
2014-01-30
@Mat Groves
Tweaked tiling texture and jshinted code
Mat Groves committed on 30 Jan 2014
@Mat Groves
fixed render texture issue and jshinted code
Mat Groves committed on 30 Jan 2014
@Mat Groves
replaced matrix
Mat Groves committed on 30 Jan 2014
2014-01-28
@Mat Groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
Mat Groves committed on 28 Jan 2014
@Mat Groves
Reset Alpha for CanvasRenderer
Mat Groves committed on 28 Jan 2014
@alvinsight
Dived into WebGLRenderer, fixes and docs
alvinsight committed on 28 Jan 2014
2014-01-27
@Chad Engler
Allow texture to not be flipped
Chad Engler committed on 27 Jan 2014
@Mat Groves
Docs updated ...
Mat Groves committed on 27 Jan 2014
@alvinsight
Typos and Started tackling the WebGL, and tests
alvinsight committed on 27 Jan 2014
@alvinsight
Docs :)
alvinsight committed on 27 Jan 2014
2014-01-24
@Mat Groves
Fixed premultiplied alpha - for webGL transparent canvas
Mat Groves committed on 24 Jan 2014
@Mat Groves
Added clear rect to transparent canvas renderer
Mat Groves committed on 24 Jan 2014
2014-01-23
@Mat Groves
Jshinted code
Mat Groves committed on 23 Jan 2014
@Mat Groves
Finished first pass of webGL destroy functions
Mat Groves committed on 23 Jan 2014
@Mat Groves
Jshinted code ...
Mat Groves committed on 23 Jan 2014
@Mat Groves
Added fromCanvas to base texture ...
Mat Groves committed on 23 Jan 2014
@Chad Engler
Fix texture scaling in canvas renderer
Chad Engler committed on 23 Jan 2014
@Mat Groves
Fixed hoever interaciton inconsistency ...
Mat Groves committed on 23 Jan 2014
2014-01-22
@Mat Groves
Fixed scale Issue with text
Mat Groves committed on 22 Jan 2014