Breaking Changes
Migration Notes
-
Breaking DM change: add
, FALSE, TRUE
argument to the end of existing calls torustg_iconforge_generate()
orrustg_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 nullExample:
/datum/universal_icon/New(icon/icon_file, icon_state="", dir=null, frame=null, datum/icon_transformer/transform=null, color=null)
New Features
uuid
: Adds a newuuid
module by @Absolucy in #229dmi
: DMI metadata reading and injection by @Y0SH1M4S73R in #234http
: Addshttp_request_fire_and_forget
by @Absolucy in #232IconForge
: BYOND Parity + Tests, Optimizations, New Transforms by @itsmeow in #230
Internal Changes
Fixes
New Contributors
- @Y0SH1M4S73R made their first contribution in #234
Full Changelog: 3.11.0...4.0.0