Skip to content

Releases: stephengold/jme3-utilities

jme3-utilities-nifty v0.7.9, and Minie v0.2.0

02 Feb 18:48
Compare
Choose a tag to compare

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

02 Feb 07:17
Compare
Choose a tag to compare
  • Added vertexNormal() and vertexTangent() methods to the MyMesh class.

jme3-utilities-debug v0.8.6

28 Jan 07:05
Compare
Choose a tag to compare
  • Removed interlock between PerformanceAppState and StatsAppState.
  • Added enable/disable methods to PerformanceAppState.

jme3-utilities-heart v2.1.0

28 Jan 00:05
Compare
Choose a tag to compare
  • Added vertexBoneIndices(), vertexBoneWeights(), vertexColor(), vertexSize(),
    vertexVector2f(), and vertexVector4f methods to MyMesh class
  • Added MyMath.isBetween(double, double, double) method

Minie library v0.1.2

26 Jan 22:05
Compare
Choose a tag to compare

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

25 Jan 20:25
Compare
Choose a tag to compare
  • 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

25 Jan 21:08
Compare
Choose a tag to compare
  • 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

25 Jan 06:58
Compare
Choose a tag to compare
  • Move all Bullet and jme3-effects dependencies out of the heart library.
  • Deprecate the old Misc.getFpp() method.

SkyControl library v0.9.10

24 Jan 06:10
Compare
Choose a tag to compare

Update SkyControl and FloorControl cameras from the RenderManager

SkyControl v0.9.9 and Wes v0.3.1

22 Jan 09:58
Compare
Choose a tag to compare
  • Target JME v3.2.1
  • Add chain() and delayAll() methods to the TrackEdit class.
  • Give each Updater its own list of view ports.