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
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
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
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
20b297d2bc
Fixed issue where stage object was not calling interactive functions
2013-08-27 07:13:56 -07:00
Chad Engler
491ad0299a
Merge branch 'dev' of github.com:GoodBoyDigital/pixi.js into dev
2013-08-26 09:34:44 -07:00
Chad Engler
ebe434a018
Small documentation fixes from PR #276
2013-08-26 09:34:12 -07:00
Chad Engler
f70fcac02f
Merge pull request #286 from mdoch/dev
...
Fixes #284 , allow colorMask to draw transparency
2013-08-26 09:30:42 -07:00
Chad Engler
5f88a4a2ca
Fix #288 , handle black colors correctly
2013-08-26 09:29:04 -07:00
Mark Docherty
3b9015aef4
Fixes #284
...
This appears to fix the problem that occurs when attempting to add a
mask to a displayobject that is added to a stage with a transparent
background.
2013-08-25 08:48:16 +01:00
Chad Engler
9235982874
Merge pull request #277 from coding46/patch-1
...
[DOC] Small changes
2013-08-21 14:49:14 -07:00
G. Bodenschatz
157dd4d149
[DOC] Small changes
...
* fix wrong param description
* add comment for constructor assignment (as in Point, Rectangle ...)
2013-08-20 23:40:21 +02:00
G. Bodenschatz
cfa90d4c89
[DOC] Small changes
...
* add comment for constructor assignment (as in Point, Rectangle ...)
2013-08-20 23:25:09 +02:00
Chad Engler
c4a3dec49f
Fix typo in comment, closes #275
2013-08-20 13:42:19 -07:00
Chad Engler
8a4d2a8e38
cherry-pick sprite fixes from d533d89
2013-08-20 13:13:41 -07:00
Chad Engler
de94b4134e
cherry-pick canvas fixes from 9eaa024
2013-08-20 13:12:32 -07:00
Chad Engler
725fd16793
fix font not being served as text/xml on dev server (causes IE explosion)
2013-08-20 12:59:27 -07:00