RimWorld
Loading Progress
Εμφάνιση 1-10 από 24 καταχωρίσεις
< 1  2  3 >
Ενημέρωση: 26 Αυγ στις 2:48
από ilyvion

Fixed

  • Missed a finalizer case. Luckily, it's the least likely one to be used.

Ενημέρωση: 25 Αυγ στις 22:34
από ilyvion

Fixed

  • Found and fixed edge case in mod constructor Harmony patching that caused certain mods to stop working as expected.

Ενημέρωση: 22 Αυγ στις 14:50
από ilyvion

Fixed

  • The mod should work fine with startup impact profiling enabled again now, as the cause of the problem has been addressed. For the sake of avoiding causing issues for people, I'm going to leave the setting disabled for now still.

Ενημέρωση: 22 Αυγ στις 12:36
από ilyvion

Changed

  • Set startup impact profiling to disabled by default until we figure out why it's causing problems for people.

Ενημέρωση: 22 Αυγ στις 9:57
από ilyvion

Fixed

  • Mods have apparently decided to call DeepProfiler.Start with null. We didn't expect this. Now we're handling it.

Ενημέρωση: 22 Αυγ στις 9:35
από ilyvion

Added

  • Startup impact profiling for mod loading and base game processes. This feature provides insights into the performance impact of individual mods and core game loading steps during startup.

Ενημέρωση: 20 Αυγ στις 6:42
από ilyvion

Added

  • Additional progress window for Faster Game Loading's early mod content loading process. Only shown when the mod is active and can be disabled in the settings.

Changed

  • Attempt to improve mod compatibility by letting other mods' patches run on a specific method that we've taken over. Also, "take over" for Faster Game Loading once the content loading part of it merges with ours, so it's not constantly staying one mod ahead of us, ruining the progress tracking.

Ενημέρωση: 9 Αυγ στις 23:42
από ilyvion

Fixed

  • Improve active language loading logic so it only tries to load translations once.

Ενημέρωση: 9 Αυγ στις 3:57
από ilyvion

Fixed

  • Potential source for race condition null reference exception in a certain loading step.

Ενημέρωση: 6 Αυγ στις 20:28
από ilyvion

Fixed

  • Remove accidentally introduced flickering bug during gameplay.