RimWorld

RimWorld

HugsLib
Viser 41-50 af 59 forekomster
< 1  2  3  4  5  6 >
Opdatering: 14. feb. 2017 kl. 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

Opdatering: 4. feb. 2017 kl. 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

Opdatering: 31. jan. 2017 kl. 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

Opdatering: 12. jan. 2017 kl. 16:45

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

2.3.3: New translation
- Added Polish translation

Opdatering: 7. jan. 2017 kl. 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

Opdatering: 6. jan. 2017 kl. 13:45

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

2.3.1: Attribute fix
- Fixed WindowInjection attribute accessibility

Opdatering: 4. jan. 2017 kl. 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

Opdatering: 2. jan. 2017 kl. 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

Opdatering: 2. jan. 2017 kl. 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

Opdatering: 30. dec. 2016 kl. 5:09

[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