More World to Region transformation.
parent
1b1226a483
commit
8c7f1c34dd
|
@ -5,7 +5,7 @@ using Axiom.MathLib;
|
|||
using OpenSim.Physics.Manager;
|
||||
using OpenSim.Region.types;
|
||||
using libsecondlife;
|
||||
using OpenSim.RegionServer.world.scripting;
|
||||
using OpenSim.Region.Scripting;
|
||||
|
||||
namespace OpenSim.Region
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@ using OpenSim.Framework.Interfaces;
|
|||
using OpenSim.Framework.Types;
|
||||
using OpenSim.Framework.Inventory;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.RegionServer.world.scripting;
|
||||
using OpenSim.Region.Scripting;
|
||||
using OpenSim.Terrain;
|
||||
using OpenGrid.Framework.Communications;
|
||||
using OpenSim.Region.Estate;
|
||||
|
|
|
@ -10,7 +10,7 @@ using OpenSim.Physics.Manager;
|
|||
using OpenSim.Framework.Interfaces;
|
||||
using OpenSim.Framework.Types;
|
||||
using OpenSim.Framework.Inventory;
|
||||
using OpenSim.RegionServer.world.scripting;
|
||||
using OpenSim.Region.Scripting;
|
||||
using OpenSim.Terrain;
|
||||
|
||||
namespace OpenSim.Region
|
||||
|
|
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||
using System.Text;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.RegionServer.world.scripting
|
||||
namespace OpenSim.Region.Scripting
|
||||
{
|
||||
public interface IScriptContext
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||
using System.Text;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.RegionServer.world.scripting
|
||||
namespace OpenSim.Region.Scripting
|
||||
{
|
||||
public interface IScriptReadonlyEntity
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@ using OpenSim.Region;
|
|||
using Avatar=OpenSim.Region.Avatar;
|
||||
using Primitive = OpenSim.Region.Primitive;
|
||||
|
||||
namespace OpenSim.RegionServer.world.scripting
|
||||
namespace OpenSim.Region.Scripting
|
||||
{
|
||||
public delegate void ScriptEventHandler(IScriptContext context);
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||
using System.Text;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.RegionServer.world.scripting
|
||||
namespace OpenSim.Region.Scripting
|
||||
{
|
||||
public class Script
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.RegionServer.world.scripting
|
||||
namespace OpenSim.Region.Scripting
|
||||
{
|
||||
public delegate Script ScriptFactory();
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||
using System.Text;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.RegionServer.world.scripting
|
||||
namespace OpenSim.Region.Scripting
|
||||
{
|
||||
public class FollowRandomAvatar : Script
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue