Commit graph

700 commits

Author SHA1 Message Date
Mat Groves
fdfd9c1945 removed gl-matrix from file system 2013-03-29 18:37:12 +00:00
Mat Groves
588c09d872 remove gl-matrix 2013-03-29 18:37:12 +00:00
Mat Groves
233c46d9ce Update README.md 2013-03-29 01:08:35 +00:00
Mat Groves
11a0f4a372 Update README.md 2013-03-29 01:05:37 +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
Mat Groves
85d661f0b9 Merge pull request #17 from Nibbler999/build
Build a non-minified version, document build process
2013-03-23 04:25:01 -07:00
Mat Groves
d46aa30392 Merge pull request #22 from mvasilkov/js-idiomatic
Idiomatic JavaScript
2013-03-23 03:49:02 -07:00
Mat Groves
9180e73581 Merge pull request #20 from Ateoto/feature-cors
Added Cross Origin Resource Sharing support.
2013-03-23 03:45:05 -07:00
Mat Groves
c37ba4ff7f scope issue for setInteractive
fixed a scope issue in the setInteractive function.
2013-03-23 10:01:16 +00:00
Mark Vasilkov
cf00e200c7 Idiomatic JavaScript
Also remove executable bit from LICENSE.
2013-03-22 16:15:27 +02:00
Matthew McCants
00528a393a Added Cross Origin Resource Sharing support. 2013-03-22 03:48:59 -05:00
Mat Groves
9838176a49 target property added to PIXI.InteractiveData
docs updated to reflect change
2013-03-22 08:34:49 +00:00
Mat Groves
74b26670ab Merge pull request #18 from Nibbler999/spritesheet-mime
Add mime type override to json request
2013-03-21 10:38:40 -07:00
Nibbler999
5066b10d41 Check method exists before calling 2013-03-21 15:27:30 +01:00
Nibbler999
ea77f37ef2 Add mime type override to json request 2013-03-21 15:16:47 +01:00
Nibbler999
0fa788fecd Build a non-minified version, document build process 2013-03-21 14:53:10 +01:00
Mat Groves
0702bb02fd Merge pull request #15 from ewdicus/master
Removed some merge conflict tags from Detector.js
2013-03-21 01:47:20 -07:00
Elliott Dicus
510a36a2b2 Removed merge conflict tags from Detector 2013-03-20 21:58:10 -07:00
Mat Groves
ca9f0bffb6 Update README.md 2013-03-20 22:38:49 +00:00
Mat Groves
047f12661b Update README.md 2013-03-20 21:02:32 +00:00
Mat Groves
3c2ef465b7 Update README.md 2013-03-20 20:27:17 +00:00
Mat Groves
f5cc062922 Interactivity Added
-Interaction Manager added to pixi.js to enable mouse and touch
interactivity.

- Interactive example added to examples folder

- docs updated

- build file updated
2013-03-20 20:22:05 +00:00
Mat Groves
9a0cd873b5 Merge pull request #12 from CharlotteGore/patch-1
Update DisplayObject.js
2013-03-18 04:56:20 -07:00
Charlotte Gore
7756353db0 Update DisplayObject.js
This looks like it's not doing anything. On purpose or is it a typo?
2013-03-18 11:46:56 +00:00
Mat Groves
40db0c3b2c Merge pull request #9 from yetanotherportfolio/patch-1
Typo :)
2013-03-17 14:49:43 -07:00
yetanotherportfolio
db0ae80490 Typo :) 2013-03-17 18:47:17 -03:00
Mat Groves
b022051124 Merge pull request #7 from amadeus/master
Allowing Renderer's to accept a pre-made canvas/view
2013-03-16 17:03:53 -07:00
Mat Groves
9bf24a14e7 Merge pull request #8 from mattbasta/patch-1
Readme Cleanup
2013-03-16 17:02:09 -07:00
Matt Basta
4bbc0f6589 Readme Cleanup 2013-03-16 16:51:17 -07:00
Amadeus Demarzi
a82a50d832 Updated renderers to accept a view
The reason for this commit is to allow support for previously created
canvases to be specified as views.

The major usecase here is Ejecta, who's primary screen canvas is always
obtained through document.getElementById('canvas'); Thus, creating a
canvas using document.createElement('canvas') would only make an
offscreen canvas which wouldn't be visible.

This commit maintains backwards compatibility since specifying a canvas
is completely optional, and if none is specified, it falls back to
previous behaviour.
2013-03-16 18:23:18 -04:00
Mat Groves
f78ae487e1 Update README.md
docs link added
2013-03-15 13:56:29 +00:00
Mat Groves
5e8638e18e Update README.md
bunny link fixed
2013-03-05 20:50:55 +00:00
Mat Groves
d2022c2e2d Update README.md 2013-03-03 10:14:03 +00:00
Mat Groves
c3087c03f1 read me update 2013-03-02 22:53:38 +00:00
Mat Groves
b8d849032c alpha update
added new function Texture.fromCanvas
docs updated
photonstorm morph example added
photonstorm balls example added
examples renamed
2013-03-02 20:49:12 +00:00
Mat Groves
46174cc0ca readme update 2013-02-28 22:42:26 +00:00
Mat Groves
dfa92dd607 yet another update :/ 2013-02-28 21:05:33 +00:00
Mat Groves
99697de645 readme code snippet updated 2013-02-28 21:04:24 +00:00
Mat Groves
0b2b7aec6b readme type 2013-02-28 21:02:40 +00:00
Mat Groves
3932b372a2 readme links updated 2013-02-28 20:56:41 +00:00
Mat Groves
49b27489b8 readme update 2013-02-28 20:55:16 +00:00
Mat Groves
66d8382f68 readme update 2013-02-28 20:54:44 +00:00
Mat Groves
24f4c599e6 read me examples added 2013-02-28 20:53:45 +00:00
Mat Groves
79d99854f5 update
examples added
stage.setBackground added
2013-02-28 20:42:50 +00:00
Mat Groves
0558060de2 Documentation first draft 2013-02-24 17:12:35 +00:00
Mat Groves
5786d33f94 read me update 2013-02-20 19:07:59 +00:00
Mat Groves
18dca7aee1 Documentation update 2013-02-20 19:05:51 +00:00
Mat Groves
7a977ace5c Alpha version 2013-01-21 22:45:40 +00:00
GoodBoy23
b84c8c8175 Initial commit 2013-01-21 14:40:50 -08:00