Releases: davidbuzatto/JSGE
Releases · davidbuzatto/JSGE
v1.7.1
v1.7.0
- New feature: Turtle Graphics.
Compiled package requires JDK 17 or above.
v1.6.1
- Invisible background bugfix!
Compiled package requires JDK 17 or above.
v1.6.0
- Now the game window/frame can have an invisible background! This options is available through the EngineFrame constructor.
BufferStrategyEngineFrame(marked as deprecated) was deleted in this release!
Compiled package requires JDK 17 or above.
v1.5.9
- Missing
getLast()method definition inListinterface in JDKs prior to 21.
Compiled package requires JDK 17 or above.
v1.5.8
- Improved text editing capabilities for GuiTextField.
Compiled package requires JDK 17 or above.
v1.5.7
- Bugfix on setDefaultFontName method.
Compiled package requires JDK 17 or above.
v1.5.6
- New methods to take and save screenshots!
Compiled package requires JDK 17 or above.
v1.5.5
- Examples source code moved to JSGE-Showcase repository;
- The compiled version of the showcase will be available with the releases of JSGE from now on.
Compiled package requires JDK 17 or above.
v1.5.4
- Now GuiColorPicker can be configured to hide the alpha slider;
- GuiToolTip will be repositioned if its is out of screen bounds;
- Bugfixes.
Compiled package requires JDK 17 or above.