6665 Commits

Author SHA1 Message Date
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
2019-09-17 18:41:21 -07:00
Stephen Gold
3f428069f6 .travis.yml: specify "precise" env where Oracle JDK8 is still supported 2019-09-17 13:49:30 -07:00
Stephen Gold
3fe01dad80 rm docs from v3.2 branch to reduce risk from issues like #1160 2019-09-17 13:10:06 -07:00
appveyor
5e05950ff6 [ci skip] bullet: update windows natives 2019-07-13 06:24:29 +00:00
Stephen Gold
8291d6192b gradle.properties: ready for 3.2.4-stable build v3.2.4-stable 2019-07-12 23:17:00 -07:00
travis-ci
a8bf087fd1 [ci skip] bullet: update linux natives 2019-07-12 05:23:43 +00:00
travis-ci
4c3234ec1d [ci skip] bullet: update osx natives 2019-07-12 05:23:33 +00:00
appveyor
13500861c8 [ci skip] bullet: update windows natives 2019-07-12 05:23:02 +00:00
sgold
3523ab06d3 fix for issue #1141 2019-07-11 22:12:29 -07:00
travis-ci
b0d86f3480 [ci skip] bullet: update osx natives 2019-07-10 17:40:58 +00:00
travis-ci
0a485ecfc0 [ci skip] bullet: update linux natives 2019-07-10 17:40:06 +00:00
appveyor
65aea20367 [ci skip] bullet: update windows natives 2019-07-10 17:39:04 +00:00
Stephen Gold
4bb8280fb2 fix for issue #1135 (ConeJoint causes rigid body to disappear) 2019-07-10 10:27:06 -07:00
sgold
b2a4f10782 jme3-examples: apply the "dirt_normal.png" normal map where appropriate 2019-07-10 10:26:22 -07:00
Stephen Gold
c996b50a3f make native Bullet the default for jme3-examples (instead of JBullet) 2019-07-10 10:25:33 -07:00
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) 2019-07-10 10:25:05 -07:00
sgold
eb5d0bea2a fix GImpact scaling in jme3-jbullet: issue #1120 2019-07-10 10:24:18 -07:00
sgold
bf41bae18a fix GImpact scaling in jme3-bullet (native Bullet) 2019-07-10 10:22:49 -07:00
Stephen Gold
db89c64e4b jme3-bullet fix for issue #1125 (physics shapes don't match TerrainQuad) 2019-07-10 10:21:38 -07:00
Stephen Gold
200714e2a8 add test for issue #1125 (heightfield shapes don't match TerrainQuad) 2019-07-10 10:20:47 -07:00
Stephen Gold
190e42a677 fix for issue #1116 (NPE in TerrainGridAlphaMapTest) 2019-07-10 10:20:02 -07:00
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
2019-07-10 10:19:04 -07:00
Stephen Gold
a5c1cd87e8 fix for issue #1127 ("Reset" action in TestHoveringTank) 2019-07-10 10:18:09 -07:00
Stephen Gold
6efc25f5b2 fix for issue #1126 (TestHoveringTank assertion failures) 2019-07-10 10:17:43 -07:00
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
2019-07-10 10:16:07 -07:00
Stephen Gold
a582b7d1ca #1107-Fix Javadoc warnings in OpenJDK 9+ (#1112) 2019-07-10 10:09:39 -07:00
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
2019-07-10 10:02:16 -07:00
Lou Hamersly
b0db8923d1 Fix Javadoc warnings in OpenJDK 9+ 2019-07-10 10:00:29 -07:00
Stephen Gold
5f55bf4d5d TestIssue99: specify panel widths, clarify interpretation of results 2019-07-10 09:55:51 -07:00
Stephen Gold
0814858284 fix for issue #1037 (TestHoveringTank hull-shape performance issue) 2019-07-10 09:48:48 -07:00
Stephen Gold
06aa011208 add a test case for issue #99 (blendMode="multiply" in NiftyGUI) 2019-07-10 09:48:03 -07:00
Stephen Gold
a516d18699 fix issue #1060: bt32BitAxisSweep3 not implemented 2019-07-10 09:47:16 -07:00
Remy Van Doosselaer
b1e7399d97 fixed wrong reference check 2019-07-10 09:46:32 -07:00
quazi-irfan
14281eb8cb Fix printing if stencil is enable or disable 2019-07-10 09:45:10 -07:00
Riccardo Balbo
37ee57e845 j3md Fix for default textures (#1052) 2019-07-10 09:44:20 -07:00
James Adam
67b32790ee Add tests for com.jme3/scene.mesh.VirtualIndexBuffer 2019-07-10 09:42:15 -07:00
Stephen Gold
31aab243e6 Add bullet extraction directory, bin and vscode config to gitignore 2019-07-10 09:40:56 -07:00
Stephen Gold
5220659a0b TestGltfLoading: comment 2019-07-10 09:37:14 -07:00
appveyor
447a9df7bb [ci skip] bullet: update windows natives 2019-03-18 23:34:01 +00:00
Stephen Gold
e2245aa2f3 gradle.properties: ready for 3.2.3-stable build v3.2.3-stable 2019-03-18 16:25:05 -07:00
Stephen Gold
ba88127bd2 delete an unfinished MonkAnim test (TestModelExportingCloning) 2019-03-18 13:44:28 -07:00
Stephen Gold
417defb43a delete a duplicate test that was never added to the master branch 2019-03-18 13:21:00 -07:00
Stephen Gold
ff0b1d6a70 fix TestIssue1004 for v3.2, which has a different Sinbad asset 2019-03-17 23:34:05 -07:00
Stephen Gold
088b48ec6b Revert "Add tests for com.jme3.math.Vector3f"
This reverts commit 6689f8634828d14107ceabc94114e56f4c3bfaf7.
2019-03-17 18:02:36 -07:00
Stephen Gold
a91775041f FbxLoader: comment out some debug spam to System.out - see issue #1025 2019-03-17 16:23:56 -07:00
James Adam
6689f86348 Add tests for com.jme3.math.Vector3f 2019-03-17 16:23:42 -07:00
James Adam
56172a43f9 Add tests for com.jme3.math.FastMath 2019-03-17 16:23:30 -07:00
Stephen Gold
d180917af4 remove more unused imports 2019-03-17 16:23:09 -07:00
Stephen Gold
53eff66f9c more corrections in diagnostic messages 2019-03-17 16:22:37 -07:00
Stephen Gold
7cf2023c35 more comment-only corrections 2019-03-17 16:22:10 -07:00