Skip to content

Tags: Programming1212/jmonkeyengine

Tags

v3.5.0-beta4

Toggle v3.5.0-beta4's commit message
common.gradle: Central staging now configured on s01.oss.sonatype.org

v3.4.1-stable

Toggle v3.4.1-stable's commit message
fix issue 1672 (inefficient logging in Node.java) (jMonkeyEngine#1673)

* jMonkeyEngine#1672 Logging statements should be guarded

* jMonkeyEngine#1672 Fix performance penalty of logger without guard

Co-authored-by: Cédric de Launois <>

v3.5.0-alpha1

Toggle v3.5.0-alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improve the TransformTrack javadoc (jMonkeyEngine#1642)

* TransformTrack:  don't imply that the target must be a bone

* TransformTrack:  don't imply that the track must be a joint track

* TransformTrack:  delete mentions of "this track" from the javadoc

* TransformTrack:  do getters return internal arrays or copies?

* TransformTrack:  consistent verb forms and better grammar in javadoc

* TransformTrack:  no need to mention that "times" is a float array

* TransformTrack:  mention that setTimes() creates an alias

* TransformTrack:  document arguments that can be null

* TransformTrack:  clearer descriptions of the class and its fields

* "frame" -> "keyframe", in case it's unclear they're the same thing

* document where argument length must be the same as times.length

* TransformTrack:  summary fragments shouldn't form a complete sentence

* TransformTrack:  capitalize and punctuate the summary fragments

* TransformTrack:  indent block-tag continuation lines

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)