mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim into inventory-connector
This commit is contained in:
@@ -111,6 +111,8 @@ namespace OpenSim.Framework
|
||||
|
||||
public delegate void ObjectSelect(uint localID, IClientAPI remoteClient);
|
||||
|
||||
public delegate void ObjectRequest(uint localID, IClientAPI remoteClient);
|
||||
|
||||
public delegate void RequestObjectPropertiesFamily(
|
||||
IClientAPI remoteClient, UUID AgentID, uint RequestFlags, UUID TaskID);
|
||||
|
||||
@@ -622,6 +624,7 @@ namespace OpenSim.Framework
|
||||
|
||||
event UpdateShape OnUpdatePrimShape;
|
||||
event ObjectExtraParams OnUpdateExtraParams;
|
||||
event ObjectRequest OnObjectRequest;
|
||||
event ObjectSelect OnObjectSelect;
|
||||
event ObjectDeselect OnObjectDeselect;
|
||||
event GenericCall7 OnObjectDescription;
|
||||
|
||||
@@ -520,7 +520,7 @@ namespace OpenSim.Framework
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Depreciated idea. Number of visitors ~= free money
|
||||
/// Deprecated idea. Number of visitors ~= free money
|
||||
/// </summary>
|
||||
public int Dwell {
|
||||
get {
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace OpenSim.Framework.Tests
|
||||
Vector3 StartPos = new Vector3(5, 23, 125);
|
||||
|
||||
UUID SecureSessionId = UUID.Random();
|
||||
UUID SessionId = UUID.Random();
|
||||
// TODO: unused: UUID SessionId = UUID.Random();
|
||||
|
||||
m_agentCircuitData1 = new AgentCircuitData();
|
||||
m_agentCircuitData1.AgentID = AgentId1;
|
||||
|
||||
@@ -161,7 +161,7 @@ namespace OpenSim.Framework.Tests
|
||||
/// Worker thread 0
|
||||
/// </summary>
|
||||
/// <param name="o"></param>
|
||||
public void run( object o)
|
||||
public void run(object o)
|
||||
{
|
||||
while (running)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user