aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSPrimDisplaced.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-07BulletSim: fix jumping up and down of linksets when center-of-massRobert Adams1-6/+2
was enabled. Didn't effect the physical position but the viewer saw the linkset jumping between its simulator center and its physical center.
2013-07-06BulletSim: implementation of linkset center-of-mass.Robert Adams1-15/+45
Default off, for the moment, until more testing. Add separate thread and center-of-mass flags to OpenSimDefaults.ini. Clean up comments in OpenSimDefaults.ini.
2013-07-06BulletSim: More tweaking on center-of-mass. Almost there. Changes have no ↵Robert Adams1-39/+24
effect if LinksetOffsetCenterOfMass=false (the default).
2013-07-06BulletSim: comments and non-functional changes working toward the ↵Robert Adams1-10/+16
center-of-gravity implementation.
2013-04-30BulletSim: improvements to LinksetCompound and PrimDisplaced. Not all ↵Robert Adams1-5/+17
working yet.
2013-02-12BulletSim: fix density since the simulator/viewer track density in aRobert Adams1-1/+1
funny unit that is 100 times real density (default 1000). Fix avatar drifting slowly when stationary flying. Fix for physical prims getting corrected for being under terrain when it was just its geometric center that was below terrain. Add PreUpdatePropertyAction allowing plugable modifiction of phys parameters returned from Bullet. Fix an exception setting GravityMultiplier on initialization. Update DLLs and SOs for good measure (no functional change).
2013-02-12BulletSim: More work on center-of-mass. Remove linksetinfo and rely on ↵Robert Adams1-25/+60
simulator to update info.
2013-02-08BulletSim: reclass BSPrim into layers so linkset and physical world ↵Robert Adams1-0/+118
displacement is implemented as overlay classes rather than if statements scattered about.