Skip to content

Tags: uffxoje/jmonkeyengine

Tags

v3.4.0-stable

Toggle v3.4.0-stable's commit message
Test and solution for issue jMonkeyEngine#1564 (setting Material para…

…meter of type IntArray) (jMonkeyEngine#1565)

* Fixes IntArray material parameters (jMonkeyEngine#1564)

* Improved array parameter handling in Uniforms (jMonkeyEngine#1564)

* Added UnifortTest (jMonkeyEngine#1564)

v3.4.0-beta4

Toggle v3.4.0-beta4's commit message
Matrix4f: improve the javadoc (jMonkeyEngine#1550)

* Matrix4f: improve javadoc (1st pass)

* Matrix4f: improve javadoc (2nd pass)

v3.4.0-beta3

Toggle v3.4.0-beta3's commit message
correct the dependencies of jme3-jbullet (jMonkeyEngine#1541)

* jme3-jbullet: upgrade vecmath to v1.5.2

* delete jbullet.jar & stack-alloc.jar, get them from MavenCentral instead

v3.4.0-beta2

Toggle v3.4.0-beta2's commit message
GLRenderer: avoid NPE reported by Pavl_G (jMonkeyEngine#1527)

v3.4.0-beta1

Toggle v3.4.0-beta1's commit message
main.yml: limit continuous integration to recent release branches

v3.4.0-alpha7

Toggle v3.4.0-alpha7's commit message
JoystickCompatibilityMappings: @author can't be used in method javadoc

v3.4.0-alpha6

Toggle v3.4.0-alpha6's commit message
fix issue jMonkeyEngine#1496 2nd try (Android natives missing from JARs)

v3.4.0-alpha5

Toggle v3.4.0-alpha5's commit message
fix issue jMonkeyEngine#1496 (Android natives missing from JARs at Ma…

…venCentral)

v3.4.0-alpha4

Toggle v3.4.0-alpha4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added profile tracking to AppStateManager for render and post render. (

…jMonkeyEngine#1485)

v3.4.0-alpha3

Toggle v3.4.0-alpha3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
testcase and fix for issue jMonkeyEngine#1388 (Quaternion javadoc is …

…misleading) (jMonkeyEngine#1451)

* testcase and fix for issue jMonkeyEngine#1388 (Quaternion javadoc is misleading)

* privatize 2 methods to please Codacy

* Quaternion: distinguish intrinsic-vs-extrinsic rotation order in cmts

* TestIssue1388: verify intrinsic rotation order