mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Renamed the namespaces too
This commit is contained in:
@@ -35,7 +35,7 @@ using OpenSim.Framework;
|
||||
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public sealed class BSAPIUnman : BSAPITemplate
|
||||
{
|
||||
|
||||
@@ -40,7 +40,7 @@ using BulletXNA.BulletCollision;
|
||||
using BulletXNA.BulletDynamics;
|
||||
using BulletXNA.BulletCollision.CollisionDispatch;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public sealed class BSAPIXNA : BSAPITemplate
|
||||
{
|
||||
|
||||
@@ -31,11 +31,11 @@ using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public class BSActorAvatarMove : BSActor
|
||||
{
|
||||
|
||||
@@ -30,11 +30,11 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public class BSActorHover : BSActor
|
||||
{
|
||||
|
||||
@@ -32,7 +32,7 @@ using System.Text;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public class BSActorLockAxis : BSActor
|
||||
{
|
||||
|
||||
@@ -30,11 +30,11 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public class BSActorMoveToTarget : BSActor
|
||||
{
|
||||
|
||||
@@ -30,11 +30,11 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public class BSActorSetForce : BSActor
|
||||
{
|
||||
|
||||
@@ -30,11 +30,11 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public class BSActorSetTorque : BSActor
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public class BSActorCollection
|
||||
{
|
||||
|
||||
@@ -31,7 +31,7 @@ using System.Security;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin {
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS {
|
||||
|
||||
// Constraint type values as defined by Bullet
|
||||
public enum ConstraintType : int
|
||||
|
||||
@@ -30,9 +30,9 @@ using System.Reflection;
|
||||
using log4net;
|
||||
using OMV = OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public sealed class BSCharacter : BSPhysObject
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
public abstract class BSConstraint : IDisposable
|
||||
|
||||
@@ -29,7 +29,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
public class BSConstraint6Dof : BSConstraint
|
||||
|
||||
@@ -30,7 +30,7 @@ using System.Text;
|
||||
using log4net;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
public sealed class BSConstraintCollection : IDisposable
|
||||
|
||||
@@ -29,7 +29,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
public sealed class BSConstraintConeTwist : BSConstraint
|
||||
|
||||
@@ -29,7 +29,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
public sealed class BSConstraintHinge : BSConstraint
|
||||
|
||||
@@ -29,7 +29,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
public sealed class BSConstraintSlider : BSConstraint
|
||||
|
||||
@@ -29,7 +29,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
public sealed class BSConstraintSpring : BSConstraint6Dof
|
||||
|
||||
@@ -36,9 +36,9 @@ using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public sealed class BSDynamics : BSActor
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@ using System.Text;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
public abstract class BSLinkset
|
||||
|
||||
@@ -32,7 +32,7 @@ using OpenSim.Framework;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
public sealed class BSLinksetCompound : BSLinkset
|
||||
|
||||
@@ -32,7 +32,7 @@ using OpenSim.Region.OptionalModules.Scripting;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public sealed class BSLinksetConstraints : BSLinkset
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@ using System.Text;
|
||||
using System.Reflection;
|
||||
using Nini.Config;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
public struct MaterialAttributes
|
||||
|
||||
@@ -31,7 +31,7 @@ using System.Text;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public abstract class BSMotor
|
||||
{
|
||||
|
||||
@@ -29,12 +29,12 @@ using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
using OpenMetaverse;
|
||||
using Nini.Config;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public static class BSParam
|
||||
{
|
||||
|
||||
@@ -30,9 +30,9 @@ using System.Text;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
/*
|
||||
* Class to wrap all objects.
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
/// <summary>
|
||||
/// Entry for a port of Bullet (http://bulletphysics.org/) to OpenSim.
|
||||
|
||||
@@ -32,11 +32,11 @@ using System.Xml;
|
||||
using log4net;
|
||||
using OMV = OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.Physics.ConvexDecompositionDotNet;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
using OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet;
|
||||
using OpenSim.Region.OptionalModules.Scripting; // for ExtendedPhysics
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
[Serializable]
|
||||
|
||||
@@ -31,11 +31,11 @@ using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public class BSPrimDisplaced : BSPrim
|
||||
{
|
||||
|
||||
@@ -34,7 +34,7 @@ using OpenSim.Region.OptionalModules.Scripting;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public class BSPrimLinkable : BSPrimDisplaced
|
||||
{
|
||||
@@ -72,7 +72,7 @@ public class BSPrimLinkable : BSPrimDisplaced
|
||||
base.Destroy();
|
||||
}
|
||||
|
||||
public override void link(Manager.PhysicsActor obj)
|
||||
public override void link(SharedBase.PhysicsActor obj)
|
||||
{
|
||||
BSPrimLinkable parent = obj as BSPrimLinkable;
|
||||
if (parent != null)
|
||||
|
||||
@@ -36,12 +36,12 @@ using OpenSim.Framework.Monitoring;
|
||||
using OpenSim.Region.Framework;
|
||||
using OpenSim.Region.CoreModules;
|
||||
using Logging = OpenSim.Region.CoreModules.Framework.Statistics.Logging;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
using Nini.Config;
|
||||
using log4net;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public sealed class BSScene : PhysicsScene, IPhysicsParameters
|
||||
{
|
||||
|
||||
@@ -29,10 +29,10 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OMV = OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.Physics.ConvexDecompositionDotNet;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
using OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public sealed class BSShapeCollection : IDisposable
|
||||
{
|
||||
|
||||
@@ -30,13 +30,13 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.Physics.Meshing;
|
||||
using OpenSim.Region.Physics.ConvexDecompositionDotNet;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
using OpenSim.Region.PhysicsModule.Meshing;
|
||||
using OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet;
|
||||
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
// Information class that holds stats for the shape. Which values mean
|
||||
// something depends on the type of shape.
|
||||
|
||||
@@ -31,14 +31,14 @@ using System.Text;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Framework;
|
||||
using OpenSim.Region.CoreModules;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
using Nini.Config;
|
||||
using log4net;
|
||||
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public sealed class BSTerrainHeightmap : BSTerrainPhys
|
||||
{
|
||||
|
||||
@@ -31,14 +31,14 @@ using System.Text;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Framework;
|
||||
using OpenSim.Region.CoreModules;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
using Nini.Config;
|
||||
using log4net;
|
||||
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
|
||||
// The physical implementation of the terrain is wrapped in this class.
|
||||
|
||||
@@ -31,14 +31,14 @@ using System.Text;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Framework;
|
||||
using OpenSim.Region.CoreModules;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
|
||||
using Nini.Config;
|
||||
using log4net;
|
||||
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
public sealed class BSTerrainMesh : BSTerrainPhys
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OMV = OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS
|
||||
{
|
||||
// Classes to allow some type checking for the API
|
||||
// These hold pointers to allocated objects in the unmanaged space.
|
||||
|
||||
@@ -34,13 +34,13 @@ using NUnit.Framework;
|
||||
using log4net;
|
||||
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.BulletSPlugin;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.BulletS;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
using OpenSim.Tests.Common;
|
||||
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin.Tests
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class BasicVehicles : OpenSimTestCase
|
||||
|
||||
@@ -35,7 +35,7 @@ using log4net;
|
||||
|
||||
using OpenSim.Tests.Common;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin.Tests
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class BulletSimTests : OpenSimTestCase
|
||||
|
||||
@@ -33,12 +33,12 @@ using System.Text;
|
||||
using Nini.Config;
|
||||
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.Physics.Meshing;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
using OpenSim.Region.PhysicsModule.Meshing;
|
||||
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin.Tests
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS.Tests
|
||||
{
|
||||
// Utility functions for building up and tearing down the sample physics environments
|
||||
public static class BulletSimTestsUtil
|
||||
|
||||
@@ -34,13 +34,13 @@ using NUnit.Framework;
|
||||
using log4net;
|
||||
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Physics.BulletSPlugin;
|
||||
using OpenSim.Region.Physics.Manager;
|
||||
using OpenSim.Region.PhysicsModule.BulletS;
|
||||
using OpenSim.Region.PhysicsModule.SharedBase;
|
||||
using OpenSim.Tests.Common;
|
||||
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Physics.BulletSPlugin.Tests
|
||||
namespace OpenSim.Region.PhysicsModule.BulletS.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class HullCreation : OpenSimTestCase
|
||||
|
||||
Reference in New Issue
Block a user