Skip to content

Releases: ResoniteModdingGroup/CommunityBugFixCollection

v0.8.2

24 Aug 20:25

Choose a tag to compare

What's Changed

  • Fix hyperlinks not opening by @Banane9 in #69
  • Prevent error from SteamVR not being present

Full Changelog: v0.8.1...v0.8.2

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.

v0.8.1

22 Aug 21:34

Choose a tag to compare

Fixed outdated dependency breaking things.

Full Changelog: v0.8.0...v0.8.1

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.

v0.8.0

22 Aug 20:28

Choose a tag to compare

What's Changed

  • Add Japanese localization by @kazu0617 in #64
  • Update for the Splittening by @Banane9 in #66
  • Debug logging for white desktop bug by @Banane9 in #67
    • This doesn't fix the bug, but adds log messages to see which values go NaN

New Contributors

Full Changelog: v0.7.0...v0.8.0

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.

v0.7.0

03 Jul 19:42

Choose a tag to compare

What's Changed

  • Add patch for broken SteamVR focus handling by @goaaats in #62
  • Fix animators not working when driven by @989onan in #63

New Contributors

Full Changelog: v0.6.0...v0.7.0

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.

v0.6.0

29 Jun 09:57

Choose a tag to compare

What's Changed

  • Localize the storage units (MiB, GiB, etc.), in particular for the StorageUsageStatus component by @Banane9 in #50
  • Bytes formatting IEC/Decimals option by @l-2-j in #51
  • Remove UserInspectorsAsNonHost fix by @Banane9 in #53
  • Fix FlipAtUser not respecting view position by @E1int in #54
  • Add custom base Monkey type by @Banane9 in #57
  • Adjust fix for the names of the String > Constants nodes by @Banane9 in #58
  • Remove independently scale direct cursor patch by @Nytra in #61

New Contributors

Full Changelog: v0.5.0...v0.6.0

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.

v0.5.0

19 May 20:52

Choose a tag to compare

What's Changed

  • Make the context menu stay a fixed on-screen size in desktop mode, regardless of FOV by @Banane9 in #42
  • Make the NoDestroyUndo component actually prevent undoing destroying something by @Banane9 in #47
  • Make the outlines of the labels of the context menu fade out like the rest of it by @Banane9 in #45
  • Let failed world load indicator stay for at least 20 seconds by @Banane9 in #43
  • Allow Hyperlink components to open URLs with any scheme, not just http(s) by @Banane9 in #44
  • Make NaN floats / doubles never equal to each other for the ProtoFlux == and != nodes, as well as the ValueEqualityDriver component by @Banane9 in #46
  • Correct the spelling of Overridden on ProtoFlux nodes by @Banane9 in #48
  • Make the ProtoFlux Tool spawn valid float and double quaternion inputs by @Banane9 in #49

Full Changelog: v0.4.0...v0.5.0

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.

v0.4.0

10 May 22:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.

v0.3.0

25 Apr 20:02

Choose a tag to compare

What's Changed

  • Fix grid world template crashing by @Nytra in #34
  • Correct ProtoFlux value casts of bytes to other values by @Banane9 in #35

Full Changelog: v0.2.0...v0.3.0

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.

v0.2.0

24 Apr 20:00

Choose a tag to compare

What's Changed

  • Fix DuplicateSlot ProtoFlux node crashing game when if OverrideParent is identical to Template by @Banane9 in #21
  • Make drag and drop copying of components use fixed Slot.DuplicateComponent method by @Banane9 in #22
  • Make selection of custom generics in component selectors case-insensitive by @Banane9 in #23
  • Add config toggle descriptions by @Nytra in #27
  • Fix duplication of grabbed items (inverted check) by @Banane9 in #28
  • Prevents Grab World locomotion moving the player when activated by @Banane9 in #29
  • Fix migrated items from messages not spawning by @Banane9 in #30
  • Center content of notifications by @Banane9 in #31
  • Improve Grid World template generation by @Banane9 in #32
  • Use User cloud home template for groups by @Banane9 in #33

Full Changelog: v0.1.0...v0.2.0

Additional thanks to @art0007i and @goaaats for included fixes.

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.

v0.1.0

19 Mar 20:35

Choose a tag to compare

What's Included

  • Preserve Color Profile on all Operations by @Banane9 in #2
  • Clamp non-HDR Color(X) Channel Addition by @Banane9 in #1
  • Prevent crashes when scaling a (multi)tool to zero by @Banane9 in #3
  • Fix display names of some nodes by @Banane9 in #4
  • Fix ColorX spacing on Protoflux node names by @Banane9 in #6
  • Always use linear colorX to calculate Luminance by @Banane9 in #5
  • Fix MaterialGizmo being scaled twice when using Edit by @Banane9 in #8
  • Highlight the selected home world in the inventory by @Banane9 in #7
  • Add a ValueProxySource to ValueDisplay visuals by @Banane9 in #9
  • Fix Animators updating all fields while they are enabled but not playing by @Banane9 in #10
  • Fix import of multiple Audio files at once by @Banane9 in #12
  • Fix BrushTool-derived tools not firing OnDequipped events by @Banane9 in #11
  • Fix URLs appearing as text or resonitepackage failing to import instead of showing up as a hyperlink by @Banane9 in #13
  • Fix UserInspectors not working for non-host users by @Banane9 in #14
  • Fix multi-object Duplication by @Banane9 in #15
  • Workaround jumpy sliders and joints on headlesses by @Banane9 in #16
  • Move to live Enabled check in patches by @Banane9 in #17
  • Add copy to clipboard member action in inspectors by @Banane9 in #18
  • Fix component duplication / cloning breaking drives by @Banane9 in #19
  • Add a fix for the direct cursor of the InteractionLasers not being scaled independently by @Banane9 in #20

Additional thanks to @Nytra, @art0007i, and @LeCloutPanda for their fixes which were included here.

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.