Oleh Derevenko
|
c193762e69
Changed: Memory and pointer size integer type use has been changed so that internal typedefs are used instead of "_t" suffixed types
|
8 years ago |
Oleh Derevenko
|
d7963b48c3
Added: Introduction of cooperative algorithms API
|
8 years ago |
Oleh Derevenko
|
ea4f2824e0
Fixed: Some compile time warnings have been fixed
|
8 years ago |
Oleh Derevenko
|
1bd81fdc59
Cosmetic: Code refactoring in fastldlt/fast[lt]solve
|
9 years ago |
Oleh Derevenko
|
872ef7cd52
Fixed: A hack to stop dWorldStep solver from faulting with demo_crash
|
9 years ago |
Oleh Derevenko
|
0348ccc6a8
Cosmetic: A potential zero-division changed to explicit dInfinity assignment; minor optimizations.
|
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
|
e00fbdfa90
Fixed: Memory allocation fixed for demo_ode
|
11 years ago |
Daniel K. O.
|
5e582ed6f0
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
Oleh Derevenko
|
60f9900662
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
12 years ago |
Oleh Derevenko
|
15a00cd63e
Indentation changed to four spaces in main sources
|
14 years ago |
Oleh Derevenko
|
4ed15c6608
Cosmetic: Copyright headers formatting corrected and some headers added for files where those were missing
|
14 years ago |
Oleh Derevenko
|
da3fdfffb0
Changed: Changes/simplifications to dxWorldProcessContext to prepare for threading
|
14 years ago |
Oleh Derevenko
|
555e2d2bc7
Fixed: Two fixes to dTestSolveLCP applied (by Kyle McKay).
|
15 years ago |
Oleh Derevenko
|
10421cd23c
Changed: Header inclusion order corrected
|
16 years ago |
Oleh Derevenko
|
d8b127b045
Cosmetic: Commentary removed
|
16 years ago |
Oleh Derevenko
|
2e48e6bfe4
Cosmetic: Dead code removed in step.cpp and lcp.cpp
|
16 years ago |
Oleh Derevenko
|
478b2fcfe2
Changed: dWorldStep implementation changed to remove allocation on stack.
|
16 years ago |
Oleh Derevenko
|
bafc95a8d4
Fixed: Uninitialized floating point array used in computations.
|
16 years ago |
Daniel K. O.
|
1fd1d780d3
moved EFFICIENT_ALIGNMENT from public header
|
18 years ago |
Daniel K. O.
|
98e5aa9161
Merged codereorganization branch into trunk
|
18 years ago |
Daniel K. O.
|
02b81342b9
reverted back to 1341
|
18 years ago |
Daniel K. O.
|
e0929a69dc
removed private stuffs from the public headers, added new common-internal.h, replaced uintXX by uintXX_t. SAP space seems to work now.
|
18 years ago |
David Walters
|
82a8e7e677
Applied patch [ 1589439 ] Remove an unused function
|
19 years ago |
Geoff Carlton
|
d8fa1f2390
Relaxed testing tol for dSINGLE
|
19 years ago |
Jason Perkins
|
6f577a18c8
** Merged new build system from new_build branch (r860:872)
|
20 years ago |
Jeffrey Smith
|
0622047e9d
Added malloc-based memory allocation option, which allows graceful failure of LCP on out of memory errors
|
21 years ago |
Russell Smith
|
f5453ec7f5
minor bug fixes that affect the dContactApprox1 friction model:
|
23 years ago |
Russell Smith
|
de9cd094d9
added an additional BSD-style licensing option for ODE.
|
24 years ago |
Russell Smith
|
1eac7a84b6
changed the build system, made some minor fixes.
|
24 years ago |