Skip to content

Releases: DatZach/Destructors

Version 1.2.0

08 Oct 22:24
Compare
Choose a tag to compare

This release updates the library for usage with GameMaker: Studio 2.3.1.

Changes:

  • Use an array instead of a ds_list to track references
  • Use a weakref instead of catching null dereference exceptions to dispatch destructor logic

Version 1.1.0

09 Jun 22:25
Compare
Choose a tag to compare

This release fixes some bugs and addresses issues with code sanitation.

Bug Fixes:

  • Crash when freeing non-tail struct instances from the track list

Initial

24 Apr 16:19
Compare
Choose a tag to compare
1.0.0

Fixed: Issue in README.md