Releases: stephengold/jme3-utilities
Releases · stephengold/jme3-utilities
jme3-utilities-ui v0.5.7
Add support for zip locators.
jme3-utilities-ui v0.5.6
- Protected flycamNames from external modification.
- Improved handling of filesystem exceptions.
- Added several registration methods to the Locators class.
jme3-utilities-heart v0.9.15
- Fixed a serious logic error in Generator.nextVector3f()
- Added 5 methods to MyQuaternion, 2 methods to MyMath, and 1 to Validate
jme3-utilities-heart v0.9.14
- Moved snapLocal() from MyMath to new MyQuaternion class
- Added method MyMath.standardize()
- Added methods countNe() and standardize() to MyVector3f
- Added methods ne() and standardize() to MyQuaternion
- Added methods distinct() and findPreviousIndex() to MyArray
- Added 5 methods to MyAnimation
- Added 3 methods to MySpatial
jme3-utilities-debug v0.7.3
- Made Dumper.isControlEnabled() a static method
- Added the capability to dump physics objects/spaces
jme3-utilities-heart v0.9.13
- Fixed NPEs caused by bone tracks without scales
- Avoid use of == and != on floats, causing semantic changes in some cases
- Moved 3 methods from MyMath to new MyArray class
- Privatized protected fields in DomeMesh and LoopMesh
- Added method MyArray.hasDistinct()
- Added method MyCamera.listViewPorts()
- Added method MyMath.isBetween()
- Added methods aboutEquals(), compareTo(), and equals() to ReadXZ/VectorXZ
jme3-utilities-heart v0.9.12
- Added material definition multicolor2 to render point shapes
- Added DomeMesh and RoundedRectangle classes
- Added another constructor for RectangleMesh
- Added method MyMath.normalize()
- Use Mesh.Mode.LineLoop (where feasible) when generating meshes
jme3-utilities-debug v0.7.2
- Renamed 5 methods in Dumper class
- Added point shapes to SkeletonVisualizer
jme3-utilities-ui v0.5.5
Publicize InputMode.activate() and InputMode.deactivate() so they can be
overriden.
jme3-utilities-nifty v0.6.8
- Use wrap="true" for labels in dialog boxes and infoboxes.
- Made the GUI render order an initialization option.