6647 Commits

Author SHA1 Message Date
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
travis-ci
ca8970c760 [ci skip] bullet: update linux natives 2019-03-17 23:13:14 +00:00
travis-ci
b9dccbb060 [ci skip] bullet: update osx natives 2019-03-17 23:12:38 +00:00
appveyor
8b04ff92c2 [ci skip] bullet: update windows natives 2019-03-17 23:10:16 +00:00
Riccardo Balbo
243f9f0063 fix issue #1029, integrate PR #1031
* Use gContactStartedCallback instead of gContactProcessedCallback to detect collision events. ( fix for #1029 )

* Fix  Conversion loses qualifiers
2019-03-17 15:58:56 -07:00
Stephen Gold
6471035226 added a test for issue #1029 2019-03-17 15:58:37 -07:00
Stephen Gold
8a294f9892 one more jme3-core JavaDoc correction (comments only) 2019-03-17 15:57:53 -07:00
Stephen Gold
92e923df20 spelling corrections in diagnostic messages 2019-03-17 15:53:50 -07:00
Stephen Gold
ca33035941 complete the fix for issue #1027 2019-03-17 15:52:59 -07:00
Stephen Gold
acd056584d fix for issue #1027 - result of rayTest() 2019-03-17 15:52:45 -07:00
Stephen Gold
47d7fdd930 jme3-examples/jme3-lwjgl3 JavaDoc corrections (comments only) 2019-03-17 15:52:00 -07:00
Stephen Gold
1d7f7bae57 jme3-networking/jme3-plugins JavaDoc corrections (comments only) 2019-03-17 15:46:51 -07:00
Stephen Gold
058d729e55 jme3-jbullet JavaDoc corrections (comments only) 2019-03-17 15:46:38 -07:00
Stephen Gold
e2d4f91eef jme3-terrain JavaDoc corrections (comments only) 2019-03-17 15:46:11 -07:00
Stephen Gold
50f62624c4 jme3-vr JavaDoc corrections (comments only) 2019-03-17 15:45:31 -07:00
Stephen Gold
0ca9205bab jme3-desktop/jme3-effects JavaDoc corrections (comments only) 2019-03-17 15:25:47 -07:00
Stephen Gold
4f085c6254 jme3-core JavaDoc corrections (comments only) 2019-03-17 15:22:07 -07:00
Stephen Gold
5e313740ca jme3-blender JavaDoc corrections (comments only) 2019-03-17 15:08:15 -07:00
Stephen Gold
95c92e5b5b jme3-android JavaDoc corrections (comments only) 2019-03-17 15:07:52 -07:00