RimWorld
Red's Performance Fixes (aka. Comp EggLayer Fix)
4件中 1-4 を表示
更新:2024年10月6日 @ 1時22分
更新者:RedMattis

Update on 10/6/2024 10:22:40 AM.
Made delegates static. Not being so was an oversight. They supply instance when called anyway, so per instance delegates is pointless.

This reduces the potential stutter when spawning new new egg-layers by like 0.0000000000000000000000001%

Read: No difference. Just looked sloppy.

更新:2024年10月5日 @ 23時54分
更新者:RedMattis

Update on 10/6/2024 8:54:20 AM.

Backported and tested for 1.4. Removed source & VS files. Source can still be found on my GitHub.

更新:2024年10月5日 @ 23時24分
更新者:RedMattis

Update on 10/6/2024 8:24:41 AM.

Now uses Delegates instead of cached PropInfo/FieldInfo when fetching the fields/props Ludeon made private.

Shout-out to Zera & Bradson for hammering through my skull to use them for stuff like this.

更新:2024年10月5日 @ 7時29分
更新者:RedMattis

[Auto-generated text]: Initial upload.