Stephen Gold

Results 75 issues of Stephen Gold

This pull request fixes a recently discovered bug in `btRaycastVehicle`. When a vehicle at rest starts moving, sometimes its forward impulse is much too large, causing it to immediately reach...

With current `master` branch: ``` Enter float to convert or 'x' to exit: Exception in thread "main" java.util.NoSuchElementException: No line found at java.util.Scanner.nextLine(Scanner.java:1540) at jme3test.math.TestHalfFloat.main(TestHalfFloat.java:43) ```

As noted by @zilti (in [Engine issue #870](https://github.com/jMonkeyEngine/jmonkeyengine/issues/870)) the SDK contains some outdated links to the JME wiki. It has http://jmonkeyengine.org/wiki/doku.php/sdk:troubleshooting where it should probably have something like https://wiki.jmonkeyengine.org/sdk.html In...

Docs/Wiki

Current `master` branch on Windows: ``` INFO JmeDesktopSystem 10:35:35 AM Running on jMonkeyEngine 3.3-6918 * Branch: master * Git Hash: 46a52af * Build Date: 2019-09-20 SEVERE JmeDesktopSystem 10:35:35 AM CRITICAL...

To be investigated

This a step toward allowing JME applications developed for Linux/Windows to run on macOS without any changes. Since LWJGL v2, doesn't support the newer "Apple Silicon" hardware, the focus is...

In PR #1591, @MeFisto94 made a suggestion for improving the test chooser: "we should probably scratch all that logic and use some annotation like @JmeExample on classes and then org.reflections...

To be investigated
examples

This has come up a couple times at the Forum: + https://hub.jmonkeyengine.org/t/physicsdebuggeometry-drawn-solid/24341 + https://hub.jmonkeyengine.org/t/minie-for-androids/43060/80

Contribution welcome
Android

5th generation Mac Mini (Apple Silicon) OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (build 17.0.2+8, mixed mode) JME v3.5 branch The "HelloMav" application crashes with the message is "ERROR: '' 0:1306: :...

bug

If I start a JME application in windowed mode, I can switch to full-screen mode at any time, provided my settings match one of those supported by my graphic adapter....

bug
Contribution welcome

As discussed the the Discourse hub/forum: https://hub.jmonkeyengine.org/t/point-light-shadows-with-setradius/45402 The `PointLightShadowRenderer` paints the quad with a shadow on the Mac, but not on Linux. The only caster in the test scene is...

bug
Contribution welcome