边缘世界 RimWorld

边缘世界 RimWorld

ilyvion's Laboratory
正在显示第 1 - 10 项,共 25 项条目
< 1  2  3 >
更新于:9 月 11 日 下午 9:24
作者: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.

更新于:8 月 29 日 上午 4:37
作者:ilyvion

Added

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

更新于:8 月 26 日 下午 8:41
作者:ilyvion

Added

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

更新于:8 月 18 日 下午 11:17
作者:ilyvion

Added

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

更新于:7 月 30 日 上午 6:46
作者: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.)

更新于:7 月 20 日 上午 4:56
作者:ilyvion

Changed

  • Harmonize the category name used across the mod.

更新于:7 月 1 日 下午 10:56
作者:ilyvion

Fixed

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

更新于:6 月 28 日 下午 10:58
作者:ilyvion

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

更新于:6 月 28 日 下午 10:53
作者:ilyvion

更新于:6 月 28 日 下午 10:50
作者:ilyvion

Added

  • Add 1.6 tag in workshop.