More 'everything is a module' merging.

Have most of UbitOde converted.
There are compile errors in OpenSimBase as the new modules stuff is not all there.
Removed ChOdePlugin as it's connection to OdePlugin was tangled.
This commit is contained in:
Robert Adams
2015-09-08 06:15:46 -07:00
parent e5367d822b
commit 4dd17c4117
28 changed files with 102 additions and 10702 deletions

View File

@@ -671,7 +671,7 @@ namespace OpenSim.Region.PhysicsModule.ODE
}
#endif
public override void Initialise(IMesher meshmerizer, IConfigSource config, Vector3 regionExtent)
public void Initialise(IMesher meshmerizer, IConfigSource config, Vector3 regionExtent)
{
WorldExtents.X = regionExtent.X;
m_regionWidth = (uint)regionExtent.X;
@@ -682,7 +682,7 @@ namespace OpenSim.Region.PhysicsModule.ODE
}
// Initialize the mesh plugin
public override void Initialise(IMesher meshmerizer, IConfigSource config)
public void Initialise(IMesher meshmerizer, IConfigSource config)
{
InitializeExtraStats();