Skip to content

Releases: stephengold/jme3-utilities

jme3-utilities-ui v0.5.1 and jme3-utilities-nifty v0.6.3

11 May 00:55
Compare
Choose a tag to compare

Extended the Hotkey class to include mouse buttons, redesigned the ui API.
Added a simple confirmation dialog box.
Added DialogController class for customizing dialog boxes.
Added a feedback section to text-entry dialog box.
Bound the F5 key in both menu-input mode and dialog-input mode.

SkyControl release 0.9.3

05 May 07:35
Compare
Choose a tag to compare

Notable changes:

  • added utility methods
  • use latest jCommander in tests
  • exclude assets from sources JAR

jme3-utilities-debug release 0.5.2

05 May 07:55
Compare
Choose a tag to compare

SkeletonDebugControl no longer depends on jME3's SkeletonDebug.

jme3-utilities-debug release 0.5.1

04 May 18:05
Compare
Choose a tag to compare

Made AxesControl and SkeletonDebugControl cloneable.

jme3-utilities-nifty release 0.6.2

02 May 22:45
Compare
Choose a tag to compare

Public access to updateSliderStatus() in the GuiScreenController class.

jme3-utilities-nifty release 0.6.1

27 Apr 22:03
Compare
Choose a tag to compare

Added informational dialog boxes and changed APIs, renaming the showDialog() and showPopup() methods.

jme3-utilities-nifty release 0.6.0

15 Apr 23:35
Compare
Choose a tag to compare

Added WindowController class and revamped APIs (especially GuiScreenController) making most methods public and non-static.

jme3-utilities-nifty release 0.5.2

13 Apr 18:21
Compare
Choose a tag to compare

Improved sizing of popup menus.

jme3-utilities-nifty release 0.5.1

12 Apr 22:13
Compare
Choose a tag to compare

Fixed assertion error when activating BindScreen from a popup.

jme3-utilities-x release 0.2.0

10 Apr 03:32
Compare
Choose a tag to compare

initial baseline release of the experimental library, including Java classes for evolutionary algorithms, pseudo-random noise, navigation, and XML files

Copyright (c) 2013-2017, Stephen Gold
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

Stephen Gold's name may not be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL STEPHEN GOLD BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.