Skip to content

Releases: hamstar0/tml-extensibleinventory-mod

v1.2.2

16 Feb 08:04
Compare
Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.10.1.5

  • Switched from snake case to camel case
  • Update to MH v4.2

v1.2.1.4

18 Dec 11:31
Compare
Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.10.1.5

v1.2.1.3

26 Sep 11:35
Compare
Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.10.1.5

  • Fixed issue with MP PreItemCheck (possible source of other issues)

v1.2.1.2

20 Sep 16:59
Compare
Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.10.1.5

  • Revised inventory dupe fix to solve issue of disappearing pages

v1.2.1.1

19 Sep 05:18
Compare
Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.10.1.5

  • Added a failsafe against page duping

v1.2.1

17 Sep 07:32
Compare
Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.10.1.5

  • Restructured internal Inventory and UI file layout
  • Set UI buttons to not render when config setting disables them

v1.2.0

04 Sep 08:00
Compare
Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.10.1.5

  • Altered config to use mod version instead of its own versioning
  • Set scroll wheel to cycle inventory pages when an item is held
  • Added small ticks to indicate inventory pages
  • Refactored draw code structure
  • Fixed inventory page buttons to correctly re-position when talking to shop NPC
  • Set page tick color saturation to reflect page fullness
  • Restructured UI code file layout (separated Draw code)

v1.1.0.2

01 Sep 23:29
Compare
Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.10.1.5

  • Fixed failing to load default extended inventory data ("book") from previous version
  • Tidied up load/save code slightly

v1.1.0.1

01 Sep 04:17
Compare
Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.10.1.5

  • Added missing mod settings syncing in MP
  • (Missing commit from prev vers) Added default inventory loading backwards compatibility
  • Fixed premature inventory page disabling

v1.1.0

01 Sep 03:01
Compare
Choose a tag to compare

Mod Browser Autorelease built on tModLoader v0.10.1.5

  • Restructured to allow multiple inventory page sets (books); untested
  • Added book names (internal-only)
  • Offloaded 'current page' rendering to UI class
  • Refactored UI code to add book picker
  • Refactored UI layout code and files
  • Implemented API
  • Exposed some fields as scoped-controlled properties
  • Implemented book enable/disable
  • Fixed Add Page button premature disable
  • More code refinements and streamlines
  • Added button disable display FX overlay
  • Blocked item use when hovering buttons