RimWorld

RimWorld

Big and Small - Framework
Viser 121-130 af 352 forekomster
< 1 ... 11  12  13  14  15 ... 36 >
Opdatering: 12. sep. 2024 kl. 1:08

[Auto-generated text]: Update on 9/12/2024 10:07:54 AM.

Opdatering: 12. sep. 2024 kl. 0:46

[Auto-generated text]: Update on 9/12/2024 9:46:23 AM.

Opdatering: 11. sep. 2024 kl. 14:29

Update on 9/11/2024 11:28:52 PM.

Added some null checks and exception catching to the def generation. If you've got some pile of errors during start that stops it from running properly this won't make it work, but it will keep running so you can get into the main menu and stuff.

Not something I've reproduced and the error log I got sent had a lot of errors before even getting to my code, so something was already terribly wrong, but since the exception was unhanded it just stopped that step there.

Opdatering: 10. sep. 2024 kl. 13:15

Update on 9/10/2024 10:15:18 PM.

I tracked 122 changes. Everything tests fine, so let's just hope nothing explodes.

Opdatering: 23. aug. 2024 kl. 14:48

Update on 8/23/2024 11:48:04 PM.

Cached the path lookup from the previous patch. Dunno if it has a noticeable performance impact, but it is 23:48 here, and I don't feel like testing performance, so I'd rather be safe rather than sorry.

Opdatering: 23. aug. 2024 kl. 14:34

Update on 8/23/2024 11:34:46 PM.

Fixed a dumb mistake where I forgot to check if the female-alternate base textures actually existed before trying to load them.

Opdatering: 23. aug. 2024 kl. 12:54

[Auto-generated text]: Update on 8/23/2024 9:54:08 PM.

Opdatering: 23. aug. 2024 kl. 12:15

Update on 8/23/2024 9:15:05 PM.

Fixed Androgynous gene. Think it has been broken since 1.5 was released, and used to have some compatibility issues before.

Should work better now. :)

Opdatering: 22. aug. 2024 kl. 9:04

[Auto-generated text]: Update on 8/22/2024 6:03:52 PM.

Opdatering: 11. aug. 2024 kl. 1:17

Update on 8/11/2024 10:17:19 AM.

Fixed an error where pilotable pawns could spawn without their hediff. Added some null checks in places.