23
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Sep 14, 2024 — Sep 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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) More... over 12 years ago
Merged: oleh_derevenko#1909: Fixed: ODE data initialization for rendering thread added More... over 12 years ago
Merged: oleh_derevenko#1908: Changed: Applied patch #160 "IsPointInPolygon in convex.cpp returns wrong results" (by Janis Rucis) More... over 12 years ago
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. More... over 12 years ago
Merged: oleh_derevenko#1906: Fixed: Fixed zero comparisons in OPCODE to use relative error instead of absolute epsilon value (found by Bill Sellers) More... over 12 years ago
Merged: oleh_derevenko#1905: Cosmetic: Implemented patch #180 by DonLorenzo More... over 12 years ago
Changed: OU external relocated to new repository after upgrade by SF More... over 12 years ago
python.ode.pyx: changed exception raising style from assertion-like to class instantiation; formatted exception messages properly. More... over 12 years ago
python.ode.pyx: broke long lines; improved indentation for readability following PEP8. More... over 12 years ago
python.ode.pyx: removed redundant parentheses; fixed spaces around assignment and binary operators following PEP8. More... over 12 years ago
python.ode.pyx: removed trailing whitespace; added/removed blank lines following PEP8. No code changes. More... over 12 years ago
python.setup: removed unused imports More... over 12 years ago
python.setup: bumped version to 0.12 (was 0.1) More... over 12 years ago
python.setup: no code changes, just PEP8 corrections. More... over 12 years ago
Changed: First stage of dxStepIsland/dxQuickStepIsland changed to be executed in threaded manner More... about 13 years ago
Changed: demo_convex_cd.cpp has been removed from project More... about 13 years ago
Cosmetic: Cosmetic code changes towards threading the stepper functions More... about 13 years ago
Internal: Changed: Got rid of dynamic_cast in joints. More... about 13 years ago
Fixed: Fixed precision substitution on Windows to maintain compatibility with *NIX scripts More... about 13 years ago
Changed: Unnecessary dependency on inttypes.h removed (was causing problems with MSVC on Windows) More... about 13 years ago
Changed: Generation of precision.h fixed in Premake scripts on Windows More... about 13 years ago
Changed: <time.h> included in threading.h to support environments that do not have time_t defined by default More... about 13 years ago
Cosmetic: A warning fixed in LLVM compiler More... about 13 years ago
format strings should be const More... about 13 years ago
added missing header templates More... over 13 years ago
update the premake script to generate precision.h headers for ODE and libccd More... over 13 years ago
generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings More... over 13 years ago
* Drawstuff now shows shadows for lines. * Fixed dhinge constraint (reported by Dimitris Papavasiliou) * Updated some libtool scripts * Removed 'force' option from bootstrap/autogen.sh scripts. More... over 13 years ago
fixed distribution of bootstrap for libccd, added new demos to premake script More... over 13 years ago
added two new joints: Double Ball (DBall) and Double Hinge (DHinge) More... over 13 years ago