Commit History

Author SHA1 Message Date
  oleh_derevenko 9603c48a1a Changed: Convex-Trimesh collider added (libccd+GIMPACT only)(by Piotr Piastucki) 10 years ago
  Daniel K. O. 3047974886 resolved issue #9 - nicer ray set/get params 12 years ago
  Daniel K. O. 50ee0f3c7c * issue #10 - removed usage of geom transforms in demos 12 years ago
  Oleh Derevenko 4b6fa5520c Cosmetic: Cosmetic code changes towards threading the stepper functions 13 years ago
  Daniel K. O. dc42407f6b 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
  Oleh Derevenko 19e7c75028 Cosmetic: Extra commas removed at the ends of public enums to prevent compiler warnings 15 years ago
  Daniel K. O. c82163a07d applied patch 2991622, fixed some changelog entries' formatting 15 years ago
  Oleh Derevenko 418a950257 Added: dGeomLowLevelControl function added with ability to change/query OPCODE trimesh-sphere contact merging behavior at runtime. 16 years ago
  Daniel K. O. 59d4d708cd applied patch 2538046, fixed dGeomHeightfieldDataCreate prototype 17 years ago
  Oleh Derevenko 1d596c003d Added: dSpaceSetSublevel/dSpaceGetSublevel and possibility to collide a space as a single geometry against another space in dSpaceCollide2 18 years ago
  Oleh Derevenko d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
  David Walters b1ecca565d Added dSetColliderOverride which allows for advanced uses to replace or add collision response for any geom class. 18 years ago
  David Walters c5773adb61 [ opende-Patches-1335198 ] Sweep and Prune Space, see mailing list for discussion. 18 years ago
  Oleh Derevenko d77bdb9515 Feature: CONTACTS_UNIMPORTANT flag added for dCollide() to allow canceling any contact improvements and return any contacts found as soon as possible 18 years ago
  Bram Stolk 6639875baa Apply SF patch 1685107: Enforce 1 contact request 18 years ago
  Jason Perkins e74191a809 Added a good portion of the API to Ode.NET 19 years ago
  Jason Perkins 616e84e8e3 Initial merge of GIMPACT trimesh collision system 19 years ago
  Jason Perkins 3f829fc577 Merged .NET binding to trunk 19 years ago
  Jason Perkins 580c493e34 A bit more doxygen 19 years ago
  Jason Perkins a8cadea99a Began documenting box class; splitting collision module up into sub-modules 19 years ago
  Jason Perkins b0c60e3175 Add dSpaceCollide2 and sphere geom methods to Doxygen 19 years ago
  David Walters 47c43992ce Changed heightfield data to decouple the precision of the height data from the ODE build setting. Added two replacement data configuration functions dGeomHeightfieldDataBuildSingle and dGeomHeightfieldDataBuildDouble to specify which type you want. Also, fixed a compile error in test_heightfield when building in double precision mode. 19 years ago
  David Walters cde4eb9c62 Fixed heightfield creation parameter to allow const data. 19 years ago
  David Walters 0064d94c0b Removed a heightfield bug which added an extra row and column to the terrain. The sample counts specified when creating the heightfield data now describe the number of vertices along each axis. I've updated test_heightfield to demonstrate a tiled field of humps. 19 years ago
  David Walters 4e8a4f078f Added doxygen comments for all heightfield functions in collision.h. Reordered parameters for dHeightfieldData build functions for clarity. Fixed error in short data format prototype (was uchar). Updated test_heightfield to match new parameter ordering. 19 years ago
  David Walters 81eb0a9c51 New heightfield Geom class 'dHeightField'. See ode/test/test_heightfield.cpp for a simple demonstration. 19 years ago
  Jason Perkins 87273fe7d6 Added doxygen docs to dCollide and dSpaceCollide 19 years ago
  Jason Perkins b287391765 Added geom offset to doxygen manual 20 years ago
  Jason Perkins f43adefc98 Documented a few more collision functions 20 years ago
  Jason Perkins ac27a3dd6d Documented a few more collision functions 20 years ago