Skip to content

Releases: gompocp/ActionMenuApi

v0.3.3

06 Aug 19:40
Compare
Choose a tag to compare
  • Fix small issue with refresh delegate throwing a warning

v0.3.2

05 Aug 20:58
Compare
Choose a tag to compare
  • Recompile for u2019 update
  • Optimized a lot of the reflection

v0.3.1

26 Jul 20:35
Compare
Choose a tag to compare

THIS IS ONLY TO BE USED WITH VRCHAT BUILD 1116+ i.e. (u2019)

  • Requires ML 0.4.3+ to use.
  • Fixes compatibility issues with VRChat u2019 (UnityEngine.Input -> LegacyInputModule and inlined static getters)
  • A bunch of other things I've long completely forgotten about probably (no new api changes tho)
  • Introduced new integrity check to weed out shitty "clients" that serve no purpose other than to ruin the game for others. You can read more here as to why these mods are bad if you aren't convinced you monkey

v0.3.0

11 Jun 19:05
Compare
Choose a tag to compare
  • Added Restricted Radial Puppet. Meaning that you can't go from 0->100 and 0->100. Mimics how the vrchat radial puppet works on avatars pretty much exactly
  • Some cleanup

v0.2.3

04 Jun 17:39
Compare
Choose a tag to compare
  • Fixed compatibility issues with Build 1101

v0.2.2

23 May 20:47
Compare
Choose a tag to compare
  • Expose ResetMenu() now in AMUtils
  • Changed slightly how the lock now looks

v0.2.1

21 May 21:38
Compare
Choose a tag to compare
  • Fixed compatibility issues with Build 1097. This also makes the mod now compatible with ML v0.3.1 too
  • Fixed Issues with textures missing on toggles, radial puppets and four axis puppet pedals

v0.2.0

14 May 16:21
Compare
Choose a tag to compare
  • Several under the hood changes 😉
  • Added methods to hide, lock and update pedals at runtime along with a method to refresh the action menu to reflect new changes (#2 )
  • Most of the api was rewritten and has been separated out into separate classes for ease of use and can be found under the api namespace (Don't worry! Mods that used v0.1.2 will still work with this version)

v0.1.2

06 May 20:07
Compare
Choose a tag to compare
  • Added pages for mods section to help organise mods if people have loads of mods

v0.1.1

04 May 14:57
Compare
Choose a tag to compare
  • Arrow on radial puppet will now be placed correctly when its opened
  • Fixed patching issue
  • Radial/Axis puppet will now be opened in the correct position
  • AMAPI
    • Added a method to place a submenu within a submenu
    • Added a method to add to a shared dedicated mods section
    • Restructured other methods
  • Loads of refactoring
  • Using a lot more reflection to hopefully make it decently future proofed