Skip to content

Releases: kainazzzo/flatredball-spriter

Version 1.1.5.1

29 Dec 13:53
Compare
Choose a tag to compare

This release simply fixes a build error in WinRT projects.

Version 1.1.5.0

10 Apr 02:00
Compare
Choose a tag to compare

I added a visible flag to SpriterObject and SpriterObjectCollection for Issue #13

Minor release v1.1.4.0

04 Apr 12:51
Compare
Choose a tag to compare

Fixed issue #12 where SpriterObjectCollection was not removed from SpriteManager.ManagedPositionedObjects in screen transitions.

Compatibility release

05 Mar 13:05
Compare
Choose a tag to compare

I'm releasing another minor version with compilation fixes for windows phone projects. I missed a couple optional parameter functions, one function call using named parameters, and one IEnumerable extension that did not exist in at least the windows phone .NET libraries.

Removed optional parameters for compatibility

05 Mar 04:16
Compare
Choose a tag to compare

I removed the use of optional parameters so the code should build in WP7 projects.

Fixed sprites on layers

24 Feb 16:12
Compare
Choose a tag to compare

This is a minor bugfix release to address issue #10

Animation changes update the content project now

11 Feb 18:48
Compare
Choose a tag to compare

This is a minor release that takes advantage of a new Glue build which enables plugins to specify that they can reference external file content. Glue will watch the scml file now and ensure that the content project is up to date with the latest referenced files.

Version 1.0!

03 Feb 20:51
Compare
Choose a tag to compare

I have created a few tutorials that show how to use it, and implemented some key features as well as dogfooded it a bit. So, I am officially declaring that this is version 1.0 and upgrading out of beta!

This latest release introduces a new property to the SpriterObject and SpriterObjectCollection called AnimationSpeed. This allows slowing down & speeding up an animation, and it allows for negative values to reverse the animation!

Horizontal Flip

30 Jan 20:59
Compare
Choose a tag to compare
Horizontal Flip Pre-release
Pre-release

I am releasing this because I believe flipping animations horizontally is significant enough due to trying to get a walking animation working in a test.

I updated this release to 0.3.1.0-beta because I realized I forgot to include FlipHorizontal in the list of custom variables that can be set in Glue.

Support for variables w/ tunneling and adding new Spriter files directly in Glue

27 Jan 19:45
Compare
Choose a tag to compare

This is a significant release as far as Glue integration goes, since now Glue recognizes and allows properties to be set inside the SpriterObjectCollection and SpriterObject objects.

Also, the flow of creating a new animation is vastly improved with Glue now allowing adding a new SpriterObjectCollection (SCML) file directly from within its context menu.