| .. |
|
joints
|
8e4aa874a3
resolved issue #12 : added dJointGetHinge2Angle2
|
há 12 anos atrás |
|
Makefile.am
|
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.
|
há 12 anos atrás |
|
array.cpp
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
array.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
box.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
capsule.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
collision_cylinder_box.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
collision_cylinder_plane.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
collision_cylinder_sphere.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
collision_cylinder_trimesh.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
collision_kernel.cpp
|
ee6d3300c8
Updated gyroscopic torque calculations. Fixed some Windows compiler issues/warnings.
|
há 12 anos atrás |
|
collision_kernel.h
|
d8b5ca2c91
Merged: oleh_derevenko#1910: Fixed: Issues reported in patches #151 and #22 fixed (collisions with SAPSpace and QuadTreeSpace might not work because geometries list was misused in them)
|
há 12 anos atrás |
|
collision_libccd.cpp
|
62cb991021
Assertion checking macros moved into library private headers
|
há 14 anos atrás |
|
collision_libccd.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
collision_quadtreespace.cpp
|
50c71a6255
Cosmetic: A reference to namespace std eliminated. Some types usage corrected.
|
há 12 anos atrás |
|
collision_sapspace.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
collision_space.cpp
|
3da4202de6
Cosmetic: Some compile errors and warnings fixed for MSVC2008
|
há 12 anos atrás |
|
collision_space_internal.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
collision_std.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
collision_transform.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
collision_transform.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
collision_trimesh_box.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
collision_trimesh_ccylinder.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
collision_trimesh_colliders.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
collision_trimesh_disabled.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
collision_trimesh_distance.cpp
|
62cb991021
Assertion checking macros moved into library private headers
|
há 14 anos atrás |
|
collision_trimesh_gimpact.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
collision_trimesh_internal.h
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
collision_trimesh_opcode.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
collision_trimesh_plane.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
collision_trimesh_ray.cpp
|
3047974886
resolved issue #9 - nicer ray set/get params
|
há 12 anos atrás |
|
collision_trimesh_sphere.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
collision_trimesh_trimesh.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
collision_trimesh_trimesh_new.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
collision_util.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
collision_util.h
|
078f0d668f
Merged: oleh_derevenko#1924: Applied patch #183 by Joseph Cooper (complementary matrix calculation fix)
|
há 12 anos atrás |
|
convex.cpp
|
ee6d3300c8
Updated gyroscopic torque calculations. Fixed some Windows compiler issues/warnings.
|
há 12 anos atrás |
|
cylinder.cpp
|
50c71a6255
Cosmetic: A reference to namespace std eliminated. Some types usage corrected.
|
há 12 anos atrás |
|
error.cpp
|
4e0f77ef19
Merged: oleh_derevenko#1905: Cosmetic: Implemented patch #180 by DonLorenzo
|
há 12 anos atrás |
|
error.h
|
62cb991021
Assertion checking macros moved into library private headers
|
há 14 anos atrás |
|
export-dif.cpp
|
ee6d3300c8
Updated gyroscopic torque calculations. Fixed some Windows compiler issues/warnings.
|
há 12 anos atrás |
|
fastdot.c
|
0a29ebec87
Merged: oleh_derevenko#1925: Cosmetic: Header inclusion fixed (might cause linking errors)
|
há 12 anos atrás |
|
fastldlt.c
|
0a29ebec87
Merged: oleh_derevenko#1925: Cosmetic: Header inclusion fixed (might cause linking errors)
|
há 12 anos atrás |
|
fastlsolve.c
|
0a29ebec87
Merged: oleh_derevenko#1925: Cosmetic: Header inclusion fixed (might cause linking errors)
|
há 12 anos atrás |
|
fastltsolve.c
|
0a29ebec87
Merged: oleh_derevenko#1925: Cosmetic: Header inclusion fixed (might cause linking errors)
|
há 12 anos atrás |
|
heightfield.cpp
|
f0892b51cf
Merged: oleh_derevenko#1921: Fixed: A bug with heightfield data assigned to a wrong field in dGeomHeightfieldSetHeightfieldData fixed (bug report #88 by Luc).
|
há 12 anos atrás |
|
heightfield.h
|
dc42407f6b
generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings
|
há 13 anos atrás |
|
lcp.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
lcp.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
mass.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
mat.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
mat.h
|
45aaf156ea
format strings should be const
|
há 13 anos atrás |
|
matrix.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
matrix.h
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
memory.cpp
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
misc.cpp
|
3da4202de6
Cosmetic: Some compile errors and warnings fixed for MSVC2008
|
há 12 anos atrás |
|
nextafterf.c
|
dc42407f6b
generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings
|
há 13 anos atrás |
|
objects.cpp
|
a4e0d9b1cf
resolved #21 - add world set/get data
|
há 12 anos atrás |
|
objects.h
|
a4e0d9b1cf
resolved #21 - add world set/get data
|
há 12 anos atrás |
|
obstack.cpp
|
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.
|
há 12 anos atrás |
|
obstack.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
ode.cpp
|
a4e0d9b1cf
resolved #21 - add world set/get data
|
há 12 anos atrás |
|
odeinit.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
odemath.cpp
|
62cb991021
Assertion checking macros moved into library private headers
|
há 14 anos atrás |
|
odemath.h
|
62cb991021
Assertion checking macros moved into library private headers
|
há 14 anos atrás |
|
odeou.cpp
|
78c6556d81
Merged: oleh_derevenko#1907: Added: Configuration option --disable-threading-intf added (--no-threading-intf for Windows/Premake) to allow eliminating use of atomics in steppers at a cost of disabling threading interface.
|
há 12 anos atrás |
|
odeou.h
|
dd8b200421
Merged: oleh_derevenko#1911: Fixed: Changes to prevent use of atomics in stepper functions with threading interface disabled even if OU usage is enabled for other purposes (for collisions).
|
há 12 anos atrás |
|
odetls.cpp
|
78c6556d81
Merged: oleh_derevenko#1907: Added: Configuration option --disable-threading-intf added (--no-threading-intf for Windows/Premake) to allow eliminating use of atomics in steppers at a cost of disabling threading interface.
|
há 12 anos atrás |
|
odetls.h
|
78c6556d81
Merged: oleh_derevenko#1907: Added: Configuration option --disable-threading-intf added (--no-threading-intf for Windows/Premake) to allow eliminating use of atomics in steppers at a cost of disabling threading interface.
|
há 12 anos atrás |
|
plane.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
quickstep.cpp
|
ee6d3300c8
Updated gyroscopic torque calculations. Fixed some Windows compiler issues/warnings.
|
há 12 anos atrás |
|
quickstep.h
|
8fd285b181
Merged: oleh_derevenko#1919: Changed: Second part of changes towards threading steppers. Steppers implementation optimizations.
|
há 12 anos atrás |
|
ray.cpp
|
f077524270
Cosmetic: Put vector initialization with NANs back; demo compilation fixed for VS2008
|
há 12 anos atrás |
|
rotation.cpp
|
62cb991021
Assertion checking macros moved into library private headers
|
há 14 anos atrás |
|
scrapbook.cpp_deprecated
|
9d409b9721
Changed: Macros changed to static inline functions in odemath.h and related files. Some code duplication has been eliminated across the files.
|
há 16 anos atrás |
|
sphere.cpp
|
92b34d8a94
Merged: olehe_derevenko#1917: Changed: Private definitions moved from public <ode/matrix.h> into internal header "matrix.h"
|
há 12 anos atrás |
|
stack.cpp_deprecated
|
55a4227292
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!
|
há 18 anos atrás |
|
stack.h_deprecated
|
55a4227292
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!
|
há 18 anos atrás |
|
step.cpp
|
ee6d3300c8
Updated gyroscopic torque calculations. Fixed some Windows compiler issues/warnings.
|
há 12 anos atrás |
|
step.h
|
8fd285b181
Merged: oleh_derevenko#1919: Changed: Second part of changes towards threading steppers. Steppers implementation optimizations.
|
há 12 anos atrás |
|
threading_atomics_provs.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
threading_base.cpp
|
62cb991021
Assertion checking macros moved into library private headers
|
há 14 anos atrás |
|
threading_base.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
threading_fake_sync.h
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
threading_impl.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
threading_impl.h
|
b2b256d4e0
Threaded execution support interface added. Optional built-in threading implementation added.
|
há 14 anos atrás |
|
threading_impl_posix.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
threading_impl_templates.h
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
threading_impl_win.h
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
threading_pool_posix.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
threading_pool_win.cpp
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
threadingutils.h
|
256d4b1165
Merged: oleh_derevenko#1913: Cosmetic: A compile error fixed
|
há 12 anos atrás |
|
timer.cpp
|
bae941c2b1
Indentation changed to four spaces in main sources
|
há 14 anos atrás |
|
typedefs.h
|
7e4eea43fc
* applied patch #185: implicit gyroscopic forces
|
há 12 anos atrás |
|
util.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
há 12 anos atrás |
|
util.h
|
8fd285b181
Merged: oleh_derevenko#1919: Changed: Second part of changes towards threading steppers. Steppers implementation optimizations.
|
há 12 anos atrás |