HomeGamesUpdatesPricingMethodology
Steam News5 August 20241y ago

Update Notes for August 5th: Multithreading!

In order to make sure that everything runs properly even when the game is fully minimized, the drop checking has been moved to a secondary thread, but animations and interface still happens in the main thread.

Full notes

Full Coconut update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

1 fix0 additions2 changes0 removals
  • UI and audio
  • Fixes
  • Gameplay
changedIn order to make sure that everything runs properly even when the game is fully minimized, the drop checking has been moved to a secondary thread, but animations and interface still happens in the main thread. When the game is minimized the main thread freezes, and only the absolute minimum code runs (checking for drops every 2h), meaning that the game is better in two ways:
fixedWe also fixed a few smaller bugs, so thanks to everyone who keeps reaching out to let me know about them.
changedBig features are in the works, so stay tuned!

In order to make sure that everything runs properly even when the game is fully minimized, the drop checking has been moved to a secondary thread, but animations and interface still happens in the main thread. When the game is minimized the main thread freezes, and only the absolute minimum code runs (checking for drops every 2h), meaning that the game is better in two ways:

  1. Uses even less CPU than it already did when minimized

  2. Drops are more reliable when the game is minimized for long periods of time (i.e. for multiple drop periods).

We also fixed a few smaller bugs, so thanks to everyone who keeps reaching out to let me know about them.

Big features are in the works, so stay tuned!

Source

Steam News / 5 August 2024

Open original post

Changelog.gg summarizes and formats this update. How we read updates.