Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jME3.8.0-stable.zip | 2025-05-01 | 253.9 MB | |
jMonkeyEngine 3.8.0-stable source code.tar.gz | 2025-03-28 | 268.6 MB | |
jMonkeyEngine 3.8.0-stable source code.zip | 2025-03-28 | 271.3 MB | |
README.md | 2025-03-28 | 11.4 kB | |
Totals: 4 Items | 793.8 MB | 0 |
What's Changed Since 3.7
- Gradle build (zip) by @JNightRider in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2235
- Logic code error (LwjglCanvas - LWJGL3) by @JNightRider in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2238
- Fix SkeletonDebugger deserializing by @tonihele in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2228
- [#2224] Fix bug where the clipRect would be left in the openGL state by @richardTingle in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2225
- Logs exception as severe on asset locator instantiation failure by @codex128 in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2232
- stop building with JDK 8 at GitHub Actions by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2254
- Remove material cache, some materials seem not work when cloned by @tonihele in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2255
- solution for issue [#2250] (exceptions from Image.setMultiSamples(1)) by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2251
- main.yml: upgrade the wrapper validation action to v3 by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2257
- override toString() in certain math classes by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2253
- Added SoftBloomFilter by @codex128 in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2229
- MatParamTexture: duplicate variables, missing javadoc, exceptions by @capdevon in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2243
- [#2275] Improve assertions for invalid transforms. by @richardTingle in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2276
- Fix Casting error that occurred on certain GPUs by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2274
- implement equals(), hashCode(), and isSimilar() for bounding volumes by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2252
- June 2024 update to README.md by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2281
- partial revert of PR [#2060] (JSON parser abstraction) by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2278
- test and fix for issue [#2282] (VerifyError while creating AXIS_SWEEP_3 space) by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2283
- TestBrickTower: delete secondary version of the BSD license by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2286
- Add MipMaps to PBRTerrainAdvancedTest.java by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2289
- Setting the resolution to match the old prevents calling reshape by @tonihele in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2290
- Update gradle wrapper to 8.8 by @8Keep in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2288
- Use windows-latest image for windows CI by @8Keep in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2293
- Add java 21 to the CI matrix by @8Keep in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2292
- Remove dead comments from gradle files by @8Keep in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2291
- Fix deprecated gradle features, prepare for gradle 9 by @8Keep in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2294
- Cleaning at the code level (format - jme3-core) by @JNightRider in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2299
- Upgrade spotbugs to 4.8.6 by @8Keep in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2295
- BatchNode: Fix IndexOutOfBoundsException by @jcfandino in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2297
- add a weblink to the High Impact game (at Steam) by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2301
- [#2284] Double check the collision really has happened in world space by @richardTingle in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2285
- Minor refactor to allow for saving AnimLayers by @neph1 in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2307
- Fix bug [#2277] - GltfLoader by @JNightRider in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2309
- Add reflectivity/shininess support to TerrainLighting.frag by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2306
- buildscripts: centralize version numbers in a TOML catalog by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2311
- Adds Custom Render Pipeline Interface by @codex128 in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2304
- remove unused submodule "jme-angle" (issue [#2320]) by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2321
- update the groovy-test library to v3.0.22 by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2319
- Fix for XMLExporter issues in [#2310] by @JosiahGoeman in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2313
- update README.md to report 3.7 as the latest stable version by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2322
- Armature.java: javadoc correction (to solve issue [#2142] again) by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2315
- update j-ogg-vorbis to v1.0.6 by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2318
- AnimComposer: return AnimLayer on the makeLayer and removeLayer methods. by @capdevon in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2231
- Stencil buffer fix by @zzuegg in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2325
- Remove unecessary 'new Vector3f()' in com.jme.ui.Picture by @fba-rio in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2326
- add build instructions to the README (see issue [#2308]) by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2324
- build.gradle: use get() to convert Jar-task properties to strings by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2336
- Deprecate TangentBinormalGenerator by @riccardobl in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2144
- Fix incorrect metallic calculations in PBRLighting.frag by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2334
- [#2279] screenshot tests by @richardTingle in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2280
- Add support for Multiple Monitors in jme-LWJGL3 [#2030] by @bob0bob in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2031
- Proposed fix for Issue#2341 - Missing default layer in AnimComposer by @neph1 in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2342
- Modularize PBRLighting.frag by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2191
- Fix NullPointer in MikktspaceTangentGenerator by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2338
- Fix for issue [#2300]: Removed incorrect 'Technique' block in terrain j3md files. by @capdevon in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2323
- Enables images to be read and modified per pixel in shader by @codex128 in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2331
- update LWJGL3 to v3.3.4 by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2314
- Add tbnMat variable to PBRSurface.glsl by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2348
- [ Fix ] Minor refactoring to DisplayInfo.class [#2345] by @JNightRider in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2349
- Updates, features, and refactoring for Modular PBR Shaders (redo PR) by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2352
- Per-Layer TriPlanar and Refactoring for PBR Terrain Shaders by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2353
- Update tank material pointing to deleted copy of PBRLighting by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2360
- Fix Rendering Issue in PBRTerrain by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2365
- LICENSE.md: add 2025 to the copyright years by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2347
- LwjglWindow: solve window centering incorrect in JME 3.8.0-alpha3 by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2362
- Fix: Incorrect mouse position on canvas LWJGL3 (Canvas) by @JNightRider in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2332
- [Android] Fix Android JmeSurfaceView Memory Leak by @pavly-gerges in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2359
- Fix missing wViewDir variable and undeclared/wrongly declared vars by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2367
- Fix Fog in Lighting.frag by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2364
- com.jme3.anim.tween.action.BlendSpace: basic javadoc by @pavly-gerges in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2022
- Add RawInputListenerAdapter for easier listener creation by @capdevon in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2339
- Revert "AnimComposer: return AnimLayer on the makeLayer and removeLayer methods." by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2378
- SingleLayerInfluenceMask: fix serialization issues by @capdevon in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2372
- update LWJGL from v3.3.4 to v3.3.6 by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2371
- solve issue [#2366] (bugs related to saving/loading a Spline) by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2368
- [#2379] Remove OSVR from JME VR by @richardTingle in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2380
- update LWJGLX (AWT) from 0.1.8 to 0.2.3 by @JNightRider in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2373
- update the groovy-test library to v3.0.24 by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2382
- Finish Modularizing PBRTerrainUtils.glsllb by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2377
- Fix non decimal format floats in TangentUtils.glsllib by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2389
- Fix logic errors and exception in SpecGloss pipeline by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2387
- Fix exception when using Instancing with Fog in PBR by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2391
- solve issue [#2333] (Camera viewport dimensions not checked) by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2388
- solve issue [#2370] (deeply clone MotionEvent path) by @stephengold in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2390
- Add debugging to PBRTerrainTests to troubleshoot rendering issue by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2393
- Fix TextureArray not exporting WrapMode by @jcfandino in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2395
- Fix LightProbe blending by @yaRnMcDonuts in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2402
New Contributors
- @jcfandino made their first contribution in https://github.com/jMonkeyEngine/jmonkeyengine/pull/2297
Full Changelog: https://github.com/jMonkeyEngine/jmonkeyengine/compare/v3.7.0-stable...v3.8.0-stable