File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# # configure Gradle properties for building the Jolt-JNI Project
22
33# Jolt-JNI version string
4- jjVersion = 0.9.10-SNAPSHOT
4+ jjVersion = 0.9.10
55
66# # default artifact ID (used when -Partifact= isn't specified on the command line)
77artifact = jolt-jni
Original file line number Diff line number Diff line change 11# release log for the Jolt-JNI project
22
3+ ## Version 0.9.10 released on TBD
4+
5+ + API change:
6+ + remove the ` MapObj2Bp ` class (use ` BroadPhaseLayerInterfaceTable ` instead)
7+
8+ + Bugfixes:
9+ + ` Shape.copyDebugTriangles() ` doesn't account for the center-of-mass
10+ + infinite recursion colliding triangle with triangle (JoltPhysics issue 1620)
11+
12+ + Added 4 classes:
13+ + ` BroadPhaseLayerInterfaceTable `
14+ + ` ObjectLayerPairFilterTable `
15+ + ` ObjectVsBroadPhaseLayerFilterTable `
16+ + ` OrientedBox `
17+
18+ + Added some public methods to the libraries.
19+ + Declared an open module that exports all packages.
20+ + Updated the Jolt source code and assets to 2dcab94 (=sg250427).
21+ + Updated the OSHI library to v6.8.1 .
22+
323## Version 0.9.9 released on 13 April 2025
424
525+ API changes:
You can’t perform that action at this time.
0 commit comments