History for pixi.js / src / pixi / display / Sprite.js
2014-11-29
@mathew groves
Fixed round pixels ...
mathew groves committed on 29 Nov 2014
2014-11-23
@mathew groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
mathew groves committed on 23 Nov 2014
2014-11-22
@Mat Groves
Merge pull request #1181 from kambing86/patch-1 ...
Mat Groves committed on 22 Nov 2014
@mathew groves
removed extra semi-colon
mathew groves committed on 22 Nov 2014
@Dario Segura
-[HOUSEKEEPING] Removed extra semicolon.
Dario Segura committed on 22 Nov 2014
@Dario Segura
Merge branch 'dev' of github.com:GoodBoyDigital/pixi.js into Trompo-SpineUpdate
Dario Segura committed on 22 Nov 2014
@Dario Segura
-[HOUSEKEEPING] Removed extra space.
Dario Segura committed on 22 Nov 2014
@mathew groves
added empty texture to sprite ...
mathew groves committed on 22 Nov 2014
2014-11-16
@kambing86
update for getBounds ...
kambing86 committed on 16 Nov 2014
2014-11-15
@mathew groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
mathew groves committed on 15 Nov 2014
@mathew groves
Optimized getBounds for Sprite
mathew groves committed on 15 Nov 2014
@Paul
Documentation - type cleanup ...
Paul committed on 15 Nov 2014
2014-11-11
@Nikki Koole
swapped b and c in Sprite getBounds()
Nikki Koole committed on 11 Nov 2014
2014-10-23
@Demur Rumed
Don't create unused property onTextureUpdateBind
Demur Rumed committed on 23 Oct 2014
2014-10-15
@photonstorm
Lots of jsdocs and spelling fixes.
photonstorm committed on 15 Oct 2014
2014-10-13
@mathew groves
Added docs to shader property
mathew groves committed on 13 Oct 2014
@mathew groves
put batch shader back to normal
mathew groves committed on 13 Oct 2014
@mathew groves
tempCommmit
mathew groves committed on 13 Oct 2014
2014-10-12
@mathew groves
added custom shader
mathew groves committed on 12 Oct 2014
2014-09-28
@mathew groves
Rewrote update transform ...
mathew groves committed on 28 Sep 2014
2014-09-25
@Chad Engler
merge bubbling events (#914)
Chad Engler committed on 25 Sep 2014
2014-09-07
@mathew groves
Added Canvas Renderer resolution
mathew groves committed on 7 Sep 2014
2014-08-08
@Chad Engler
update from dev
Chad Engler committed on 8 Aug 2014
2014-07-31
@photonstorm
Guards against the texture crop width/height being zero (which crashes IE11)
photonstorm committed on 31 Jul 2014
2014-07-18
@Chad Engler
updating branch with latest dev
Chad Engler committed on 18 Jul 2014
2014-07-15
@photonstorm
`this.textureChange` is no longer used in any object, anywhere within Pixi, so this check now appears to be redundant - and is changing the internal class shape of Pixi.Sprite as a result (adding a property that doesn't exist).
photonstorm committed on 15 Jul 2014
2014-07-10
@photonstorm
jshint fixes
photonstorm committed on 10 Jul 2014
@photonstorm
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
@photonstorm
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
@photonstorm
Fix to make sure that tinted canvases render with the new trim/crop system.
photonstorm committed on 8 Jul 2014