Skip to content

Minie v0.3.0 and jme3-utilities-nifty v0.8.2

Compare
Choose a tag to compare
@stephengold stephengold released this 23 Sep 18:46
· 1791 commits to master since this release

Based on version 2.10 of the jme3-utilities-heart library.

Notable changes to Minie:

  • Fixed JME issue #740.
  • Standardized the design of constructors and accessors to reduce aliasing of vectors and quaternions and enable the use of caller-allocated storage.
  • Implemented a more practical approach to filtering debug objects.
  • Simplified PhysicsCollisionEvent by eliminating event types.
  • Renamed 2 PhysicsJoint methods that misspelled "bodies".
  • Removed many needless fields, methods, and constructors.
  • Made the VehicleTuning class JmeCloneable and Savable.
  • Addressed the possibility of multiple physics controls added to the same Spatial.
  • Replaced 6 parameters of VehicleWheel with a VehicleTuning reference.
  • Eviscerated 5 cloneForSpatial() methods.

Notable changes to jme3-utilities-nifty:

  • Require a controller for every dialog box.
  • Rename LibraryVersion.getVersionShort() to versionShort().