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.