Releases: stephengold/jme3-utilities
Releases · stephengold/jme3-utilities
SkyControl v0.9.15, Wes v0.3.8, jme3-utilities-debug v0.9.8, jme3-utilities-ui v0.6.7, and jme3-utilities-x v0.2.5
- Automated downloading and decompression of the star catalog
- Targeted version 3.2.2-beta1 of jMonkeyEngine.
- Based on version 2.17 of the jme3-utilities-heart library.
- Removed the deprecated
ActionApplication.getWrittenAssetDirPath()
method. - Made dumps more concise.
- Clarified
Spatial
descriptions. - Simplified the
PointVisualizer.setEnabled()
method.
jme3-utilities-nifty v0.8.3
- Based on version 1.4.3 of Nifty, version 3.2.2-beta1 of jMonkeyEngine, version 2.17 of the jme3-utilities-heart library, and version 0.6.7 of the jme3-utilities-ui library.
- Improved argument validation in the
SoundHandleJme
class.
jme3-utilities-heart v2.17.0
- Improved output formatting in the
MyCamera.describe()
method - Targeted jMonkeyEngine version 3.2.2-beta1
jme3-utilities-heart v2.16.0
- Added describers for axes, floats, and fractions to the
MyString
class - Added describers suitable for locations and directions to the
MyVector3f
class - Added describers to the
MyColor
andMyQuaternion
classes - Added a
mean()
method to theMyArray
class - Trim trailing zeros in the
MyCamera.describe()
anddescribeMore()
methods
jme3-utilities-debug v0.9.7
- Added a
PointVisualizer
class. - Trim trailing zeros in the
Describer
class. - Added 4 sprite textures: cross, lozenge, mascle, and square.
- Based on version 2.16 of the jme3-utilities-heart library.
jme3-utilities-heart v2.15.0
- Fixed bug in the
RectangularSolid
constructor based onBoundingBox
- Added support for
RectangularSolid
inMisc.deepCopy()
- Added a
RectangularSolid
constructor based on half extents
jme3-utilities-ui v0.6.6
- Fixed a bug where
FLYCAM_LOWER
mapped to the R key instead of the Z key. - Added an
ActionApplication.speed()
method. - Renamed
ActionApplication.getWrittenAssetDirPath()
towrittenAssetDirPath()
. - Improved argument validation in the
Signals
class. - Based on version 2.14 of the jme3-utilities-heart library.
jme3-utilities-heart v2.14.0
- Added a
RectangularSolid
class to model rotated boxes - Added a
covariance()
method to theMyVector3f
class - Added a
nextQuaternion()
method to theGenerator
class - Added a
lengthSquared()
method to theMyQuaternion
class
jme3-utilities-heart v2.13.0
- Added an
area()
method forTriangle
to theMyMath
class - Added a
tetrahedronVolume()
method to theMyVolume
class
jme3-utilities-debug v0.9.6
Based on version 2.13 of the jme3-utilities-heart library.