aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsScene.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-15Stop having to call SetHeight again in ScenePresence.AddToPhysicalScene() ↵Justin Clark-Casey (justincc)1-1/+1
when we've already passed size information to the avatar at PhysicsScene.AddAvatar() Eliminate some copypasta for height setting in OdeCharacter
2011-08-03extend move test to check one beat of the simulator without actually asking ↵Justin Clark-Casey (justincc)1-4/+8
the npc to move.
2011-07-15Fix some local id issues in physics glueroot1-7/+1
2011-07-15Fox some local id issues in physics glueMelanie1-7/+1
2011-07-15Revert "Add localid support to ch0de properly"Melanie1-1/+7
This reverts commit bb402d0d95c934fbcd8b1c03e228ec1d0a14f14d.
2011-07-15Add localid support to ch0de properlyTom1-7/+1
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-17/+23
2009-08-11Split BasicPhysics classes into separate files.Jeff Ames1-0/+185