mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
More namespace and dll name changes. Still no functional changes.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
public class CollisionLocker
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@ using System.Collections.Generic;
|
||||
using OpenSim.Framework;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
public interface IMesher
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@ using System.Collections.Generic;
|
||||
using OpenSim.Framework;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
public struct PhysParameterEntry
|
||||
{
|
||||
|
||||
@@ -32,7 +32,7 @@ using Nini.Config;
|
||||
using OpenSim.Framework;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
class NullPhysicsScene : PhysicsScene
|
||||
{
|
||||
|
||||
@@ -32,7 +32,7 @@ using System.Reflection;
|
||||
using OpenSim.Framework;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
public delegate void PositionUpdate(Vector3 position);
|
||||
public delegate void VelocityUpdate(Vector3 velocity);
|
||||
|
||||
@@ -30,7 +30,7 @@ using System.Collections.Generic;
|
||||
using OpenSim.Framework;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
public enum PhysicsJointType : int
|
||||
{
|
||||
|
||||
@@ -34,7 +34,7 @@ using log4net;
|
||||
using OpenSim.Framework;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of MyClass.
|
||||
@@ -129,8 +129,8 @@ namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
public void LoadPluginsFromAssembly(string assemblyPath)
|
||||
{
|
||||
// TODO / NOTE
|
||||
// The assembly named 'OpenSim.Region.Physics.BasicPhysicsPlugin' was loaded from
|
||||
// 'file:///C:/OpenSim/trunk2/bin/Physics/OpenSim.Region.Physics.BasicPhysicsPlugin.dll'
|
||||
// The assembly named 'OpenSim.Region.PhysicsModule.BasicPhysics' was loaded from
|
||||
// 'file:///C:/OpenSim/trunk2/bin/Physics/OpenSim.Region.PhysicsModule.BasicPhysics.dll'
|
||||
// using the LoadFrom context. The use of this context can result in unexpected behavior
|
||||
// for serialization, casting and dependency resolution. In almost all cases, it is recommended
|
||||
// that the LoadFrom context be avoided. This can be done by installing assemblies in the
|
||||
|
||||
@@ -35,7 +35,7 @@ using Nini.Config;
|
||||
using OpenSim.Framework;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
public delegate void physicsCrash();
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ using System;
|
||||
using System.Timers;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
[Flags]
|
||||
public enum SenseType : uint
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
/*public class PhysicsVector
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
public enum Vehicle : int
|
||||
{
|
||||
|
||||
@@ -41,7 +41,7 @@ using Nini.Config;
|
||||
* it's always availabe and thus the default in case of configuration errors
|
||||
*/
|
||||
|
||||
namespace OpenSim.Region.PhysicsModule.SharedBase
|
||||
namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
{
|
||||
public class ZeroMesherPlugin : IMeshingPlugin
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user