Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Releases: CloudKidStudio/PixiFlash

0.4.0

Choose a tag to compare

@andrewstart andrewstart released this 14 Mar 13:43
  • Added support for Flash's "Adjust Color" filter, using Pixi's ColorMatrixFilter with some changes from EaselJS's ColorMatrix/ColorMatrixFilter.

0.3.0

Choose a tag to compare

@andrewstart andrewstart released this 11 Mar 19:45
  • Added support for BlurFilters.
  • Added support for more advanced usage of the color effects - now color offsets can be used, although just multiplicative tinting will be faster to render.

0.2.13

Choose a tag to compare

@andrewstart andrewstart released this 29 Feb 15:25

Fixed SpringRoll plugin issue - images for FlashArt were breaking if they were provided as strings instead of load tasks.

0.2.12

Choose a tag to compare

@andrewstart andrewstart released this 15 Feb 03:48

Some minor changes to get tint() and displayObjectUpdateTransform() to try to improve performance in these functions that are called a lot.

0.2.11

Choose a tag to compare

@ericente ericente released this 24 Jan 01:46

Added optional 'asset.images' parameter to SpriteSheetTask

0.2.10

Choose a tag to compare

@andrewstart andrewstart released this 14 Jan 15:08

Fixed SpriteSheet.fromData() not handling nested folders properly.

0.2.9

Choose a tag to compare

@andrewstart andrewstart released this 03 Dec 16:47

Reduced the creation of objects needing garbage collection, improving memory usage/performance.

0.2.8

Choose a tag to compare

@andrewstart andrewstart released this 24 Nov 15:59

Fixed the MovieClipPlugin for TweenJS not getting installed - this was allowing startPosition to get tweened, which really messed with the animation of synched clips.

0.2.7

Choose a tag to compare

@thebarge thebarge released this 19 Nov 22:19

Added

  • The 'Flash Asset Collision' warning may now be suppressed on a per-asset basis

Changed

  • Improved the fidelity of drawing open line segments and objects without fills, added an addition drawing example

0.2.6

Choose a tag to compare

@andrewstart andrewstart released this 29 Oct 22:11
  • Fixed masks with keyframes - previously they were only working when masking Shapes, not library objects.