danzel
2940cfcb7b
Rename indetityMatrix -> identityMatrix
2014-01-20 14:48:37 +13:00
danzel
54bf9b96b3
English fixes
2014-01-20 14:48:13 +13:00
Mat Groves
4aebb843fd
Fixed issue where filters not rendering in render texture
2014-01-19 15:07:20 +00:00
Mat Groves
f918bec8b6
Fixed Canvas tinting bug
...
Added optimised sprite rendering in canvas implementation of
SpriteBatch.
Added tempMatrix to graphics object to avoid new matrix creation each
render
2014-01-19 10:32:34 +00:00
Mat Groves
620d134055
Added Sprite Batch
...
Added new Sprite Batch for fast rendering - pushes transforms to the GPU
Added setAttribs function to manage VertexAttribArrays in webGL
Modified Point.set function
2014-01-18 20:21:34 +00:00
Mat Groves
2ee1f778b3
Fixed issue with set Point
...
no if only one param is passed x and y are both set to it
2014-01-16 17:31:27 +00:00
Mat Groves
2e0b26d765
Fixed bug where mask was not being applied to tilingSprite in canvas renderer
2014-01-16 16:33:05 +00:00
Mat Groves
b0a3ff9447
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
2014-01-16 16:11:58 +00:00
Mat Groves
480bf36ddf
Republished Bin Files
2014-01-16 16:11:54 +00:00
Mat Groves
237b5f3851
Merge branch 'dev---mask-fix' into dev
2014-01-16 16:09:46 +00:00
Mat Groves
87c0840038
Fixed Masking issue with tiling texture
2014-01-16 16:09:23 +00:00
Mat Groves
7303d00d66
Added set function to Point
2014-01-16 00:59:02 +00:00
Mat Groves
ac84d62ef1
Updated version Number to 1.4.3
2014-01-16 00:58:47 +00:00
Chad Engler
536897a97b
bump json versions
2014-01-15 07:54:58 -08:00
Mat Groves
8a267c7097
Removed rouge ™ from Sprite docs
2014-01-15 14:56:48 +00:00
Mat Groves
3d93fa8f0a
Fixed major issue with removeChild
2014-01-15 13:13:13 +00:00
Mat Groves
73aa9dca93
Tweaked Graphics to only flush SpriteBatch if it has children to render
2014-01-15 11:48:14 +00:00
Mat Groves
aeac4a5f4e
Fixes #503 PIXI.Graphics now renders its Children
2014-01-15 11:07:20 +00:00
Mat Groves
d262a2c46e
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
...
Conflicts:
bin/pixi.dev.js
bin/pixi.js
2014-01-15 09:28:14 +00:00
Mat Groves
87a8ff96bf
Removed visible count reference as its no longer used
2014-01-15 09:24:16 +00:00
Mat Groves
df094bdc4f
Merge pull request #494 from mattdesl/fix-tint-rounding
...
Fixing RGB Tint Rounding
2014-01-14 03:31:09 -08:00
mattdesl
7f3df3d8ce
Fixing a bug with tint RGB rounding; it was previously not working at all.
2014-01-12 21:25:32 -05:00
Chad Engler
ea52c488b0
Merge branch 'drkibitz-karma-fix' into dev
2014-01-12 10:08:10 -08:00
Chad Engler
1ed43e1dfd
Merge branch 'karma-fix' of github.com:drkibitz/pixi.js into drkibitz-karma-fix
2014-01-12 10:07:58 -08:00
Chad Engler
9c002db93c
Merge branch 'master' into dev
2014-01-12 10:07:22 -08:00
Chad Engler
8dab907467
Fix tavis yaml, manually merge #486
2014-01-12 09:54:12 -08:00
Chad Engler
c15f0b17f7
update jshint
2014-01-12 09:46:41 -08:00
Dr. Kibitz
7ac987230f
Use jshint ignores option instead
2014-01-12 01:43:42 -08:00
Dr. Kibitz
6c6e7ca50f
Add karma.conf.js to jshint
2014-01-12 01:34:07 -08:00
Dr. Kibitz
180eae99a7
Karma cleanup, spec reporter
2014-01-12 01:07:13 -08:00
Mat Groves
9da560524f
pixie files update
2014-01-10 10:55:52 +00:00
Mat Groves
b7d79cb2d6
Merge branch 'dev'
2014-01-10 10:53:47 +00:00
Mat Groves
304a73faaf
Modified package version to 1.4.2
2014-01-09 20:48:34 +00:00
Mat Groves
f80ad04012
Update README.md
2014-01-09 20:46:55 +00:00
Mat Groves
768ff10547
Republished main pixie files
2014-01-09 20:25:30 +00:00
Mat Groves
d69e780f9b
Merge branch 'dev'
...
Conflicts:
bin/pixi.dev.js
bin/pixi.js
2014-01-09 20:24:00 +00:00
Mat Groves
c601e020b7
Merge pull request #481 from ekelokorpi/dev
...
CocoonJS fix on updateText
2014-01-09 04:03:18 -08:00
Eemeli Kelokorpi
5ca0f92818
CocoonJS fix on updateText
2014-01-09 13:58:47 +02:00
Mat Groves
507a28e22c
Merge pull request #480 from ekelokorpi/dev
...
CocoonJS compatibility
2014-01-09 03:35:12 -08:00
Eemeli Kelokorpi
9bba647dd4
CocoonJS compatibility
2014-01-09 13:28:57 +02:00
Mat Groves
773b629a0a
Update README.md
2014-01-09 09:15:06 +00:00
Mat Groves
68c476da25
Fixed final ie11 webGL masking issue
...
removed IE11 check in auto detect function
Added AlphaMaskFilter
2014-01-08 23:55:17 +00:00
Mat Groves
c613ee2ae6
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
2014-01-08 21:52:56 +00:00
Mat Groves
733aabf4fa
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
2014-01-08 21:52:17 +00:00
Mat Groves
1536397391
tiny tweaks - removed replaced [] with length=0 in PIXI.destroyTexture
2014-01-08 21:40:34 +00:00
Mat Groves
6098e3b6c9
Merge branch 'DisplayObject-Cache' into dev
...
Conflicts:
bin/pixi.js
2014-01-08 21:33:31 +00:00
Mat Groves
3afff7d51f
Added cacheAsBitmap to PIXI.Graphics
...
Tweaked webGL graphics
Added generateTexture function to PIXI.Graphics
2014-01-08 21:31:40 +00:00
Chad Engler
8916212454
Merge pull request #478 from Nibbler999/dev
...
Remove redundant code, fix trimmed sprite sheets
2014-01-08 07:33:23 -08:00
Tommy Atkinson
5e8fca654b
Remove redundant code, fix trimmed sprite sheets
2014-01-08 12:31:22 +01:00
Mat Groves
5d5f33f601
Removed this.worldVisible = true; line in PIXI.Stage fixes #477
2014-01-08 11:11:15 +00:00