Releases: stephengold/jme3-utilities
jme3-utilities-ui v0.5.1 and jme3-utilities-nifty v0.6.3
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
Notable changes:
- added utility methods
- use latest jCommander in tests
- exclude assets from sources JAR
jme3-utilities-debug release 0.5.2
SkeletonDebugControl no longer depends on jME3's SkeletonDebug.
jme3-utilities-debug release 0.5.1
Made AxesControl and SkeletonDebugControl cloneable.
jme3-utilities-nifty release 0.6.2
Public access to updateSliderStatus() in the GuiScreenController class.
jme3-utilities-nifty release 0.6.1
Added informational dialog boxes and changed APIs, renaming the showDialog() and showPopup() methods.
jme3-utilities-nifty release 0.6.0
Added WindowController class and revamped APIs (especially GuiScreenController) making most methods public and non-static.
jme3-utilities-nifty release 0.5.2
Improved sizing of popup menus.
jme3-utilities-nifty release 0.5.1
Fixed assertion error when activating BindScreen from a popup.
jme3-utilities-x release 0.2.0
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.