mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
changed how vehicle data is stored and passed to physics. use unsafe in serializer, tried to control m_dupeInProgress
This commit is contained in:
@@ -146,6 +146,8 @@ namespace OpenSim.Region.Physics.Manager
|
||||
/// </summary>
|
||||
public event CollisionUpdate OnCollisionUpdate;
|
||||
|
||||
public virtual void SetVehicle(object vdata) { }
|
||||
|
||||
public event OutOfBounds OnOutOfBounds;
|
||||
#pragma warning restore 67
|
||||
|
||||
@@ -153,8 +155,7 @@ namespace OpenSim.Region.Physics.Manager
|
||||
{
|
||||
get { return new NullPhysicsActor(); }
|
||||
}
|
||||
|
||||
|
||||
|
||||
public virtual bool Building { get; set; }
|
||||
|
||||
public virtual ContactData ContactData
|
||||
|
||||
Reference in New Issue
Block a user