Skip to content

ChapterMaster v0.9.6

Compare
Choose a tag to compare
@EttyKitty EttyKitty released this 07 Nov 11:50
· 134 commits to compile/main since this release

Full Changelog: v0.9.5...v0.9.6

Fixed:

Crashes:

  • When assigning marines to forge, loading saves and probably some other weird cases (gml_Script_scr_ui_advisors (line 864)).
  • On creation screen role equip (gml_Object_obj_creation_popup_Draw_0 (line 132)).

Under The Hood:

  • Made the garbage collector run every minute. Doesn't seem to inflict performance loss and fixes the array corruption. Let's see if there are any caveats.
  • Reduced redundancy a bit in error report functions.