Commit History

Author SHA1 Message Date
  Daniel K. O. a6c94ec566 removed warnings for GCC on -O1 17 years ago
  Oleh Derevenko 651e09a271 Changed: Zero sized box, sphere, cylinder and capsule allowed. Zero sized geometries are automatically excluded from collision checking. 17 years ago
  Rodrigo Hernandez c3e5cf8c9c Just added some comments 17 years ago
  Rodrigo Hernandez 7cce1e5b62 Fixed some of the face-face convex code, added GetIncidentSide helper function, made the switch between boxes and convex objects in demo_convex_cd.cpp dynamic and fixed some indentation (switched spaces for tabs). 17 years ago
  Rodrigo Hernandez 46f2ac0284 Added more comments to dBoxBox, added code to dynamically draw boxes as solid or wireframe in demo_convex_cd.cpp. 17 years ago
  Rodrigo Hernandez 7e33ed2d9f Small fix to demo_convex_cd.cpp, added some code explanation comments to box.cpp on edge-edge collision. 18 years ago
  Bram Stolk c7b13c3fa2 Fixes M_PI problems on WIN32, as per SF patch 1863005 18 years ago
  Daniel K. O. 04ad9548f6 reverted back to 1341 18 years ago
  Daniel K. O. d19f8b3dbf removed an opcode library object from gimpact build, changed some ifs to ifdefs, placed bunny data into bunny_geom.h 18 years ago
  Daniel K. O. f4cdca59ac 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
  Bram Stolk 10327ad76e Remove assert triggered by demo_plane2d in single precision 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
  Oleh Derevenko 974333dc1e Cosmetic: added commentary which was missed for commit #1242 18 years ago
  Oleh Derevenko dd8f2d6e0c Improvement: Added consistent assertion checks on entry to each collider function. 18 years ago
  Oleh Derevenko 0168ea8c48 Improvement: avoiding duplicate expression evaluation in macros 18 years ago
  Oleh Derevenko 558a6af668 Cosmetic: semicolons added after macro to conform to C-style syntax 18 years ago
  Rodrigo Hernandez 91fa36e8c7 Fixed Autotools for MinGW, Added proper Win32 implementation of elapsed(void) in test_basket.cpp, redistributed collision_std.cpp into different primitive files. 20 years ago