Merge branch 'master' into careminster

This commit is contained in:
Melanie
2012-11-09 22:58:42 +00:00
13 changed files with 300 additions and 62 deletions

View File

@@ -661,6 +661,20 @@ namespace OpenSim.Region.Physics.OdePlugin
set { return; }
}
public override Vector3 TargetVelocity
{
get
{
return m_taintTargetVelocity;
}
set
{
Velocity = value;
}
}
public override Vector3 Velocity
{
get
@@ -1394,4 +1408,4 @@ namespace OpenSim.Region.Physics.OdePlugin
m_eventsubscription += p;
}
}
}
}