Daniel K. O.
|
8e4aa874a3
resolved issue #12 : added dJointGetHinge2Angle2
|
12 years ago |
Daniel K. O.
|
a4e0d9b1cf
resolved #21 - add world set/get data
|
12 years ago |
Oleh Derevenko
|
3da4202de6
Cosmetic: Some compile errors and warnings fixed for MSVC2008
|
12 years ago |
Daniel K. O.
|
587adbd9c2
applied patch #182 implementing the Transmission joint
|
12 years ago |
Daniel K. O.
|
dc42407f6b
generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings
|
13 years ago |
Daniel K. O.
|
11625cb8f7
added two new joints: Double Ball (DBall) and Double Hinge (DHinge)
|
14 years ago |
Oleh Derevenko
|
b2b256d4e0
Threaded execution support interface added. Optional built-in threading implementation added.
|
14 years ago |
Oleh Derevenko
|
6e0723da84
Cosmetic: Copyright headers formatting corrected and some headers added for files where those were missing
|
14 years ago |
Oleh Derevenko
|
6d1336831a
Changed: dWorldStepFast1 API removed along with dWorld[Get/Set]AutoEnableDepthSF1
|
16 years ago |
Oleh Derevenko
|
c49ca64c53
Changed: World stepping API redesigned to remain with traditional dWorldStep/dWorldQuickStep functions and move all the new parameters into world attributes instead.
|
16 years ago |
Oleh Derevenko
|
5fe40abfd2
Changed: dWorldQuickStep re-implemented to avoid memory allocation on stack. Also several optimizations have been made to decrease memory requirements and optimize algorithm implementation of dWorldQuickStep.
|
16 years ago |
Remi Ricard
|
50338622ca
* Add new function dJointSetUniversalAxis1Offset and dJointSetUniversalAxis2Offset
|
17 years ago |
Daniel K. O.
|
114a26003e
applied patch 2454764: disabling joints
|
17 years ago |
Daniel K. O.
|
5ee3d224cf
Applied patch 2381592, Kinematic Bodies
|
17 years ago |
Remi Ricard
|
a87018bda5
- Fix problem with dJointGetPUPosition and
|
17 years ago |
Remi Ricard
|
12c32f84a7
- Add function dJointGetPRAngle and dJointGetPRAngleRate
|
17 years ago |
Daniel K. O.
|
764c376ecf
applied patch 'Per body gyroscopic term' (2019242) and added missing methods to dMass
|
17 years ago |
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 |