RimWorld
ilyvion's Laboratory
24개 중 1~10개 표시 중
< 1  2  3 >
업데이트: 2025년 8월 29일 @ 오전 4시 37분

Added

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

업데이트: 2025년 8월 26일 @ 오후 8시 41분

Added

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

업데이트: 2025년 8월 18일 @ 오후 11시 17분

Added

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

업데이트: 2025년 7월 30일 @ 오전 6시 46분

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

업데이트: 2025년 7월 20일 @ 오전 4시 56분

Changed

  • Harmonize the category name used across the mod.

업데이트: 2025년 7월 1일 @ 오후 10시 56분

Fixed

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

업데이트: 2025년 6월 28일 @ 오후 10시 58분

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

업데이트: 2025년 6월 28일 @ 오후 10시 53분

업데이트: 2025년 6월 28일 @ 오후 10시 50분

Added

  • Add 1.6 tag in workshop.

업데이트: 2025년 6월 28일 @ 오전 5시 26분

Added

  • Rimworld 1.6 support.