Skip to content

Releases: UnlimitedHugs/RimworldHugsLib

2.2.3: Minor fix, feature

02 Jan 13:55
Compare
Choose a tag to compare
  • Fixed error on saving null custom setting types
  • Added CustomDrawerHeight to SettingHandle
  • Added OnValueChanged callback to SettingHandle
  • Fixed a typo in an error message

2.2.2: Important fix

30 Dec 13:08
Compare
Choose a tag to compare
  • Added more safety checks to the detouring system

2.2.1: Important fix

29 Dec 13:59
Compare
Choose a tag to compare
  • Added more safety checks to fallbacks to prevent exceptions from aborting subsequent detours

2.2.0: New feature

29 Dec 10:34
Compare
Choose a tag to compare
  • Added fallback method support to the detour by attribute system

2.1.6: Minor addition

28 Dec 12:31
Compare
Choose a tag to compare
  • Added check to prevent improperly saved UtilityWorldObjects from breaking a saved game.

2.1.5: Minor fix

27 Dec 11:48
Compare
Choose a tag to compare
  • Fixed detour validator failing on static fields

2.1.4: Minor fixes

24 Dec 07:15
Compare
Choose a tag to compare
  • Converted new detouring pre-check errors to warnings in the interest of compatibility
  • Allowed for parent class members in detouring pre-checks
  • Removed detouring CCL integration for the time being
  • Removed url shortening phase of log uploader (protocol changed, research required)

2.1.3: Detour checks, short hash fix

23 Dec 04:25
Compare
Choose a tag to compare
  • Added checks to detours that ensure correct parameters, return type, etc.
  • Added automatic fix for short hash collision errors
  • Added Chinese translation

2.1.2: Settings addition

18 Dec 19:45
Compare
Choose a tag to compare
  • Added support for settings of custom types
  • Allowed for non-zero default values in Enum settings
  • Improved the Mod Settings dialog content height assessment

2.1.1: Minor fixes

17 Dec 19:55
Compare
Choose a tag to compare
  • Added detailed error messages to detour systems
  • Cached a reflected method for performance