Commit graph

21 commits

Author SHA1 Message Date
Dr. Kibitz
da4c67d38b Squashed commit of the following (unittest-refactor):
commit 9887e45976fc5211a4393e588d278a5e10baf06c
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Tue Sep 3 10:54:13 2013 -0700

    FIX: Ellipse getBounds method is not static

commit b3b359ad1c0fae412209705b01081dd231383656
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Tue Sep 3 10:53:41 2013 -0700

    More unit testing

commit dafbd1dbb03364b6d54db0cad26c4f02a8b9efe1
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sun Sep 1 16:04:29 2013 -0700

    Remove unused karma plugin

commit 43209bfb59263278d2dc3561d06926ad515c4147
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sun Sep 1 15:28:21 2013 -0700

    Add Travis CI status image to README

commit 2e38ba370bc05c239736155dcb06e34b47abf938
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sun Sep 1 15:16:54 2013 -0700

    typo

commit b8898030da4d3e7b446ebb4ddeb30e8fc0adcf39
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sun Sep 1 15:13:33 2013 -0700

    Lint test files, jsthint:test is now part of the test task

commit ea414dd1d734b39523174bd86d0cc58e920a89d2
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sun Sep 1 15:11:50 2013 -0700

    Make all boilerplate tests, and an actual start to writing some real tests

commit 9e09c87997ae924989da4e1685f3a94636ab64de
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sun Sep 1 14:37:51 2013 -0700

    Add back serving png files, convert to spaces

commit b45b1650c2e812a9cdb1165d96fba7b14bbdfab7
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sun Sep 1 00:55:57 2013 -0700

    Comment out functional tests for now

commit 3a350bf9e4d9fea470ad8e734dfc3542db74ccc8
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sat Aug 31 23:53:35 2013 -0700

    Removed quint, added karma, added resemble.js, refactored unit tests for mocha, added first example visual test

    run with:
    grunt travis

    You should see a brewer open and eventually see the spinning bunny. Then in the terminal, you should see the tests running where it matches frames 30, 60, and 90.

    Conflicts:
    	package.json

commit ac4c6de388e7a37786c9c4a6b2c95e22ec26b05d
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sat Aug 31 23:33:23 2013 -0700

    Remove trailing whitespace
2013-10-01 15:24:08 -07:00
Mat Groves
6b2d5f26ca Maskin added to pixi.js
example updated
2013-07-01 21:22:16 +01:00
Chad Engler
0ee9ab9d53 add circle and ellipse to the gruntfile 2013-06-29 17:43:13 -07:00
Mat Groves
72e38cccb0 Graphics shape fill added
shaders optimised - removed need for 4x4 matrix
draw elipse added
any shape can now be filled
2013-06-21 18:37:14 +01:00
Mat Groves
2ad9002a79 Src folder restructured 2013-06-20 17:38:12 +01:00
Chad Engler
fc793df175 Merge branch 'polygon-hitdetection' of github.com:adrienbrault/pixi.js into adrienbrault-polygon-hitdetection 2013-06-19 09:29:16 -07:00
Mat Groves
4b5ef3eba8 Spine Update
Spine loader added
Spine Runtime added
Spine Object added
Spine example added
2013-06-12 12:43:49 +01:00
Vsevolod Strukchinsky
814784afcb JsonLoader extracted from SpriteSheetLoader 2013-05-30 21:02:09 +04:00
Mat Groves
2a6169a952 Render Texture added
Render texture finished
custom render item added
pivot added to display object

grunt file updated
docs updated
2013-05-23 22:57:27 +01:00
Mat Groves
88b863155a RenderTexture update
RenderTexture added (webGL and Canvas)
WebGL Render rearchitected - a little faster :)
Pivot added to DisplayObject
docs updated
grunt file updated
2013-05-22 18:44:20 +01:00
Adrien Brault
7c725d91e2 hitArea now also support a polygon object 2013-05-10 04:49:27 +02:00
Krzysztof Opalka
ae98487b16 bitmap fonts 2013-05-06 19:12:25 +02:00
Fishrock123
5e19ad5aaa Fixed #51 2013-05-04 10:00:54 -04:00
Mat Groves
d9ab4ec80c Merge pull request #51 from CharlotteGore/commonjs
PIXI now wrapped in an anonymous function, with exports for CommonJS.
2013-05-04 03:19:26 -07:00
Mat Groves
09dbbd5d13 Text added to PIXI
destroy function added to textures too
docs updated
new example added
2013-04-24 20:54:03 +01:00
Mat Groves
3dddce23ad Tiling Sprite added
Added Tiling Sprite to Pixi.js
Added example 9 - TilingSprite
Updated docs
2013-04-20 14:56:30 +01:00
Mat Groves
b1010103af Interaction Manager update
All DisplayObjects can now be interactive
mouseupoutside callback added
mousemove callback added
touchendoutside callback added
touchmove callback added
getLocalPosition function add to InteractiveData
2013-04-15 22:04:34 +01:00
Charlotte Gore
953e8fe261 PIXI now wrapped in an anonymous function, with exports for CommonJS. 2013-04-05 22:34:24 +01:00
Chad Engler
066228cc33 Clean up gruntfile and package.json, use grunt for yuidocs 2013-04-03 11:16:25 -04:00
Chad Engler
41e8a6eafa Add test framework 2013-04-03 10:50:58 -04:00
Charlotte Gore
32aa6fea38 Converted to grunt build 2013-04-03 13:17:42 +01:00