empirephoenix
0e2a19c826
fix for NPE when being called from CombinedTexture with null baseImage ( #1146 )
...
* fix for NPE when being called from CombinedTexture with null baseImage
* formating only
6 years ago
Stephen Gold
3f428069f6
.travis.yml: specify "precise" env where Oracle JDK8 is still supported
6 years ago
Stephen Gold
3fe01dad80
rm docs from v3.2 branch to reduce risk from issues like #1160
6 years ago
appveyor
5e05950ff6
[ci skip] bullet: update windows natives
6 years ago
Stephen Gold
8291d6192b
gradle.properties: ready for 3.2.4-stable build
6 years ago
travis-ci
a8bf087fd1
[ci skip] bullet: update linux natives
6 years ago
travis-ci
4c3234ec1d
[ci skip] bullet: update osx natives
6 years ago
appveyor
13500861c8
[ci skip] bullet: update windows natives
6 years ago
sgold
3523ab06d3
fix for issue #1141
6 years ago
travis-ci
b0d86f3480
[ci skip] bullet: update osx natives
6 years ago
travis-ci
0a485ecfc0
[ci skip] bullet: update linux natives
6 years ago
appveyor
65aea20367
[ci skip] bullet: update windows natives
6 years ago
Stephen Gold
4bb8280fb2
fix for issue #1135 (ConeJoint causes rigid body to disappear)
6 years ago
sgold
b2a4f10782
jme3-examples: apply the "dirt_normal.png" normal map where appropriate
6 years ago
Stephen Gold
c996b50a3f
make native Bullet the default for jme3-examples (instead of JBullet)
6 years ago
Remy
8f3feb8012
when the image object has a ColorSpace value we pass it on, else we leave it at the default value. fix for #1106 ( #1110 )
6 years ago
sgold
eb5d0bea2a
fix GImpact scaling in jme3-jbullet: issue #1120
6 years ago
sgold
bf41bae18a
fix GImpact scaling in jme3-bullet (native Bullet)
6 years ago
Stephen Gold
db89c64e4b
jme3-bullet fix for issue #1125 (physics shapes don't match TerrainQuad)
6 years ago
Stephen Gold
200714e2a8
add test for issue #1125 (heightfield shapes don't match TerrainQuad)
6 years ago
Stephen Gold
190e42a677
fix for issue #1116 (NPE in TerrainGridAlphaMapTest)
6 years ago
Lou H
341117dd6e
#1121-updateBound() call for PQTorus geometry updates ( #1122 )
...
* #1121-updateBound() call for PQTorus geometry updates
* World bounds test added for #1121
* World bounds test enhancements for #1121
* Updated test comment
6 years ago
Stephen Gold
a5c1cd87e8
fix for issue #1127 ("Reset" action in TestHoveringTank)
6 years ago
Stephen Gold
6efc25f5b2
fix for issue #1126 (TestHoveringTank assertion failures)
6 years ago
richardTingle
ccfaeab9d4
Issue 1113. Allow for Particle emitters that constantly have their particlesPerSec set to still emit ( #1114 )
...
Previously if particlesPerSec was constantly set timeDifference could never grow large enough to emit a particle as timeDifference was reset to zero each time. This fixes that problem while still ensuring that timeDifference can't have grown very very large (leading to huge numbers of particles being emitted) by capping the timeDifference at the point where its just about to emit a particle.
Discussed at https://hub.jmonkeyengine.org/t/particle-emitter-cannot-emit-particles-if-its-emissions-per-second-is-updated-every-frame/41930/2
6 years ago
Stephen Gold
a582b7d1ca
#1107-Fix Javadoc warnings in OpenJDK 9+ ( #1112 )
6 years ago
Karan Nehra
dc4b71ce2b
Attempt to fixing 1074 ( #1093 )
...
* Attempt to fixing 1074
* Added method implementations in GlRenderer
* Added test.
* Added test to jme-examples
* Some changes to resolve merge conficts
* Fixes
* Indent-fixes
* Documented the class and added stop()
* Fixed a minor error
* Fixed build gradles
* Removed line ending
6 years ago
Lou Hamersly
b0db8923d1
Fix Javadoc warnings in OpenJDK 9+
6 years ago
Stephen Gold
5f55bf4d5d
TestIssue99: specify panel widths, clarify interpretation of results
6 years ago
Stephen Gold
0814858284
fix for issue #1037 (TestHoveringTank hull-shape performance issue)
6 years ago
Stephen Gold
06aa011208
add a test case for issue #99 (blendMode="multiply" in NiftyGUI)
6 years ago
Stephen Gold
a516d18699
fix issue #1060 : bt32BitAxisSweep3 not implemented
6 years ago
Remy Van Doosselaer
b1e7399d97
fixed wrong reference check
6 years ago
quazi-irfan
14281eb8cb
Fix printing if stencil is enable or disable
6 years ago
Riccardo Balbo
37ee57e845
j3md Fix for default textures ( #1052 )
6 years ago
James Adam
67b32790ee
Add tests for com.jme3/scene.mesh.VirtualIndexBuffer
6 years ago
Stephen Gold
31aab243e6
Add bullet extraction directory, bin and vscode config to gitignore
6 years ago
Stephen Gold
5220659a0b
TestGltfLoading: comment
6 years ago
appveyor
447a9df7bb
[ci skip] bullet: update windows natives
6 years ago
Stephen Gold
e2245aa2f3
gradle.properties: ready for 3.2.3-stable build
6 years ago
Stephen Gold
ba88127bd2
delete an unfinished MonkAnim test (TestModelExportingCloning)
6 years ago
Stephen Gold
417defb43a
delete a duplicate test that was never added to the master branch
6 years ago
Stephen Gold
ff0b1d6a70
fix TestIssue1004 for v3.2, which has a different Sinbad asset
6 years ago
Stephen Gold
088b48ec6b
Revert "Add tests for com.jme3.math.Vector3f"
...
This reverts commit 6689f86348
.
6 years ago
Stephen Gold
a91775041f
FbxLoader: comment out some debug spam to System.out - see issue #1025
6 years ago
James Adam
6689f86348
Add tests for com.jme3.math.Vector3f
6 years ago
James Adam
56172a43f9
Add tests for com.jme3.math.FastMath
6 years ago
Stephen Gold
d180917af4
remove more unused imports
6 years ago
Stephen Gold
53eff66f9c
more corrections in diagnostic messages
6 years ago
Stephen Gold
7cf2023c35
more comment-only corrections
6 years ago