Commit graph

57 commits

Author SHA1 Message Date
Chad Engler
60ed64d8df remove grunt-contrib-watch 2014-02-13 08:08:45 -08:00
Mat Groves
f8a6285f7f Fixed FF tiling sprite bug
added chaining to graphics object
2014-02-13 15:44:26 +00:00
Chad Engler
97b27944e1 remove watch, we don't use it right now 2014-02-02 10:29:29 -08:00
alvinsight
57d7e373ec Dived into WebGLRenderer, fixes and docs 2014-01-28 17:25:00 +00:00
alvinsight
e3de999e21 Typos and Started tackling the WebGL, and tests 2014-01-27 18:07:53 +00:00
Mat Groves
620d134055 Added Sprite Batch
Added new Sprite Batch for fast rendering - pushes transforms to the GPU
Added setAttribs function to manage VertexAttribArrays in webGL
Modified Point.set function
2014-01-18 20:21:34 +00:00
Dr. Kibitz
7ac987230f Use jshint ignores option instead 2014-01-12 01:43:42 -08:00
Dr. Kibitz
6c6e7ca50f Add karma.conf.js to jshint 2014-01-12 01:34:07 -08:00
Mat Groves
68c476da25 Fixed final ie11 webGL masking issue
removed IE11 check in auto detect function
Added AlphaMaskFilter
2014-01-08 23:55:17 +00:00
Mat Groves
29eb95ee44 Small bit of code file organisation for webGL renderer
also tidied up the grunt file to reflect changes to folder structure
2014-01-05 16:09:51 +00:00
Mat Groves
c6ddc833cb codebase now lint free 2014-01-01 15:00:55 +00:00
Mat Groves
1bc122aa05 fixed bug where sprites where always visible 2013-12-31 18:06:09 +00:00
Mat Groves
e8b14def95 Restructured render texture
fixed bug in canvas renderer
created canvasBuffer object
reworked renderTexture
removed ALL global references
2013-12-31 16:04:12 +00:00
Mat Groves
41d6b01e96 Added canvas sprite tiniting
Currently only works with browsers that support the new canvas blend
modes
still need to add tiniting to tilingsprite and graphics
2013-12-29 12:14:34 +00:00
Mat Groves
4858ff74ec Restructured canvas renderer 2013-12-27 17:59:05 +00:00
Mat Groves
d56d6df260 refactored webGL renderer 2013-12-27 16:21:54 +00:00
Chad Engler
0b06305c61 change travis script 2013-12-19 11:36:31 -08:00
Chad Engler
ce8add7c62 merge in jshint fixes 2013-12-19 11:30:30 -08:00
Martin Kelm
dc49c7b396 merge upstream/dev 2013-12-14 12:09:25 +01:00
Chad Engler
6dafb2524d moar jshint fixes for tests 2013-12-08 17:00:30 -08:00
Chad Engler
648a9bd33e a million and one jshint fixes 2013-12-08 15:42:56 -08:00
Chad Engler
a423216a8c change the way jshint runs a bit 2013-12-08 09:11:05 -08:00
Chad Engler
a60de480ff Merge #302 from @drkibitz, and fix conflicts 2013-12-08 08:44:50 -08:00
Chad Engler
d979e1611d Merge #304 from @drkibitz, and fix conflicts 2013-12-08 08:34:59 -08:00
photonstorm
49fff52fc8 Updated PixiShader to use standard uniform naming conventions (1f, 2f, 2fv, etc). Added support for multiple sampler2D calls, allowing multi-texture shaders. Added support for Linear, Repeat, Nearest, Audio and Keyboard textures. Updated all the examples to use the new uniform naming convention. Updated Gruntfile to use the renamed GrayFilter and fixed indexAll in Example 15 to use the GrayFilter as well. 2013-11-20 16:19:25 +00:00
Mat Groves
4204ada63e Added 2 filters fix filter bug
Fixed filter bug where filters not wotkring on transparent renderer
Added CrossHatchFilter
Added RGBSplitFilter
Updated Example 15
2013-11-05 19:51:39 +00:00
Mat Groves
932ca80032 All Filter Exampls Added
Example 16 removed as no longer required
added Color step filter
added Twist filter
added Dot screen
2013-11-02 15:51:02 +00:00
Mat Groves
a46b74f8ca Filter Tweaks
Displacement Map Filter tweaked
Demos created
2013-11-01 13:51:25 +00:00
Mat Groves
74b94a0e27 Filters updates
Added new filters
Added ability for filters to have multiple passes
Optimized texture creation for filters
2013-10-30 01:33:14 +00:00
Mat Groves
2829575604 Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev 2013-10-29 16:59:05 +00:00
Mat Groves
46ae15a6ce New Filter Structure
Base Filters now working for graphics and sprite
Filters now nestable
2013-10-29 16:57:39 +00:00
mattdesl
ddb24d7fe0 - using a single JS source for all examples instead of duplicating files unnecessarily.
- updating Gruntfile and package.json to include grunt-concat-sourcemap and grunt-contrib-watch for easier development.
- use "grunt build-debug" to build a source-mapped file to pixi.dev.js -- or use "grunt watch" during development of examples to auto build-debug any JS changes to PIXI source or the example files.
2013-10-23 11:44:34 -04:00
Mat Groves
c512bd35a4 Displacment Map Added 2013-10-20 18:26:25 +01:00
Dr. Kibitz
67d0c577d3 Squashed commit of the following (jshint):
commit 09d68fb83686b82a2cbac0d99abcc7e0899d6724
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Tue Sep 10 13:14:22 2013 -0700

    ignore W069 just in 4 methods

commit 931afab48f374194a808bedac4e31dd9c20d2ae4
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Tue Sep 10 13:14:03 2013 -0700

    fix for warning W055

commit 43ad62a89a1c83e8da85dd9f9bb6e8a7c0acd59d
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Tue Sep 10 13:13:46 2013 -0700

    rename HEXtoRGB to hex2rgb

commit adc2a1e83823061709dbf1d4b037bebeddc7281c
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Tue Sep 10 13:13:02 2013 -0700

    Changed some jshint settings

commit 0d8eb1ef71332b076a0f9bd565633c92395ed5ec
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sun Sep 1 16:16:53 2013 -0700

    unittest-refactor branch compatible jshint setup

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

    Final progress, jshint passed

commit c0f3750a06616195cf76149091dce4a1da7717ab
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sun Sep 1 10:31:36 2013 -0700

    More progress

commit b2118949bb47cbeffaf53d2cb1a978c8f9ffdf49
Author: Dr. Kibitz <info@drkibitz.com>
Date:   Sun Sep 1 02:38:10 2013 -0700

    jshint progress
2013-10-01 15:37:38 -07:00
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
fc80c0c602 FIlters Added.. again!
some filters added to pixi
example 15 added too
2013-09-30 01:19:21 +01:00
Martin Kelm
3528f2a1c8 added atlas loader in gruntfile 2013-07-31 09:12:26 +02: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