Releases: jMonkeyEngine/jmonkeyengine
jMonkeyEngine 3.4.0-alpha4
A non-production release, for development and testing only, not intended to be used in any product. Largely untested, without complete/reliable documentation, and without SDK support. Vital features may be missing. The feature-set, API, and serialization format might change drastically before the next release, if there is one.
jMonkeyEngine 3.4.0-alpha3
A non-production release, for development and testing only, not intended to be used in any product. Largely untested, without complete/reliable documentation, and without SDK support. Vital features may be missing. The feature-set, API, and serialization format might change drastically before the next release, if there is one.
jMonkeyEngine 3.4.0-alpha1
A non-production release, for development and testing only, not intended to be used in any product. Largely untested, without complete/reliable documentation, and without SDK support. Vital features may be missing. The feature-set, API, and serialization format might change drastically before the next release, if there is one.
jMonkeyEngine 3.3.2-stable
A production-quality JMonkeyEngine 3.3 patch release with the following changes relative to 3.3.0-stable:
- low-risk bugfixes in the libraries
- Issue 1304, PR 1321, Issue 1340: PBR shader fails to compile
- Issue 1347:
ClassCastException
inTerrainPath.reIndexGeometry()
- PR 1338:
AndroidNativeImageLoader
attempts to open stream 2x - Issue 1341: indirect audio buffer causes OpenAL to crash
- Issue 995: unclosed query in
DetailedProfiler
- Issue 1272: renderer mistakenly believes it is on mobile
- Issue 1319: deadlock if context initialization fails
- PR 1322:
GL_INVALID_ENUM
in debug mode - Issue 1360:
ArmatureDebugAppState
causesOpenGLException
- improvements to tests and examples
- improvements to javadoc and code formatting
NOTE
This release supersedes any JMonkeyEngine release named "3.3.1-stable". Release snafus necessitated a gap in the official release numbering. We apologize for the inconvenience.
jMonkeyEngine 3.3.0-stable
This is the stable release of v3.3.0
See the full attached changelog for all of the details of changes between 3.2.4 and 3.3.0.
jMonkeyEngine 3.3.0-beta2
A non-production release for development and testing. This is the second feature-freeze "beta" leading up to an official release.
Changes since beta1:
commit + 1e7e12ee6983ae65619c3f93551b9a3c4b871565
Fix for resizing the window (issue 1191) (#1308)
* Listen for framebuffer size callbacks and set the resolution from that
* Also check the window size on the framebuffer size callback
commit + f0e09b2a9e9edf0d859993fe1c2a8a376dc0c31d
main.yml: add Gradle-wrapper validation to several jobs
commit + 1198908555f1c730afb00d0e58e90bacf78699d5
Lwjgl3 restart input handle (#1268)
* Reinit inputs on context restart
* Added test issue from issue #1013
* Verify that the inputs are already initialized
commit + fecd018fae78dede2e6744c1ebf4eb96d1a61f18
BufferUtils: resolve issue #1288 (rewrite isDirect()) (#1299)
commit + b102eabb564da37c2d2530f494b112294201d700
Fixes issue #1286
commit + 836455826bc61254d10428f9bbce391b65d996fe
Fix openal-soft dead link
commit + 3c93e50d99924c00fc6058cb6b97ffaff1e54511
Update link for stb_image.h
commit + 78779ffe0ad37f93e0799a6c70f690cb2a48dee7
Removed extra PostShadow Technique from PBRLighting.j3md (#1273)
commit + 9002d088e71c19d51257ccfb8e827582b8500089
Issue 801 (#1269)
* Test case for issue #801
* Reset the context with the initial values
commit + 753c3cc1739f98fa93890d02791fe58a865739ba
PreShadow & PostShadow Support for PBRLighting.j3md (#1265)
* Update PBRLighting.j3md
* Create PreShadowPBR.frag
* Create PostShadowPBR.frag
commit + 55a36abe9d2a257c9a1df46eed1e23cce2ad59da
Fixes #1261 - Clone the Terrain Picker, so that loading a terrain from file still works (after cloning, the picker would have the wrong terrain quad instance)
commit + 17fbedd5fe73c3a341905b855e772953c8557fbe
Fixes Bullet-Native Artifacts not containing natives when not building from cpp source and not using the build target.
commit + 2e30b24438c2b968720483e5aadfcba80358efa7
Fix #1236 non-lvalue cannot be out parameter
jMonkeyEngine 3.3.0-beta1
A non-production release for development and testing. This is the first feature-freeze "beta" leading up to an official release.
Change log 3.3
(not yet updated from alpha5 at the time of this writing)
jMonkeyEngine 3.3.0-alpha5
A non-production release, for development and testing only, not intended to be used in any product. Largely untested, without complete/reliable documentation, and without SDK support. Vital features may be missing. The feature-set, API, and serialization format might change drastically before the next release, if there is one.
jMonkeyEngine 3.2.4-stable
A v3.2 patch release with various fixes since v3.2.3:
- issue #1065 (
ClassCastException
inUniform
) - issue #1120 (scaled
GImpactCollisionShape
doesn't collide properly) - issue #1135 (
ConeJoint
causes rigid body to vanish) - issue #1106 (color-space warning from Blender importer)
- issue #1113 (
ParticleEmitter
whensetParticlesPerSec()
is invoked on every update) - issue #1037 (
HullCollisionShape
performance) - pull request #1052 (default textures in j3md)
- issue #1125 (
CollisionShape
doesn't matchTerrainQuad
) - issue #1121 (
PQTorus
bounds) - issue #1060 (
bt32BitAxisSweep3
not implemented)
PLUS new tests, fixes to tests, and improvements to the JavaDoc.
jMonkeyEngine 3.3.0-alpha2
A non-production release, for development and testing only, not intended to be used in any product. Largely untested, without complete/reliable documentation, and without SDK support. Vital features may be missing. The feature-set, API, and serialization format might change drastically before the next release, if there is one.