Releases: dicksonlaw583/GMTwerk2
Releases · dicksonlaw583/GMTwerk2
Release list
v2.1.0 - Feather and QueueValue Release
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
QueueValuefor 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
This is a critical patch update for all GMS 2.3.x versions.
New Features
- You can now specify a specific
GMTwerkBankto enqueue into using thebankoption, 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)