Kirill Vainer
|
f60ffcc967
|
upload_native: final check
|
8 years ago |
appveyor
|
1fd9797007
|
[ci skip] bullet: update windows natives
|
8 years ago |
Kirill Vainer
|
3cdb7fd928
|
bullet-native: move generate headers task
|
8 years ago |
travis-ci
|
2e8d69f809
|
[ci skip] bullet: update osx natives
|
8 years ago |
appveyor
|
ba0185c7bd
|
[ci skip] bullet: update windows natives
|
8 years ago |
Kirill Vainer
|
16695d444f
|
travis: fix duplicate yml addons
|
8 years ago |
appveyor
|
7fd022d06f
|
[ci skip] bullet: update windows natives
|
8 years ago |
Kirill Vainer
|
47c2396093
|
travis/appveyor: final test for auto-building
|
8 years ago |
travis-ci
|
d831d7f010
|
[ci skip] bullet: update linux natives
|
8 years ago |
appveyor
|
5971d2e122
|
[ci skip] bullet: update windows natives
|
8 years ago |
Kirill Vainer
|
19c5c2df24
|
travis: set key permissions
|
8 years ago |
Kirill Vainer
|
964e0017e9
|
travis: set git identity
|
8 years ago |
Kirill Vainer
|
44bf751e35
|
travis: fix incorrect condition
|
8 years ago |
appveyor
|
0881856647
|
[ci skip] bullet: update windows natives
|
8 years ago |
Kirill Vainer
|
553757528f
|
appveyor: trigger native build
|
8 years ago |
Kirill Vainer
|
7555f8a817
|
appveyor: backslash -> fwdslash
|
8 years ago |
Kirill Vainer
|
8b2b57f01c
|
travis: test native upload
|
8 years ago |
appveyor
|
2b7b9dbe09
|
[ci skip] bullet: update windows natives
|
8 years ago |
Kirill Vainer
|
73e102ea04
|
appveyor: fix syntax error
|
8 years ago |
Kirill Vainer
|
d93dc0b175
|
appveyor: fix syntax error
|
8 years ago |
Kirill Vainer
|
d8e15da671
|
appveyor: force rebuild
|
8 years ago |
Kirill Vainer
|
fe4dd1d8a6
|
Revert "[ci skip] update windows natives"
This reverts commit cfe8a000f1 .
|
8 years ago |
appveyor
|
cfe8a000f1
|
[ci skip] update windows natives
|
8 years ago |
Kirill Vainer
|
0d2fdcf2ba
|
native-bullet: unset toolchains
|
8 years ago |
Kirill Vainer
|
356b3d6726
|
build: fix gradle 3.2.1 deprecations
|
8 years ago |
Riccardo Balbo
|
e602ed651a
|
Remove commented/unused code.
|
8 years ago |
Riccardo Balbo
|
6b1656f337
|
Compile with Ofast and disable _FORTIFY_SOURCE
|
8 years ago |
Riccardo Balbo
|
7f87a92c72
|
Bullet: Remove multithread support that is not available anymore. And was never used by the engine in the first place.
|
8 years ago |
Riccardo Balbo
|
e5747c2faa
|
Update bullet to 2.83.7
|
8 years ago |
Kai Boernert
|
22db3212e1
|
Finally fixing this
https://hub.jmonkeyengine.org/t/jmonkey-3-1-native-bullet-bug/33595/3
http://www.bulletphysics.org/Bullet/phpBB3/viewtopic.php?p=12158&f=9&t=
Signed-off-by: Kai Boernert <kai-boernert@visiongamestudios.de>
|
9 years ago |
Albert Santos
|
03318a6766
|
Fixed Point2PointJoint.createJoint() incorrectly creating btHingeConstraint
Replaced it with btPoint2PointConstraint.
|
9 years ago |
Kirill Vainer
|
0c32c24e5e
|
bullet native: fix mingw target platform
|
9 years ago |
Kirill Vainer
|
cd0893005a
|
build: fix build error
|
9 years ago |
Kirill Vainer
|
5d2cee0187
|
build: update to gradle 2.13
|
9 years ago |
Riccardo Balbo
|
eee51f39f9
|
Add GImpact collision algorithm to physics spaces
|
9 years ago |
Kirill Vainer
|
8d132d35f0
|
bullet native: update OSX natives
|
9 years ago |
Kirill Vainer
|
039043daac
|
native bullet: update Windows / Linux natives
|
9 years ago |
Kirill Vainer
|
34df2ebabf
|
native bullet: hide unexported symbols
|
9 years ago |
Riccardo Balbo
|
d2c608c788
|
Fix for setAngularDamping / bullet native.
|
9 years ago |
Kirill Vainer
|
6296819697
|
native bullet: allow cross compiling linux -> windows
|
9 years ago |
Fadorico
|
ef626b0959
|
Fixed group collision check in native broadphase
|
9 years ago |
Dokthar
|
06d6f08616
|
GImpactCollisionShape : fix for #188, added a call to updateBound() in native jni binding, just after creating the shape, (native createShape() method)
|
9 years ago |
Kirill Vainer
|
86439c2c2b
|
native bullet: fix JNI crash in ray / sweep test
Method return type does not match call function return type
|
9 years ago |
Maselbas
|
5de3163fb8
|
Bullet RigidBody : removed commented code
|
10 years ago |
Maselbas
|
3780061863
|
Bullet PhysicsRididBody : compile time error fix
|
10 years ago |
Maselbas
|
878f2cbbbc
|
Bullet PhysicsRigigBody : added set/getAngularFactor(Vector3f) and set/getLinearFactor(Vector3f), these methods are usefull for locking axis translations or rotation
|
10 years ago |
Kirill Vainer
|
9e4360cd6a
|
Bullet-Native: update windows natives
|
10 years ago |
Kirill Vainer
|
cd1d145005
|
PhysicsSpace: add method to set solver iterations
Thanks to Seppes (see thread: http://hub.jmonkeyengine.org/t/how-to-access-native-bullets-constraintsolver-numiterations)
|
10 years ago |
shadowislord
|
fe7f30d5ec
|
Native SweepTest: fix formatting
|
10 years ago |
rainmantsr
|
31835366b2
|
Add: sweepTest to jme3-bullet-native
|
10 years ago |