Mat Groves
80688885b5
Merge pull request #569 from timjrobinson/updatetransform-fix
...
Fixed updateTransform bug.
2014-02-12 10:31:34 +00:00
Tim Robinson
e8d509482d
Fixed updateTransform bug.
2014-02-12 18:57:04 +00:00
Mat Groves
d558a7b222
Update README.md
2014-02-11 20:48:52 +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
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
weepy
64ae9d0d3e
added tinting for bitmap chars
2014-02-04 22:08:28 +00:00
Chad Engler
2dde48246e
fix graphics updateBounds
2014-02-04 14:00:34 -08:00
Mat Groves
bfe21598fe
Update README.md
2014-02-04 09:04:47 +00:00
Mat Groves
597e2b129e
Published files
2014-02-04 09:01:11 +00:00
Mat Groves
e78a82fa34
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
2014-02-04 08:59:15 +00:00
Mat Groves
c2cf3f264c
Tweaked interaction manager to handle mouse leave events better
2014-02-04 08:52:25 +00:00
Chad Engler
99520e3b65
TilingSprite fixes for CocoonJS, closes #490
2014-02-03 12:40:39 -08:00
Chad Engler
90d4d9abee
Merge pull request #492 from drkibitz/ducktype
...
Duck type img
2014-02-03 12:25:36 -08:00
Chad Engler
4e2eb800c6
Merge pull request #537 from cacheflowe/dev
...
Protect against NaN rotation values
2014-02-03 12:23:39 -08:00
Chad Engler
82f4663216
Merge pull request #539 from qzix13/dev
...
Reusing children and use pool object.
2014-02-03 12:23:13 -08:00
Oleg Kuzyk
e66609d953
Reusing children and use pool object.
...
When need update BitmapText very often it is not the best way to create new Sprites and remove old.
So better way is reusing it and use pool object.
2014-02-03 15:04:02 +02:00
Chad Engler
97b27944e1
remove watch, we don't use it right now
2014-02-02 10:29:29 -08:00
Chad Engler
df8eb5f4fb
Remove all references to mat3 or mat4
2014-02-02 10:28:08 -08:00
CacheFlowe
53ccc8128b
Protect against NaN rotation values
...
Throws an Error if a DisplayObject's rotation was set to NaN. Without this check, Sprite's textures could disappear silently, with no reference to the improper rotation value as the culprit.
2014-02-02 10:54:48 -07:00
Chad Engler
9509f43163
fix typo in graphics webgl render
2014-02-01 17:19:46 -08:00
Mat Groves
15533927f7
Update README.md
2014-01-31 09:55:27 +00:00
Mat Groves
a1091473ec
Fixed type in bitmap font
2014-01-31 09:23:04 +00:00
Mat Groves
001c2b13d7
Tweaked tiling texture and jshinted code
2014-01-31 00:47:08 +00:00
Mat Groves
9c1e235a92
Merge branch 'dev-matrix' into dev
2014-01-31 00:36:10 +00:00
Mat Groves
854ccf54fa
Tweaked getLocalPosition
...
Also cahced css cursor reference in js
2014-01-31 00:34:53 +00:00