Beta 2024.2.5.848: Difference between revisions

From Resonite Wiki
add 2024.2.5.848
 
add feature
 
Line 13: Line 13:
Bugfixes:
Bugfixes:
* Removed debugging code from BepuPhysicsV2 library which resulted in memory leaking when computing convex hull colliders (reported by @Medra, @ProbablePrime, @Panda, @bredo, @Sveken, @charlie, Beef, @Unintentional, @Canadian_RedZ, @Ocelot, issue [https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/1291 #1291], BepuPhysicsV2 update commited by @Nutcake)
* Removed debugging code from BepuPhysicsV2 library which resulted in memory leaking when computing convex hull colliders (reported by @Medra, @ProbablePrime, @Panda, @bredo, @Sveken, @charlie, Beef, @Unintentional, @Canadian_RedZ, @Ocelot, issue [https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/1291 #1291], BepuPhysicsV2 update commited by @Nutcake)
New Features:
* Added [[Component:BooleanAssetDriver | BooleanAssetDriver<A>]] requested by @epicEaston197 in [https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/1282 #1282] and implemented by @ProbablePrime


[[Category:Versions]]
[[Category:Versions]]

Latest revision as of 18:24, 6 February 2024

Beta 2024.2.5.848 is a Resonite version released on 2024/02/05.

It is compatible with the previous build, Beta 2024.2.2.1015.

The following notes were sent by Frooxius:

Just a small quick bugfix, the updated BepuPhysicsV2 had forgotten debugging code in it, which caused memory leaks when computing convex hulls.
This pulls in updated version which should fix that!
Compatible with current.

Bugfixes:

  • Removed debugging code from BepuPhysicsV2 library which resulted in memory leaking when computing convex hull colliders (reported by @Medra, @ProbablePrime, @Panda, @bredo, @Sveken, @charlie, Beef, @Unintentional, @Canadian_RedZ, @Ocelot, issue #1291, BepuPhysicsV2 update commited by @Nutcake)

New Features: