Commit graph

118 commits

Author SHA1 Message Date
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
Chad Engler
3fb36d6272 Add some docs to the new fromImage method 2013-04-18 07:53:03 -04:00
Chad Engler
17f8260b5e add fromImage to BaseTexture 2013-04-18 07:49:02 -04:00
Mat Groves
7a59ba7a23 Merge pull request #74 from englercj/movie-loop
Add properties for MovieClip to loop and have a completed callback
2013-04-17 05:50:23 -07:00
Chad Engler
266dbed4ad typo, mean to say < not <= 2013-04-17 07:55:38 -04:00
Chad Engler
7bcdafaecf Add properties for MovieClip to loop and have a completed callback 2013-04-17 07:50:37 -04:00
Fishrock123
7ec6c14e65 Added Stage.getMousePosition()
Directly returns a more sane path to the
Stage.interactionManager.mouse.global point object that contains the
mouse's coords.
2013-04-16 23:37:28 -04: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
11e047fe7b Merge branch 'Interactive-Update' 2013-04-15 22:09:09 +01:00
Mat Groves
b1010103af Interaction Manager update
All DisplayObjects can now be interactive
mouseupoutside callback added
mousemove callback added
touchendoutside callback added
touchmove callback added
getLocalPosition function add to InteractiveData
2013-04-15 22:04:34 +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
4f503405d3 Merge pull request #49 from ze0nni/master
Texture Cache
2013-04-10 15:28:34 -07:00
Mat Groves
aaddd35c42 merge file issue 2013-04-09 08:44:46 +01:00
Mat Groves
70f8640dbd fix for rendering different stages 2013-04-09 08:42:50 +01:00
Mat Groves
ab0a0bee6c Merge pull request #60 from RobertWHurst/master
WebGLRender should cleanup previous stage.
2013-04-09 00:36:31 -07:00
Robert Hurst
91069a242d fixes #59 WebGLRenderer not cleaning up old stage
Add cleanup logic to WebGLRender to so if the stage is changed, sprites from the previous stage are not left behind.
2013-04-08 21:19:53 -07:00
Mat Groves
468227d2cc Merge pull request #54 from spmurrayzzz/patch/texturepacker_compat
Sanity check frame object before adding to TextureCache
2013-04-07 16:41:38 -07:00
Stephen Murray
bd5f5352b7 For texturepacker compatiblity, make sure 'frame' property exists before attempting to use it 2013-04-07 12:19:46 -04:00
Mat Groves
6dacba9b33 docs updated 2013-04-06 21:09:38 +01:00