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.14for33 released on TBD
4+
5+ + Simplified the construction of collision shapes from multiple meshes.
6+ + Changed ` DacLinks ` to skip ` setGravity() ` on kinematic bodies.
7+ + Added verification of the local copy of gravity in ` PhysicsSpace `
8+ when assertions are enabled.
9+ + Updated the native libraries to version 2.0.7 of ` Libbulletjme ` .
10+ + Based on version 3.0 of the ` jme3-utilities-heart ` library, version
11+ 0.7.7 of the ` jme3-utilities-ui ` library, and version 0.9.9 of the
12+ ` jme3-utilities-nifty ` library.
13+
314## Version 0.9.13for33 released on 7 August 2019
415
516 + 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.13for33+1 " ;
62+ return "master 0.9.14for33 " ;
6363 }
6464}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ext { // current versions of the libraries
3030 heartVersion = ' 3.0.0for33'
3131 jme3utilitiesuiVersion = ' 0.7.7for33'
3232 jmonkeyengineVersion = ' 3.3.0-alpha2'
33- minieVersion = ' 0.9.13for33 '
33+ minieVersion = ' 0.9.14for33 '
3434}
3535
3636repositories {
You can’t perform that action at this time.
0 commit comments