Skip to content

Releases: stephengold/Libbulletjme

1.0.59

09 May 18:36
Compare
Choose a tag to compare

Added 8 methods to the PhysicsSoftBody class:

  • cutLink()
  • getAnchorInfluence()
  • getAnchorNodeIndex()
  • getAnchorPivot()
  • getAnchorRigidId()
  • isCollisionAllowed()
  • setNormals()
  • setVelocities()

1.0.57

07 May 22:34
Compare
Choose a tag to compare

Added a getBounds() method to the PhysicsSoftBody class.

1.0.56

06 May 18:32
Compare
Choose a tag to compare
  • Copied the needBroadphaseCollision code from jmePhysicsSpace.cpp to jme3PhysicsSoftSpace.cpp.
  • Added getClusterCenter() and setNodeVelocity() methods to the PhysicsSoftBody class.
  • Removed all null checks for new operations: not necessary.
  • Implemented the bt32BitAxisSweep3 option in jme3PhysicsSoftSpace.
  • Registered the btGImpactCollisionAlgorithm in jme3PhysicsSoftSpace.

1.0.55

05 May 23:43
Compare
Choose a tag to compare
  • Removed the redundant getBoundingCenter() methods from the PhysicsSoftBody class.
  • Renamed the setMacDisplacement() method in the SoftBodyWorldInfo class.
  • Upgraded the Bullet sources to match SHA1 ID=f4f5f708 of the bullet3 project.
  • Added 9 methods to PhysicsSoftBody:
    • addVelocity()
    • getAnchorCount()
    • getClustersPositions()
    • getNodeLocation()
    • getNodeNormal()
    • getNodesNormals()
    • getNodesVelocities()
    • getNodeVelocity()
    • setVelocity()

1.0.54

30 Apr 17:36
Compare
Choose a tag to compare
  • Renamed the getRestLenghtScale() and setRestLenghtScale() methods in the PhysicsSoftBody class.
  • Added an isInWorld() method to the PhysicsCollisionObject class.
  • Changed free() to delete in the jmeMotionState destructor.

1.0.53

30 Apr 03:04
Compare
Choose a tag to compare
  • Corrected the buffer-reading loops in PhysicsSoftBody.
  • Plugged memory leaks in MultiSphere.

1.0.50

26 Apr 01:11
Compare
Choose a tag to compare

Added getters for the frame transforms of cone, hinge, and slider joints.

1.0.49

14 Apr 22:47
Compare
Choose a tag to compare

Bugfix: NullPointerException thrown by NULL_CHECK in PhysicsRigidBody.setAngularDamping().

1.0.48

14 Apr 19:18
Compare
Choose a tag to compare
  • Forced recalculation of pivot offset in SixDofJoint.getPivotOffset() and joint angles in SixDofJoint.getAngles().
  • Deployed a NULL_CHECK macro.

1.0.46

11 Apr 01:29
Compare
Choose a tag to compare
  • Added getAngles() and getPivotOffset() methods to the SixDofJoint class.
  • Updated the Bullet sources to match SHA1 ID=c6a43e0a5 of the bullet3 project.