2014-11-15 |
Merge pull request #1179 from pnstickne/wip-pixi-docs
...
Documentation - type cleanup and fixes
Chad Engler
committed
on 15 Nov 2014
|
Merge pull request #1173 from kambing86/dev
...
solve issue #1172, fix updateCache not clearing the cached texture
Mat Groves
committed
on 15 Nov 2014
|
Documentation - type cleanup
...
- {Number ..} was incorrectly used as a type in a few placed; updated to
{Number}.
- Removed {} braces incorrectly used with @type; it doesn't affect the
document rendering, but it does affect the YUIDoc metadata..
- Fixed space in "Rounded Rectangle" type
- Fixed over-qualified type name
- Changed over-qualified {PIXI.scaleModes} back to {Number} for
consistency with rest of documentation where scale modes are used.
- @returns to @return
- Added types to normalized arrays, when such was easily visible
Paul
committed
on 15 Nov 2014
|
2014-11-14 |
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
mathew groves
committed
on 14 Nov 2014
|
little optimization on toLocal + toGlobal
mathew groves
committed
on 14 Nov 2014
|

Documentation - Array(Normalization)
...
YUIDoc does not have a standard (or really any) way of describing inner
types of arrays and there are two general forms used in the current pixi
code:
- `Array<X>`
- `Array An array of X`, or an _inconsistent_ variation of such
The first form is not even parsed correctly by the YUIDoc tool and the
contained type, X, does not appear in the documentation output (or parsed
data) at all. Other similar forms that fail to work are: `X[]`,
`Array{X}`m and `Array.<X>`.
The second form mixes the type (`Array`) and the description of the type
("An array of X"). It would suiting to say "Array of X".
Thus thus commit changes _both_ of the above forms into a normalized
`Array(X)`
While I do not want to impose this as the final chosen representation for
such types, it does _immediately_ address the documentation issues
mentioned above _and_ renders the nested type name in the documentation
output.
If a better method or converntion is found this _consistent_ and
generatable intermim VB-like syntax can be trivially found and replaced.
Another alternative of course, it to forbid anything more complex than
`Array` as a type.
Paul
committed
on 14 Nov 2014
|
Documentation - updates wrt. comments and fixes
...
- Corrected invalid '@name' to '@method'.
- {Integer} reverted to {Number}.
- Changed the 'scaleModes' link to 'PIXI.scaleModes'
- Removed base/prefix types; verified return signaures.
- Fixed mah typos.
Paul
committed
on 14 Nov 2014
|
Documentation - the rest of 'em changes
...
- Forgot to the scaleMode link changes
Paul
committed
on 14 Nov 2014
|
2014-11-13 |
fix updateCache not clearing the cached texture
...
this will clear the cached texture before render
kambing86
committed
on 13 Nov 2014
|
2014-11-12 |
Fix pivot of non rotated display objects
Gilles Vermeulen
committed
on 12 Nov 2014
|
2014-11-11 |
fixed updateTransform bug
...
removed call from updateTransform
mathew groves
committed
on 11 Nov 2014
|
2014-10-20 |
Fixed bug in generateTexture
...
Changed PIXI.Point to tempMatrix.
Sebastian Nette
committed
on 20 Oct 2014
|
2014-10-15 |
Lots of jsdocs and spelling fixes.
photonstorm
committed
on 15 Oct 2014
|
2014-10-06 |
Updated Graphics
mathew groves
committed
on 6 Oct 2014
|
2014-10-01 |
Fixed pivot issue
mathew groves
committed
on 1 Oct 2014
|
2014-09-29 |
Removed the updateFrames global Array
mathew groves
committed
on 29 Sep 2014
|
2014-09-28 |
Rewrote update transform
...
matrix now used correctly.
mathew groves
committed
on 28 Sep 2014
|
2014-09-14 |
Added resolution property to render texture
...
tweaked docs
mathew groves
committed
on 14 Sep 2014
|
2014-08-05 |
Merge pull request #905 from DebanVG/dev
...
Right-left buttons differentiation
Chad Engler
committed
on 5 Aug 2014
|
Right button docs
Deban
committed
on 5 Aug 2014
|
Add docs to new displayobject methods
Chad Engler
committed
on 5 Aug 2014
|
manually merge #803
Chad Engler
committed
on 5 Aug 2014
|
whitespace cleanup
Chad Engler
committed
on 5 Aug 2014
|
2014-07-10 |

