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.
|
9 years ago |
Riccardo Balbo
|
e5747c2faa
|
Update bullet to 2.83.7
|
9 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 |
Kirill Vainer
|
25da36e590
|
jme3-bullet-native: copyBinaryToLibs to depend on building native lib
|
10 years ago |
Normen Hansen
|
98f0d2c08a
|
- fix jme3-bullet-natives build issue
|
10 years ago |
Normen Hansen
|
c924a94e92
|
- fix copying of precompiled bullet native files
|
10 years ago |
iwgeric
|
83a9f87fe1
|
Enclose startParameter.excludedTaskNames inside task
|
10 years ago |
Normen Hansen
|
ec183e1eea
|
- only download bullet when its supposed to be built
|
10 years ago |
Normen Hansen
|
00f12cfec7
|
- change behavior of "buildNativeProjects" setting to not exclude native subprojects from build but instead copy precompiled binaries
- disable unnecessary build of static bullet libraries
|
10 years ago |
Normen Hansen
|
05e1d528ab
|
- allow adding precompiled bullet binaries to natives jar for binaries that can't be built on the current system
- add precompiled bullet libraries
|
10 years ago |
Normen Hansen
|
104254f6a6
|
- allow packing bullet binaries from build folder that have previously been built on other platforms
|
10 years ago |
Normen Hansen
|
c8fcac1254
|
- fix build script for native bullet on windows using VisualStudio
|
10 years ago |
Normen Hansen
|
6d0a5604c6
|
- fix pointer bug in native bullet addResult collision code (collision code still needs a rework)
|
10 years ago |
Normen Hansen
|
f0870efc3b
|
- remove static build instructions for linux bullet library (the bullet library will now depend on the correct glibc version being installed on a linux system)
|
10 years ago |
shadowislord
|
e3497dcf50
|
Switch from gradle 1.12 to 2.2.1
|
10 years ago |
shadowislord
|
a18c568579
|
Fix native bullet build on Linux
It is now partially static build, only depending on libc and libm.
|
10 years ago |
iwgeric
|
a43b5c1835
|
remove android mk files from bullet-native. android native bullet has it's own subproject
|
11 years ago |