Remi Ricard 94caa863c1 * Finish adding patch 1336066 Joint feedback in quickstep by jsinecky 17 years ago
..
joints cfa5d4cac3 * Add new function dJointSetPistonAnchorOffset 17 years ago
Makefile.am df736b1243 bumped version to 0.10.1, fixed use of libtools version info 17 years ago
array.cpp c954f7e751 Merged codereorganization branch into trunk 18 years ago
array.h c954f7e751 Merged codereorganization branch into trunk 18 years ago
box.cpp a6c94ec566 removed warnings for GCC on -O1 17 years ago
capsule.cpp 00864cca4e Fixed: Zero size criterion fixed for capsule 17 years ago
collision_cylinder_box.cpp cbd827927d Fixed typo in last commit 17 years ago
collision_cylinder_plane.cpp 04ad9548f6 reverted back to 1341 18 years ago
collision_cylinder_sphere.cpp 04ad9548f6 reverted back to 1341 18 years ago
collision_cylinder_trimesh.cpp 54b5ecf660 Refactoring: To improve code readability, the code style has been changed from "collision data being passed as function parameter" to "collision functions being the methods of collision data structure". 18 years ago
collision_kernel.cpp d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
collision_kernel.h 651e09a271 Changed: Zero sized box, sphere, cylinder and capsule allowed. Zero sized geometries are automatically excluded from collision checking. 17 years ago
collision_quadtreespace.cpp 651e09a271 Changed: Zero sized box, sphere, cylinder and capsule allowed. Zero sized geometries are automatically excluded from collision checking. 17 years ago
collision_sapspace.cpp 651e09a271 Changed: Zero sized box, sphere, cylinder and capsule allowed. Zero sized geometries are automatically excluded from collision checking. 17 years ago
collision_space.cpp 651e09a271 Changed: Zero sized box, sphere, cylinder and capsule allowed. Zero sized geometries are automatically excluded from collision checking. 17 years ago
collision_space_internal.h 9eca8fb7fd Source files should not be marked as executable 20 years ago
collision_std.h 49768e2987 Removed Support Function, added SupportIndex instead as inline object method for dxConvex, added code to skip edges not containing extremal vertices for edge-edge SAT, updated premake.exe to 3.6 to be able to generate vs2008 solution files. 18 years ago
collision_transform.cpp 04ad9548f6 reverted back to 1341 18 years ago
collision_transform.h dc7a01cea0 new collision code 23 years ago
collision_trimesh_box.cpp 54b5ecf660 Refactoring: To improve code readability, the code style has been changed from "collision data being passed as function parameter" to "collision functions being the methods of collision data structure". 18 years ago
collision_trimesh_ccylinder.cpp a6c94ec566 removed warnings for GCC on -O1 17 years ago
collision_trimesh_colliders.h 5105244b85 Cosmetic: Split collision_trimesh_internal.h and removed TRIMESH_INTERNAL define 18 years ago
collision_trimesh_disabled.cpp 5fb3a78d00 implemented RAII in step.cpp, removed UNALLOCA macro, removed a few warnings 17 years ago
collision_trimesh_distance.cpp 5105244b85 Cosmetic: Split collision_trimesh_internal.h and removed TRIMESH_INTERNAL define 18 years ago
collision_trimesh_gimpact.cpp d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
collision_trimesh_internal.h d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
collision_trimesh_opcode.cpp d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
collision_trimesh_plane.cpp d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
collision_trimesh_ray.cpp d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
collision_trimesh_sphere.cpp d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
collision_trimesh_trimesh.cpp a6c94ec566 removed warnings for GCC on -O1 17 years ago
collision_trimesh_trimesh_new.cpp d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
collision_util.cpp 04ad9548f6 reverted back to 1341 18 years ago
collision_util.h 4a5da304a1 Added dVector4Copy. 18 years ago
convex.cpp 94c7e86b92 Removed several bugs from convex.cpp, added new command 'P' to demo_boxstack to dump position vector and rotation matrix from selected object so the values can be used for debugging somewhere else, added note to dMULTIPLYX_XXX to prevent misuse (like mine). 17 years ago
cylinder.cpp 651e09a271 Changed: Zero sized box, sphere, cylinder and capsule allowed. Zero sized geometries are automatically excluded from collision checking. 17 years ago
error.cpp c954f7e751 Merged codereorganization branch into trunk 18 years ago
export-dif.cpp a6c94ec566 removed warnings for GCC on -O1 17 years ago
fastdot.c 2e5759fc24 const correctness and some geometry stuff 25 years ago
fastldlt.c 2e5759fc24 const correctness and some geometry stuff 25 years ago
fastlsolve.c 7d96175285 geometry stuff, bug fixes 25 years ago
fastltsolve.c c5667885db initial 24 years ago
heightfield.cpp a906d239d8 Fixed: Heightfield collision fixed (inspired by patch 1995131 by Martijn Buijs) 17 years ago
heightfield.h a906d239d8 Fixed: Heightfield collision fixed (inspired by patch 1995131 by Martijn Buijs) 17 years ago
lcp.cpp ce931263b0 moved EFFICIENT_ALIGNMENT from public header 18 years ago
lcp.h e8cb954f3e minor bug fixes that affect the dContactApprox1 friction model: 23 years ago
mass.cpp a6c94ec566 removed warnings for GCC on -O1 17 years ago
mat.cpp c954f7e751 Merged codereorganization branch into trunk 18 years ago
mat.h 760fcd3702 added an additional BSD-style licensing option for ODE. 24 years ago
matrix.cpp ce931263b0 moved EFFICIENT_ALIGNMENT from public header 18 years ago
memory.cpp 519c1dd206 Added guard for AC_FUNC_MALLOC and AC_FUNC_REALLOC in memory.cpp, the macros break cross compilation Linux-to-Windows by defining malloc and realloc as rpl_malloc and rpl_realloc respectively 18 years ago
misc.cpp c954f7e751 Merged codereorganization branch into trunk 18 years ago
objects.h e1fca3261b Moved joints to ode/src/joints, converted them to true virtual methods. 17 years ago
obstack.cpp ce931263b0 moved EFFICIENT_ALIGNMENT from public header 18 years ago
obstack.h 605eff14e8 Fixed easy Visual Studio warnings; mostly upcasts and typecasts around constants, some explicit boolean comparisions 20 years ago
ode.cpp e1fca3261b Moved joints to ode/src/joints, converted them to true virtual methods. 17 years ago
odeinit.cpp a6c94ec566 removed warnings for GCC on -O1 17 years ago
odemath.cpp b78bd5a81d Fixed: dNormalize3 not being properly inlined and replaced with dSafeNormalize3 18 years ago
odeou.cpp d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
odeou.h d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
odetls.cpp d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
odetls.h a8e651f092 Cosmetic: Compiler warning fixed 18 years ago
plane.cpp 04ad9548f6 reverted back to 1341 18 years ago
quickstep.cpp 94caa863c1 * Finish adding patch 1336066 Joint feedback in quickstep by jsinecky 17 years ago
quickstep.h c088223123 added QuickStep solver and other stuff needed to support it 22 years ago
ray.cpp 04ad9548f6 reverted back to 1341 18 years ago
rotation.cpp 4912c46277 Padding set to 0 to comply with specs in doc 19 years ago
scrapbook.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! 18 years ago
sphere.cpp 651e09a271 Changed: Zero sized box, sphere, cylinder and capsule allowed. Zero sized geometries are automatically excluded from collision checking. 17 years ago
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! 18 years ago
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! 18 years ago
step.cpp 571d375de5 Added a little comment on step.cpp's Auto template 17 years ago
step.h 760fcd3702 added an additional BSD-style licensing option for ODE. 24 years ago
stepfast.cpp e1fca3261b Moved joints to ode/src/joints, converted them to true virtual methods. 17 years ago
testing.cpp c954f7e751 Merged codereorganization branch into trunk 18 years ago
testing.h 65cafa7a5b Removed compiler warnings, upgraded makefiles to automake 1.10 18 years ago
timer.cpp a6c94ec566 removed warnings for GCC on -O1 17 years ago
util.cpp e1fca3261b Moved joints to ode/src/joints, converted them to true virtual methods. 17 years ago
util.h ce931263b0 moved EFFICIENT_ALIGNMENT from public header 18 years ago