RimWorld

RimWorld

HugsLib
Showing 11-20 of 59 entries
< 1  2  3  4  5  6 >
Update: May 21, 2020 @ 6:14am

Update on Thu May 21 2020, 17:13

7.2.1: Mod compatibility fixes
- Reverted unintended Dialog_VanillaModSettings namespace change (Real Ruins mod)
- Reverted OnGUI hook timing change (Heat Map mod)
- Updated Japanese translation

Update: May 18, 2020 @ 4:05am

Update on Mon May 18 2020, 15:4

7.2.0: New features and tweaks
- Added quickstarter status window during game startup
- Added ModSpottingManager to identify first-time mod users
- Added 'Load most recent save' mode to quickstarter
- Added auto-saving of mod settings on game exit
- Added ModBase.ApplicationQuit callback
- Added SettingHandle.CustomDrawerFullWidth
- Added hover menu to mod settings window
- Added SettingHandle and ModSettingsPack ContextMenuEntries property
- Added menu entry to reset all settings added by a single mod
- Added toggle to optionally reset hidden mod settings
- Added minimum HugsLib version check (Version.xml -> requiredLibraryVersion)
- Added /About/Manifest.xml version to log publisher
- Added shortcut keys for opening mod settings and mod update news windows
- Added extended mod update news window with filtering and dev mode tools
- Added live mod update news reloading (press F5 in extended news window)
- Added UpdateFeatureDef.targetAudience field to set first-time user behavior
- Mod update news are no longer shown to first-time mod users by default
- Quickstart settings window 'Load now' and 'Generate now' no longer switch mode
- Mod SettingHandle.CustomDrawer now auto-flags handles as having unsaved changes
- Changed OnGUI to be called after world and map camera processing
- Mod update news will now load in a background thread for faster startup
- Optimized mod settings window performance
- Fixed log publisher on MacOS

Update: Apr 2, 2020 @ 2:25am

Update on Thu Apr 02 2020, 13:24

7.1.4: Minor fix
- Fixed update news translation failing when loaded from both /News and /Defs folders

Update: Mar 29, 2020 @ 5:58pm

Update on Mon Mar 30 2020, 4:57

7.1.3: Log publisher fix
- Fixed log publisher error when mods with two-part version numbers are loaded

Update: Mar 29, 2020 @ 6:14am

Update on Sun Mar 29 2020, 17:12

7.1.2: Log publisher fixes
- Fixed log publisher ignoring LoadFolders configuration when reading assembly file versions
- Log publisher will now report both assembly file version and assembly version unless they are identical
- Updated Chinese translation

Update: Mar 24, 2020 @ 4:24am

[Auto-generated text]: Update on 3/24/2020 3:24:19 PM.

7.1.1: Mod update news fixes
- Re-added translation support for UpdateFeatureDefs
- Abstract UpdateFeatureDefs no longer require a globally unique name
- Fixed UpdateFeatureDef shown to player multiple times when not ordered by version

Update: Mar 1, 2020 @ 9:15am

Update on Sun Mar 01 2020, 21:14

7.1.0: Important update- dependency change
Due to critical compatibility issues, the Harmony assembly is no longer distributed with HugsLib.
HugsLib now depends on the separately distributed Harmony *mod*.
See the in-game dependency message for download links.

- Removed included Harmony assembly
- Added dependency on Harmony mod

Update: Feb 29, 2020 @ 10:51pm

Update on Sun Mar 01 2020, 10:51

7.0.3: Minor fix
- Fixed '(unnamed mod)' issue for mods with loaded settings

Update: Feb 29, 2020 @ 12:36pm

Update on Sun Mar 01 2020, 0:35

7.0.2: Minor fix
- Fixed setting handles with default values not getting saved

Update: Feb 28, 2020 @ 12:44pm

Reverted back to the 7.0.1 update with Harmony 2.0.0.7
Recent issues were caused by incompatibility issues between multiple harmony versions. Recommended changes for modders: update to Harmony 2.0.0.7, and distribute the dll with your mod, as per usual.