Skip to content

Releases: stephengold/Libbulletjme

1.0.34

04 Mar 01:14
Compare
Choose a tag to compare

Try riccardobl's fix for JME issue 1029.

1.0.31

02 Mar 10:07
Compare
Choose a tag to compare
  • Added a getOrientation() method to the PhysicsCollisionObject 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

30 Jan 22:43
Compare
Choose a tag to compare

Added 21 methods to PhysicsCollisionObject:

  • {get/has/set}AnisotropicFriction()
  • getBasis(), getLocation(), and setLocationAndBasis()
  • getContactDamping(), getContactStiffness(), and setContactStiffnessAndDamping()
  • {get/set}ContactProcessingThreshold()
  • {get/set}DeactivationTime
  • {get/set}Friction()
  • {get/set}Restitution()
  • {get/set}RollingFriction()
  • {get/set}SpinningFriction()

1.0.29

25 Jan 08:28
Compare
Choose a tag to compare
  • Added getFallSpeed(), getJumpSpeed(), getUpDirection(), reset(), and setUseGhostSweepTest() to the PhysicsCharacter class.
  • Added getCcdMotionThreshold(), getCcdSweptSphereRadius(), setCcdMotionThreshold(), and setCcdSweptSphereRadius() to the PhysicsCollisionObject class.
  • Verify convex shape in PhysicsCharacter.createCharacterObject().

1.0.28

24 Jan 17:12
Compare
Choose a tag to compare

Bugfix: setStartupMessageEnabled() should default to TRUE.

1.0.27

23 Jan 20:45
Compare
Choose a tag to compare
  • Renamed the project from Jme3-bullet-native to Libbulletjme.
  • Added countSpheres(), getSpherePosition(), and getSphereRadius() to the MultiSphere class.
  • Added DebugTools.setStartupMessageEnabled() in order to make the startup message optional.

1.0.26

17 Jan 22:56
Compare
Choose a tag to compare

Added createShapeB(ByteBuffer, int) methods to the HullCollisionShape and MultiSphere classes.

1.0.24

07 Jan 18:34
Compare
Choose a tag to compare

Upgraded the Bullet sources to match release 2.88 of the bullet3 project.

1.0.22

31 Dec 05:42
Compare
Choose a tag to compare

Added diagnostic messages when a contact is ignored by jmePhysicsSpace::contactProcessedCallback.

1.0.21

09 Dec 07:07
Compare
Choose a tag to compare
  • Print version number during initialization.
  • Added EmptyShape class based on btEmptyShape.
  • Added isActive() method to the PhysicsCollisionObject class.
  • Upgraded the Bullet sources to match SHA1 ID=4a66d6c of the bullet3 project.
  • Removed ancient threading support from jmePhysicsSoftSpace.