边缘世界 RimWorld

边缘世界 RimWorld

ilyvion's Laboratory
正在显示第 21 - 25 项,共 25 项条目
< 1  2  >
更新于:2024 年 8 月 15 日 上午 5:39
作者:ilyvion

Added

  • Version check mechanism. Something to make me more comfortable with releasing mods that depend on this mod; even if something goes wrong, at least the user will get an explanation.
  • Import Widgets_Labels class' methods from Colony Manager Redux.
  • Import CacheValue(s) classes from Colony Manager Redux.
  • Utility methods/types for dealing with arrays and ArrayPools.
  • CustomBackCompatibility utility class for doing custom type replacements on game load.
  • EnumerableExtensions.MinAndMax for calculating both the min and the max value of an IEnumerable in a single pass.

更新于:2024 年 8 月 10 日 上午 5:21
作者:ilyvion

Added

  • Extension for muting a color.
  • Extension for inline dumping the value of any value during debugging.
  • Scriber method for CircularBuffers.

更新于:2024 年 8 月 3 日 下午 8:56
作者:ilyvion

Added

  • GraphRenderer for rendering graphs.
  • GUIScope.Multiple, which serves as a drop-in for Verse.TextBlock, but keep the same API across all three supported RW versions.
  • IlyvionDebugActionAttribute that works like the DebugActionAttribute, but has the same API across all three supported RW versions.
  • A circular buffer.
  • LogDebug method added to IlyvionMod; only logs when the DEBUG symbol is present.
  • Various useful extension methods.

更新于:2024 年 7 月 31 日 下午 11:08
作者:ilyvion

Added
  • Debug action for hot reloading language files.
  • Add a "draw UI helpers" debug setting. Does nothing on its own, but is used by dependents to decide whether or not to draw extra UI bits for debugging purposes.
  • Import Bradson's GUIScope utility class with adaptions to better fit my needs.
Changed
  • Make it so that the CustomFontManager only patches the font system if it's been enabled. This way it won't affect performance if it goes unused.
Fixed
  • The name ilyvion was misspelled in several places and file paths as 'ilvyion'.

更新于:2024 年 7 月 25 日 上午 1:32
作者:ilyvion

[Auto-generated text]: Initial upload.