History for pixi.js / src
2014-12-01
@Dario Segura
-[STRIP] "padding" renamed to "canvasPadding" to reflect the fact that it is only used in canvas mode + canvas padding is calculated using the world transform to make sure it looks right at any scale.
Dario Segura committed on 1 Dec 2014
@Dario Segura
-[SPINE] Fixes Atlas attachment loader bug in which it would try to load the name of the attachment as a sprite instead of the name of the sprite.
Dario Segura committed on 1 Dec 2014
2014-11-29
@mathew groves
Added mipmap option to baseTexture
mathew groves committed on 29 Nov 2014
@mathew groves
Fixed round pixels ...
mathew groves committed on 29 Nov 2014
2014-11-26
@kambing86
update for performance ...
kambing86 committed on 26 Nov 2014
2014-11-24
@Mat Groves
Merge pull request #1212 from TrompoGames/Trompo-SpineUpdate ...
Mat Groves committed on 24 Nov 2014
@Dario Segura
-[SPINE] Empty slots are handled properly.
Dario Segura committed on 24 Nov 2014
@Dario Segura
-[SPINE] Fixed nasty infinite loop bug in attachment loader code.
Dario Segura committed on 24 Nov 2014
@Dario Segura
-[HOUSEKEEPING] Fixes JS specific syntax errors.
Dario Segura committed on 24 Nov 2014
2014-11-23
@mathew groves
fixes #1188
mathew groves committed on 23 Nov 2014
@mathew groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
mathew groves committed on 23 Nov 2014
@mathew groves
removed unused lastIndex
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
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev ...
mathew 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
@Dario Segura
-[HOUSEKEEPING] Removed extra space.
Dario Segura committed on 22 Nov 2014
@Dario Segura
-[STRIP] Added getBounds function to Strip.
Dario Segura committed on 22 Nov 2014
@mathew groves
correct measurement for accents in text (eg. É)
mathew groves committed on 22 Nov 2014
@mathew groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
mathew groves committed on 22 Nov 2014
@mathew groves
added empty texture to sprite ...
mathew groves committed on 22 Nov 2014
2014-11-21
@Dario Segura
-[HOUSEKEEPING] Removed unnecessary console logs.
Dario Segura committed on 21 Nov 2014
@Dario Segura
-[HOUSEKEEPING] Refactored canvas drawing functions for readability.
Dario Segura committed on 21 Nov 2014
@Dario Segura
-[HOUSEKEEPING] Spelling mistake verticies --> vertices
Dario Segura committed on 21 Nov 2014
@Dario Segura
-[HOUSEKEEPING] Some typo fixes.
Dario Segura committed on 21 Nov 2014
@Dario Segura
-[LOADER] Json loader now loads spine files as per the new implementation.
Dario Segura committed on 21 Nov 2014
@Dario Segura
-[STRIP] Added GL_TRIANGLES drawing mode besides of GL_TRIANGLE_STRIP. Should the name be changed from Strip to Mesh?
Dario Segura committed on 21 Nov 2014
@Dario Segura
-[SPINE] Separates the PIXI.Spine portion into its own file, allows for easier spine.js library updates. Implements new loading system, IK, per bone flip and skinned mesh attachments.
Dario Segura committed on 21 Nov 2014