RimWorld

RimWorld

HugsLib
Showing 31-40 of 59 entries
< 1  2  3  4  5  6 >
Update: Aug 28, 2018 @ 7:09am

Update: Mar 2, 2018 @ 6:52am

Update on Fri Mar 02 2018, 18:52

4.1.1: Minor fix
- DoLaterScheduler callbacks can now be recurring

Update: Mar 2, 2018 @ 12:00am

Update on Fri Mar 02 2018, 12:0

4.1.0: Log uploader fix, tweaks
- Log uploader is back up and running
- Log uploader will now produce shortened links
- Added DoLaterSheduler
- Added 'Load now' button to quickstarter window

Update: Nov 18, 2017 @ 10:48am

[Auto-generated text]: Update on 11/18/2017 10:48:21 PM.

4.0.1: Minor tweaks
- Improved call distribution of DistributedTickScheduler
- Possible fix for restart hotkey issue

4.0.0: Updated to A18
- Reworked DistributedTickScheduler and CallbackScheduler
- CallbackScheduler renamed to TickDelayScheduler
- Fixed typo in InjectedDefHasher.GiveShortHasToDef
- Fixed various spelling issues

Update: Jun 24, 2017 @ 7:31pm

[Auto-generated text]: Update on 6/25/2017 6:31:41 AM.

3.1.2: Minor fix, translation
- Fixed the log uploader failing to find the log file on OSX
- Optimized InjectedDefHasher
- Added French translation

Update: Jun 13, 2017 @ 10:02am

[Auto-generated text]: Update on 6/13/2017 9:02:23 PM.

3.1.1: New callback, minor fix
- Added ModBase.MapGenerated callback
- Log uploader fix when running in low integrity mode
- Updated translations: Russian, Spanish

Update: May 28, 2017 @ 5:26am

[Auto-generated text]: Update on 5/28/2017 4:26:40 PM.

3.1.0: New feature, minor additions
- Added the Quickstart system & settings dialog
- Added ModSettingsPack methods: GetHandle, PeekValue, ValueExists
- Added Tracer type for more convenient logging during development
- Added error message to prevent inclusion of the HugsLib dll by other mods
- Added Harmony debug command line option: harmony_debug
- Mod config restart dialog will be skipped in Dev mode
- Holding Shift will prevent mod config restart
- Slimmed down log window button bar
- Added XML docs to HugsLibUtility
- Added Korean translations

Update: May 25, 2017 @ 3:59am

[Auto-generated text]: Update on 5/25/2017 2:59:18 PM.

3.0.0: Rimworld A17 update
- The Harmony library now comes included
- All detour-related functionality has been removed. Please use Harmony for your patching needs.
- Removed GUI injection feature (use Harmony)
- Added full Harmony patch information to the log publisher
- Dropped some junk lines from the published logs for better readability
- Added optional platform information to the log publisher (CPU, RAM, OS)
- Added automatic Harmony patching for ModBase mods
- Added MapDiscarded callback to ModBase
- ModBase.OnGUI is now called during UIRoot.UIRootOnGUI and already has UI scaling applied
- ModBase.ComponentsInitializing is now called after all components have been instantiated
- Added error and warning prefixes to the logger for better readability on text logs
- Moved controller initialization to the earliest point possible
- Integrated vanilla mod settings into the HugsLib Mod Settings dialog.
- Removed mods dialog auto-restarter (included in vanilla)
- Added automatic restart on language change
- Removed short hash collision resolver (included in vanilla)
- Added IntVec3 extension methods for designations
- Long settings handle names will now wrap around and display properly
- Removed Log window copy button
- Removed WindowReplacer (use Harmony)
- Added EntryName parameter to ModSettingsManager.GetModSettings for external mods
- Fixed exception if a map failed to load due to an error in another mod
- Converted all comments to XML docs for reading during code completion

3.0.1: Minor tweaks
- Rebuilt against latest A17 version, fixing the Mod Options dialog errors
- Added SettingsHandle.DisplayOrder property
- Added LogWindowExtensions- add your own controls to the log window
- Restored the glorious log window Copy button
- Docs XML file now included. Keep next to HugsLib.dll to show docs while coding - Added Japanese translation

Update: May 10, 2017 @ 12:07am

[Auto-generated text]: Update on 5/10/2017 11:07:26 AM.

2.4.4: Restart on language change
- Changing game language will now show the restart dialog or auto-restart the game if chosen by the player

Update: Feb 26, 2017 @ 6:20am

[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