Martin Kelm
b41af9f14d
revert Spine.js
2013-12-14 12:15:18 +01:00
Martin Kelm
dc49c7b396
merge upstream/dev
2013-12-14 12:09:25 +01:00
Chad Engler
98fe30b7e3
Merge pull request #443 from platogo/protocol-check
...
Check for webserved files by looking at the protocol
2013-12-13 15:37:59 -08:00
Florian Landerl
f134feaa81
Check for webserved files by looking at the protocol
...
Previously it would assume a file is being served from the web as long as href happened to include the string 'http' anywhere - not just at the beginning.
2013-12-13 22:26:26 +01:00
Chad Engler
5794c688ce
Merge pull request #442 from photonstorm/dev
...
Fixed IE11 check. IE11 no longer has MSIE in the userAgent, you need to ...
2013-12-13 07:40:10 -08:00
photonstorm
da868e7f41
Fixed IE11 check. IE11 no longer has MSIE in the userAgent, you need to check for Trident/7.0 instead.
2013-12-13 13:51:55 +00:00
Mat Groves
7e3a2b39df
updateSourceImage added, new flterbounds function added
2013-12-10 12:47:17 +00:00
Chad Engler
812fb076de
remove build badge until pixi is on travis-ci
2013-12-08 17:37:09 -08:00
Chad Engler
13cf18ce39
some small changes to tests
2013-12-08 17:33:42 -08:00
Chad Engler
2f5d3a450a
no longer need that
2013-12-08 17:11:40 -08:00
Chad Engler
6dafb2524d
moar jshint fixes for tests
2013-12-08 17:00:30 -08:00
Chad Engler
5d516cfb81
remove some trailing whitespace
2013-12-08 16:14:18 -08:00
Chad Engler
648a9bd33e
a million and one jshint fixes
2013-12-08 15:42:56 -08:00
Chad Engler
5e08abcc31
remove some comments
2013-12-08 09:39:05 -08:00
Chad Engler
12943e6390
update some modules
2013-12-08 09:11:11 -08:00
Chad Engler
a423216a8c
change the way jshint runs a bit
2013-12-08 09:11:05 -08:00
Chad Engler
eb1d191a06
more up-to-date jshintrc
2013-12-08 08:52:14 -08:00
Chad Engler
a60de480ff
Merge #302 from @drkibitz, and fix conflicts
2013-12-08 08:44:50 -08:00
Chad Engler
d979e1611d
Merge #304 from @drkibitz, and fix conflicts
2013-12-08 08:34:59 -08:00
Chad Engler
9a0560608b
Merge and close #347 , use inherit for cursor style instead of default
2013-12-08 08:11:06 -08:00
Chad Engler
8cb5e1351f
fix conflicts
2013-12-08 08:01:01 -08:00
Chad Engler
d854f5c699
Merge pull request #415 from mattdesl/basetex-destroy2
...
Cleaning up BaseTexture Destroy
2013-12-08 07:58:38 -08:00
josh shepard
5d45bbfc4b
fix incorrect width property for multi-line BitmapText
...
BitmapText.updateText() was setting this.width to the width of the last line of multi-line text, rather than that of the longest line. this made it impossible to center multi-line strings. (found working in Phaser)
2013-12-08 07:51:47 -08:00
alexpusch
b6f51b34b0
Fix setText documentation attribute
2013-12-08 07:48:25 -08:00
Chad Engler
05ca70e128
Merge pull request #431 from namuol/swapChildren
...
`swapChildren` implementation
2013-12-06 11:00:18 -08:00
Louis Acresti
6a7a33c898
style consistency
2013-12-06 00:55:01 -05:00
Louis Acresti
2c97041de8
check for invalid children
2013-12-06 00:49:06 -05:00
Louis Acresti
99bf7d62f1
early-out for self-swap
2013-12-06 00:45:37 -05:00
Louis Acresti
6a40554309
removed example from main swap branch
2013-12-05 21:05:57 -05:00
Louis Acresti
8c5f4a6d77
simple swapChildren example/test
2013-12-05 20:54:47 -05:00
Louis Acresti
59fc91dbe7
swapChildren basic implementation
2013-12-05 20:45:21 -05:00
Mat Groves
86e51af5c0
Fixed issue with removing children with filters
2013-12-03 12:05:22 +00:00
Mat Groves
5785e64b0c
Merged new PIXI Shader code
2013-12-03 11:15:35 +00:00
Mat Groves
400a7d8827
Merge branch 'pr/406' into dev
...
Conflicts:
bin/pixi.dev.js
bin/pixi.js
src/pixi/renderers/webgl/PixiShader.js
2013-12-03 10:56:37 +00:00
Mat Groves
b5a2216788
Tweaking filters
...
Doc update
2013-12-03 10:48:01 +00:00
photonstorm
a4ea181f23
Dramatically refactored PixiShader. Significantly smaller, less branching, much faster sync loop and no constant texture uploads.
2013-11-26 14:31:21 +00:00
mattdesl
68b53b5c0f
cleaning up base texture destroy & adding removeAllEventListeners to EventTarget
2013-11-25 14:22:46 -05:00
mattdesl
be6e77b1e3
adding base64 support to AssetLoader
2013-11-25 14:15:28 -05:00
photonstorm
2f594e4d2f
Made sampler2D check more robust.
2013-11-21 04:28:21 +00:00
photonstorm
3c4be97fe2
Fixed typo in AbstractFilter (unifroms to uniforms)
2013-11-20 18:38:01 +00:00
photonstorm
49fff52fc8
Updated PixiShader to use standard uniform naming conventions (1f, 2f, 2fv, etc). Added support for multiple sampler2D calls, allowing multi-texture shaders. Added support for Linear, Repeat, Nearest, Audio and Keyboard textures. Updated all the examples to use the new uniform naming convention. Updated Gruntfile to use the renamed GrayFilter and fixed indexAll in Example 15 to use the GrayFilter as well.
2013-11-20 16:19:25 +00:00
Chad Engler
d7ce761608
Manually merge #400
2013-11-10 09:13:59 -08:00
Mat Groves
d930d17390
Merge pull request #396 from GoodBoyDigital/gray
...
Change grey to gray, silly English...
2013-11-06 13:27:16 -08:00
Chad Engler
ce43cfdb5c
Change grey to gray, silly English...
2013-11-06 09:41:29 -08:00
Chad Engler
414d5c5be4
ignore sublime text files
2013-11-06 06:29:11 -08:00
Chad Engler
000df6b33b
remove sublime-* files
2013-11-06 06:28:03 -08:00
Mat Groves
4204ada63e
Added 2 filters fix filter bug
...
Fixed filter bug where filters not wotkring on transparent renderer
Added CrossHatchFilter
Added RGBSplitFilter
Updated Example 15
2013-11-05 19:51:39 +00:00
Mat Groves
fdf7dcaf61
Merge pull request #391 from noffle/dev
...
Adds word wrapping to Pixi.TEXT.
2013-11-05 05:00:46 -08:00
Stephen Whitmore
2bc359e7d5
Fixes #386 ; adds word wrapping to Pixi.TEXT.
...
This wraps lines of text using a simple greedy algorithm that optimizes
for fewest lines given an arbitrary horizontal bound.
2013-11-04 16:01:04 -05:00
Mat Groves
0796f9d53d
Update README.md
2013-11-04 16:49:12 +00:00