6633 Commits

Author SHA1 Message Date
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
Stephen Gold
643914c2be avoid extraneous newlines to stderr during glTF import 2019-03-17 15:07:27 -07:00
Stephen Gold
62ce6ca406 fix for issue #1026: TestPhysicsCharacter spins Sinbad too fast 2019-03-17 15:07:12 -07:00
Ali-RS
db1b8f9eb4 Removed unused imports. (#1020) 2019-03-17 15:06:02 -07:00
FennelFetish
a655134bb7 Added tests for traversal order when using SceneGraphVisitor. 2019-03-17 14:46:38 -07:00
FennelFetish
bee38da3b8 Fixes depth-first-traversal order in Node.
DFSMode needs to be passed to the recursive calls so the selected order is also applied further down the scenegraph.
2019-03-17 14:41:15 -07:00
Ali-RS
dbb1bba646 Bump LWJGL3 version to '3.2.1' 2019-03-17 14:40:11 -07:00
Stephen Gold
4541b0bde4 GuiEvent: add JavaDoc (comments only) 2019-03-17 14:39:39 -07:00
Stephen Gold
7361aba280 fix for issue #1003 (Loading multiple GLB files with animations fails) 2019-03-17 14:32:00 -07:00
Stephen Gold
d61391ea69 PhysicsTestHelper: fix JavaDoc warnings (comments only) 2019-03-17 14:31:33 -07:00
Stephen Gold
8f8b6b93e5 more fix for issue #993 (TestGltfLoading throws AssetNotFoundException) 2019-03-17 14:26:40 -07:00
Stephen Gold
eabd05acdf test&fix for issue #1004 (RagdollUtils can't handle 16-bit bone indices) 2019-03-17 14:21:06 -07:00
Stephen Gold
c09a36d284 fix for issue #993 (TestGltfLoading throws AssetNotFoundException) 2019-03-17 13:43:47 -07:00
Stephen Gold
a3f88aa164 fix issue #997 (cloning UpdateControl throws IllegalArgumentException) 2019-03-17 13:37:01 -07:00
Stephen Gold
594834f996 fix for issue #982: add town.zip file to repo, load different HTTP image 2019-03-17 13:30:51 -07:00