RimWorld
HugsLib
60개 중 41~50개 표시 중
< 1  2  3  4  5  6 >
업데이트: 2017년 2월 26일 @ 오전 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

업데이트: 2017년 2월 14일 @ 오전 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

업데이트: 2017년 2월 4일 @ 오후 2시 04분

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

2.4.1: Minor feature
- Added automatic logging of all detours

업데이트: 2017년 1월 31일 @ 오전 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

업데이트: 2017년 1월 12일 @ 오후 4시 45분

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

2.3.3: New translation
- Added Polish translation

업데이트: 2017년 1월 7일 @ 오전 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

업데이트: 2017년 1월 6일 @ 오후 1시 45분

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

2.3.1: Attribute fix
- Fixed WindowInjection attribute accessibility

업데이트: 2017년 1월 4일 @ 오전 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

업데이트: 2017년 1월 2일 @ 오전 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

업데이트: 2017년 1월 2일 @ 오전 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