2014-01-24 |
Manually merge #522 from @qzix13
Chad Engler
committed
on 24 Jan 2014
|
---|---|
2014-01-21 |
updated the visible check for display objects
Mat Groves
committed
on 21 Jan 2014
|
2014-01-19 |
English fixes
danzel
committed
on 19 Jan 2014
|
2014-01-15 |
Fixed major issue with removeChild
Mat Groves
committed
on 15 Jan 2014
|
2014-01-07 |
Fixed issue with setStageRefference and worldVisible function
Mat Groves
committed
on 7 Jan 2014
|
2014-01-06 |
Fixed bug with interaction when setting internal stage reference
Mat Groves
committed
on 6 Jan 2014
|
2014-01-05 |
Added removeStageReference fix
Mat Groves
committed
on 5 Jan 2014
|
|
|
Fixed stage ref bug
Mat Groves
committed
on 5 Jan 2014
|
|
2014-01-04 |
|
2014-01-02 |
merge dev_1.5 into dev
Chad Engler
committed
on 2 Jan 2014
|
2014-01-01 |
codebase now lint free
Mat Groves
committed
on 1 Jan 2014
|
Fixed issue where local variable width and height were in global scope
Mat Groves
committed
on 1 Jan 2014
|
|
2013-12-31 |
fixed bug where addChildAt, not actually adding the child
Mat Groves
committed
on 31 Dec 2013
|
|
|
2013-12-29 |
Added projection and offset to renderSessionData
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
|
|
|
|
Restructured canvas renderer
Mat Groves
committed
on 27 Dec 2013
|
|
refactored webGL renderer
Mat Groves
committed
on 27 Dec 2013
|
|
2013-12-23 |
Added getBounds function to DisplayObjects
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-08 |
a million and one jshint fixes
Chad Engler
committed
on 8 Dec 2013
|
2013-12-05 |
style consistency
Louis Acresti
committed
on 5 Dec 2013
|
check for invalid children
Louis Acresti
committed
on 5 Dec 2013
|
|
early-out for self-swap
Louis Acresti
committed
on 5 Dec 2013
|
|
swapChildren basic implementation
Louis Acresti
committed
on 5 Dec 2013
|