Commit graph

700 commits

Author SHA1 Message Date
Mat Groves
cef2ceb286 Tweaked mouse up interaction to work inline with expectations
commented out unused {}
2014-01-23 16:03:20 +00:00
Mat Groves
141083e8d2 Fixed hoever interaciton inconsistency
Also changed canvas renderer to use fillRect instead of clearRect as
its faster and works with the new alpha property that canvas has
2014-01-23 15:21:23 +00:00
Mat Groves
12bf89f564 Fixed scale Issue with text 2014-01-22 19:33:44 +00:00
Mat Groves
48fcf67b0d Fixed bug in canvas when using masking and blend modes
Also removed canvas alpha property temporarily as the new feature needs
to be full tested
2014-01-22 19:30:06 +00:00
Mat Groves
d8563505f5 Fixed issue with transparent webGL renderer in FF 2014-01-21 22:35:10 +00:00
Mat Groves
b0f8c931b0 Moved Constants to pixi.js file 2014-01-21 22:14:18 +00:00
Mat Groves
53dcef5277 Added alpha:transparency to canvas renderer 2014-01-21 21:46:49 +00:00
Mat Groves
99dd5b8db2 Merge pull request #514 from brianblakely/patch-1
[CanvasRenderer] Native "alpha" Context Attribute
2014-01-21 13:43:27 -08:00
Mat Groves
228fa97b16 Fixed rollover issue with mouse 2014-01-21 21:36:23 +00:00
Mat Groves
1f67673793 updated the visible check for display objects 2014-01-21 20:58:27 +00:00
Mat Groves
7364f86533 changed PIXI.blendModesCanvas to PIXI.blendModesWebGL in webGL renderer 2014-01-21 20:50:36 +00:00
Mat Groves
a9cdc4d727 Merge branch 'pr/508' into dev 2014-01-21 20:47:02 +00:00
brianblakely
781408dad8 [CanvasRenderer] Native "alpha" Context Attribute
WHATWG Reference: http://wiki.whatwg.org/wiki/CanvasOpaque
Chromium Ticket: https://code.google.com/p/chromium/issues/detail?id=234297

This API feature is now shipping in Chrome 32 stable.  Tested there, as well as in Safari 7 and Firefox 26 (which do not yet support it).  The desired effect is exhibited with no known regressions, and should provide performance improvements, where supported, akin to the same feature in WebGL.

NOTE: As is the case with WebGLRenderer, PIXI.Stage.setBackgroundColor will currently have no effect when transparent is false.
2014-01-20 17:30:12 -05:00
Mat Groves
d97fb9da24 Merge pull request #511 from danzel/dev
English fixes/improvements to the comments
2014-01-20 12:30:39 -08:00
danzel
18e0e87a97 fix whitespace error 2014-01-20 15:03:44 +13:00
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
cjgammon
6e7efddaf0 fix spacing alignment 2014-01-16 14:40:25 -08:00
cjgammon
630ba7bc9a add unused webgl blend modes to webgl renderer 2014-01-16 14:37:35 -08:00
cjgammon
c49474ef3c fix spacing and add fallback for ie 2014-01-16 12:22:15 -08:00
cjgammon
079bac99a5 add supported canvas blend modes to canvas renderer 2014-01-16 11:15:03 -08:00
cjgammon
66df69d475 add all supported canvas blend modes to sprite 2014-01-16 11:14:12 -08: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
95fdf9bb4a Merge branch 'dev' 2014-01-15 07:55:04 -08: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
20683fb91c Merge branch 'master' of https://github.com/GoodBoyDigital/pixi.js 2014-01-15 13:18:32 +00:00
Mat Groves
5a9c6434cd updated bin files 2014-01-15 13:18:28 +00:00
Mat Groves
39161a2ce4 Merge branch 'dev' 2014-01-15 13:16:14 +00:00
Mat Groves
adb403f929 minor tweaks 2014-01-15 13:15:39 +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
438a8adcf2 Update README.md 2014-01-14 11:59:42 +00:00
Mat Groves
783f777c0c Update README.md 2014-01-14 11:44:04 +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
Dr. Kibitz
ce814e8a71 Duck type img 2014-01-12 17:54:50 -08:00