Skip to content

Releases: stephengold/jme3-utilities

jme3-utilities-ui 0.9.0

16 Aug 20:34
Compare
Choose a tag to compare
  • Redesigned the API of the InputMode class:
    • Renamed the findHotkeys(), getActionName(), getConfigPath(), and getShortName() methods.
    • Privatized the suspend() and resume() methods.
    • Protected the activate() and deactivate() methods.
    • Extended the bind(String, int) method to accept multiple keycodes.
  • Redesigned the API of the Hotkey class:
    • De-publicized the map() and unmap() methods.
    • Renamed the getButtonCode(), getCode(), getKeyCode(), and getName() methods.
  • Other changes to the library API:
    • Deleted the exists() method from the Signals class.
    • Privatized the mapActions() method from the HelpUtils class.
  • Implemented combos and combo actions, including a Combo class.
  • Implemented a suspend/resume stack and added suspendAndActivate() and resumeLifo() methods to the InputMode class.
  • Added the bindSignal() convenience methods to the InputMode class.
  • Based on version 6.0.0 of the Heart Library.

jme3-utilities-ui 0.8.3

28 Apr 01:51
Compare
Choose a tag to compare
  • Updated the DisplaySettings class to allow BPP, MSAA, and gamma-correction changes to be applied via a restart, since JME issue #801 is fixed.
  • Added a getApplication() method to the DisplaySettings class.
  • Based on version 5.3.0 of the Heart Library.

SkyControl 0.9.26, jme3-utilities-ui 0.8.2, and jme3-utilities-x 0.2.19

01 Apr 19:41
Compare
Choose a tag to compare
  • Targeted version 3.3.0-stable of jMonkeyEngine.
  • Based on version 5.2.1 of the Heart Library.

jme3-utilities-nifty version 0.9.14

01 Apr 20:44
Compare
Choose a tag to compare
  • Raise the log priorities of 3 warning messages in GuiScreenController.
  • Base on version 3.3.0-stable of jMonkeyEngine, version 5.2.1 of the Heart Library, and version 0.8.2 of the jme3-utilities-ui library.

SkyControl v0.9.25for33, jme3-utilities-ui v0.8.1for33, and jme3-utilities-x v0.2.18for33

04 Feb 21:30
Compare
Choose a tag to compare
  • Changed the Maven groupId from "jme3utilities" to "com.github.stephengold"
  • Based on version 5.0 of the Heart Library.

SkyControl v0.9.25for32, jme3-utilities-ui v0.8.1for32, and jme3-utilities-x v0.2.18for32

04 Feb 21:33
Compare
Choose a tag to compare
  • Changed the Maven groupId from "jme3utilities" to "com.github.stephengold"
  • Based on version 5.0 of the Heart Library.

jme3-utilities-nifty v0.9.13for33

04 Feb 23:38
Compare
Choose a tag to compare
  • Changed the Maven groupId from "jme3utilities" to "com.github.stephengold"
  • Based on version 5.0 of the Heart Library.

jme3-utilities-nifty v0.9.13for32

04 Feb 23:39
Compare
Choose a tag to compare
  • Changed the Maven groupId from "jme3utilities" to "com.github.stephengold"
  • Based on version 5.0 of the Heart Library.

jme3-utilities-ui v0.8.0for33

24 Jan 18:14
Compare
Choose a tag to compare
  • Moved the PropertiesLoader class to the jme3-utilities-heart library. (API change)
  • Finalized simpleInitApp() in the ActionApplication class. (API change)
  • Bufix: corrected the name for KEY_NUMPADCOMMA in the Hotkey class.
  • Added names for KEY_PRTSCR, KEY_DECIMAL, and KEY_SUBTRACT to the HotKey class.
  • Added black backgrounds to all help nodes.
  • Added a dumpAll() method to the Locators class, for debugging.
  • Added "green.cur" cursor texture to the built-in assets.
  • Based on version 4.4 of the jme3-utilities-heart library.

jme3-utilities-ui v0.8.0for32

24 Jan 18:16
Compare
Choose a tag to compare
  • Moved the PropertiesLoader class to the jme3-utilities-heart library. (API change)
  • Finalized simpleInitApp() in the ActionApplication class. (API change)
  • Bufix: corrected the name for KEY_NUMPADCOMMA in the Hotkey class.
  • Added names for KEY_PRTSCR, KEY_DECIMAL, and KEY_SUBTRACT to the HotKey class.
  • Added screenshot support to the ActionApplication class.
  • Added black backgrounds to all help nodes.
  • Added a dumpAll() method to the Locators class, for debugging.
  • Added "green.cur" cursor texture to the built-in assets.
  • Based on version 4.4 of the jme3-utilities-heart library.