Commit graph

700 commits

Author SHA1 Message Date
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
Mat Groves
7657d78604 title change for example 7 2013-04-06 20:46:27 +01:00
Mat Groves
f2fe7292c8 transparent background example added 2013-04-06 20:44:59 +01:00
Mat Groves
cfdd3ae044 transparet pixi.js
transparency option added to renderers
2013-04-06 20:14:50 +01:00
Charlotte Gore
953e8fe261 PIXI now wrapped in an anonymous function, with exports for CommonJS. 2013-04-05 22:34:24 +01:00
Mat Groves
726e3901ca ignore .DS_Store and .project 2013-04-05 21:19:38 +01:00
Mat Groves
3740c3d30e Merge pull request #50 from mrtrop/patch-1
Missing Semicolon
2013-04-05 12:29:54 -07:00
Max
bf807ccf28 Missing Semicolon
JavaScript may automatically insert the semicolon in places that may break minified code.
2013-04-05 10:33:36 -07:00
onni@laptop
e7e53d2dde fix wrong canvas caching 2013-04-03 22:16:05 +04:00
Mat Groves
ffe425f305 Merge pull request #47 from englercj/tests
Add testing Framework, and do some cleanup
2013-04-03 08:30:52 -07:00
Chad Engler
066228cc33 Clean up gruntfile and package.json, use grunt for yuidocs 2013-04-03 11:16:25 -04:00
Chad Engler
41e8a6eafa Add test framework 2013-04-03 10:50:58 -04:00
Mat Groves
77bc786119 Merge pull request #46 from CharlotteGore/grunt
Converted to grunt build
2013-04-03 07:29:08 -07:00
Charlotte Gore
32aa6fea38 Converted to grunt build 2013-04-03 13:17:42 +01:00
Mat Groves
8a2051c8a2 Merge pull request #40 from englercj/event-aliases
Add on/off/trigger syntax
2013-04-02 11:24:03 -07:00
Chad Engler
d395506b08 Change trigger to emit 2013-04-02 11:35:16 -04:00
Chad Engler
8ebcc96c77 Add on/off/trigger syntax 2013-04-02 08:44:58 -04:00
Mat Groves
3a29735b33 Merge pull request #37 from Nibbler999/var-comma
Fix multi line var declaration
2013-04-01 04:43:50 -07:00
Tom Atkinson
2dc5b8e1d2 Fix multi line var declaration 2013-03-31 18:36:01 +02:00