Skip to content

Commit

Permalink
update the release notes and init message for version 1.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 12, 2019
1 parent d9d981e commit d65b6d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release notes for the Libbulletjme Project

## Version 1.0.38 released on 11 March 2019

+ CollisionShape: add setLocalScaling() using scalars
+ PhysicsRigidBody: add setGravity() using scalars
+ Updated the Bullet sources to match SHA1 id=d56b1361 of the bullet3 project.

## Version 1.0.37 released on 9 March 2019

Optimize the convex hull when creating a `HullCollisionShape`.
Expand Down Expand Up @@ -32,7 +38,7 @@ in an attempt to work around JME issue #1029.
+ 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.
+ Updated the Bullet sources to match SHA1 id=1bac759a of the bullet3 project.

## Version 1.0.30 released on 30 January 2019

Expand Down
2 changes: 1 addition & 1 deletion src/native/glue/jmeClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void jmeClasses::initJavaClasses(JNIEnv* env) {
if (PhysicsSpace != NULL) return; // already initialized

if (printFlag) {
fprintf(stdout, "Libbulletjme v1.0.37: initializing Java classes\n");
fprintf(stdout, "Libbulletjme v1.0.38: initializing Java classes\n");
fflush(stdout);
}

Expand Down

0 comments on commit d65b6d1

Please sign in to comment.