aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* BulletSim: Add ZeroAngularMotion method to physical objects. Add inTaint flag...Robert Adams2012-11-061-1/+1
* BulletSim: search the mesh and hull lists to find shapes if type is not known...Robert Adams2012-11-031-1/+1
* BulletSim: debugging of compound shape implementation of linksets.Robert Adams2012-11-031-0/+12
* BulletSim: rename BSBody and BSShape to PhysBody and PhysShape. Add skeleton ...Robert Adams2012-11-031-27/+13
* BulletSim: vehicle tweeking.Robert Adams2012-11-031-1/+1
* BulletSim: remove center-of-mass setting for linksets because it causes the c...Robert Adams2012-11-031-49/+30
* BulletSim: Use the PostTaints operation to build the linkset once before the ...Robert Adams2012-11-031-92/+48
* BulletSim: Use Refresh/PostTaints to cause recomputing of constraint variable...Robert Adams2012-11-031-29/+36
* BulletSim: rename constraint classes so they show up together alphabetically.Robert Adams2012-11-031-1/+1
* BulletSim: Add banking and other new code to vechile dynamics. Add third part...Robert Adams2012-11-031-1/+1
* BulletSim: fix bug that caused error (and a crash on 32 bit Linux) when mesh ...Robert Adams2012-10-221-15/+4
* BulletSim: remove trailing spaces to make git happy.Robert Adams2012-10-221-5/+5
* BulletSim: Create LinkSet abstract class and sparate constraint based linkset...Robert Adams2012-10-221-0/+396