Skip to content

Releases: no-slopes/sprite-animations

v2.3.4

02 Apr 15:31
Compare
Choose a tag to compare

2.3.4 (2024-04-02)

Bug Fixes

v2.3.3

04 Dec 11:10
Compare
Choose a tag to compare

2.3.3 (2023-12-04)

Bug Fixes

  • Types issue caused by v2.3.2 changes. (cdb3c8c)

v2.3.2

04 Dec 01:23
Compare
Choose a tag to compare

2.3.2 (2023-12-04)

Bug Fixes

  • Impeditive bug when building (7fa3353)

v2.3.1

06 Nov 20:12
Compare
Choose a tag to compare

2.3.1 (2023-11-06)

Bug Fixes

  • samples and unwanted logs (579abe5)

Composite Animations are Here!

06 Nov 19:07
Compare
Choose a tag to compare

2.3.0 (2023-11-06)

Features

  • CompositeAnimator: composite animator works. (80f8ea5)

v2.2.0

06 Nov 00:11
Compare
Choose a tag to compare

2.2.0 (2023-11-06)

Features

  • AnimationsManager: Composite Animation. (ebaa09f)

Animations Templates and OnDemand are here!

01 Nov 20:14
Compare
Choose a tag to compare

2.1.0 (2023-11-01)

Animations Templates and OnDemand are here!

Every animation now can be created on demand at runtime.
Also, every animation can serve as template to create other animations at runtime!

Features

  • animations: Templates and OnDemand (048dc67)
  • SingleCycle: Single Cycle as Template (1dd82d6)
  • SpriteAnimation: open manager button (3647720)
  • SpriteAnimation: single animation manager (f37cfc4)

v2.0.2

31 Oct 23:55
Compare
Choose a tag to compare

2.0.2 (2023-10-31)

Bug Fixes

  • animations manager losing reference (8c0ddfd)

v2.0.1

28 Oct 16:26
Compare
Choose a tag to compare

2.0.1 (2023-10-28)

Bug Fixes

  • CR: Correcting samples folder problem with continuous (75a04e5)

Combo Animations are HERE!!

28 Oct 16:01
Compare
Choose a tag to compare

We now have Combo Animations!

BREAKING CHANGES:

  • The animations made in previous versions will not work due to a change in how cycles calculate their own stuff (frames, duration and etc). For that they need their animation to be injected when they are created and previous animation did not do that.
  • SingleAnimation is now called SingleCycleAnimation in order to stablish a more clear understanding of how it works upon reading its name.

2.0.0 (2023-10-28)

Bug Fixes

  • AnimationsManager: the combo animation window (1870992)

Features

  • animation: created the combo animation structure. (df4c403)
  • AnimationManager: combo animation manager window (1cada17)
  • AnimationsManager: caches the last location used (8ba4d1c)
  • performer: combo animator is now working. (ac409ee)

BREAKING CHANGES

  • performer: The simple animations are now called SingleCycle, as well
    as all features related. Animations previously made will need to
    be recreated as the Animations Manager now injects the
    animations into its cycles in order to allow the cycle to
    perform its own frame calculations.