diff options
author | mingchen | 2007-07-12 20:33:10 +0000 |
---|---|---|
committer | mingchen | 2007-07-12 20:33:10 +0000 |
commit | df24ce6dfd803c5fcf6b0958ce14c455331a87b4 (patch) | |
tree | cab7170c4fee0bd32b5efed24c350bddfbd404c9 /OpenSim/Framework/General | |
parent | *Found and fixed bug that crashed viewer when logging in or viewing land owners (diff) | |
download | opensim-SC_OLD-df24ce6dfd803c5fcf6b0958ce14c455331a87b4.zip opensim-SC_OLD-df24ce6dfd803c5fcf6b0958ce14c455331a87b4.tar.gz opensim-SC_OLD-df24ce6dfd803c5fcf6b0958ce14c455331a87b4.tar.bz2 opensim-SC_OLD-df24ce6dfd803c5fcf6b0958ce14c455331a87b4.tar.xz |
*Parcel and estate support fully restored into Sugilite
*Significant movement (currently set to 2 meters of movement for performance reasons, even though its speedy) and initial login now sends parcel updates
Diffstat (limited to 'OpenSim/Framework/General')
-rw-r--r-- | OpenSim/Framework/General/Interfaces/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs index 4d4a969..edd693e 100644 --- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs +++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs | |||
@@ -75,6 +75,7 @@ namespace OpenSim.Framework.Interfaces | |||
75 | 75 | ||
76 | public delegate void UUIDNameRequest(LLUUID id, IClientAPI remote_client); | 76 | public delegate void UUIDNameRequest(LLUUID id, IClientAPI remote_client); |
77 | 77 | ||
78 | |||
78 | public interface IClientAPI | 79 | public interface IClientAPI |
79 | { | 80 | { |
80 | event ImprovedInstantMessage OnInstantMessage; | 81 | event ImprovedInstantMessage OnInstantMessage; |
@@ -124,7 +125,6 @@ namespace OpenSim.Framework.Interfaces | |||
124 | event ParcelPropertiesUpdateRequest OnParcelPropertiesUpdateRequest; | 125 | event ParcelPropertiesUpdateRequest OnParcelPropertiesUpdateRequest; |
125 | 126 | ||
126 | event EstateOwnerMessageRequest OnEstateOwnerMessage; | 127 | event EstateOwnerMessageRequest OnEstateOwnerMessage; |
127 | |||
128 | LLVector3 StartPos | 128 | LLVector3 StartPos |
129 | { | 129 | { |
130 | get; | 130 | get; |