Releases: stephengold/Libbulletjme
Releases · stephengold/Libbulletjme
1.0.34
Try riccardobl's fix for JME issue 1029.
1.0.31
- Added a
getOrientation()
method to thePhysicsCollisionObject
class. - In
jmePhysicsSpace::contactProcessedCallback()
, check both collision objects for NULL user pointers. - Upgraded the Bullet sources to match SHA1 id=1bac759a of the bullet3 project.
1.0.30
Added 21 methods to PhysicsCollisionObject
:
{get/has/set}AnisotropicFriction()
getBasis()
,getLocation()
, andsetLocationAndBasis()
getContactDamping()
,getContactStiffness()
, andsetContactStiffnessAndDamping()
{get/set}ContactProcessingThreshold()
{get/set}DeactivationTime
{get/set}Friction()
{get/set}Restitution()
{get/set}RollingFriction()
{get/set}SpinningFriction()
1.0.29
- Added
getFallSpeed()
,getJumpSpeed()
,getUpDirection()
,reset()
, andsetUseGhostSweepTest()
to thePhysicsCharacter
class. - Added
getCcdMotionThreshold()
,getCcdSweptSphereRadius()
,setCcdMotionThreshold()
, andsetCcdSweptSphereRadius()
to thePhysicsCollisionObject
class. - Verify convex shape in
PhysicsCharacter.createCharacterObject()
.
1.0.28
Bugfix: setStartupMessageEnabled()
should default to TRUE.
1.0.27
- Renamed the project from Jme3-bullet-native to Libbulletjme.
- Added
countSpheres()
,getSpherePosition()
, andgetSphereRadius()
to theMultiSphere
class. - Added
DebugTools.setStartupMessageEnabled()
in order to make the startup message optional.
1.0.26
Added createShapeB(ByteBuffer, int)
methods to the HullCollisionShape
and MultiSphere
classes.
1.0.24
Upgraded the Bullet sources to match release 2.88 of the bullet3 project.
1.0.22
Added diagnostic messages when a contact is ignored by jmePhysicsSpace::contactProcessedCallback
.
1.0.21
- Print version number during initialization.
- Added
EmptyShape
class based onbtEmptyShape
. - Added
isActive()
method to thePhysicsCollisionObject
class. - Upgraded the Bullet sources to match SHA1 ID=4a66d6c of the bullet3 project.
- Removed ancient threading support from
jmePhysicsSoftSpace
.