Skip to content

Releases: dicksonlaw583/GMTwerk2

v2.1.0 - Feather and QueueValue Release

Choose a tag to compare

@dicksonlaw583 dicksonlaw583 released this 24 Apr 16:17
9077bb5

Adding support for Feather annotations and introducing the QueueValue actor.

Changes

  • The minimum GameMaker Studio version is now 2022 / 2.3.7 in order to use semantic optional arguments.
  • All constructors and functions are now compatible with Feather.

New Features

  • Added QueueValue for capturing incoming values and releasing them in timed intervals.

Bug Fixes

  • Removed loose .yy files caused by bugs in older versions of the GMS 2 IDE

v2.0.2 - Critical patch release

Choose a tag to compare

@dicksonlaw583 dicksonlaw583 released this 03 Apr 20:54
2f4a4c6

This is a critical patch update for all GMS 2.3.x versions.

New Features

  • You can now specify a specific GMTwerkBank to enqueue into using the bank option, available on all actors.

Bug Fixes

  • Worked around <opts> parameter crash on GMS 2.3.2 (YoYo Marketplace)
  • Fixed GMTwerkBank's self-cleaning routine to avoid accidentally dropping actors that should still be active (GitHub #1)

v2.0.0

Choose a tag to compare

@dicksonlaw583 dicksonlaw583 released this 25 Jan 03:39

Initial release.