RimWorld
Big and Small - Framework
Εμφάνιση 171-180 από 436 καταχωρίσεις
< 1 ... 16  17  18  19  20 ... 44 >
Ενημέρωση: 5 Νοε 2024 στις 1:36
από RedMattis

[Auto-generated text]: Update on 11/5/2024 10:36:07 AM.

Ενημέρωση: 5 Νοε 2024 στις 0:06
από RedMattis

[Auto-generated text]: Update on 11/5/2024 9:06:32 AM.

Ενημέρωση: 4 Νοε 2024 στις 13:39
από RedMattis

Update on 11/4/2024 10:39:12 PM.

Release Update for the Simply Robots

Ενημέρωση: 3 Νοε 2024 στις 14:16
από RedMattis

Update on 11/3/2024 11:16:22 PM.

Fixed an error where the trait filtering was inverted.

Ενημέρωση: 3 Νοε 2024 στις 9:37
από RedMattis

[Auto-generated text]: Update on 11/3/2024 6:37:39 PM.

Ενημέρωση: 11 Οκτ 2024 στις 15:22
από RedMattis

[Auto-generated text]: Update on 10/12/2024 12:22:20 AM.

Ενημέρωση: 11 Οκτ 2024 στις 15:11
από RedMattis

Update on 10/12/2024 12:10:58 AM.

Now contains its own little "We've got HAR at home".

No this makes no performance difference whatsoever. Nothing new that ticks has been added.

+ Various performance improvements.

Ενημέρωση: 10 Οκτ 2024 στις 23:27
από RedMattis

Update on 10/11/2024 8:27:46 AM.
Fixed a minor order-of-execution issue that would cause the initial head offset to be incorrect for very small characters at the first calculation.

Ενημέρωση: 10 Οκτ 2024 στις 13:10
από RedMattis

Update on 10/10/2024 10:09:47 PM.

Fixed BodySize not updating if not set previously.

Optimized HeadOffset too. It wasn't actually expensive, but it showed up on the list, and I like the idea of trying to hide my patches way at the bottom.

Ενημέρωση: 10 Οκτ 2024 στις 12:07
από RedMattis

Update on 10/10/2024 9:06:48 PM.

TL;DR: Huuuuuuge improvement to performance.

The by far most expensive functions now costs costs something like 1/50th of what they used to due to a separate cache intended to handle repeated calls to functions on the same pawn in direct sequence (very very very common in Rimworld).