Commit graph

700 commits

Author SHA1 Message Date
Jeena Paradies
e1f8766a71 Added doc for BaseTexture.fromCanvas 2014-03-08 01:15:14 +01:00
Jeena Paradies
ad7ced5407 @param doc about scaleMode in Texture.fromCanvas 2014-03-08 01:09:33 +01:00
Jeena Paradies
85e6d1928e @param doc about scaleMode in Texture.fromImage 2014-03-08 01:08:20 +01:00
Chad Engler
b9363442ac bump to v1.5.1, add new builds 2014-02-13 08:09:19 -08:00
Chad Engler
60ed64d8df remove grunt-contrib-watch 2014-02-13 08:08:45 -08:00
Chad Engler
58f9cf44bb merge dev into master 2014-02-13 08:06:25 -08:00
Mat Groves
818f709764 Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev 2014-02-13 16:02:39 +00:00
Chad Engler
963ea0b4af Merge pull request #572 from anissen/fix-autoDetectRenderer-constructor
Changed parameter ordering to be consistent with WebGLRenderer and CanvasRenderer
2014-02-13 07:55:45 -08:00
Mat Groves
9706622bce updated pixi version number 2014-02-13 15:50:16 +00:00
Mat Groves
abceb5cb71 Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev 2014-02-13 15:46:42 +00:00
Mat Groves
f8a6285f7f Fixed FF tiling sprite bug
added chaining to graphics object
2014-02-13 15:44:26 +00:00
Chad Engler
86e3e0a003 Merge pull request #574 from iirelu/dev
Changed karma to have a 60,000 ms capture timeout
2014-02-12 17:30:48 -08:00
iirelu
057563cc51 Changed karma to have a 60000ms capture timeout
The previous captureTimeout was so short that on computers with even
average hardware couldn't open firefox fast enough for Karma's liking,
mostly killing the process whilst firefox was still starting up.
2014-02-13 01:12:22 +00:00
Anders Nissen
a9927ae70b Updated examples to reflect API change 2014-02-12 22:54:12 +01:00
Anders Nissen
ebd20c6de9 Changed parameter ordering to be consistent with WebGLRenderer and CanvasRenderer 2014-02-12 22:36:48 +01:00
Mat Groves
2d74436c00 Merge branch 'pr/569' into dev 2014-02-12 10:50:14 +00:00
Tim Robinson
e8d509482d Fixed updateTransform bug. 2014-02-12 18:57:04 +00:00
Mat Groves
c759801b2e Rebuild Files 2014-02-12 10:33:55 +00:00
Mat Groves
80688885b5 Merge pull request #569 from timjrobinson/updatetransform-fix
Fixed updateTransform bug.
2014-02-12 10:31:34 +00:00
Mat Groves
d558a7b222 Update README.md 2014-02-11 20:48:52 +00:00
Mat Groves
f2c6d1427b Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev 2014-02-11 11:37:36 +00:00
Chad Engler
cb400573d4 Add new v1.5.0 builds 2014-02-10 11:57:37 -08:00
Chad Engler
743f9279b3 fix up some merge issues 2014-02-10 11:57:15 -08:00
Mat Groves
03f1acbe3b Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev 2014-02-10 19:53:29 +00:00
Mat Groves
78d45b2399 Added cross origin and scaleMode to Sprite.fromImage 2014-02-10 19:53:23 +00:00
Chad Engler
009122b6c6 bump package versions to v1.5.0 2014-02-10 11:51:16 -08:00
Chad Engler
cc2ecf4300 merge dev 2014-02-10 11:50:27 -08:00
Chad Engler
c191cdcf70 Merge pull request #561 from alvinsight/dev
Docs, examples again, test folder, removeAll func
2014-02-10 10:22:54 -08:00
alvinsight
f1795c15f3 Docs, examples again, test folder, removeAll func 2014-02-10 18:15:08 +00:00
Mat Groves
46226d05e2 Merge pull request #557 from alvinsight/dev
Cleaned the examples and the src a bit, plus docs
2014-02-10 10:57:47 +00:00
Mat Groves
7f06fb3554 Merge pull request #556 from photonstorm/dev
Fixes a rogue new-line character on the end of Text objects
2014-02-09 23:55:39 +00:00
photonstorm
6101e25ca9 Fixes a rogue new-line character on the end of Text objects that have word wrapping enabled (causing the Text bounds to be 1 line too high). 2014-02-09 23:52:30 +00:00
Chad Engler
c4a0185c0f Pass loader that completed, fixes #213 2014-02-09 12:02:33 -08:00
Mat Groves
09d1354b32 Fixed Ellipse contains function 2014-02-09 16:34:34 +00:00
Mat Groves
4c911dcdd9 Modified trim to be a rectangle instead of point
removed trimmed variable on sprite as no longer required
tweaked test to not expect trim to be point
2014-02-09 14:38:19 +00:00
Mat Groves
f29d51b43d Merge pull request #555 from photonstorm/dev
Added PIXI.canvas global object for fill/clear/px rounding
2014-02-09 11:19:24 +00:00
photonstorm
b4eb403422 Merged fillRect and clearRect to single clearBeforeRender boolean. 2014-02-09 11:13:12 +00:00
photonstorm
723c5ca525 Hoisted the fillRect/canvasRect/pxRound flags to the CanvasRenderer. 2014-02-09 11:04:54 +00:00
photonstorm
b757e652e9 Added PIXI.canvas global object which allows for tighter configuration of the canvas renderer. Allows the dev to control if fillRect / clearRect is called (as it's not needed for lots of games and can help perf slightly on legacy devices). Also added PX_ROUND boolean. If true (default is false) it will Math.floor the x/y values on the transform, this stops interpolation when Sprites are rendered at non-pixel values, keeping pixel art crisp. Also helps performance on older mobiles. I removed the view.style.backgroundColor as it was never set, mostly commented-out and is unreliable as hell on Android anyway :( (which I guess is why it had been replaced with the fillRect instead). 2014-02-09 02:24:02 +00:00
Mat Groves
e99a42dd26 Fixed sprite batch issue 2014-02-08 23:45:03 +00:00
Mat Groves
312976e2aa Fixes #543
Updated graphics cacheAsBitmap to use getLocalBounds
Tweaks to getLocalBounds
Tweaks to getBounds
removed unnecessary variable declaration in updateTransform
2014-02-08 18:39:44 +00:00
Mat Groves
c01aebc5ec Merge pull request #553 from tleunen/dev
fix gl variable reference in RenderTexture.resize
2014-02-08 10:07:11 +00:00
Tommy
782afdfffa fix gl variable in RenderTexture.resize 2014-02-06 14:27:00 -05:00
alvinsight
2134e4f30c Cleaned the examples and the src a bit, plus docs 2014-02-06 18:05:23 +00:00
Chad Engler
3bfa2e2455 Revert "Protect against NaN rotation values"
This reverts commit 53ccc8128b.
2014-02-06 07:58:37 -08:00
Chad Engler
7c9ff84f22 call proper parent update 2014-02-04 16:26:43 -08:00
Chad Engler
1958c1188a Revert "call updateText directly instead of dirty system"
This reverts commit 537dc7d36f.
2014-02-04 16:25:58 -08:00
Chad Engler
537dc7d36f call updateText directly instead of dirty system 2014-02-04 16:18:58 -08:00
Chad Engler
a27daeb360 Have BitmapText inherit from SpriteBatch instead of DOC 2014-02-04 16:15:28 -08:00
Chad Engler
d0e37e13ef Merge pull request #546 from weepy/dev
added tinting for bitmap chars
2014-02-04 16:14:38 -08:00