RimWorld
HugsLib
Mostrando 21-30 de 60 aportaciones
< 1  2  3  4  5  6 >
Actualización: 28 FEB 2020 a las 12:44

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.

Actualización: 28 FEB 2020 a las 6:28

Reverted to 6.2.1 due to mod conflicts, investigating

Actualización: 28 FEB 2020 a las 4:39

[Auto-generated text]: Update on 2/28/2020 4:38:44 PM.

7.0.1: Library update, minor tweak
- Updated Harmony library to 2.0.0.7
- Un-deprecated ModBase.Initialize method

7.0.0: Major update for Rimworld 1.1
This update does NOT break compatibility with existing mods for RW1.1.
Minor tweaks to HugsLib-based mods may be required, however.
Please refer to the update guide on the HugsLib GitHub wiki.
- Added support for displaying update news from non-library mods
- Added custom update news image loading to improve game startup times
- Added whitespace trimming to update news content
- Added setting change detection system to ModSettingsManager
- Added separate property to SettingHandle for immunity to settings resets
- Added methods for saving changes to SettingHandle and ModSettingsPack
- Added package ids of loaded mods to log publisher
- ModBase.SettingsChanged now only called for the mod owning the settings
- Converted ModBase to use mod PackageIds as fallback identifiers
- Made ModBase.ModIdentifier optional
- Added configurable settings identifier and log identifier to ModBase
- Changed Harmony ids for HugsLib mods to their PackageId
- Tagged errors during Harmony patching with the mod id that caused them
- Deprecated some types and members
- Removed assembly version restrictions from update news
- Removed attribute callback system.
- Updated bundled Harmony library to 2.0.0.6

Actualización: 25 FEB 2020 a las 20:58

Update on Wed Feb 26 2020, 8:57

6.2.1: Minor fixes
- Fixed load order when Royalty DLC is present
- Fixed some intermittent Harmony patch syntax issues
- Updated Harmony library to 2.0.0.6

Actualización: 20 FEB 2020 a las 8:04

Update on Thu Feb 20 2020, 20:3

6.2.0: Preliminary update to Rimworld 1.1
WARNING: this is a direct port to 1.1 to allow mods to start updating.
Expect one compatibility-breaking API change before 1.1 goes to the stable branch.

Actualización: 14 MAY 2019 a las 1:41

Update on Tue May 14 2019, 12:41

6.1.3: Log publisher improvements
- Added configurable toggles to log publisher window
- Published logs are now limited to 10K lines by default
- Fixed malformed version string warning

Actualización: 12 MAY 2019 a las 1:02

Update on Sun May 12 2019, 12:0

6.1.2: Minor fixes
- Log publisher will only use URL shortener if the Ctrl key is held
- Fixed deprecated version format warning

Actualización: 3 NOV 2018 a las 6:57

Update on Sat Nov 03 2018, 17:57

6.1.1: Important fixes, translations
- Fixed log publishing exception when failing to resolve assembly files
- Disabled 'update news without assemblies' feature: critical issues, redesign required
- Updated German translation
- Updated Japanese translation

Actualización: 2 NOV 2018 a las 8:17

Update on Fri Nov 02 2018, 19:16

6.1.0: New features
- Added EarlyInit attribute for ModBase
- Added support for AssemblyFileVersion in update news and log publisher
- Added toggles to ignore update news on a per-mod basis
- Added update news support for mods without assemblies
- Added optional saving for SettingHandleConvertible

Actualización: 17 OCT 2018 a las 10:30

Update on 10/17/2018 9:31:04 PM.

6.0.1: Updated to Rimworld 1.0
- Updated included Harmony library to 1.2.0.1