Releases: absoluteAquarian/SerousCommonLib
Releases · absoluteAquarian/SerousCommonLib
v1.0.5.1 - 1.4.4 Stable
- fixed a bug in the
NewUIScrollBar
type
v1.0.5
- 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 toSystem.Reflection
v1.0.4.1
- 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 inAPI.UI.EnhancedItemSlot
- Updated codebase to support 1.4.4 tModLoader
v1.0.3
- added overloads for better customization of emitting
if
blocks in IL
v1.0.2
- added the
TileScanning
helper class
v1.0.1.4
- Fixed Fixed yet another bug in
EnhancedItemSlot
where it used the wrongItem
object for theOnItemChanged
event
v1.0.1.3
- Fixed a bug in
EnhancedItemSlot
which caused items to disappear
v1.0.1.2
- Fixed a bug in
EnhancedItemSlot
where it wouldn't properly supportoverride
s of theStoredItem
property
v1.0.1.1
- Fixed a typo which caused localization entries to not display properly
- Added XML summaries to most types in the mod
- Added new helper types