aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSPrimLinkable.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-12BulletSim: fix density since the simulator/viewer track density in aRobert Adams1-1/+2
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-1/+3
simulator to update info.
2013-02-08BulletSim: fix avatar bobbing or jiggling while stationary flying.Robert Adams1-1/+1
Various comments and debugging message mods.
2013-02-08BulletSim: reclass BSPrim into layers so linkset and physical world ↵Robert Adams1-0/+179
displacement is implemented as overlay classes rather than if statements scattered about.