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
f0c082a3cc
optimized renderer
...
by not using getter/setter in render loop when checking filters/masks
2013-12-28 23:03:23 +00:00
Mat Groves
273d78aa85
Added Tinting to webGL and blend modes to canvas and webGL
...
Items now have a tint property and a blendmode property
2013-12-28 22:40:46 +00:00
Mat Groves
a59131c514
Tidied up displayObject removing linked list bits
2013-12-28 00:33:42 +00:00
Mat Groves
f381e865da
added width and height properties to displayObjectContainer
2013-12-27 18:44:12 +00:00
Mat Groves
dd94b41282
Removed WebGL Batch and webGL RenderGroup
2013-12-27 18:24:44 +00:00
Mat Groves
3cf495e724
Removed Linked lists
...
Simplified add/remove child
2013-12-27 18:18:42 +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
Mat Groves
abb731ec4a
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
...
Conflicts:
src/pixi/renderers/webgl/WebGLFilterManager.js
src/pixi/textures/BaseTexture.js
2013-12-23 17:38:46 +00:00
Mat Groves
86e51af5c0
Fixed issue with removing children with filters
2013-12-03 12:05:22 +00:00
Mat Groves
5785e64b0c
Merged new PIXI Shader code
2013-12-03 11:15:35 +00:00
Mat Groves
b5a2216788
Tweaking filters
...
Doc update
2013-12-03 10:48:01 +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
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
fc80c0c602
FIlters Added.. again!
...
some filters added to pixi
example 15 added too
2013-09-30 01:19:21 +01:00
Mat Groves
caa3c00d0a
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
...
Fixed Bug with text with being displayed wrong
Conflicts:
src/pixi/display/DisplayObjectContainer.js
2013-07-24 15:03:53 +01:00
Mat Groves
9d32a54bb8
Minor update
...
resize function added to render texture
fixed bug with masking in webGL causing mask to not show
fixed bug with incorrect target being returned with interaction event
2013-07-24 14:43:59 +01:00
Mat Groves
92b513e4f0
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
...
Conflicts: src/pixi/textures/RenderTexture.js
Updated example for render texture
2013-07-11 20:32:29 +01:00
Mat Groves
b35a84cb23
Removed Some debbuging code for masks
2013-07-02 10:50:27 +01:00
Mat Groves
69b3be322e
Docs updated Builds updated
2013-07-02 10:48:05 +01:00
Mat Groves
3e25e80709
Compiled Version of PIXI.js added
2013-07-01 21:22:53 +01:00
Mat Groves
74e0ccc517
Filter Adding functionality added
...
single filter applying now works in canvas and webGL
2013-07-01 11:53:17 +01:00
Mat Groves
73bed4c468
DisplayObject link updated
2013-06-30 17:29:22 +01:00
Mat Groves
d6ae6a0507
First frame update fixed
2013-06-30 16:23:55 +01:00
Mat Groves
e010142b21
Last Object tupdate
2013-06-30 10:55:36 +01:00
Mat Groves
edda8b451c
Bug Fix
2013-06-29 17:47:56 +01:00
Mat Groves
4d578fe443
Linked List update
2013-06-29 13:53:09 +01:00
Mat Groves
845f6774be
Fixed interaction bug
2013-06-26 17:10:31 +01:00
Mat Groves
3d552dd503
setInteractive replaced with getter/setter "interactive"
...
setInteractive Deprecated
examples updated
2013-06-24 17:20:33 +01:00
Mat Groves
c6e6f7458e
WebGL Render Bug Fix
2013-06-24 15:32:52 +01:00
Mat Groves
c70b525bd2
WebGLGraphics PC bug fix
...
Fixed error with attribs on chrome / ff for pc
2013-06-23 17:38:41 +01:00
Mat Groves
cfe81283c0
PIxi.js File Built
2013-06-23 16:24:03 +01:00
Mat Groves
e46b57b980
Bug fix for webGLGraphics
...
indices not being cleared when clear() called
2013-06-23 14:59:56 +01:00
Mat Groves
5ce7074dc1
Example 13 updated
2013-06-23 12:09:18 +01:00
Mat Groves
ee84616ebb
Alpha implemented in graphics Object
2013-06-22 22:25:50 +01:00
Mat Groves
e91be9b53a
Docs updated
...
example updated
misplaced files removed
2013-06-22 11:46:57 +01: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
Mat Groves
4b6d45c4a0
Merge branch 'dev-primitive' into dev
...
Conflicts:
bin/pixi.js
2013-06-20 16:07:27 +01:00
Mat Groves
4dab30ee17
Documentation Fix
2013-06-19 20:43:52 +01:00