Skip to content

Releases: UnlimitedHugs/RimworldHugsLib

2.4.4: Restart on language change [A16 only]

10 May 06:41
Compare
Choose a tag to compare
  • Changing game language will now show the restart dialog or auto-restart the game if chosen by the player

2.4.3: Log uploader fix

26 Feb 14:14
Compare
Choose a tag to compare
  • Log uploader should now work properly on Linux
  • Log uploader will now respect the log file path passed through the command line
  • Added Linux-specific privacy filters to the log uploader

2.4.2: Fixes, translations

14 Feb 14:20
Compare
Choose a tag to compare
  • The "this" parameter in extension method detour destinations now supports polymorphism
  • Possible fix for restart call failing due to executing in the wrong thread
  • Fixed injection method name in AutoRestarter
  • Added Spanish translations by nahuen89
  • Updated Chinese translations

2.4.1: Minor feature

04 Feb 22:03
Compare
Choose a tag to compare
  • Added automatic logging of all detours

2.4.0: New features, fixes

31 Jan 11:43
Compare
Choose a tag to compare
  • Added restart prompt to Mods dialog
  • Added automatic restart setting
  • Mod load order changes are now detected and will also prompt for a restart
  • Added "Files" menu to log window: open log file, browse save and mods directories
  • Added hotkeys for opening the log file and restarting the game (define to use)
  • "already detoured" error will now properly report on the existing destination
  • Fixed ModSettingsPack mod name accessibility

2.3.3: New translation

12 Jan 23:13
Compare
Choose a tag to compare
  • Added Polish translation

2.3.2: Minor fix

07 Jan 19:36
Compare
Choose a tag to compare
  • Detouring of an overloaded method to an extension method will no longer produce an error
  • Clearer error message when detour source member is not found

2.3.1: Attribute fix

06 Jan 21:43
Compare
Choose a tag to compare
  • Fixed WindowInjection attribute accessibility

2.3.0: New features

03 Jan 13:23
Compare
Choose a tag to compare
  • Added a new GUI injection system
  • Moved log window and settings dialog button drawing to the new system
  • Centralized the processing of attributes on types and methods
  • Updated Chinese tranlation

2.2.4: Minor fix

02 Jan 15:01
Compare
Choose a tag to compare
  • Fixed Mod Settings menu scrolling issues with custom-height controls