History for pixi.js / src / pixi / display / DisplayObject.js
2014-02-02
@Chad Engler
Remove all references to mat3 or mat4
Chad Engler committed on 2 Feb 2014
@CacheFlowe
Protect against NaN rotation values ...
CacheFlowe committed on 2 Feb 2014
2014-01-30
@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
@alvinsight
A nice getter/setter for our lovely users
alvinsight committed on 28 Jan 2014
2014-01-27
@Mat Groves
Fixing cachAsBitmap functionality
Mat Groves committed on 27 Jan 2014
@alvinsight
Fixed, finally adapted to the dev branch
alvinsight committed on 27 Jan 2014
2014-01-26
@Mat Groves
Added cacheAsBitmap to DisplayObject
Mat Groves committed on 26 Jan 2014
2014-01-19
@danzel
English fixes
danzel committed on 19 Jan 2014
2014-01-15
@Mat Groves
Removed visible count reference as its no longer used
Mat Groves committed on 15 Jan 2014
2014-01-07
@Mat Groves
Added setStageReference to DisplayObject ...
Mat Groves committed on 7 Jan 2014
@Mat Groves
Fixed issue with setStageRefference and worldVisible function
Mat Groves committed on 7 Jan 2014
2014-01-04
@Mat Groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
Mat Groves committed on 4 Jan 2014
@Mat Groves
Added getLocalBounds function to displayObject ...
Mat Groves committed on 4 Jan 2014
2014-01-03
@Chad Engler
fix issue with worldVisible on Stage
Chad Engler committed on 3 Jan 2014
2014-01-02
@Mat Groves
Added worldVisible getter to DisplayObject
Mat Groves committed on 2 Jan 2014
@Mat Groves
Fixed a shader bug
Mat Groves committed on 2 Jan 2014
2014-01-01
@Mat Groves
Added support for webGL context loss
Mat Groves committed on 1 Jan 2014
@Mat Groves
Fixed mask bug ...
Mat Groves committed on 1 Jan 2014
@Mat Groves
codebase now lint free
Mat Groves committed on 1 Jan 2014
2013-12-29
@Mat Groves
Added projection and offset to renderSessionData
Mat Groves committed on 29 Dec 2013
2013-12-27
@Mat Groves
Tidied up displayObject removing linked list bits
Mat Groves committed on 27 Dec 2013
@Mat Groves
added width and height properties to displayObjectContainer
Mat Groves committed on 27 Dec 2013
@Mat Groves
Restructured canvas renderer
Mat Groves committed on 27 Dec 2013
@Mat Groves
refactored webGL renderer
Mat Groves committed on 27 Dec 2013
2013-12-23
@Mat Groves
Added getBounds function to DisplayObjects
Mat Groves committed on 23 Dec 2013
2013-12-08
@Chad Engler
a million and one jshint fixes
Chad Engler committed on 8 Dec 2013
2013-12-03
@Mat Groves
Merge branch 'pr/406' into dev ...
Mat Groves committed on 3 Dec 2013
@Mat Groves
Tweaking filters ...
Mat Groves committed on 3 Dec 2013
2013-11-20
@photonstorm
Updated PixiShader to use standard uniform naming conventions (1f, 2f, 2fv, etc). Added support for multiple sampler2D calls, allowing multi-texture shaders. Added support for Linear, Repeat, Nearest, Audio and Keyboard textures. Updated all the examples to use the new uniform naming convention. Updated Gruntfile to use the renamed GrayFilter and fixed indexAll in Example 15 to use the GrayFilter as well.
photonstorm committed on 20 Nov 2013