aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: more detail logging for vehicle and general physics debugging.Robert Adams2012-07-201-15/+37
| | | | | | | | Physical linksets are fully functional. Tweeking of the vehicle code to make it semi-work. Utilize the new API2 for some setting operations. Add GetOrientation() API call for proper reporting of children of linksets. Changes the interface between C# and C++ code so old DLLs won't work!
* BulletSim: fix compile errors from last commit. Clean up passing of physics ↵Robert Adams2012-07-201-12/+11
| | | | scene into vehicle dynamics code.
* BulletSim: Add very detailed logging to BSDynamics for vehicle debuggingRobert Adams2012-07-201-42/+88
|
* BulletSim: remove confusion between angularVelocity and rotationalVelocity ↵Robert Adams2012-03-231-2/+2
| | | | (there is still confusion in the rest of OpenSim). Enhance some debug statements to include the object ID.
* BulletSim initial checkinRobert Adams2011-06-201-0/+951