RimWorld
ilyvion's Laboratory
Εμφάνιση 21-24 από 24 καταχωρίσεις
< 1  2  >
Ενημέρωση: 10 Αυγ 2024 στις 5:21

Added

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

Ενημέρωση: 3 Αυγ 2024 στις 20:56

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.

Ενημέρωση: 31 Ιουλ 2024 στις 23:08

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

Ενημέρωση: 25 Ιουλ 2024 στις 1:32

[Auto-generated text]: Initial upload.