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 = 3.2.1-SNAPSHOT
4+ jjVersion = 3.3.0
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 3.3.0 released on TBD
4+
5+ + Bugfixes:
6+ + 3 copy-paste errors in FilteredContactListener.cpp (issue #26 )
7+ + ` FilteredContactListener ` contact removals ignore body-filter settings
8+ + ` FilteredContactListener ` ignores its "enable removed" setting
9+ + heap corruption after invoking ` ConvexShape.getSupportFunction() `
10+ + ` UnsatisfiedLinkError ` in ` CharacterBaseSettings `
11+ + Added the ` ConstConvexShape ` interface.
12+ + Added the ` getRefCount() ` method to the ` ConstCharacterBase ` interface.
13+ + Added more ` setLinearVelocity() ` signatures for physics characters.
14+
15+
316## Version 3.2.0 released on 20 September 2025
417
518+ Added 3 classes for efficient/flexible contact listening:
You can’t perform that action at this time.
0 commit comments