jMonkeyEngine 3.5.0-beta4
Pre-release
Pre-release
A non-production release for development and testing, which will hopefully lead to a "stable" release.
Noteworthy changes relative to 3.4.1-stable:
-
Upgrade considerations (potential breaking changes):
- explicitly requires Java 8 or higher (issue #1661)
- more precise return types for 13
clone()
methods (issue #1676, PR #1683) - changed the semantics of
FastMath.sphericalToCartesianZ()
(issue #1349, PR #1573) - deleted the
Weights
class, which was deprecated in v3.4 (issue #1620, PR #1632) - protected the no-arg constructor of
TransformTrack
(PR #1531) - to use the "jme3-lwjgl3" library in a Gradle build, you'll need Gradle v6.3 or later
-
New features:
- enhancements to
SurfaceView
for Android (PR #1650), including:- optional binding to activity lifecycle
- added listeners for "layout drawn" and "renderer started"
- new
DestructionPolicy
applied when exiting an activity - add full stack trace and a "copy log" button to the error dialog
- added settings for "show error dialog", "exit on Esc pressed", and "show Esc exit prompt"
- added the
getGlEsVersion()
method
- determine the maximum supported width for lines (issue #1555, PR #1643)
- support for additional compressed texture formats (issue #1619, PR #1621)
- texture flipping for certain RGTC formats (PR #1629)
- app settings to position the initial window in LWJGL v3 (issue #1668, PR #1670)
- a color-adjustment filter (issue #781, PR #1665)
RectangleMesh
class for custom quads (PR #1701)calculateD()
andcalculateNormal()
methods inRectangle
class (PR #1701)CenterQuad
mesh in jme3-core (PR #1704)- added
getNbMorphTargets()
,setKeyframesWeight()
, andsetNbMorphTargets()
to theMorphTrack
class (PR #1608) - made
getOffsetTransform()
andgetAttachmentsNode()
accessible to subclasses ofJoint
(PR #1536) - distinguish ARM macOS/Windows from other platforms (issue #1528, PR #1530)
- convert inner class Layer to a top-level class (issue #1566, PR #1656)
- enhancements to
-
Bugs and defects addressed:
- LWJGL v3 hangs while creating a window (issues #1193, #1514, and #1558, PR #1690)
- Right-to-Left and cursive fonts displayed incorrectly (issue #1158, PR #1685)
- incorrect cursor position on macOS with Retina (issue #893, PR #1607)
- incorrect
VirtualIndexBuffer
for aLineLoop
mesh (issue #1603, PR #1605) sphericalToCartesianZ()
doesn't reversecartesianZToSpherical()
(issue #1349, PR #1573)- null-pointer exceptions while loading erroneous glTF models:
- cryptic crash when more than 16 textures are used (issue #37, PR #1574)
fromJmeKeyCode()
returns garbage for unknown keys (issue #1596, PR #1638)- serialization bugs:
- typos in logger/exception messages (PR #1584, 3beca2b)
-
General improvements:
- upgraded LWJGL to v3.3.0 (PR #1659)
- faster asset loading on Android devices (issue #1622, PR #1627)
- faster writing of MJPEG files (PR #1592)
- more efficient logging (issues #1672 and #1680, PRs #1673 and #1682)
- un-deprecate
AndroidBufferImageLoader
(PR #1660) - javadoc (issues #1648 and #1597; PRs #1581, #1599, #1620, #1642, #1646, #1651, #1653, #1650, #1663, #1666, #1684, #1689, #1698, and #1706; 4db02fa, 8075eeb, ac8696e, e79340a, and f40f21a)
- examples and tests (issues #1290, #1630, and #1687; PRs #1570, #1594, #1610, #1625, #1631, #1635, and #1697; 7c5fe46 and 9d8bd88)
-
New deprecations: