| .. |
|
joints
|
12caa1a7ba
Changed: Issue #65 changes have been re-implemented to avoid exposig new functions in public headers
|
6 years ago |
|
Makefile.am
|
6cef82ee70
Cosmetic: Include search paths fixed for libCCD to allow configuring/building from a subfolder
|
8 years ago |
|
array.cpp
|
15a00cd63e
Indentation changed to four spaces in main sources
|
14 years ago |
|
array.h
|
15a00cd63e
Indentation changed to four spaces in main sources
|
14 years ago |
|
box.cpp
|
43d94c2450
Cosmetic: Cosmetic code style corrections and additions to the Changelog
|
5 years ago |
|
capsule.cpp
|
60f9900662
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
12 years ago |
|
collision_convex_trimesh.cpp
|
93873dd3ae
Changed: Convex-Trimesh collision normal adjustment has been been implemented as described in the pull request #10 with exception that edge normals are always generated in plane orthogonal to the edge axis
|
9 years ago |
|
collision_cylinder_box.cpp
|
60f9900662
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
12 years ago |
|
collision_cylinder_plane.cpp
|
60f9900662
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
12 years ago |
|
collision_cylinder_sphere.cpp
|
60f9900662
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
12 years ago |
|
collision_cylinder_trimesh.cpp
|
93873dd3ae
Changed: Convex-Trimesh collision normal adjustment has been been implemented as described in the pull request #10 with exception that edge normals are always generated in plane orthogonal to the edge axis
|
9 years ago |
|
collision_kernel.cpp
|
1cce0396c3
Changed: Refactoring of the trimesh implementation to allow further code additions to it
|
9 years ago |
|
collision_kernel.h
|
1cce0396c3
Changed: Refactoring of the trimesh implementation to allow further code additions to it
|
9 years ago |
|
collision_libccd.cpp
|
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 |
|
collision_libccd.h
|
93873dd3ae
Changed: Convex-Trimesh collision normal adjustment has been been implemented as described in the pull request #10 with exception that edge normals are always generated in plane orthogonal to the edge axis
|
9 years ago |
|
collision_quadtreespace.cpp
|
3d2ab74298
Cosmetic: Assertion failure fixes and a minor performance optimization
|
5 years ago |
|
collision_sapspace.cpp
|
3d2ab74298
Cosmetic: Assertion failure fixes and a minor performance optimization
|
5 years ago |
|
collision_space.cpp
|
600ce17fe2
Fixed: A check has been added in dxHashSpace::collide() to fault host program if scene gets too large and causes integer overflow
|
8 years ago |
|
collision_space_internal.h
|
e22117e704
Cosmetic: An extra assertion check added to prevent modifying trimesh data from within collision callbacks
|
9 years ago |
|
collision_std.h
|
adb8939086
Changed: Convex-Trimesh collider added (libccd+GIMPACT only)(by Piotr Piastucki)
|
10 years ago |
|
collision_transform.cpp
|
60f9900662
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
12 years ago |
|
collision_transform.h
|
15a00cd63e
Indentation changed to four spaces in main sources
|
14 years ago |
|
collision_trimesh_box.cpp
|
ea4f2824e0
Fixed: Some compile time warnings have been fixed
|
8 years ago |
|
collision_trimesh_ccylinder.cpp
|
93873dd3ae
Changed: Convex-Trimesh collision normal adjustment has been been implemented as described in the pull request #10 with exception that edge normals are always generated in plane orthogonal to the edge axis
|
9 years ago |
|
collision_trimesh_colliders.h
|
adb8939086
Changed: Convex-Trimesh collider added (libccd+GIMPACT only)(by Piotr Piastucki)
|
10 years ago |
|
collision_trimesh_disabled.cpp
|
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 |
|
collision_trimesh_gimpact.cpp
|
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 |
|
collision_trimesh_gimpact.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
collision_trimesh_internal.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
collision_trimesh_internal.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
collision_trimesh_internal_impl.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
collision_trimesh_opcode.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
collision_trimesh_opcode.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
collision_trimesh_plane.cpp
|
93873dd3ae
Changed: Convex-Trimesh collision normal adjustment has been been implemented as described in the pull request #10 with exception that edge normals are always generated in plane orthogonal to the edge axis
|
9 years ago |
|
collision_trimesh_ray.cpp
|
93873dd3ae
Changed: Convex-Trimesh collision normal adjustment has been been implemented as described in the pull request #10 with exception that edge normals are always generated in plane orthogonal to the edge axis
|
9 years ago |
|
collision_trimesh_sphere.cpp
|
93873dd3ae
Changed: Convex-Trimesh collision normal adjustment has been been implemented as described in the pull request #10 with exception that edge normals are always generated in plane orthogonal to the edge axis
|
9 years ago |
|
collision_trimesh_trimesh.cpp
|
4227a4ad49
Changed: dAddVectorScaledVector3() function has been added
|
9 years ago |
|
collision_trimesh_trimesh_old.cpp
|
24690398ab
Fixed: Compile time errors have been fixed for the case when "old-trimesh" is enabled
|
8 years ago |
|
collision_util.cpp
|
f2f0786795
Fixed: Put back dInfiniteAABB() function which was removed by mistake in rev. 1867
|
11 years ago |
|
collision_util.h
|
1cce0396c3
Changed: Refactoring of the trimesh implementation to allow further code additions to it
|
9 years ago |
|
common.h
|
990aecfc9a
Changed: Cosmetic code corrections and compilation fix for Visual Studio prior to 2013
|
7 years ago |
|
config.h
|
2e1d222b71
Add precomputed versions of generated headers for lovr;
|
4 years ago |
|
config.h.in
|
29526a5efe
Update build;
|
5 years ago |
|
convex.cpp
|
1dbf3ebea3
Fixed: An unchecked zero vector normalization fixed in convex-convex collision check procedure
|
7 years ago |
|
coop_matrix_types.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
cylinder.cpp
|
1ecd85c3c8
Cosmetic: A reference to namespace std eliminated. Some types usage corrected.
|
12 years ago |
|
default_threading.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
default_threading.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
error.cpp
|
e17fac33ee
Don't crash process on error or debug message
|
4 years ago |
|
error.h
|
d7963b48c3
Added: Introduction of cooperative algorithms API
|
8 years ago |
|
export-dif.cpp
|
0bcb2119c9
Cosmetic: Amotor joint implementation changed to proper C++ style and to match the CSR
|
9 years ago |
|
fastdot.cpp
|
d7963b48c3
Added: Introduction of cooperative algorithms API
|
8 years ago |
|
fastdot_impl.h
|
d7963b48c3
Added: Introduction of cooperative algorithms API
|
8 years ago |
|
fastldltfactor.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
fastldltfactor_impl.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
fastldltsolve.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
fastldltsolve_impl.h
|
d7963b48c3
Added: Introduction of cooperative algorithms API
|
8 years ago |
|
fastlsolve.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
fastlsolve_impl.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
fastltsolve.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
fastltsolve_impl.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
fastvecscale.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
fastvecscale_impl.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
gimpact_contact_export_helper.cpp
|
1cce0396c3
Changed: Refactoring of the trimesh implementation to allow further code additions to it
|
9 years ago |
|
gimpact_contact_export_helper.h
|
1cce0396c3
Changed: Refactoring of the trimesh implementation to allow further code additions to it
|
9 years ago |
|
gimpact_gim_contact_accessor.h
|
1cce0396c3
Changed: Refactoring of the trimesh implementation to allow further code additions to it
|
9 years ago |
|
gimpact_plane_contact_accessor.h
|
1cce0396c3
Changed: Refactoring of the trimesh implementation to allow further code additions to it
|
9 years ago |
|
heightfield.cpp
|
fb9aa4f015
Changed: Minor code optimizations in the heightfield collider
|
5 years ago |
|
heightfield.h
|
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 |
|
lcp.cpp
|
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 |
|
lcp.h
|
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 |
|
mass.cpp
|
1cce0396c3
Changed: Refactoring of the trimesh implementation to allow further code additions to it
|
9 years ago |
|
mat.cpp
|
60f9900662
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
12 years ago |
|
mat.h
|
707bc7695f
format strings should be const
|
13 years ago |
|
matrix.cpp
|
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 |
|
matrix.h
|
7811250d03
Changed: Dynamic step count adjustment has been implemented for QuickStep
|
7 years ago |
|
memory.cpp
|
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 |
|
misc.cpp
|
4bc21be606
Fixed: A fix by Francesco Cat applied (mistakes made during code style improvements in the past)
|
11 years ago |
|
nextafterf.c
|
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 |
|
objects.cpp
|
ce4e7a9798
Changed: dWorldAttachQuickStepDynamicIterationStatisticsSink function has been added
|
7 years ago |
|
objects.h
|
ce4e7a9798
Changed: dWorldAttachQuickStepDynamicIterationStatisticsSink function has been added
|
7 years ago |
|
obstack.cpp
|
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 |
|
obstack.h
|
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 |
|
ode.cpp
|
197ed3ffe7
Added: libCCD configuration description strings have been added for use with dGetConfiguration() and dCheckConfiguration() (issue #67)
|
6 years ago |
|
odeinit.cpp
|
d7963b48c3
Added: Introduction of cooperative algorithms API
|
8 years ago |
|
odemath.cpp
|
4b63cc80ec
Changed: dOrthogonalizeR() changed to return a boolean status rather than raising assert on invalid data
|
9 years ago |
|
odemath.h
|
12caa1a7ba
Changed: Issue #65 changes have been re-implemented to avoid exposig new functions in public headers
|
6 years ago |
|
odeou.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
odeou.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
odetls.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
odetls.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
plane.cpp
|
60f9900662
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
12 years ago |
|
quickstep.cpp
|
ce4e7a9798
Changed: dWorldAttachQuickStepDynamicIterationStatisticsSink function has been added
|
7 years ago |
|
quickstep.h
|
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 |
|
ray.cpp
|
d1645e6b98
Fixed: A few more compile errors and warnings fixed
|
9 years ago |
|
resource_control.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
resource_control.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
rotation.cpp
|
7a65c4c0a1
Assertion checking macros moved into library private headers
|
14 years ago |
|
scrapbook.cpp_deprecated
|
16b5008783
Changed: Macros changed to static inline functions in odemath.h and related files. Some code duplication has been eliminated across the files.
|
16 years ago |
|
simple_cooperative.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
simple_cooperative.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
sphere.cpp
|
60f9900662
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
12 years ago |
|
stack.cpp_deprecated
|
85cb07ebad
Marked as _deprecated: scrapbook.cpp, stack.{cpp,h}. If someone wants to agree to totally remove these files then that's fine with me but currently it's very annoying to build a custom project and have these files show up with their explicit 'do not compile' errors!
|
18 years ago |
|
stack.h_deprecated
|
85cb07ebad
Marked as _deprecated: scrapbook.cpp, stack.{cpp,h}. If someone wants to agree to totally remove these files then that's fine with me but currently it's very annoying to build a custom project and have these files show up with their explicit 'do not compile' errors!
|
18 years ago |
|
step.cpp
|
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 |
|
step.h
|
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 |
|
threaded_solver_ldlt.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
threading_atomics_provs.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
threading_base.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
threading_base.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
threading_fake_sync.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
threading_impl.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
threading_impl.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
threading_impl_posix.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
threading_impl_templates.h
|
7942e0687a
Fixed: Issue #70 fixed
|
5 years ago |
|
threading_impl_win.h
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
threading_pool_posix.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
threading_pool_win.cpp
|
78540a3fac
Cosmetic: Copyright year updated to 2020
|
6 years ago |
|
threadingutils.h
|
ce4e7a9798
Changed: dWorldAttachQuickStepDynamicIterationStatisticsSink function has been added
|
7 years ago |
|
timer.cpp
|
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 |
|
typedefs.h
|
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 |
|
util.cpp
|
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 |
|
util.h
|
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 |