RimWorld

RimWorld

HugsLib
Visar 41–50 av 60 poster
< 1  2  3  4  5  6 >
Uppdatering: 26 feb, 2017 @ 6:20

[Auto-generated text]: Update on 2/26/2017 6:20:17 PM.

2.4.3: Log uploader fix
- 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

Uppdatering: 14 feb, 2017 @ 6:22

[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

Uppdatering: 4 feb, 2017 @ 14:04

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

2.4.1: Minor feature
- Added automatic logging of all detours

Uppdatering: 31 jan, 2017 @ 3:45

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

Uppdatering: 12 jan, 2017 @ 16:45

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

2.3.3: New translation
- Added Polish translation

Uppdatering: 7 jan, 2017 @ 11:39

[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

Uppdatering: 6 jan, 2017 @ 13:45

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

2.3.1: Attribute fix
- Fixed WindowInjection attribute accessibility

Uppdatering: 4 jan, 2017 @ 9:07

[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

Uppdatering: 2 jan, 2017 @ 7:02

[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

Uppdatering: 2 jan, 2017 @ 6:08

[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