You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,17 @@ All notable changes to this project will be documented in this file.
21
21
- everything that a normal player doesn't need to know.
22
22
----------------------------------
23
23
24
+
## [0.9.6]
25
+
26
+
### Fixed:
27
+
Crashes:
28
+
- When assigning marines to forge, loading saves and probably some other weird cases (`gml_Script_scr_ui_advisors (line 864)`).
29
+
- On creation screen role equip (`gml_Object_obj_creation_popup_Draw_0 (line 132)`).
30
+
31
+
### Under The Hood:
32
+
- 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.
33
+
- Reduced redundancy a bit in error report functions.
0 commit comments