RimWorld

RimWorld

Loading Progress
Zobrazuje se 1–10 z 24 položek
< 1  2  3 >
Aktualizace: 26. srp. v 2.48
provedl ilyvion

Fixed

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

Aktualizace: 25. srp. v 22.34
provedl ilyvion

Fixed

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

Aktualizace: 22. srp. v 14.50
provedl 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.

Aktualizace: 22. srp. v 12.36
provedl ilyvion

Changed

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

Aktualizace: 22. srp. v 9.57
provedl ilyvion

Fixed

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

Aktualizace: 22. srp. v 9.35
provedl 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.

Aktualizace: 20. srp. v 6.42
provedl 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.

Aktualizace: 9. srp. v 23.42
provedl ilyvion

Fixed

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

Aktualizace: 9. srp. v 3.57
provedl ilyvion

Fixed

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

Aktualizace: 6. srp. v 20.28
provedl ilyvion

Fixed

  • Remove accidentally introduced flickering bug during gameplay.