2014-07-10 |
jshint fixes
photonstorm
committed
on 10 Jul 2014
|
---|---|
Small fix to reset crop x/y from tinted sprites, also allows us to remove one more temporary var.
photonstorm
committed
on 10 Jul 2014
|
|
Tidied up and optimised Sprite._renderCanvas. Removed lots of temporary vars that weren't needed (texture, crop, frame, transform, child), reduced all the drawImage calls down to just one. Removed redundant baseTexture.hasLoaded check.
photonstorm
committed
on 10 Jul 2014
|
|
2014-07-08 |
Fix to make sure that tinted canvases render with the new trim/crop system.
photonstorm
committed
on 8 Jul 2014
|
Implemented the new Canvas render method based on the Texture.crop property.
...
photonstorm
committed
on 8 Jul 2014
|
|
2014-07-01 |
|
|
|
2014-06-29 |
|
Complex graphics and masking added
mathew groves
committed
on 29 Jun 2014
|
|
2014-05-07 |
|
2014-04-26 |
|
2014-03-03 |
Fixed the 'short cut' version of Math.floor in setTransform if roundPixels is true.
photonstorm
committed
on 3 Mar 2014
|
2014-02-17 |
Merge cachAsBitmap Branch
Mat Groves
committed
on 17 Feb 2014
|
2014-02-10 |
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
Mat Groves
committed
on 10 Feb 2014
|
Added cross origin and scaleMode to Sprite.fromImage
Mat Groves
committed
on 10 Feb 2014
|
|
Docs, examples again, test folder, removeAll func
alvinsight
committed
on 10 Feb 2014
|
|
2014-02-09 |
|
|
|
Hoisted the fillRect/canvasRect/pxRound flags to the CanvasRenderer.
photonstorm
committed
on 9 Feb 2014
|
|
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-30 |
replaced matrix
Mat Groves
committed
on 30 Jan 2014
|
2014-01-27 |
Fixed, finally adapted to the dev branch
alvinsight
committed
on 27 Jan 2014
|
2014-01-26 |
Added cacheAsBitmap to DisplayObject
Mat Groves
committed
on 26 Jan 2014
|
2014-01-23 |
update scale modes constants
Chad Engler
committed
on 23 Jan 2014
|
Forgot to update that one!
Chad Engler
committed
on 23 Jan 2014
|
|
Fix texture scaling in canvas renderer
Chad Engler
committed
on 23 Jan 2014
|
|
2014-01-22 |
|
2014-01-21 |
Moved Constants to pixi.js file
Mat Groves
committed
on 21 Jan 2014
|
updated the visible check for display objects
Mat Groves
committed
on 21 Jan 2014
|