File tree Expand file tree Collapse file tree
src/main/java/jme3utilities/minie Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# release notes for the Minie library, DacWizard, and MinieExamples
22
3+ ## Version 0.9.5for32 released on 6 July 2019
4+
5+ + Fixed JME issue 1135 (` ConeJoint ` causes rigid body to disappear).
6+ + Fixed cloning bugs in ` SoftPhysicsJoint ` and ` SoftBodyControl ` .
7+ + Added a ` contains(PhysicsJoint) ` method to the ` PhysicsSpace ` class.
8+ + Added modified ` TestRagDoll ` and ` TestGimpactShape ` apps that
9+ work with Minie.
10+ + Added hotkey-binding hints to ` TestHeightfield ` and ` TestHullContact ` .
11+ + Added a ` TestStaticBody ` test.
12+ + Updated the native libraries to version 1.0.90 of ` Libbulletjme ` .
13+ + Based on version 2.29 of the ` jme3-utilities-heart ` library.
14+
315## Version 0.9.4 released on 2 July 2019
416
517 + API changes:
Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ private MinieVersion() {
5959 * @return branch and revision (not null, not empty)
6060 */
6161 public static String versionShort () {
62- return "for_jME3.2 0.9.4+1 " ;
62+ return "for_jME3.2 0.9.5for32 " ;
6363 }
6464}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ext { // current versions of the libraries
3131 heartVersion = ' 2.29.0for32'
3232 jme3utilitiesuiVersion = ' 0.7.4for32'
3333 jmonkeyengineVersion = ' 3.2.3-stable'
34- minieVersion = ' 0.9.4 '
34+ minieVersion = ' 0.9.5for32 '
3535}
3636
3737repositories {
You can’t perform that action at this time.
0 commit comments