-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #513 from tonihele/feature/issue-511
Add jME 3.6.1 to known versions
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
jme3-templates/src/com/jme3/gde/templates/files/patchnotes/361-stable.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<html> | ||
<p>A production-quality JMonkeyEngine 3.6 patch release with the following noteworthy changes relative to 3.6.0-stable:</p> | ||
<ul> | ||
<li>re-initialize the renderer on each context restart (issues <a href="https://github.com/jMonkeyEngine/jmonkeyengine/issues/798">#798</a> and <a href="https://github.com/jMonkeyEngine/jmonkeyengine/issues/801">#801</a>, PR <a href="https://github.com/jMonkeyEngine/jmonkeyengine/pull/1988">#1988</a>)</li> | ||
<li>update the LWJGL3 libraries from v3.3.1 to v3.3.2 (<a href="https://github.com/jMonkeyEngine/jmonkeyengine/commit/76ebd1443ccc18249e9f082d528cd39baf59da84"><tt>76ebd14</tt></a> and issue <a href="https://github.com/jMonkeyEngine/jmonkeyengine/issues/1778">#1778</a>)</li> | ||
<li>app crashes when using OpenGL version 3.0 and 3.1 (issue <a href="https://github.com/jMonkeyEngine/jmonkeyengine/issues/2011">#2011</a>, PR <a href="https://github.com/jMonkeyEngine/jmonkeyengine/pull/2009">#2009</a>)</li> | ||
<li>instanced objects are culled when using <code>WaterFilter</code> (issue <a href="https://github.com/jMonkeyEngine/jmonkeyengine/issues/2007">#2007</a>, PRs <a href="https://github.com/jMonkeyEngine/jmonkeyengine/pull/2008">#2008</a> and <a href="https://github.com/jMonkeyEngine/jmonkeyengine/pull/2036">#2036</a>)</li> | ||
<li>better messages in <code>Spatial</code> assertions (issue <a href="https://github.com/jMonkeyEngine/jmonkeyengine/issues/1992">#1992</a>, PR <a href="https://github.com/jMonkeyEngine/jmonkeyengine/pull/1993">#1993</a>)</li> | ||
<li>use <code>PrimitiveAllocator</code> by default on Android (PR <a href="https://github.com/jMonkeyEngine/jmonkeyengine/pull/2029">#2029</a>)</li> | ||
<li>serialization of <code>ShaderNodeDefinition</code> (issue <a href="https://github.com/jMonkeyEngine/jmonkeyengine/issues/2034">#2034</a>, PR <a href="https://github.com/jMonkeyEngine/jmonkeyengine/pull/2035">#2035</a>)</li> | ||
</ul> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters