Skip to content

Releases: elysiaisalive/8XWiki

Animo v0.0.1

29 Aug 01:40
140960a

Choose a tag to compare

Animo v0.0.1 Pre-release
Pre-release

The next release will be the v1.0.0 of this module, and will be including the global map functionality for storing tagged assets and auto converting tagged sprites to animations.

https://github.com/Dappermang/8XLib/wiki/Basic-Setup

This pre-release includes;

  • Finite, Looped and Chained animation types.
  • animo_tick_animation() function for playing animations.
  • animo_draw_sprite() and animo_draw_sprite_ext() functions for drawing animations.
  • SetFrameCallback() and SetAnimationEndCallback() animation methods for setting callbacks on specific animation frames.

Clock v1.0.0

28 Aug 12:13
53952d5

Choose a tag to compare

Woo!

This Module is now v1.0.0! Future features etc can be requested via github issues.
This version includes;

  • Comments and organization
  • A few fixes

Clock v0.1.0

26 Aug 22:07
9e6ce24

Choose a tag to compare

Clock v0.1.0 Pre-release
Pre-release

Going forward, all releases will include the included module names and their .yymps extensions so you can more easily search and get the latest version. As well as allowing for me to update each module as I need to rather than push one big release all at once.

The next release will probably be soon, and it will probably be marked as the 1.0 release of this module.

This release includes;

  • Timers now count down by seconds and account for delta time when ticking.
  • Included some comments and JSDoc for things I felt needed them.
  • Bugfixes

Clock and Submarine v0.0.1

23 Aug 00:49

Choose a tag to compare

Pre-release

Prerelease

Clock Library

  • Timers with the ability for callbacks.
  • Timer controller for use with multiple timers.

Submarine Library

  • Event based system.
  • Functions for subscription and publication of events.
  • Callbacks on published events.