aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* BulletSim: nearly complete in conversion from BulletSimAPI to BSAPITemplate. ...Robert Adams2012-12-311-9/+2
* BulletSim: remove all the debug printing of pointer formatting (.ToString(X))...Robert Adams2012-12-311-8/+8
* BulletSim: change physical data structures to classes. Add defaultRobert Adams2012-12-311-6/+9
* BulletSim: Fix single physical prim reporting its mass as zero.Robert Adams2012-12-241-2/+4
* BulletSim: Move all the parameter variables, tables and get and fetch logic t...Robert Adams2012-12-211-7/+7
* BulletSim: add parameter to UpdateProperties call into the linkset so changes...Robert Adams2012-12-161-1/+1
* BulletSim: rip out old code for linkset child position fetching. BulletSim do...Robert Adams2012-12-161-12/+0
* BulletSim: fix problem with continuious rebuilding of physical linksets. This...Robert Adams2012-12-131-2/+1
* 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