Commit graph

15 commits

Author SHA1 Message Date
Anders Nissen
fcd2033d40 First batch of examples cleaned up
Mostly cosmetic improvements
2014-02-12 23:23:44 +01:00
alvinsight
f1795c15f3 Docs, examples again, test folder, removeAll func 2014-02-10 18:15:08 +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
85f1bd6557 WebGL masking issue fixed
WebGL mask objects can now be nested within masked objects
2013-11-03 10:46:41 +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
e50a6716d8 fixed bug in masking example 2013-10-20 18:30:47 +01:00
Mat Groves
fc80c0c602 FIlters Added.. again!
some filters added to pixi
example 15 added too
2013-09-30 01:19:21 +01:00
Dr. Kibitz
aecd78d635 Remove trailing whitespace 2013-09-24 08:49:50 -07: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
5141791ae7 Minor updates and bug fixes
Added new Matrix functions
Added resize function to renderTexture
Fixed RenderTexture Mask bug
2013-07-11 20:19:49 +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
6b2d5f26ca Maskin added to pixi.js
example updated
2013-07-01 21:22:16 +01:00