aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsScene.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop having to call SetHeight again in ScenePresence.AddToPhysicalScene() ↵Justin Clark-Casey (justincc)2011-12-151-1/+1
| | | | | | when we've already passed size information to the avatar at PhysicsScene.AddAvatar() Eliminate some copypasta for height setting in OdeCharacter
* extend move test to check one beat of the simulator without actually asking ↵Justin Clark-Casey (justincc)2011-08-031-4/+8
| | | | the npc to move.
* Fix some local id issues in physics glueroot2011-07-151-7/+1
|
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-17/+23
|
* Split BasicPhysics classes into separate files.Jeff Ames2009-08-111-0/+185