Commit graph

572 commits

Author SHA1 Message Date
Mat Groves
b39061d9d8 Fixed Issue #313 2013-11-03 19:26:40 +00:00
Mat Groves
c165b2ebbd Moved program uniforms
Moved program uniforms locations to the PixiShader rather than the
glProgram
2013-11-03 17:50:39 +00:00
Mat Groves
f8094acb2b Graphics Bug fixs
Fixed bug where webGL graphics not working in safari
Fixed bug where Collinear points cause lines to be draw oddly
2013-11-03 17:19:35 +00:00
Mat Groves
acc4092e21 Removed rogue console.log 2013-11-03 12:43:17 +00:00
Mat Groves
087aab16be Line width now more accurate 2013-11-03 12:38:31 +00:00
Mat Groves
85f1bd6557 WebGL masking issue fixed
WebGL mask objects can now be nested within masked objects
2013-11-03 10:46:41 +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
6c762fb396 Docs updated 2013-11-02 11:37:42 +00:00
Mat Groves
a46b74f8ca Filter Tweaks
Displacement Map Filter tweaked
Demos created
2013-11-01 13:51:25 +00:00
Mat Groves
429851493c Tweaks to Filters runing in render Texture
Added Blur Example
2013-10-30 23:40:40 +00:00
Mat Groves
10379289bb Example updated and redundant files deleted 2013-10-30 09:02:34 +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
Chad Engler
3385362066 Enable per-texture scale filtering 2013-10-26 16:47:02 -07:00
Chad Engler
a19937702e Merge pull request #374 from mattdesl/concat-sourcemaps
Changes to Development Workflow
2013-10-24 10:36:46 -07: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
e50a6716d8 fixed bug in masking example 2013-10-20 18:30:47 +01:00
Mat Groves
c512bd35a4 Displacment Map Added 2013-10-20 18:26:25 +01:00
Mat Groves
127aff7594 Canvas + removed 2013-10-19 17:43:06 +01:00
Mat Groves
5199e6e946 Canvas Tweaks 2013-10-19 17:23:47 +01:00
Chad Engler
44cef3f077 merge dev-webgl-filters into dev 2013-10-19 09:00:13 -07:00
Mat Groves
a73763ee19 ie11 patch
Tempory patch to force canvas in ie11 until i get webGL working in there
2013-10-17 16:26:02 +01:00
Mat Groves
2f3cf52422 ie 11 temp patch
Fixed bug where webGL renderer is used in ie11. WebGL is not currently
working in ie11 - but fixing issues now
2013-10-17 16:21:04 +01:00
Chad Engler
91562cea08 attempt to get a 'webgl' context when 'experimental-webgl' fails 2013-10-15 21:02:36 -07:00
Chad Engler
58360c877c Merge pull request #358 from mattdesl/detector-fix
Updating Detector.js to use latest check
2013-10-15 15:31:32 -07:00
mattdesl
67be6cb55d Merge branch 'detector-fix' of https://github.com/mattdesl/pixi.js into detector-fix 2013-10-15 17:15:32 -04:00
mattdesl
8c2da284a9 update Detector.js; now supports SlimerJS and other environments 2013-10-15 16:51:49 -04:00
mattdesl
8541dd87a9 updating Detector to use new ThreeJS method which supports more environments (like SublimeJS) 2013-10-15 16:47:56 -04: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
Mat Groves
56df185471 Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
Conflicts:
	src/pixi/display/DisplayObjectContainer.js
2013-09-30 00:28:05 +01:00
Chad Engler
4da43dd2db fix typo in texture docs, fixes #332 2013-09-28 15:49:16 -07:00
Chad Engler
7a0995471c fix typo in render texture, fixes #331 2013-09-28 15:48:00 -07:00
Chad Engler
3a7eb7eb99 Merge branch 'dev' of github.com:GoodBoyDigital/pixi.js into dev 2013-09-28 15:45:17 -07:00
Chad Engler
9455c5a7b6 Change typo in Text, fixes #330 2013-09-28 15:45:07 -07:00
Chad Engler
9c0df5700d Merge pull request #315 from Jam3/totalFrames
Added totalframes to MovieClip
2013-09-28 15:37:46 -07:00
Chad Engler
5e074d147f Merge in imageLoader changed from @alaa-eddine, fixes #311 2013-09-28 15:35:21 -07:00
Chad Engler
10010f1837 Merge pull request #301 from drkibitz/trailing-whitespace
Remove trailing whitespace
2013-09-28 15:10:56 -07:00
Dr. Kibitz
aecd78d635 Remove trailing whitespace 2013-09-24 08:49:50 -07:00
Mat Groves
cd21fb7bb0 Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev 2013-09-14 12:52:52 +01:00
Chad Engler
277af3b0de Merge pull request #321 from Jam3/changeInteractionManagerDOM
Change IntercationManager's DOM Element
2013-09-10 13:39:53 -07:00
Mikko Haapoja
87247ecf39 Changed it so that getBoundingClientRect is called on the new dom element vs the one for canvas 2013-09-10 15:53:17 -04:00
Mikko Haapoja
74524b67de Made the cursor update on the newly set dom element for interaction. Also noticed events were being removed for the current/new dom element and not the old one 2013-09-10 14:29:45 -04:00
Mikko Haapoja
5aaeff70d0 Made sure that if the dom element for interaction has been set then the canvas dom element wont reset it 2013-09-10 14:23:44 -04:00
Mikko Haapoja
262ff071c6 Made it so that you can change which dom element receives mouse/touch events 2013-09-10 13:02:26 -04:00
Mikko Haapoja
1a675f48b3 Added totalframes to MovieClip 2013-09-06 14:14:37 -04:00
Mat Groves
8b733bd8df Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev 2013-08-28 13:28:11 +01:00
Mat Groves
90b16d947d Rebuild pixi.js files 2013-08-28 09:55:19 +01:00