Remi Ricard
|
a13ddec638
* Add a new define ODE_API_DEPRECATED to mark function as deprecated
|
17 years ago |
Remi Ricard
|
cfa5d4cac3
* Add new function dJointSetPistonAnchorOffset
|
17 years ago |
Remi Ricard
|
488116693a
* Update the slider joint to have the same behavior as the other joint
|
17 years ago |
Remi Ricard
|
32938f7b2f
* Update unittest for the slider.
|
17 years ago |
Remi Ricard
|
f2d99ba78a
* The function dJointSetHingeAxisDelta was declared twice in the header file.
|
17 years ago |
Remi Ricard
|
b23f382afe
* Add new function dJointSetHingeAxisDelta
|
17 years ago |
Daniel K. O.
|
aa199dcd3a
Added some overloads to the c++ wrapper
|
17 years ago |
Remi Ricard
|
28ff45bfc7
- Fix text typo in comments
|
18 years ago |
Daniel K. O.
|
7dc3009513
removed redundant const usage in parameters
|
18 years ago |
Remi Ricard
|
0e3f76597a
This commit add a new joint Class JointPU.
|
18 years ago |
David Walters
|
23d74226a1
Added patch [ 1901550 ] Add new function dJointGetNumBodies
|
18 years ago |
Daniel K. O.
|
577e337045
faster damping functions
|
18 years ago |
Daniel K. O.
|
dc336644c6
damping functions, maxangularvel function, some-const-correctness, updated odecpp.h
|
18 years ago |
Daniel K. O.
|
904e6ea3c0
* Applied patch 1813079 (moved callback)
|
18 years ago |
David Walters
|
b175f0ca2f
[ 1829193 ] Create new joint Class JointPiston, by Remi Ricard
|
18 years ago |
David Walters
|
1dc78ed303
[ 1801388 ] Fix typo and print out
|
18 years ago |
David Walters
|
275b5c115e
[ 1827052 ] Correct typo in comments
|
18 years ago |
Bram Stolk
|
4e13b5cdb0
Add erp/cfm parameters to fixed and ball joint. SF PATCH 1478244
|
18 years ago |
David Walters
|
27b0da08dc
Applied patch #1615274 - New dBodyGetWorld function which returns the world id for a body, or zero if the body is not in any world.
|
19 years ago |
David Walters
|
93985af3c4
Unified instantaneous and averaging velocity systems for auto-disabling bodies, to reduce overheads in the default case to near that of the classic auto-disabling system. With the added scope of allowing a larger sample set if required.
|
19 years ago |
David Walters
|
d2f4eefe1c
Integrated Christoph Beyer's average based sampling system for body disabling. The current tests are not great examples for this new feature, but I have added it to the two I know about the most.
|
19 years ago |
David Walters
|
b1d38cb27a
Integration of patch [ 1566410 ] Rename JointRP to JointPR.
|
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 |
Jason Perkins
|
3f829fc577
Merged .NET binding to trunk
|
19 years ago |
David Walters
|
8aef9e3c3e
[ 1553605 ] New Rotoide - Prismatic Joint
|
19 years ago |
David Walters
|
688f9e983d
Patch #[ 1477849 ] Add fct getUniversalAngles by Remi Ricard
|
19 years ago |
Jason Perkins
|
8853b9abb4
Add dBodyCopyQuaternion() to support pointer-less language bindings (like .NET)
|
19 years ago |
Jason Perkins
|
58966ba1b5
Add dBodyCopyPosition() to support pointer-less language bindings (like .NET)
|
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 |
Jason Perkins
|
5e918b1f5d
Added some doxygen to the collision API
|
20 years ago |