Commit graph

62 commits

Author SHA1 Message Date
alvinsight
2134e4f30c Cleaned the examples and the src a bit, plus docs 2014-02-06 18:05:23 +00:00
Mat Groves
6e27b116e7 Implemented texture caching for fromCanvas method 2014-01-23 19:43:07 +00:00
Mat Groves
d56d6df260 refactored webGL renderer 2013-12-27 16:21:54 +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
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
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
Mat Groves
74f5a3574c Graphics Implemented 2013-06-19 18:20:06 +01:00
Mat Groves
9a806b5720 Initial Commit
Mitre line algorth working in webGL
2013-06-17 14:14:34 +01:00
Mat Groves
2faa06c71d Spine Example updates
Fix merge issue
Updated spine examples
2013-06-12 12:55:47 +01:00
Mat Groves
60c348bcce Bug Fix
Fixed bug in webGL renderer when batch splitting used wrong texture.
Updated comments for Text Object
2013-06-07 21:14:11 +01:00
Mat Groves
14830bf6da Text bug Fixes
Fixed bug with where only 1 bitmap font can be used
Fixed bug when setting Text value to a number value by using toString
2013-06-05 20:16:00 +01:00
Mat Groves
43b289aeeb Render Texture bug fix
Fixed bug with rendering single sprite
Example updated
2013-05-24 14:09:11 +01: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
6a049c788e Merge branch 'Dev'
Conflicts:
	src/pixi/text/Text.js
2013-05-22 18:51:59 +01:00
Mat Groves
2ea0241de3 text update 2013-05-22 18:47:24 +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
Mat Groves
ba5a79c606 Tiny Text fix 2013-05-06 22:07:34 +01:00
Mat Groves
b378c1ab85 Bitmap Fonts added
Docs updated
2013-05-06 21:59:37 +01:00
Mat Groves
164e35e5f0 buttonMode added and documented 2013-05-01 11:03:52 +01:00
Mat Groves
c1240a1da7 InterationData target bug fix
fixed issue with interactionData returning a null target
fixed issue with interaction manager and items being clickable
underneath other clickable items
2013-04-30 21:25:44 +01:00
Mat Groves
7fff2f52ba text example updated 2013-04-26 02:13:43 +01:00
Mat Groves
982757c104 published pixi 2013-04-24 21:02:39 +01:00
Mat Groves
09dbbd5d13 Text added to PIXI
destroy function added to textures too
docs updated
new example added
2013-04-24 20:54:03 +01:00
Mat Groves
7933cadb77 webGLrender frame update 2013-04-22 00:08:16 +01:00
Mat Groves
0dd7879da4 Interaction Manager update 2013-04-22 00:07:21 +01:00