Skip to content

Releases: yowchap/BoneLib

v3.2.1

21 Jan 19:37

Choose a tag to compare

  • Added OnPlayerDeath
  • Added OnPlayerDeathImminent
  • Added OnPlayerDamageReceived
  • Added OnPlayerResurrected

v3.2.0

27 Dec 22:21

Choose a tag to compare

  • Added tooltips, so that modders can explain what each mod setting does
  • Added the ability for dialog boxes to have their colors customized
  • Added simple audio functions (change sfx, music, muffle)
  • Fixed wrong visuals on dialog boxes due to overlapping bundle assets
  • Fixed an issue with the dialog box still persisting when the menu was closed

v3.1.5

23 Dec 13:19

Choose a tag to compare

  • Page bugs have been fixed and refactored (Camobiwon)
  • Fixed issues with the UI (adamdev, Camobiwon)

v3.1.4

22 Dec 18:30
c6a9f05

Choose a tag to compare

  • Added dedicated function(s) for removing page children inside of the Page class
  • Added a new button to randomly change avatars and randomly spawn mod spawnables
  • Fixed animal ads not working
  • Fixed a bug with StringElements not disappearing like they should
  • Fixed a bug where string elements would collide with things in the world
  • Fixed a bug with pages not being removed properly
  • Fixed an issue with pages being changed when removed, even when not viewing them
  • Removed unneeded debug log when an element was being removed

v3.1.2

18 Jan 18:55

Choose a tag to compare

fix some dependencies, update version and readme

v3.1.1

05 Aug 23:06
c52c117

Choose a tag to compare

Changelog

  • Fixed float/int elements having bad clamping values

v3.1.0

04 Aug 22:26
97dc848

Choose a tag to compare

Codebase

  • Code consistency updates
  • Changed HandNotificationData and HeadNotificationData to be a class instead of a struct
  • All action invokes use InvokeActionSafe
  • Removed Menu.CreatePage as page creation is a responsibility given to pages
  • Property changes: Any set accesses made to element properties now invokes actions when the element gets updated
  • Events in classes now have internal callbacks, so they don't get invoked by other code that isn't this mod
  • Page's root set accessor made internal for security
  • Removed layout type as it is unneeded this version
  • Rewrote some code that used LINQ operations (finding assemblies and clearing out active elements)

Menu

  • Fixed an issue with the scroll view sending elements into high-Earth orbit
  • Increased scroll speed
  • Improved the look of the background, and moved it closer

v3.0.0

01 Aug 16:27
8a0b06b

Choose a tag to compare

Patch 5 release

v2.4.0

18 Nov 20:01
8f78a7c

Choose a tag to compare

2.4.0 (#57)

* update version number

* Update README.md

v2.3.0

02 Nov 01:09

Choose a tag to compare

Update version and readme