2013-12-31 |
fixed bug where sprites where always visible
Mat Groves
committed
on 31 Dec 2013
|
---|---|
Fixed bug with incorrect reference to stage
Mat Groves
committed
on 31 Dec 2013
|
|
|
|
2013-12-30 |
Corrected some headers and removed the unused TintShader
Mat Groves
committed
on 30 Dec 2013
|
Added ability to use trimmed sprite sheets
Mat Groves
committed
on 30 Dec 2013
|
|
2013-12-29 |
Added projection and offset to renderSessionData
Mat Groves
committed
on 29 Dec 2013
|
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
Mat Groves
committed
on 29 Dec 2013
|
|
|
|
Added texture caches for canvas tints
Mat Groves
committed
on 29 Dec 2013
|
|
cached canvas when tinitnting in canvas renderer
Mat Groves
committed
on 29 Dec 2013
|
|
added some comments and a vert size property
Mat Groves
committed
on 29 Dec 2013
|
|
|
|
2013-12-28 |
|
|
|
2013-12-27 |
Tidied up displayObject removing linked list bits
Mat Groves
committed
on 27 Dec 2013
|
added width and height properties to displayObjectContainer
Mat Groves
committed
on 27 Dec 2013
|
|
Removed WebGL Batch and webGL RenderGroup
Mat Groves
committed
on 27 Dec 2013
|
|
|
|
Restructured canvas renderer
Mat Groves
committed
on 27 Dec 2013
|
|
refactored webGL renderer
Mat Groves
committed
on 27 Dec 2013
|
|
update path to jshint file
Chad Engler
committed
on 27 Dec 2013
|
|
|
|
2013-12-26 |
|
2013-12-23 |
Added getBounds function to DisplayObjects
Mat Groves
committed
on 23 Dec 2013
|
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
...
Mat Groves
committed
on 23 Dec 2013
|
|
2013-12-22 |
Previously addChild was checking this: `if(child.parent != undefined)` but testing just for 'undefined' isn't enough, as the parent is set to 'null' in DisplayObject.js, so this condition fails and throws an error as it tries to removeChild from null.
photonstorm
committed
on 22 Dec 2013
|
2013-12-20 |
bump dev version to v1.4.0
Chad Engler
committed
on 20 Dec 2013
|
change elipse -> ellipse in test
Chad Engler
committed
on 20 Dec 2013
|
|
Merge branch 'drkibitz-upstream-jshint' into dev
Chad Engler
committed
on 20 Dec 2013
|
|
2013-12-19 |
Use stable version of karma
Dr. Kibitz
committed
on 19 Dec 2013
|