RimWorld

RimWorld

HugsLib
Showing 41-50 of 59 entries
< 1  2  3  4  5  6 >
Update: Feb 14, 2017 @ 6:22am

[Auto-generated text]: Update on 2/14/2017 6:22:07 PM.

2.4.2: Fixes, translations
- 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

Update: Feb 4, 2017 @ 2:04pm

[Auto-generated text]: Update on 2/5/2017 2:04:20 AM.

2.4.1: Minor feature
- Added automatic logging of all detours

Update: Jan 31, 2017 @ 3:45am

2.4.0: New features, fixes
- 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

Update: Jan 12, 2017 @ 4:45pm

[Auto-generated text]: Update on 1/13/2017 4:45:12 AM.

2.3.3: New translation
- Added Polish translation

Update: Jan 7, 2017 @ 11:39am

[Auto-generated text]: Update on 1/7/2017 11:38:48 PM.

2.3.2: Minor fix
- 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

Update: Jan 6, 2017 @ 1:45pm

[Auto-generated text]: Update on 1/7/2017 1:45:10 AM.

2.3.1: Attribute fix
- Fixed WindowInjection attribute accessibility

Update: Jan 4, 2017 @ 9:07am

[Auto-generated text]: Update on 1/4/2017 9:07:40 PM.

2.3.0: New features
- 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

Update: Jan 2, 2017 @ 7:02am

[Auto-generated text]: Update on 1/2/2017 7:02:11 PM.

2.2.4: Minor fix
- Fixed Mod Settings menu scrolling issues with custom-height controls

Update: Jan 2, 2017 @ 6:08am

[Auto-generated text]: Update on 1/2/2017 6:08:38 PM.

2.2.3: Minor fix, feature
- Fixed error on saving null custom setting types
- Added CustomDrawerHeight to SettingHandle
- Added OnValueChanged callback to SettingHandle
- Fixed a typo in an error message

Update: Dec 30, 2016 @ 5:09am

[Auto-generated text]: Update on 12/30/2016 5:09:34 PM.

2.2.2: Important fix
- Added more safety checks to the detouring system