Stephen Gold
a2df09b2fd
add Spoxel to the list of games in the README.md
6 years ago
Riccardo Balbo
51cadb260c
Merge pull request #1050 from Diffblue-benchmarks/virtual-buffer-tests
...
Add tests for com.jme3.scene.mesh.VirtualIndexBuffer
6 years ago
Riccardo Balbo
cf7b15bc23
j3md Fix for default textures ( #1052 )
6 years ago
Stephen Gold
1ad324aa57
fix issue #901 (collision margins initialized to 0) ( #1053 )
...
* fix issue #901 (collision margins initialized to 0)
* add a getter for the default collision margin
6 years ago
James Adam
7c2a401c28
Add tests for com.jme3/scene.mesh.VirtualIndexBuffer
6 years ago
Riccardo Balbo
f60ff58ef0
Add bullet extraction directory, bin and vscode config to gitignore
6 years ago
Paul Speed
9a6032a087
Merge pull request #1054 from Ali-RS/export-transparent-png
...
Modified JmeDesktopSystem.writeImageFile() to export transparency for…
6 years ago
Ali-RS
c43eafc319
Modified JmeDesktopSystem.writeImageFile() to export transparency for PNG format.
6 years ago
appveyor
9f9b443dee
[ci skip] bullet: update windows natives
6 years ago
Stephen Gold
dc99bc0731
post-release fixup
6 years ago
Stephen Gold
a6622d4613
trivial commit with tag
6 years ago
Stephen Gold
9d9132d5b6
.travis.yml: work around Travis's tag blindness using a regexp
6 years ago
appveyor
31574f1c65
[ci skip] bullet: update windows natives
6 years ago
Stephen Gold
a03f1fe49c
gradle.properties: ready for 3.3.0-alpha1 build
6 years ago
Quazi Irfan
76049c76f3
Add getSpatial to GhostControl, RigidBodyControl, AbstractPhysicsCont… ( #1041 )
...
* Add getSpatial to GhostControl, RigidBodyControl, AbstractPhysicsControl and CharacterControl. Fix issue 1008
* Fix doc: control is attached to spatial. Not the other way around.
* Update doc: Clarify what getSpatial returns
6 years ago
Stephen Gold
2124e3e86b
TestGltfLoading: comment
6 years ago
Stephen Gold
b9c13a209a
JavaDoc correction to AnimComposer (comments only)
6 years ago
Stephen Gold
7e929aacab
FbxLoader: comment out some debug spam to System.out - see issue #1025
6 years ago
James Adam
fe03a9b6a3
Add tests for com.jme3.math.Vector3f
6 years ago
James Adam
eba9ef6d58
Add tests for com.jme3.math.FastMath
6 years ago
Ali-RS
6dd737d378
Added AnimComposer.getAction() and AnimComposer.addAction() and improved
...
JavaDoc.
6 years ago
Stephen Gold
ffa58be3d7
remove more unused imports
6 years ago
Stephen Gold
75112201db
more corrections in diagnostic messages
6 years ago
Stephen Gold
2356320d30
more comment-only correction
6 years ago
Riccardo Balbo
3851c35f08
Add blend mode that sums alphas and does alpha blending for colors
6 years ago
Stephen Gold
784106e0c6
Revert "fix for issue #989 (RollingTheMonkey works with JBullet but not native)"
...
This reverts commit 1bb388d793
.
6 years ago
travis-ci
ff5124bc93
[ci skip] bullet: update linux natives
6 years ago
travis-ci
d60aec411b
[ci skip] bullet: update osx natives
6 years ago
appveyor
f1d9eb37c4
[ci skip] bullet: update windows natives
6 years ago
Riccardo Balbo
2bbf784c96
fix issue #1029 , integrate PR #1031
...
* Use gContactStartedCallback instead of gContactProcessedCallback to detect collision events. ( fix for #1029 )
* Fix Conversion loses qualifiers
6 years ago
Stephen Gold
7e6fa03009
added a test for issue #1029
6 years ago
Stephen Gold
f33252f4d0
spelling corrections in diagnostic messages
6 years ago
Stephen Gold
72bed74fa1
complete the fix for issue #1027
6 years ago
Stephen Gold
15f9f69611
fix for issue #1027 - result of rayTest()
6 years ago
Stephen Gold
4581b6cb36
jme3-examples/jme3-lwjgl3 JavaDoc corrections (comments only)
6 years ago
Stephen Gold
c7c203853c
jme3-networking/jme3-plugins JavaDoc corrections (comments only)
6 years ago
Stephen Gold
8d6900a32a
jme3-jbullet JavaDoc corrections (comments only)
6 years ago
Stephen Gold
5bf619cca3
jme3-terrain JavaDoc corrections (comments only)
6 years ago
Stephen Gold
b2381e8aed
jme3-vr JavaDoc corrections (comments only)
6 years ago
Stephen Gold
7ad91651f1
jme3-desktop/jme3-effects JavaDoc corrections (comments only)
6 years ago
Stephen Gold
c11fbe4dd8
jme3-core JavaDoc corrections (comments only)
6 years ago
Stephen Gold
8ecddf4fa2
jme3-blender JavaDoc corrections (comments only)
6 years ago
Stephen Gold
ce730e5656
jme3-android JavaDoc corrections (comments only)
6 years ago
Stephen Gold
2c25d77e64
avoid extraneous newlines to stderr during glTF import
6 years ago
Stephen Gold
512b096cb4
fix for issue #1026 : TestPhysicsCharacter spins Sinbad too fast
6 years ago
Stephen Gold
6ab7c0d91f
fix for issue #910 : PhysicsCharacter incompatibilities
6 years ago
Ali-RS
dae85e1598
Removed unused imports. ( #1020 )
6 years ago
Ali-RS
6679873c9b
Added removeAction(), removeLayer() and removeCurrentAction() to AnimComposer ( #1016 )
...
* Added AnimComposer.removeAction() and AnimComposer.removeLayer()
* Added javadoc for AnimComposer.setCurrentAction()
* Moved removing of current action to a separate method.
* Added javadoc for new methods.
6 years ago
Ali-RS
9ded31cf1c
Added TestUserData. ( #1017 )
6 years ago
Riccardo Balbo
626af3123a
Add double short and byte support to UserData ( #946 )
6 years ago