Daniel K. O.
|
aa199dcd3a
Added some overloads to the c++ wrapper
|
17 years ago |
Daniel K. O.
|
ce931263b0
moved EFFICIENT_ALIGNMENT from public header
|
18 years ago |
Remi Ricard
|
0e3f76597a
This commit add a new joint Class JointPU.
|
18 years ago |
David Walters
|
eae2da917c
Added "dCheckConfiguration", a reference helper that'll parse the configuration string for you; Made drawstuff output the configuration string to the console on startup. The aim here is to provide better technical support for users by giving them the ability to report their setup; This required drawstuff to link with ODE, at least on Windows - I've refreshed premake project configurations to enable this. I'm not sure if automake users will have the same problem, please verify; Updated demo_heightfield to use dCheckConfiguration.
|
18 years ago |
David Walters
|
cc9435ff8a
Applied patch [ 1914232 ] dGetConfiguration; Setup demo_heightfield to always be included, and to check for trimesh support providing an enhanced demo.
|
18 years ago |
Daniel K. O.
|
c954f7e751
Merged codereorganization branch into trunk
|
18 years ago |
Daniel K. O.
|
04ad9548f6
reverted back to 1341
|
18 years ago |
Daniel K. O.
|
ebba0d16c1
Fixed premake scripts
|
18 years ago |
Daniel K. O.
|
f4cdca59ac
removed private stuffs from the public headers, added new common-internal.h, replaced uintXX by uintXX_t. SAP space seems to work now.
|
18 years ago |
David Walters
|
3be934d6e6
Changed the 16 bit index build option to dTRIMESH_16BIT_INDICES. This will let us cleanly add GIMPACT support for this feature at a later date.
|
18 years ago |
David Walters
|
bd690db5e0
Added dTRIMESH_OPCODE_16BIT build option to allow an OPCODE trimesh to be specified using 16-bit indices. Feature inspired by patch [ 1170247 ] by Geoff Carlton. Default is 32-bit.
|
18 years ago |
David Walters
|
b175f0ca2f
[ 1829193 ] Create new joint Class JointPiston, by Remi Ricard
|
18 years ago |
Oleh Derevenko
|
3f9abbb886
Added macro to mark variable as used (to avoid "unused variable" compiler warning)
|
18 years ago |
Bram Stolk
|
4e13b5cdb0
Add erp/cfm parameters to fixed and ball joint. SF PATCH 1478244
|
18 years ago |
Oleh Derevenko
|
21d2c0a7ef
dFloor() definition added
|
18 years ago |
David Walters
|
9a9a715614
[ 1586733 ] collision_trimesh_trimesh.cpp OPCODE fix
|
19 years ago |
David Walters
|
2673d6fc3d
Changed dSINGLE / dDOUBLE to be safer. You will now get an error with both #defined and the one case where dSINGLE needed to be defined as != 0 to work has been changed to match all the other #ifdef dSINGLE.
|
19 years ago |
David Walters
|
5d290b868e
Renamed Joint RP to Joint PR - as per patch 1566410. Note that the supplied patch files did not merge properly due to the extend of the subsequent patches, so these changes we made by hand. Apologies if anything was missed.
|
19 years ago |
David Walters
|
8aef9e3c3e
[ 1553605 ] New Rotoide - Prismatic Joint
|
19 years ago |
David Walters
|
d0271d7445
Integrated the plane-2d joint which will attempt to constrain an attached body to the z == 0 plane.
|
19 years ago |
Rodrigo Hernandez
|
e12400f564
Added code to generate contact points, added more info (source file and line) to dDEBUGMSG in GCC.
|
19 years ago |
Jason Perkins
|
a6ddd46d2e
Applied patch 1506801: Do a sanity check on the mass passed to dBodySetMass
|
19 years ago |
Jason Perkins
|
d7f96a4536
Jon Watte's isnan() fix for VC
|
20 years ago |
Rodrigo Hernandez
|
f20de8933e
Fixed isnanf issue on MinGW
|
20 years ago |
Rodrigo Hernandez
|
022bf59002
More Stuff for MacOSX compilation, added X paths to CFLAGS, CXXFLAGS and LDFLAGS
|
20 years ago |
Bram Stolk
|
b0ba9e7d65
Add NAN support
|
20 years ago |
Jason Perkins
|
605eff14e8
Fixed easy Visual Studio warnings; mostly upcasts and typecasts around constants, some explicit boolean comparisions
|
20 years ago |
Bram Stolk
|
a2144241f2
Added LMotor contrib, patch 1335204
|
20 years ago |
Rodrigo Hernandez
|
33bde728dc
Fixed some issues with castings on the C API
|
20 years ago |
Jeff Smith
|
4a72ebd5d0
Added MALLOC-based memory allocation functions
|
21 years ago |