RimWorld
HugsLib
31–40/60 bejegyzés mutatása
< 1  2  3  4  5  6 >
Frissítés: 2018. aug. 28. @ 7:16

5.0.2: Updated to Rimworld 1.0
- Mod settings entries are collapsed for better readability
- Mod settings window remembers scroll position and open entries
- Mods can now use 4 part version numbers for news features
- Added shortcut: copy publisher log to clipboard (Ctrl+Alt+F12)
- Improved compatibility of some Harmony patches
- Updated Harmony library to 1.1.0

Frissítés: 2018. aug. 28. @ 7:09

Frissítés: 2018. márc. 2. @ 6:52

Update on Fri Mar 02 2018, 18:52

4.1.1: Minor fix
- DoLaterScheduler callbacks can now be recurring

Frissítés: 2018. márc. 2. @ 0:00

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

Frissítés: 2017. nov. 18. @ 10:48

[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

Frissítés: 2017. jún. 24. @ 19:31

[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

Frissítés: 2017. jún. 13. @ 10:02

[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

Frissítés: 2017. máj. 28. @ 5:26

[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

Frissítés: 2017. máj. 25. @ 3:59

[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

Frissítés: 2017. máj. 10. @ 0:07

[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