Releases: stephengold/Acorus
Releases · stephengold/Acorus
2.0.2
2.0.1
- Worked around a blanking-after-restart issue on LWJGLv3/Linux.
- Based on jMonkeyEngine v3.7.0-stable and version 9.2.0 of the Heart Library.
2.0.0
- Moved
DsUtilsto the Heart Library. (API change) - Based on version 9.0.0 of the Heart Library.
1.1.1
- Changed
DisplaySettingsso it doesn't require anActionApplication. - Based on version 8.8.0 of the Heart Library.
1.1.0
- Bugfix:
Locators.configurationRegisterDefault()fails if no sandbox has been designated - Removed the LWJGL v2 limitations from the
DisplaySettingsclass, since the issues they mitigated were solved in jMonkeyEngine v3.6.1-stable . - Added the
hasSandbox()method to theActionApplicationclass. - Added API names for OpenGL v3.0 and v3.1 to the
DisplaySettingsclass. - Based on jMonkeyEngine v3.6.1-stable and version 8.7.0 of the Heart Library.
1.0.0
- Bugfix: setters throw
NullPointerExceptions if invoked on an uninitializedOverlay - Bugfix:
Overlaysetters accept out-of-range indices - Added options to center or right-align content to the
Overlayclass. - Publicized the
hhmmss()method in theActionApplicationclass. - Based on jMonkeyEngine v3.6.0-stable and version 8.3.2 of the Heart Library.
0.9.18+for36
- API changes:
- Deleted the
framebufferHeight(),framebufferWidth(),getSystemListener(),windowXPosition(), andwindowYPosition()methods from theDsUtilsclass. - Renamed the
parseDisplaySize()method in theDsUtilsclass.
- Deleted the
- Bugfix:
HelloRecorderdoesn't always shut down cleanly - Added the
recordingQuality()andsetRecordingQuality()methods to theActionApplicationclass. - If an
ActionApplicationlacks a sandbox, write screenshots and video to the working directory instead. - Based on jMonkeyEngine v3.6.0-beta3 and version 8.3.1+for36 of the Heart Library.
0.9.17
- API changes:
- Based the
Overlayclass onBaseAppStateinstead ofSimpleAppState. - Renamed the
DisplaySettings.graphicsAPI()method.
- Based the
- Added the
bindSignal(String, String)method to theInputModeclass. - Added a "toggle recorder" action to the
ActionApplicationclass. - Added the
HelloRecordertutorial app. - Based on version 8.2.0 of the Heart Library.
0.9.16
- Bugfix: null
colorSpaceinHelpBuilder - Based on version 8.0.0 of the Heart Library.
0.9.15
- API changes:
- privatized 2
updateHelp()methods inAcorusDemo - moved
updateFramebufferSize()fromDsUtilstoAcorusDemo - added
ColorSpaceargs toHelpBuildermethods
- privatized 2
- Added the
onColorSpaceChange()callback to theAcorusDemoandOverlayclasses. - Added methods to the
Overlayclass:countLines()getLocationPolicy()height()setColor()setLocationPolicy()setText()setXMargin()setYMargin()width()xMargin()yMargin()
- Added accessors to the
HelpBuilderclass:copyBackgrounColor()padding()separation()setPadding()setSeparation()
- Implemeted
setEnabled()andsetText()for an uninitializedOverlay. - Changed the examples to require LWJGL v3.
- Added the
AppChooserapplication. - Based on jMonkeyEngine v3.5.2-stable and version 7.6.0 of the Heart Library.