From 3e484d1aaf6d2d893f258e7372003de9bf5e8bdb Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 20 Jun 2007 17:32:21 +0000 Subject: Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class. Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes. --- .../OpenGrid.Framework.UserManagement.csproj.user | 2 +- .../OpenSim.Framework.Console.csproj | 31 +++++++++------------- .../OpenSim.Framework.Console.dll.build | 4 +-- Common/OpenSim.Framework/Interfaces/IClientAPI.cs | 2 +- Common/OpenSim.Framework/Interfaces/IWorld.cs | 4 +-- 5 files changed, 18 insertions(+), 25 deletions(-) (limited to 'Common') diff --git a/Common/OpenGrid.Framework.UserManager/OpenGrid.Framework.UserManagement.csproj.user b/Common/OpenGrid.Framework.UserManager/OpenGrid.Framework.UserManagement.csproj.user index 518ce40..5941547 100644 --- a/Common/OpenGrid.Framework.UserManager/OpenGrid.Framework.UserManagement.csproj.user +++ b/Common/OpenGrid.Framework.UserManager/OpenGrid.Framework.UserManagement.csproj.user @@ -2,7 +2,7 @@ Debug AnyCPU - C:\Documents and Settings\Stefan\My Documents\source\opensim\branches\Sugilite\bin\ + C:\New Folder\second-life-viewer\opensim-dailys2\opensim15-06\Sugilite\bin\ 8.0.50727 ProjectFiles 0 diff --git a/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.csproj b/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.csproj index fef5108..af6c396 100644 --- a/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.csproj +++ b/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.csproj @@ -1,4 +1,4 @@ - + Local 8.0.50727 @@ -6,8 +6,7 @@ {A7CD0630-0000-0000-0000-000000000000} Debug AnyCPU - - + OpenSim.Framework.Console @@ -16,11 +15,9 @@ IE50 false Library - - + OpenSim.Framework.Console - - + @@ -31,8 +28,7 @@ TRACE;DEBUG - - + True 4096 False @@ -41,8 +37,7 @@ False False 4 - - + False @@ -51,8 +46,7 @@ TRACE - - + False 4096 True @@ -61,11 +55,10 @@ False False 4 - - + - + System.dll False @@ -76,10 +69,10 @@ Code - + Code - + Code @@ -93,4 +86,4 @@ - \ No newline at end of file + diff --git a/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build b/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build index 9a03b54..7ebdba1 100644 --- a/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build +++ b/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build @@ -12,9 +12,9 @@ - - + + diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs index afeae1f..3b965bf 100644 --- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs +++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs @@ -144,7 +144,7 @@ namespace OpenSim.Framework.Interfaces void SendTeleportCancel(); void SendTeleportLocationStart(); - void SendAvatarData(RegionInfo regionInfo, string firstName, string lastName, LLUUID avatarID, uint avatarLocalID, LLVector3 Pos); + void SendAvatarData(ulong regionHandle, string firstName, string lastName, LLUUID avatarID, uint avatarLocalID, LLVector3 Pos); void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, LLVector3 velocity); void AttachObject(uint localID, LLQuaternion rotation, byte attachPoint); diff --git a/Common/OpenSim.Framework/Interfaces/IWorld.cs b/Common/OpenSim.Framework/Interfaces/IWorld.cs index 08077bd..4857417 100644 --- a/Common/OpenSim.Framework/Interfaces/IWorld.cs +++ b/Common/OpenSim.Framework/Interfaces/IWorld.cs @@ -35,8 +35,8 @@ namespace OpenSim.Framework.Interfaces { public interface IWorld { - void AddNewAvatar(IClientAPI remoteClient, LLUUID agentID, bool child); - void RemoveAvatar(LLUUID agentID); + void AddNewClient(IClientAPI remoteClient, LLUUID agentID, bool child); + void RemoveClient(LLUUID agentID); RegionInfo RegionInfo { get; } object SyncRoot { get; } -- cgit v1.1