RimWorld

RimWorld

Performance Optimizer
Showing 11-20 of 57 entries
< 1  2  3  4  5  6 >
Update: 22 Oct, 2022 @ 6:39pm

[Auto-generated text]: Update on 10/23/2022 4:39:00 AM.
Bugfixes in the reverse designator patch.

Update: 22 Oct, 2022 @ 4:47pm

[Auto-generated text]: Update on 10/23/2022 2:47:25 AM.
Bugfixes in the reverse designator patch.

Update: 22 Oct, 2022 @ 11:12am

[Auto-generated text]: Update on 10/22/2022 9:12:20 PM.
- Fixed Wall Light issues with cached glow comps.
- Added reverse designator gizmo cache.

Update: 13 Oct, 2022 @ 9:35am

[Auto-generated text]: Update on 10/13/2022 7:35:51 PM.

Update: 7 Oct, 2022 @ 12:55am

[Auto-generated text]: Update on 10/7/2022 10:55:02 AM.

Update: 27 Aug, 2022 @ 4:12am

[Auto-generated text]: Update on 8/27/2022 2:12:33 PM.
Adds a way to reset thing comp cache from other mods if they remove or add comps from things manually. Example of usage here:
public static MethodInfo ComponentCache_ResetCompCache_Info = AccessTools.Method("PerformanceOptimizer.ComponentCache:ResetCompCache");
ComponentCache_ResetCompCache_Info.Invoke(null, new object[] { thing });

Update: 27 Aug, 2022 @ 2:56am

[Auto-generated text]: Update on 8/27/2022 12:55:58 PM.
- Null check fix on ResetStaticData.

Update: 7 Jun, 2022 @ 7:06am

[Auto-generated text]: Update on 6/7/2022 5:06:45 PM.

Update: 25 Apr, 2022 @ 2:40am

[Auto-generated text]: Update on 4/25/2022 12:39:56 PM.
1.2 backport

Update: 12 Mar, 2022 @ 10:54am

Update on 3/12/2022 8:54:25 PM.
Antimatter Annihilation compat by Blyatman