Skip to content

Releases: stephengold/Wes

0.8.4

0.8.4 Pre-release
Pre-release

Choose a tag to compare

@stephengold stephengold released this 16 Aug 01:58

Special pre-release for testing.

  • Targeted v9.4.0-test1 of the Heart library and v3.10.0-beta2 of JMonkeyEngine.

0.8.3

Choose a tag to compare

@stephengold stephengold released this 21 Jan 23:25
  • Added the AnimationEdit.retargetClip() method.
  • Targeted v9.3.0 of the Heart library and v3.9.0-stable of JMonkeyEngine.
  • Added developer ID and inception year to the POM.
  • Updated the Gradle build tool to v9.3.0. When building this project, JDK 17+ is now assumed, though this can be worked around.

0.8.2

Choose a tag to compare

@stephengold stephengold released this 12 Jun 05:34
  • Added the TrackEdit.translate() method.
  • Reconfigured to publish via Central Publisher Portal instead of OSSRH.
  • Targeted v9.2.0 of the Heart library and v3.8.1-stable of JMonkeyEngine.

Wes 0.8.1

Choose a tag to compare

@stephengold stephengold released this 28 Nov 05:27
  • Bugfix: TrackEdit.cloneTrack() doesn't clone deeply enough
  • Bugfix: AnimationEdit.zeroFirst() has unexpected side effects
  • Renamed 3 methods and deprecated the original names:
    • MyAnimation.getScales()
    • MyAnimation.getRotations()
    • MyAnimation.getTranslations()
  • Added the SupportUtils class (derived from Maud).
  • Added 4 new methods:
    • AnimationEdit.replaceTranslations()
    • AnimationEdit.translateForInitialSupport()
    • AnimationEdit.translateForSupport()
    • AnimationEdit.translateForTraction()

Wes 0.8.0

Choose a tag to compare

@stephengold stephengold released this 09 Oct 22:44
  • Bugfix: 4 methods use wrong fill transform for the new animation system:
    • TweenTransforms.interpolate()
    • TrackEdit.insertKeyframe()
    • TrackEdit.replaceKeyframe()
    • TrackEdit.truncate()
  • Added a new TransformTrackBuilder class.
  • Added 2 more constructors for SkeletonMapping, to construct one-to-one mappings for an Armature or Skeleton.
  • Targeted JME version 3.6.1-stable.
  • Based on v8.7.0 of the Heart library.

Wes 0.7.5

Choose a tag to compare

@stephengold stephengold released this 23 Mar 07:29
  • Targeted JME version 3.6.0-stable.
  • Based on v8.3.2 of the Heart Library and v1.0.0 of Acorus.

Wes 0.7.4+for36

Choose a tag to compare

@stephengold stephengold released this 12 Mar 18:49
  • Bugfix: Pose.setToClip() yields incorrect poses for certain tracks
  • Upgraded to Gradle v8.0.2 .

Wes 0.7.3+for36

Choose a tag to compare

@stephengold stephengold released this 03 Mar 20:20
  • Targeted JME version 3.6.0-beta3.
  • Based on v8.3.1+for36 of the Heart Library and v0.9.18+for36 of Acorus.
  • Upgraded to Gradle v8.0.1 .

Wes v0.7.2

Choose a tag to compare

@stephengold stephengold released this 24 Jun 07:15
  • Targeted JME version 3.5.2-stable.
  • Based on v8.0.0 of the Heart Library and v0.9.16 of Acorus.

Wes v0.7.1

Choose a tag to compare

@stephengold stephengold released this 24 Feb 22:35

Bugfix: TweenTransforms uses the wrong cycle time to interpolate a TransformTrack.