Skip to content

Releases: DatZach/Destructors

Version 1.2.0

Choose a tag to compare

@DatZach DatZach released this 08 Oct 22:24

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

Choose a tag to compare

@DatZach DatZach released this 09 Jun 22:25

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

Choose a tag to compare

@DatZach DatZach released this 24 Apr 16:19
1.0.0

Fixed: Issue in README.md