Merge branch 'dev'
...
Conflicts:
bin/pixi.dev.js
bin/pixi.dev.js.map
bin/pixi.js
bower.json
docs/api.js
docs/classes/AbstractFilter.html
docs/classes/AjaxRequest.html
docs/classes/AlphaMaskFilter.html
docs/classes/AssetLoader.html
docs/classes/AtlasLoader.html
docs/classes/BaseTexture.html
docs/classes/BitmapFontLoader.html
docs/classes/BitmapText.html
docs/classes/BlurFilter.html
docs/classes/CanvasGraphics.html
docs/classes/CanvasMaskManager.html
docs/classes/CanvasRenderer.html
docs/classes/CanvasTinter.html
docs/classes/Circle.html
docs/classes/ColorMatrixFilter.html
docs/classes/ColorStepFilter.html
docs/classes/DisplacementFilter.html
docs/classes/DisplayObject.html
docs/classes/DisplayObjectContainer.html
docs/classes/DotScreenFilter.html
docs/classes/Ellipse.html
docs/classes/EventTarget.html
docs/classes/FilterTexture.html
docs/classes/Graphics.html
docs/classes/GrayFilter.html
docs/classes/ImageLoader.html
docs/classes/InteractionData.html
docs/classes/InteractionManager.html
docs/classes/InvertFilter.html
docs/classes/JsonLoader.html
docs/classes/MovieClip.html
docs/classes/NormalMapFilter.html
docs/classes/PixelateFilter.html
docs/classes/PixiFastShader.html
docs/classes/PixiShader.html
docs/classes/Point.html
docs/classes/PolyK.html
docs/classes/Polygon.html
docs/classes/PrimitiveShader.html
docs/classes/Rectangle.html
docs/classes/Rope.html
docs/classes/SepiaFilter.html
docs/classes/Spine.html
docs/classes/Sprite.html
docs/classes/SpriteBatch.html
docs/classes/SpriteSheetLoader.html
docs/classes/Stage.html
docs/classes/Strip.html
docs/classes/Text.html
docs/classes/Texture.html
docs/classes/TilingSprite.html
docs/classes/TwistFilter.html
docs/classes/WebGLFilterManager.html
docs/classes/WebGLGraphics.html
docs/classes/WebGLMaskManager.html
docs/classes/WebGLRenderer.html
docs/classes/WebGLShaderManager.html
docs/classes/WebGLSpriteBatch.html
docs/classes/autoDetectRenderer.html
docs/classes/getRecommendedRenderer.html
docs/data.json
docs/files/src_pixi_InteractionData.js.html
docs/files/src_pixi_InteractionManager.js.html
docs/files/src_pixi_Intro.js.html
docs/files/src_pixi_Outro.js.html
docs/files/src_pixi_Pixi.js.html
docs/files/src_pixi_core_Circle.js.html
docs/files/src_pixi_core_Ellipse.js.html
docs/files/src_pixi_core_Matrix.js.html
docs/files/src_pixi_core_Point.js.html
docs/files/src_pixi_core_Polygon.js.html
docs/files/src_pixi_core_Rectangle.js.html
docs/files/src_pixi_display_DisplayObject.js.html
docs/files/src_pixi_display_DisplayObjectContainer.js.html
docs/files/src_pixi_display_MovieClip.js.html
docs/files/src_pixi_display_Sprite.js.html
docs/files/src_pixi_display_SpriteBatch.js.html
docs/files/src_pixi_display_Stage.js.html
docs/files/src_pixi_extras_Rope.js.html
docs/files/src_pixi_extras_Spine.js.html
docs/files/src_pixi_extras_Strip.js.html
docs/files/src_pixi_extras_TilingSprite.js.html
docs/files/src_pixi_filters_AbstractFilter.js.html
docs/files/src_pixi_filters_AlphaMaskFilter.js.html
docs/files/src_pixi_filters_BlurFilter.js.html
docs/files/src_pixi_filters_BlurXFilter.js.html
docs/files/src_pixi_filters_BlurYFilter.js.html
docs/files/src_pixi_filters_ColorMatrixFilter.js.html
docs/files/src_pixi_filters_ColorStepFilter.js.html
docs/files/src_pixi_filters_CrossHatchFilter.js.html
docs/files/src_pixi_filters_DisplacementFilter.js.html
docs/files/src_pixi_filters_DotScreenFilter.js.html
docs/files/src_pixi_filters_FilterBlock.js.html
docs/files/src_pixi_filters_GrayFilter.js.html
docs/files/src_pixi_filters_InvertFilter.js.html
docs/files/src_pixi_filters_NormalMapFilter.js.html
docs/files/src_pixi_filters_PixelateFilter.js.html
docs/files/src_pixi_filters_RGBSplitFilter.js.html
docs/files/src_pixi_filters_SepiaFilter.js.html
docs/files/src_pixi_filters_SmartBlurFilter.js.html
docs/files/src_pixi_filters_TwistFilter.js.html
docs/files/src_pixi_loaders_AssetLoader.js.html
docs/files/src_pixi_loaders_AtlasLoader.js.html
docs/files/src_pixi_loaders_BitmapFontLoader.js.html
docs/files/src_pixi_loaders_ImageLoader.js.html
docs/files/src_pixi_loaders_JsonLoader.js.html
docs/files/src_pixi_loaders_SpineLoader.js.html
docs/files/src_pixi_loaders_SpriteSheetLoader.js.html
docs/files/src_pixi_primitives_Graphics.js.html
docs/files/src_pixi_renderers_canvas_CanvasGraphics.js.html
docs/files/src_pixi_renderers_canvas_CanvasRenderer.js.html
docs/files/src_pixi_renderers_canvas_utils_CanvasMaskManager.js.html
docs/files/src_pixi_renderers_canvas_utils_CanvasTinter.js.html
docs/files/src_pixi_renderers_webgl_WebGLRenderer.js.html
docs/files/src_pixi_renderers_webgl_shaders_PixiFastShader.js.html
docs/files/src_pixi_renderers_webgl_shaders_PixiShader.js.html
docs/files/src_pixi_renderers_webgl_shaders_PrimitiveShader.js.html
docs/files/src_pixi_renderers_webgl_shaders_StripShader.js.html
docs/files/src_pixi_renderers_webgl_utils_FilterTexture.js.html
docs/files/src_pixi_renderers_webgl_utils_WebGLFastSpriteBatch.js.html
docs/files/src_pixi_renderers_webgl_utils_WebGLFilterManager.js.html
docs/files/src_pixi_renderers_webgl_utils_WebGLGraphics.js.html
docs/files/src_pixi_renderers_webgl_utils_WebGLMaskManager.js.html
docs/files/src_pixi_renderers_webgl_utils_WebGLShaderManager.js.html
docs/files/src_pixi_renderers_webgl_utils_WebGLShaderUtils.js.html
docs/files/src_pixi_renderers_webgl_utils_WebGLSpriteBatch.js.html
docs/files/src_pixi_text_BitmapText.js.html
docs/files/src_pixi_text_Text.js.html
docs/files/src_pixi_textures_BaseTexture.js.html
docs/files/src_pixi_textures_RenderTexture.js.html
docs/files/src_pixi_textures_Texture.js.html
docs/files/src_pixi_utils_Detector.js.html
docs/files/src_pixi_utils_EventTarget.js.html
docs/files/src_pixi_utils_Polyk.js.html
docs/files/src_pixi_utils_Utils.js.html
docs/index.html
docs/modules/PIXI.html
package.json
src/pixi/Pixi.js
mathew groves
committed
on 10 Jul 2014
|
2014-05-15 |
Fixed issue with cacheAsBitmap Alpha property
mathew groves
committed
on 15 May 2014
|
2014-04-24 |
Merge branch 'dev'
...
Conflicts:
bin/pixi.dev.js
bin/pixi.dev.js.map
bin/pixi.js
examples/example 19 - CacheAsBitmap/index.html
src/pixi/display/DisplayObject.js
mathew groves
committed
on 24 Apr 2014
|
2014-04-22 |
Added Spin Lisence
...
Also added extra note to display object documentation
mathew groves
committed
on 22 Apr 2014
|
2014-03-31 |
Merged Devbranch
Mat Groves
committed
on 31 Mar 2014
|
Tweaked CacheAsBitmapExample
...
fixed anchor point issue with cacheAsBitmap
Mat Groves
committed
on 31 Mar 2014
|
2014-03-30 |
Generated Docs
Mat Groves
committed
on 30 Mar 2014
|