Commit History

Author SHA1 Message Date
  Oleh Derevenko 023bff8b71 Changed: Window sizes have been increased and standardized in all the demos, initial viewport orientation has been corrected in some 7 years ago
  Rich Bayless 1abdcbea3a Change local variable from 'static float' to 'float', static keyword not needed. 7 years ago
  Oleh Derevenko 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
  Daniel K. O. 5e582ed6f0 * issue #10 - removed usage of geom transforms in demos 12 years ago
  Oleh Derevenko 30fbb3d830 Threaded execution support interface added. Optional built-in threading implementation added. 14 years ago
  Oleh Derevenko 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
  Daniel K. O. 27adaad628 added a -texturepath option to drawstuff 17 years ago
  Daniel K. O. c8a996c5ba moved icosahedron data to a separated header 17 years ago
  Rodrigo Hernandez bad9b0e137 Added initial script to export Convex geometry from Blender to tools, replaced box convex with Blender Icosahedron sphere in demo_boxstack.cpp. 17 years ago
  Remi Ricard a7e8c58bae * Finish adding patch 1336066 Joint feedback in quickstep by jsinecky 17 years ago
  Rodrigo Hernandez 962b8213c0 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
  Daniel K. O. 6d13a794a3 patch derived from 1335202: Contact Joint Motion 18 years ago
  Oleh Derevenko 2dbfa3f8c0 Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
  Daniel K. O. 02b81342b9 reverted back to 1341 18 years ago
  Daniel K. O. e0929a69dc 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
  Daniel K. O. 65ef8f1ce9 faster damping functions 18 years ago
  Daniel K. O. 5e037be483 damping functions, maxangularvel function, some-const-correctness, updated odecpp.h 18 years ago
  Daniel K. O. 25e4a88feb Fixed some libtool build issues 18 years ago
  Jason Perkins 7269e77663 Renamed "tests" to "demos" and split out unit test project. Updated premake scripts and Visual Studio files; automake files still need to be updated. 19 years ago