Skip to content

v1.2.0 - Feather compatibility maintenance release

Latest

Choose a tag to compare

@dicksonlaw583 dicksonlaw583 released this 24 Apr 02:55
b283fa0

This maintenance release adds Feather type and mouse-over hinting to all Lightweight Data Structure classes and functions.

Upgrading Notes

  • The minimum GameMaker Studio version is now 2.3.7 to support semantic optional arguments.
  • Please delete the LightweightDataStructure extension when upgrading. All the functions that it used to contain are now in script assets.

Changes

  • Moved all internal and system-level functions out into script assets
  • Feather annotations on all classes, methods, and functions

Bug Fixes

  • Fix or silence all Feather errors and warnings as of 2022.0.1 LTS
  • Fix some typos in the Wiki's page for serialization
  • Update Wiki Manual links to point to manual.yoyogames.com
  • Add missing tests for encryption and file operations
  • Add back missing Heap.findPriority method