Releases: stephengold/jme3-utilities
Releases · stephengold/jme3-utilities
jme3-utilities-nifty v0.7.9, and Minie v0.2.0
In jme3-utilities-nifty:
- More flexible policies for the placement of submenus.
- Disable warnings while loading the screen layout in BasicScreenController.
- Don't pre-validate the screen layout in BasicScreenController.
- Add readColorBank() methods to the GuiScreenController and
GuiWindowController classes. - Incorporate the fix for Nifty issue #384.
- Remove the useControls and useStyles directives from the layouts for
simple popups.
In Minie:
- Added axisIndex(), describe(), describeType(), halfExtents(), height(),
radius(), setHalfExtents(), setHeight(), and setRadius() methods to the
MyShape utility class. - Copied source files from jme3-bullet library and correcting many minor issues.
jme3-utilities-heart v2.2.0
- Added vertexNormal() and vertexTangent() methods to the MyMesh class.
jme3-utilities-debug v0.8.6
- Removed interlock between PerformanceAppState and StatsAppState.
- Added enable/disable methods to PerformanceAppState.
jme3-utilities-heart v2.1.0
- Added vertexBoneIndices(), vertexBoneWeights(), vertexColor(), vertexSize(),
vertexVector2f(), and vertexVector4f methods to MyMesh class - Added MyMath.isBetween(double, double, double) method
Minie library v0.1.2
baseline version
SkyControl v0.9.11, Wes v0.3.2, jme3-utilities-debug v0.8.5, jme3-utilities-ui v0.6.1, and jme3-utilities-x v0.2.3
- Move all Bullet-dependent code out of the debug library.
- Base libraries (including SkyControl) on heart v2.0 library, in order to eliminate Bullet dependencies.
jme3-utilities-nifty v0.7.8
- Move all Bullet dependencies to the new Minni library.
- Bypass the jme3-niftygui library to avoid its dependency on nifty-style-black.
jme3-utilities-heart v2.0.0
- Move all Bullet and jme3-effects dependencies out of the heart library.
- Deprecate the old Misc.getFpp() method.
SkyControl library v0.9.10
Update SkyControl and FloorControl cameras from the RenderManager
SkyControl v0.9.9 and Wes v0.3.1
- Target JME v3.2.1
- Add chain() and delayAll() methods to the TrackEdit class.
- Give each Updater its own list of view ports.