RimWorld
Performance Optimizer
Affichage des entrées 11-20 sur 57
< 1  2  3  4  5  6 >
Mis à jour le : 22 oct. 2022 à 18h39

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

Mis à jour le : 22 oct. 2022 à 16h47

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

Mis à jour le : 22 oct. 2022 à 11h12

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

Mis à jour le : 13 oct. 2022 à 9h35

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

Mis à jour le : 7 oct. 2022 à 0h55

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

Mis à jour le : 27 aout 2022 à 4h12

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

Mis à jour le : 27 aout 2022 à 2h56

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

Mis à jour le : 7 juin 2022 à 7h06

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

Mis à jour le : 25 avr. 2022 à 2h40

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

Mis à jour le : 12 mars 2022 à 10h54

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