History for pixi.js / src / pixi
2013-12-30
@Mat Groves
Corrected some headers and removed the unused TintShader
Mat Groves committed on 30 Dec 2013
@Mat Groves
Added ability to use trimmed sprite sheets
Mat Groves committed on 30 Dec 2013
2013-12-29
@Mat Groves
Added projection and offset to renderSessionData
Mat Groves committed on 29 Dec 2013
@Mat Groves
Added perPixel tinting for canvas ...
Mat Groves committed on 29 Dec 2013
@Mat Groves
Added texture caches for canvas tints
Mat Groves committed on 29 Dec 2013
@Mat Groves
cached canvas when tinitnting in canvas renderer
Mat Groves committed on 29 Dec 2013
@Mat Groves
added some comments and a vert size property
Mat Groves committed on 29 Dec 2013
@Mat Groves
Added canvas sprite tiniting ...
Mat Groves committed on 29 Dec 2013
2013-12-28
@Mat Groves
optimized renderer ...
Mat Groves committed on 28 Dec 2013
@Mat Groves
Added Tinting to webGL and blend modes to canvas and webGL ...
Mat Groves committed on 28 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
Removed WebGL Batch and webGL RenderGroup
Mat Groves committed on 27 Dec 2013
@Mat Groves
Removed Linked lists ...
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
@Chad Engler
Merge pull request #457 from photonstorm/dev ...
Chad Engler committed on 27 Dec 2013
2013-12-26
@Mat Groves
Update WebGLGraphics.js ...
Mat Groves committed on 26 Dec 2013
2013-12-23
@Mat Groves
Added getBounds function to DisplayObjects
Mat Groves committed on 23 Dec 2013
2013-12-22
@photonstorm
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-19
@Chad Engler
merge in jshint fixes
Chad Engler committed on 19 Dec 2013
@Chad Engler
merge texture scaling, fixes #201 and #378
Chad Engler committed on 19 Dec 2013
2013-12-18
@Harry Lachenmayer
Fix el(l)ipse spelling error
Harry Lachenmayer committed on 18 Dec 2013
2013-12-16
@Mat Groves
Merge pull request #444 from MKelm/dev-atlas ...
Mat Groves committed on 16 Dec 2013
2013-12-15
@Florian Landerl
Check for webserved files by looking at the protocol ...
Florian Landerl authored on 13 Dec 2013 Chad Engler committed on 15 Dec 2013
2013-12-14
@Martin Kelm
revert Spine.js
Martin Kelm committed on 14 Dec 2013
@Martin Kelm
merge upstream/dev
Martin Kelm committed on 14 Dec 2013
2013-12-13
@photonstorm
Fixed IE11 check. IE11 no longer has MSIE in the userAgent, you need to check for Trident/7.0 instead.
photonstorm committed on 13 Dec 2013
2013-12-08
@Chad Engler
remove some trailing whitespace
Chad Engler committed on 8 Dec 2013
@Chad Engler
a million and one jshint fixes
Chad Engler committed on 8 Dec 2013