- Steam App
- Ingnomia (709240)
- Event type
- patch note
- Published
- 3 October 2020 - 08:49:05 UTC
- Source
- steam_community_announcements
I haven't really posted patch notes for a long time. The GUI replacement took place in an extra branch not visible for most people and shook up thing in such a big way that I didn't really bother keeping up with change notes. But of course change notes are a thing people look for and if there are none questions arise if the game continues being developed. So even though the GUI replacement isn't entirely finished regrettably I give it a version number now so the small things that are still missing and all the future changes can have proper change notes again. ### Fixed - Isolated simulation thread from UI thread, so they don't share data. UI components are now split into a UI controller living in t he UI thread and a data aggregation component living in the simulation thread. Both parts are connected via the Qt message system, but are not allowed to access state owned by the other thread...