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
Mat Groves
b39061d9d8
Fixed Issue #313
2013-11-03 19:26:40 +00:00
Mat Groves
c165b2ebbd
Moved program uniforms
...
Moved program uniforms locations to the PixiShader rather than the
glProgram
2013-11-03 17:50:39 +00:00
Mat Groves
f8094acb2b
Graphics Bug fixs
...
Fixed bug where webGL graphics not working in safari
Fixed bug where Collinear points cause lines to be draw oddly
2013-11-03 17:19:35 +00:00
Mat Groves
acc4092e21
Removed rogue console.log
2013-11-03 12:43:17 +00:00
Mat Groves
087aab16be
Line width now more accurate
2013-11-03 12:38:31 +00:00
Mat Groves
85f1bd6557
WebGL masking issue fixed
...
WebGL mask objects can now be nested within masked objects
2013-11-03 10:46:41 +00:00
Mat Groves
932ca80032
All Filter Exampls Added
...
Example 16 removed as no longer required
added Color step filter
added Twist filter
added Dot screen
2013-11-02 15:51:02 +00:00
Mat Groves
6c762fb396
Docs updated
2013-11-02 11:37:42 +00:00
Mat Groves
a46b74f8ca
Filter Tweaks
...
Displacement Map Filter tweaked
Demos created
2013-11-01 13:51:25 +00:00
Mat Groves
429851493c
Tweaks to Filters runing in render Texture
...
Added Blur Example
2013-10-30 23:40:40 +00:00
Mat Groves
10379289bb
Example updated and redundant files deleted
2013-10-30 09:02:34 +00:00
Mat Groves
74b94a0e27
Filters updates
...
Added new filters
Added ability for filters to have multiple passes
Optimized texture creation for filters
2013-10-30 01:33:14 +00:00
Mat Groves
2829575604
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
2013-10-29 16:59:05 +00:00