Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 05:59
· 1 commit to master since this release
ca4586e

Breaking Changes

  • IconForge: DMI Generation, Code Reorganization, Improved Caching, Cleaner I/O by @itsmeow in #213

Migration Notes

  • Breaking DM change: add , FALSE, TRUE argument to the end of existing calls to rustg_iconforge_generate() or rustg_iconforge_generate_async()

    Example: rustg_iconforge_generate("data/spritesheets/", name, entries_json, do_cache, FALSE, TRUE)

  • Breaking DM change: The default arguments of the commonly used uni_icon API need to be adjusted so that dir and frame are null

    Example: /datum/universal_icon/New(icon/icon_file, icon_state="", dir=null, frame=null, datum/icon_transformer/transform=null, color=null)

New Features

Internal Changes

Fixes

New Contributors

Full Changelog: 3.11.0...4.0.0