Commit graph

82 commits

Author SHA1 Message Date
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
Mat Groves
527f3b00fa setFrame in PIXI.Texture and webGL bug fixed
now using getter / setter for width and height
2013-04-21 23:42:01 +01:00
Mat Groves
4dda5d1c18 swapChildren and getChildAt function added to DisplayObjectContainer
docs updated
2013-04-20 16:55:43 +01:00
Mat Groves
75456e530e Tiling Sprite added 2013-04-20 15:00:14 +01:00
Mat Groves
3dddce23ad Tiling Sprite added
Added Tiling Sprite to Pixi.js
Added example 9 - TilingSprite
Updated docs
2013-04-20 14:56:30 +01:00
Mat Groves
12a45d93a8 Interaction Bug Fixed 2013-04-20 11:10:58 +01:00
Mat Groves
c1c4d75a3d Touch interaction updates
Fixed null error that was occuring on touchend in interaction manager.
Windows 8 phone css added to view to prevent default zoom
2013-04-16 23:39:28 +01:00
Mat Groves
a1faefe5c7 Documentation updated
pixi build republished
2013-04-15 22:12:35 +01:00
Mat Groves
6ef000059b Setting Sprite Dimensions before loading complete
Now if you set the width of a Sprite before the sprites texture has
loaded it preserves the specified width and height
2013-04-14 23:38:28 +01:00
Mat Groves
70f8640dbd fix for rendering different stages 2013-04-09 08:42:50 +01:00
Mat Groves
cfdd3ae044 transparet pixi.js
transparency option added to renderers
2013-04-06 20:14:50 +01:00
Mat Groves
588c09d872 remove gl-matrix 2013-03-29 18:37:12 +00:00
Mat Groves
30ffc476ad Issue Fixes
- fixed issue of cached images causing the assetloader to not call
onComplete
- Added check to Texture.setFrame to ensure frame is smaller than the
images size
2013-03-28 09:14:54 +00:00
Mat Groves
6bdcce9081 mouseup bug fix
mouseup was returning the mousedown target
2013-03-24 10:34:16 +00:00