Mat Groves
1a640e9c23
Update README.md
2013-05-24 15:12:09 +02: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
34b6352a57
Text update
2013-05-23 22:57:59 +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
df77e6dada
Merge branch 'master' of https://github.com/GoodBoyDigital/pixi.js
...
Conflicts:
src/pixi/text/Text.js
2013-05-22 18:49:29 +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
7d7bf27437
Merge pull request #119 from adrienbrault/fix-methods-static
...
Fix methods that shouldnt be static
2013-05-10 16:19:24 -07:00
Adrien Brault
c559cd25bf
Fix methods that shouldnt be static
2013-05-10 19:01:32 +02:00
Mat Groves
d7606f3e70
Merge pull request #117 from FredrikAppelros/tilescale-fix
...
tileScale fix for TilingSprite
2013-05-10 06:33:27 -07:00
Fredrik Appelros
3d231782e7
tileScale fix for TilingSprite
2013-05-10 13:17:11 +00:00
Mat Groves
1d06c7d4db
Merge pull request #107 from krzysztof-o/master
...
BitmapText docs update and new line character
2013-05-10 01:02:43 -07:00
Krzysztof Opalka
15a9019f68
new line characters and doc update
2013-05-08 18:06:39 +02:00
Mat Groves
5de18a11fd
Merge pull request #109 from krzysztof-o/issue108
...
Fixes #108
2013-05-07 11:40:57 -07:00
Krzysztof Opalka
42eb9bc5cf
Fixes #108
2013-05-07 19:23:56 +02:00
Mat Groves
d309cac49e
Update README.md
2013-05-06 23:44:24 +02:00
Krzysztof Opalka
8027a40e06
docs update
2013-05-06 23:29:53 +02: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
Krzysztof Opalka
ae98487b16
bitmap fonts
2013-05-06 19:12:25 +02:00
Krzysztof Opalka
89ca071ab2
loaders class refactoring
2013-05-05 13:31:28 +02:00
Krzysztof Opalka
b848f34f69
moved text style params to separated object
2013-05-04 20:16:29 +02:00
Krzysztof Opalka
e02b813e80
multiline text
2013-05-04 18:22:48 +02:00
Mat Groves
48e8931edc
Merge pull request #99 from Fishrock123/master
...
Remove an offending comma.
2013-05-04 07:53:58 -07:00
Fishrock123
5e19ad5aaa
Fixed #51
2013-05-04 10:00:54 -04:00
Mat Groves
d9ab4ec80c
Merge pull request #51 from CharlotteGore/commonjs
...
PIXI now wrapped in an anonymous function, with exports for CommonJS.
2013-05-04 03:19:26 -07:00
Mat Groves
207085c322
Update README.md
...
forum link added
2013-05-03 15:15:49 +02: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
422b60662c
Update README.md
2013-04-24 22:04:55 +02:00
Mat Groves
982757c104
published pixi
2013-04-24 21:02:39 +01:00
Mat Groves
a4307208f7
Merge branch 'master' of https://github.com/GoodBoyDigital/pixi.js
2013-04-24 20:59:00 +01:00
Mat Groves
cd29c475dc
Merge pull request #84 from Jephery/master
...
Consolidated shader compilers
2013-04-24 12:58:44 -07: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
Jeffery Harlan
7c6287770e
Consolidated shader compilers
2013-04-23 17:02:53 -10: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
eb63e5a0f8
Merge pull request #78 from englercj/texture
...
Texture
2013-04-21 15:52:29 -07: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
1728244a8c
Update README.md
2013-04-21 15:47:07 +02:00
Mat Groves
4dda5d1c18
swapChildren and getChildAt function added to DisplayObjectContainer
...
docs updated
2013-04-20 16:55:43 +01:00
Mat Groves
760e0a5c56
Merge pull request #73 from Fishrock123/master
...
Add Stage.getMousePosition()
2013-04-20 08:21:59 -07:00
Mat Groves
03838313c8
Tweaked interaction example
...
made use of mouseupoutside and touchendoutside
2013-04-20 16:02:50 +01:00
Mat Groves
65a0749634
Update README.md
2013-04-20 16:44:58 +02:00
Mat Groves
4790af95a2
main build updated
2013-04-20 15:01:09 +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