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.5for33 released on 6 July 2019
4+
5+ + Modified ` DynamicAnimControl ` to work with armatures as well as skeletons.
6+ + Fixed JME issue 1135 (` ConeJoint ` causes rigid body to disappear).
7+ + Fixed cloning bugs in ` SoftPhysicsJoint ` and ` SoftBodyControl ` .
8+ + Removed 3 ` jme3test ` apps that now work unmodified with Minie.
9+ + Added a ` contains(PhysicsJoint) ` method to the ` PhysicsSpace ` class.
10+ + Added modified ` TestRagDoll ` and ` TestGimpactShape ` apps that
11+ work with Minie.
12+ + Added hotkey-binding hints to ` TestHeightfield ` and ` TestHullContact ` .
13+ + Added a ` TestStaticBody ` test.
14+ + Updated the native libraries to version 1.0.90 of ` Libbulletjme ` .
15+ + Based on version 2.29 of the ` jme3-utilities-heart ` library.
16+ + Based on version 3.3.0-alpha2 of jMonkeyEngine.
17+
318## Version 0.9.4 released on 2 July 2019
419
520 + 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 "master 0.9.4+1 " ;
62+ return "master 0.9.5for33 " ;
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.0for33'
3232 jme3utilitiesuiVersion = ' 0.7.4for33'
3333 jmonkeyengineVersion = ' 3.3.0-alpha2'
34- minieVersion = ' 0.9.4 '
34+ minieVersion = ' 0.9.5for33 '
3535}
3636
3737repositories {
You can’t perform that action at this time.
0 commit comments