Skip to content

Releases: absoluteAquarian/SerousCommonLib

v1.0.5.1 - 1.4.4 Stable

29 Jan 22:43
Compare
Choose a tag to compare
  • fixed a bug in the NewUIScrollBar type

v1.0.5

22 Nov 22:00
Compare
Choose a tag to compare
  • Added an improved version of the EnhancedItemSlot UI element, EnhancedItemSlotV2, that has improved backend logic and class members
  • EnhancedItemSlot is now obsolete
  • Added the FastReflection type, which uses method generation to provide a faster alternative to System.Reflection

v1.0.4.1

22 Jul 07:07
Compare
Choose a tag to compare
  • Added an overload of API.Helpers.ILHelper.CommonPatchingWrapper() to allow control over whether it should throw an exception on fail
  • Added a new asset source for allowing easy usage of an Assets folder without needing to specify it in content retrievals: API.Sources.PossibleAssetsDirectoryRedirectContentSource
  • Fixed an oversight regarding the OnItemChanged event in API.UI.EnhancedItemSlot
  • Updated codebase to support 1.4.4 tModLoader

v1.0.3

24 Apr 23:20
Compare
Choose a tag to compare
  • added overloads for better customization of emitting if blocks in IL

v1.0.2

14 Jan 15:41
Compare
Choose a tag to compare
  • added the TileScanning helper class

v1.0.1.4

11 Jan 20:18
Compare
Choose a tag to compare
  • Fixed Fixed yet another bug in EnhancedItemSlot where it used the wrong Item object for the OnItemChanged event

v1.0.1.3

11 Jan 05:22
Compare
Choose a tag to compare
  • Fixed a bug in EnhancedItemSlot which caused items to disappear

v1.0.1.2

11 Jan 04:58
Compare
Choose a tag to compare
  • Fixed a bug in EnhancedItemSlot where it wouldn't properly support overrides of the StoredItem property

v1.0.1.1

11 Jan 00:25
Compare
Choose a tag to compare
  • Fixed a typo which caused localization entries to not display properly
  • Added XML summaries to most types in the mod
  • Added new helper types