Skip to content

Releases: stephengold/jme3-utilities

jme3-utilities-heart v0.9.21

08 Sep 18:59
Compare
Choose a tag to compare
  • Handle bone-index buffers containing shorts instead of bytes
  • Added MyAnimation.findSpatialTrack()
  • Allow MyAnimation.get{Scales/Translations}() to return null

Wes library v0.2.2

07 Sep 16:20
Compare
Choose a tag to compare
  • Generalized BoneTrack methods to also work for SpatialTracks. (This involved some API changes.)
  • Renamed TweenTransforms.boneTransform() to transform().
  • Added newTrack() and setKeyframes() methods to TrackEdit class.

jme3-utilities-heart v0.9.20

07 Sep 15:34
Compare
Choose a tag to compare
  • Renamed MyAnimation.findTrack() to findBoneTrack()
  • Added MyAnimation.countTracks()
  • Added MyAnimation.get{Rotations/Scales/Translations}()
  • Added class StringLoader
  • Standardized the BSD license texts

Wes library v0.2.1

05 Sep 00:25
Compare
Choose a tag to compare

baseline release - 2nd attempt

jme3-utilities-nifty v0.6.10

05 Sep 23:59
Compare
Choose a tag to compare
  • Align infobox body text with the top of its panel.
  • Accommodate infobox body text up to 400 lines long.

jme3-utilities-nifty v0.6.9

03 Sep 23:21
Compare
Choose a tag to compare
  • Added 2 more dialog controllers: LongDialog and TextEntryDialog.
  • Widened text-entry dialog boxes by 100 pixels.
  • In popup menus, use the main "0" key to select the 10th item.
  • Reduced display darkening for popup menus, from 50% to 37%.

jme3-utilities-heart v0.9.19

01 Sep 06:04
Compare
Choose a tag to compare
  • Remove 10 editing methods from MyAnimation
  • Rename MyAnimation.createTrack()
  • Fixed NPE while applying MyMesh.vertexLocation() to non-animated model
  • Added accumulateScaled() method to MyQuaternion

jme3-utilities-heart v0.9.18

30 Aug 18:18
Compare
Choose a tag to compare
  • Moved the hasUV() method from Misc to MyMesh
  • Fixed NPE during MyAnimation.behead()
  • Added vertex{World}Location() and vertexVector3() methods to MyMesh
  • Added count{Spatial/UserData/Vertices}() methods to MySpatial
  • Added join() method for lists of strings (not needed in Java8)
  • Added more cases to MySpatial.describeType()

jme3-utilities-ui v0.5.8

11 Aug 21:19
Compare
Choose a tag to compare
  • Refine the API of Locators.
  • Implement save/restore for Locators.

jme3-utilities-heart v0.9.16

11 Aug 21:01
Compare
Choose a tag to compare

Added 15 new methods to various utility classes.