Oleh Derevenko
|
197ed3ffe7
Added: libCCD configuration description strings have been added for use with dGetConfiguration() and dCheckConfiguration() (issue #67)
|
6 years ago |
Oleh Derevenko
|
c86a436466
Changed: Yet some more minor corrections to dFMin/dFMax inpletemtation
|
7 years ago |
Oleh Derevenko
|
990aecfc9a
Changed: Cosmetic code corrections and compilation fix for Visual Studio prior to 2013
|
7 years ago |
Oleh Derevenko
|
f58a19a8ee
Changed: dMax()/dMin() functions have been implemented via the C Library functions rather than via direct expression
|
7 years ago |
Oleh Derevenko
|
d7963b48c3
Added: Introduction of cooperative algorithms API
|
8 years ago |
Oleh Derevenko
|
58d17b52ad
Changed: New helper utilities have been added
|
9 years ago |
Oleh Derevenko
|
3f8b9ee898
Changed: Refactoring of dxTriMeshData hierarchy; result status added for dGeomTriMeshDataPreprocess()
|
9 years ago |
Oleh Derevenko
|
ff929f386a
Cosmetic: Cosmetic code style corrections
|
9 years ago |
Oleh Derevenko
|
82f757bae8
Changed: dMin() and dMax() functions added in global scope
|
9 years ago |
Oleh Derevenko
|
3ee9d2c8b8
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
|
18086b748e
Cosmetic: Description of dGetConfiguration() API corrected
|
12 years ago |
Oleh Derevenko
|
1ecd85c3c8
Cosmetic: A reference to namespace std eliminated. Some types usage corrected.
|
12 years ago |
Oleh Derevenko
|
e64002eaec
Cosmetic: Some compile errors and warnings fixed for MSVC2008
|
12 years ago |
Daniel K. O.
|
74622849e1
applied patch #182 implementing the Transmission joint
|
12 years ago |
Oleh Derevenko
|
904712f9b0
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
|
cb1346ffcc
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.
|
9f8164fa1f
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.
|
c09e1b374f
added two new joints: Double Ball (DBall) and Double Hinge (DHinge)
|
14 years ago |
Oleh Derevenko
|
9d73e89e4b
Indentation corrected in new code.
|
14 years ago |
Oleh Derevenko
|
d8e1e2ef45
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
|
53a55526e1
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
|
c629e892e8
Assertion checking macros moved from common.h to error.h
|
14 years ago |
Oleh Derevenko
|
59a598b3ec
Cosmetic: Commentary corrected
|
14 years ago |
Oleh Derevenko
|
da3fdfffb0
Changed: Changes/simplifications to dxWorldProcessContext to prepare for threading
|
14 years ago |
Oleh Derevenko
|
e583ddcfab
Changed: Implementation of d*ASSERT macros improved. dIVERIFY and dICHECK macros added (see CHANGELOG.txt)
|
14 years ago |
Oleh Derevenko
|
d1a765045e
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
|
10f16aa251
Cosmetic: Cosmetic corrections
|
16 years ago |
Oleh Derevenko
|
cc8fa2a9a8
Changed: QuadTreeSpace implementation corrected to avoid object-block relation ambiguity due to numeric errors
|
16 years ago |
Oleh Derevenko
|
d268c26a00
Cosmetic: PURE_INLINE macro moved from odemath.h to common.h
|
16 years ago |
Oleh Derevenko
|
b6d694c7fc
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 |