RimWorld
Performance Optimizer
57개 중 11~20개 표시 중
< 1  2  3  4  5  6 >
업데이트: 2022년 10월 22일 @ 오후 6시 39분

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

업데이트: 2022년 10월 22일 @ 오후 4시 47분

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

업데이트: 2022년 10월 22일 @ 오전 11시 12분

[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.

업데이트: 2022년 10월 13일 @ 오전 9시 35분

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

업데이트: 2022년 10월 7일 @ 오전 12시 55분

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

업데이트: 2022년 8월 27일 @ 오전 4시 12분

[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 });

업데이트: 2022년 8월 27일 @ 오전 2시 56분

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

업데이트: 2022년 6월 7일 @ 오전 7시 06분

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

업데이트: 2022년 4월 25일 @ 오전 2시 40분

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

업데이트: 2022년 3월 12일 @ 오전 10시 54분

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