diff options
author | Charles Krinke | 2008-09-28 22:01:37 +0000 |
---|---|---|
committer | Charles Krinke | 2008-09-28 22:01:37 +0000 |
commit | 04be8726d30fe4399a89c3a739d1967412c0b548 (patch) | |
tree | a5d8b37967efa023c1859bb0e344c26be54392b9 /OpenSim/Framework/IClientAPI.cs | |
parent | Added the plumbing for llSetVehicleRotationParam (diff) | |
download | opensim-SC_OLD-04be8726d30fe4399a89c3a739d1967412c0b548.zip opensim-SC_OLD-04be8726d30fe4399a89c3a739d1967412c0b548.tar.gz opensim-SC_OLD-04be8726d30fe4399a89c3a739d1967412c0b548.tar.bz2 opensim-SC_OLD-04be8726d30fe4399a89c3a739d1967412c0b548.tar.xz |
Mantis#296. Thank you kindly, Idb for a patch that resolves:
Estate/ Manager Owner Uses the Region/Estate Menu Region TAB,
and uses "Teleport Home All Users..." (Action Button), the
action will complete but no one will be teleported and all
users still function in the region ok.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 9df1e00..1c38011 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -298,6 +298,7 @@ namespace OpenSim.Framework | |||
298 | public delegate void EstateBlueBoxMessageRequest(IClientAPI remoteClient, UUID invoice, UUID senderID, UUID sessionID, string senderName, string message); | 298 | public delegate void EstateBlueBoxMessageRequest(IClientAPI remoteClient, UUID invoice, UUID senderID, UUID sessionID, string senderName, string message); |
299 | public delegate void EstateDebugRegionRequest(IClientAPI remoteClient, UUID invoice, UUID senderID, bool scripted, bool collisionEvents, bool physics); | 299 | public delegate void EstateDebugRegionRequest(IClientAPI remoteClient, UUID invoice, UUID senderID, bool scripted, bool collisionEvents, bool physics); |
300 | public delegate void EstateTeleportOneUserHomeRequest(IClientAPI remoteClient, UUID invoice, UUID senderID, UUID prey); | 300 | public delegate void EstateTeleportOneUserHomeRequest(IClientAPI remoteClient, UUID invoice, UUID senderID, UUID prey); |
301 | public delegate void EstateTeleportAllUsersHomeRequest(IClientAPI remoteClient, UUID invoice, UUID senderID); | ||
301 | public delegate void RegionHandleRequest(IClientAPI remoteClient, UUID regionID); | 302 | public delegate void RegionHandleRequest(IClientAPI remoteClient, UUID regionID); |
302 | public delegate void ParcelInfoRequest(IClientAPI remoteClient, UUID parcelID); | 303 | public delegate void ParcelInfoRequest(IClientAPI remoteClient, UUID parcelID); |
303 | 304 | ||
@@ -518,6 +519,7 @@ namespace OpenSim.Framework | |||
518 | event EstateBlueBoxMessageRequest OnEstateBlueBoxMessageRequest; | 519 | event EstateBlueBoxMessageRequest OnEstateBlueBoxMessageRequest; |
519 | event EstateDebugRegionRequest OnEstateDebugRegionRequest; | 520 | event EstateDebugRegionRequest OnEstateDebugRegionRequest; |
520 | event EstateTeleportOneUserHomeRequest OnEstateTeleportOneUserHomeRequest; | 521 | event EstateTeleportOneUserHomeRequest OnEstateTeleportOneUserHomeRequest; |
522 | event EstateTeleportAllUsersHomeRequest OnEstateTeleportAllUsersHomeRequest; | ||
521 | event UUIDNameRequest OnUUIDGroupNameRequest; | 523 | event UUIDNameRequest OnUUIDGroupNameRequest; |
522 | 524 | ||
523 | event RegionHandleRequest OnRegionHandleRequest; | 525 | event RegionHandleRequest OnRegionHandleRequest; |