aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSActorLockAxis.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: clean up actor code so routines use the same coding pattern.Robert Adams2013-04-081-54/+51
| | | | Fix a few enabling problems.
* BulletSim: complete movement of physical object action code out of theRobert Adams2013-04-081-2/+2
| | | | | physical object and into actors for setForce, setTorque, hover, lock axis and avatar move.
* BulletSim: create axis lock constraint with proper orientation andRobert Adams2013-04-021-4/+2
| | | | enable axis lock functionality.
* BulletSim: not quite functional axis lock code.Robert Adams2013-03-311-28/+34
|
* BulletSim: fix line endings in BSActor*Robert Adams2013-03-311-168/+171
|
* BulletSim: Add physical 'actors' that operate on the physical object.Robert Adams2013-03-311-0/+168
Add first 'actor' for locked axis.