aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSConstraint6Dof.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: Fix crash on the destruction of physical linksets.Robert Adams2012-12-101-2/+2
| | | | | | | | | While fixing the above, add methods to physical body and shape pointer wrapper so routines won't have to know that IntPtr.Zero means no physical instance. Fix problem with physical linksets failing after a few sits and unsits by properly restoring child prom positions for compound linksets after multiple selection and deselections.
* BulletSim: remove center-of-mass setting for linksets because it causes the ↵Robert Adams2012-11-031-2/+1
| | | | constraint calculation to pull the objects together.
* BulletSim: rename constraint classes so they show up together alphabetically.Robert Adams2012-11-031-0/+154