RimWorld
ilyvion's Laboratory
Hiển thị 1-10 trong 25 mục
< 1  2  3 >
Cập nhật: 11 Thg09 @ 9:24pm
bởi ilyvion

Added

  • LogDevMessage and LogDebug with lambda only that are only called when dev mode is enabled which is useful to avoid doing potentially expensive calculations for the sake of logging when it's not.

Cập nhật: 29 Thg08 @ 4:37am
bởi ilyvion

Added

  • ValueRef fields on Boxed and AnyBoxed type for ref-based access.

Cập nhật: 26 Thg08 @ 8:41pm
bởi ilyvion

Added

  • Log*Once utility logging methods on IlyvionMod that takes a ref bool to only log something once.

Cập nhật: 18 Thg08 @ 11:17pm
bởi ilyvion

Added

  • ConditionalWeakTable class that has the same API as 1.6 for use with older RimWorld versions.

Cập nhật: 30 Thg07 @ 6:46am
bởi ilyvion

Added

  • CodeInstructionsExtensions.CallMatches for use with transpilers so you can do things like
    i.CallMatches(m => m.Name == "SortBy")
    .
  • Custom ParentName Handler support, so you can set a Def's ParentName to
    ::<full path to type that implements ilyvion.Laboratory.ParentNameHandlers.ICustomParentNameHandler>:<the data to pass to the handler's GetBestParentFor's parentNameData parameter>
    .
  • Custom ParentName Handler that lets you select a parent using XPath; an example of use is
    <ThingDef ParentName="::ilyvion.Laboratory.ParentNameHandlers.XPathParent:[defName='GrowthVat']">
    which will select the match of
    /Def/ThingDef[defName='GrowthVat']
    . (This feature isn't well tested and might not yet be ready for production use; use with caution for anything but simple testing.)

Cập nhật: 20 Thg07 @ 4:56am
bởi ilyvion

Changed

  • Harmonize the category name used across the mod.

Cập nhật: 1 Thg07 @ 10:56pm
bởi ilyvion

Fixed

  • Lock Harmony to correct versions for 1.3 and 1.4 and then fix code to be compatible.

Cập nhật: 28 Thg06 @ 10:58pm
bởi ilyvion

[Auto-generated text]: Update on 6/29/2025 7:58:17 AM.

Cập nhật: 28 Thg06 @ 10:53pm
bởi ilyvion

Cập nhật: 28 Thg06 @ 10:50pm
bởi ilyvion

Added

  • Add 1.6 tag in workshop.