aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSPrimLinkable.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: fix density since the simulator/viewer track density in aRobert Adams2013-02-121-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).
* BulletSim: More work on center-of-mass. Remove linksetinfo and rely on ↵Robert Adams2013-02-121-1/+3
| | | | simulator to update info.
* BulletSim: fix avatar bobbing or jiggling while stationary flying.Robert Adams2013-02-081-1/+1
| | | | Various comments and debugging message mods.
* BulletSim: reclass BSPrim into layers so linkset and physical world ↵Robert Adams2013-02-081-0/+179
displacement is implemented as overlay classes rather than if statements scattered about.