History for pixi.js / src / pixi / display
2014-04-24
@mathew groves
Merge branch 'dev' ...
mathew groves committed on 24 Apr 2014
2014-04-22
@mathew groves
Added Spin Lisence ...
mathew groves committed on 22 Apr 2014
2014-04-16
@mathew groves
Added 2 MovieClip helper functions ...
mathew groves committed on 16 Apr 2014
2014-03-31
@Mat Groves
Merged Devbranch
Mat Groves committed on 31 Mar 2014
@Mat Groves
Tweaked CacheAsBitmapExample ...
Mat Groves committed on 31 Mar 2014
2014-03-30
@Mat Groves
Generated Docs
Mat Groves committed on 30 Mar 2014
2014-03-13
@Chad Engler
Fix logic error in DOC
Chad Engler committed on 13 Mar 2014
@André Venâncio
removed spaces
André Venâncio committed on 13 Mar 2014
@André Venâncio
updated removeChildAt and removeChild. removeChildren has now a begin and end value.
André Venâncio committed on 13 Mar 2014
@André Venâncio
updated removeChildAt, removeChild, removeChildren
André Venâncio committed on 13 Mar 2014
@André Venâncio
Added removeChildAt method ...
André Venâncio committed on 13 Mar 2014
2014-03-12
@Mat Groves
Added optional FilterArea to displayObject (for optimisation) ...
Mat Groves committed on 12 Mar 2014
2014-03-03
@photonstorm
Fixed the 'short cut' version of Math.floor in setTransform if roundPixels is true.
photonstorm committed on 3 Mar 2014
2014-02-23
@Mat Groves
Fixed issue where visibility was not being respected in sprite batch
Mat Groves committed on 23 Feb 2014
2014-02-17
@Mat Groves
Tweaked so cacheAsBitmap does not render the filters ...
Mat Groves committed on 17 Feb 2014
@Mat Groves
Merge cachAsBitmap Branch
Mat Groves committed on 17 Feb 2014
2014-02-14
@Mat Groves
Fixed setTexture bug with TilingSprite and Fixed SpriteBatch canvas transform bug
Mat Groves committed on 14 Feb 2014
2014-02-12
@Mat Groves
Merge branch 'pr/569' into dev
Mat Groves committed on 12 Feb 2014
@Tim Robinson
Fixed updateTransform bug.
Tim Robinson committed on 12 Feb 2014
2014-02-10
@Mat Groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
Mat Groves committed on 10 Feb 2014
@Mat Groves
Added cross origin and scaleMode to Sprite.fromImage
Mat Groves committed on 10 Feb 2014
@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
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
Fixes #543 ...
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
@Chad Engler
Revert "Protect against NaN rotation values" ...
Chad Engler committed on 6 Feb 2014