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
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