oleh_derevenko
|
74e3e44241
Changed: New helper utilities have been added
|
9 years ago |
oleh_derevenko
|
beb06ab999
Changed: Refactoring of dxTriMeshData hierarchy; result status added for dGeomTriMeshDataPreprocess()
|
9 years ago |
oleh_derevenko
|
fc0ce42b22
Cosmetic: Cosmetic code style corrections
|
9 years ago |
oleh_derevenko
|
ea0aa66b0c
Changed: dMin() and dMax() functions added in global scope
|
9 years ago |
oleh_derevenko
|
effa5b05a6
Changed: Solvers code style slightly improved and data layout changed to improve cache locality and better suit for possible future vectorization
|
10 years ago |
oleh_derevenko
|
416c1f44ae
Cosmetic: Description of dGetConfiguration() API corrected
|
12 years ago |
Oleh Derevenko
|
50c71a6255
Cosmetic: A reference to namespace std eliminated. Some types usage corrected.
|
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 |
Oleh Derevenko
|
134b4e73b4
Merged: oleh_derevenko#1926: Changed: [u]int[8/16/32] renamed to contain "d" prefix so that global namespace was not polluted with these names unconditionally.
|
12 years ago |
Oleh Derevenko
|
b8a964986a
Merged: oleh_derevenko#1920: Fixed: Inclusion of <ode/precision.h> moved to proper header (was causing compile errors in dSINGLE mode)
|
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
|
8ae54ac223
Indentation corrected in new code.
|
14 years ago |
Oleh Derevenko
|
c6d1ad4743
Changes to dCopySign() and dNextAfter() partially reverted and changed to make them fully functional in public headers and at the same time avoid creating conflicts with other libraries
|
14 years ago |
Oleh Derevenko
|
51f98f0e0d
Definition of nextafter() removed from public header as it led to conflicts in client code. PURE_INLINE renamed to ODE_PURE_INLINE to make identifier more ODE-bound
|
14 years ago |
Oleh Derevenko
|
ab210970b7
Assertion checking macros moved from common.h to error.h
|
14 years ago |
Oleh Derevenko
|
04ae96e3a9
Cosmetic: Commentary corrected
|
14 years ago |
Oleh Derevenko
|
df1e15996e
Changed: Changes/simplifications to dxWorldProcessContext to prepare for threading
|
14 years ago |
Oleh Derevenko
|
0f75d47580
Changed: Implementation of d*ASSERT macros improved. dIVERIFY and dICHECK macros added (see CHANGELOG.txt)
|
14 years ago |
Oleh Derevenko
|
b7ce6e702f
Changed: Heightfield zone boundaries calculation code fixed to also consider whole next cell after the AABB if the AABB ends exactly at the cell boundary.
|
15 years ago |
Oleh Derevenko
|
d81e21085c
Cosmetic: Cosmetic corrections
|
16 years ago |
Oleh Derevenko
|
c5b6709bd7
Changed: QuadTreeSpace implementation corrected to avoid object-block relation ambiguity due to numeric errors
|
16 years ago |
Oleh Derevenko
|
cd02e2fc74
Cosmetic: PURE_INLINE macro moved from odemath.h to common.h
|
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 |
Daniel K. O.
|
44992529f5
added check to use __func__ instead of __FUNCTION__ when possible, bug 2685170
|
17 years ago |
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 |