aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSActors.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: complete movement of physical object action code out of theRobert Adams2013-04-081-2/+10
| | | | | physical object and into actors for setForce, setTorque, hover, lock axis and avatar move.
* BulletSim: not quite functional axis lock code.Robert Adams2013-03-311-4/+4
|
* BulletSim: fix line endings in BSActor*Robert Adams2013-03-311-123/+131
|
* BulletSim: Add physical 'actors' that operate on the physical object.Robert Adams2013-03-311-0/+123
Add first 'actor' for locked axis.