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 |
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 |