diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 0cabe47..6a7c735 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -49,7 +49,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
49 | } | 49 | } |
50 | 50 | ||
51 | public delegate void ChatToNPC( | 51 | public delegate void ChatToNPC( |
52 | string message, byte type, Vector3 fromPos, string fromName, | 52 | string message, byte type, Vector3 fromPos, string fromName, |
53 | UUID fromAgentID, UUID ownerID, byte source, byte audible); | 53 | UUID fromAgentID, UUID ownerID, byte source, byte audible); |
54 | 54 | ||
55 | /// <summary> | 55 | /// <summary> |
@@ -223,7 +223,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
223 | { | 223 | { |
224 | 224 | ||
225 | } | 225 | } |
226 | 226 | ||
227 | public void SendSitResponse(UUID TargetID, Vector3 OffsetPos, | 227 | public void SendSitResponse(UUID TargetID, Vector3 OffsetPos, |
228 | Quaternion SitOrientation, bool autopilot, | 228 | Quaternion SitOrientation, bool autopilot, |
229 | Vector3 CameraAtOffset, Vector3 CameraEyeOffset, bool ForceMouseLook) | 229 | Vector3 CameraAtOffset, Vector3 CameraEyeOffset, bool ForceMouseLook) |
@@ -519,7 +519,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
519 | public event AvatarInterestUpdate OnAvatarInterestUpdate; | 519 | public event AvatarInterestUpdate OnAvatarInterestUpdate; |
520 | 520 | ||
521 | public event PlacesQuery OnPlacesQuery; | 521 | public event PlacesQuery OnPlacesQuery; |
522 | 522 | ||
523 | public event FindAgentUpdate OnFindAgent; | 523 | public event FindAgentUpdate OnFindAgent; |
524 | public event TrackAgentUpdate OnTrackAgent; | 524 | public event TrackAgentUpdate OnTrackAgent; |
525 | public event NewUserReport OnUserReport; | 525 | public event NewUserReport OnUserReport; |
@@ -931,7 +931,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
931 | OnRegionHandShakeReply(this); | 931 | OnRegionHandShakeReply(this); |
932 | } | 932 | } |
933 | } | 933 | } |
934 | 934 | ||
935 | public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID) | 935 | public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID) |
936 | { | 936 | { |
937 | } | 937 | } |
@@ -951,7 +951,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
951 | public void SendImageFirstPart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) | 951 | public void SendImageFirstPart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) |
952 | { | 952 | { |
953 | } | 953 | } |
954 | 954 | ||
955 | public void SendImageNotFound(UUID imageid) | 955 | public void SendImageNotFound(UUID imageid) |
956 | { | 956 | { |
957 | } | 957 | } |
@@ -959,7 +959,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
959 | public void SendImageNextPart(ushort partNumber, UUID imageUuid, byte[] imageData) | 959 | public void SendImageNextPart(ushort partNumber, UUID imageUuid, byte[] imageData) |
960 | { | 960 | { |
961 | } | 961 | } |
962 | 962 | ||
963 | public void SendShutdownConnectionNotice() | 963 | public void SendShutdownConnectionNotice() |
964 | { | 964 | { |
965 | } | 965 | } |
@@ -970,7 +970,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
970 | 970 | ||
971 | public void SendObjectPropertiesFamilyData(ISceneEntity Entity, uint RequestFlags) | 971 | public void SendObjectPropertiesFamilyData(ISceneEntity Entity, uint RequestFlags) |
972 | { | 972 | { |
973 | 973 | ||
974 | } | 974 | } |
975 | 975 | ||
976 | public void SendObjectPropertiesReply(ISceneEntity entity) | 976 | public void SendObjectPropertiesReply(ISceneEntity entity) |
@@ -984,7 +984,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
984 | public void SendViewerEffect(ViewerEffectPacket.EffectBlock[] effectBlocks) | 984 | public void SendViewerEffect(ViewerEffectPacket.EffectBlock[] effectBlocks) |
985 | { | 985 | { |
986 | } | 986 | } |
987 | 987 | ||
988 | public void SendViewerTime(int phase) | 988 | public void SendViewerTime(int phase) |
989 | { | 989 | { |
990 | } | 990 | } |
@@ -1029,7 +1029,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1029 | // We never start the client, so always fail. | 1029 | // We never start the client, so always fail. |
1030 | throw new NotImplementedException(); | 1030 | throw new NotImplementedException(); |
1031 | } | 1031 | } |
1032 | 1032 | ||
1033 | public void Stop() | 1033 | public void Stop() |
1034 | { | 1034 | { |
1035 | } | 1035 | } |
@@ -1224,11 +1224,11 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1224 | public void SendJoinGroupReply(UUID groupID, bool success) | 1224 | public void SendJoinGroupReply(UUID groupID, bool success) |
1225 | { | 1225 | { |
1226 | } | 1226 | } |
1227 | 1227 | ||
1228 | public void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success) | 1228 | public void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success) |
1229 | { | 1229 | { |
1230 | } | 1230 | } |
1231 | 1231 | ||
1232 | public void SendLeaveGroupReply(UUID groupID, bool success) | 1232 | public void SendLeaveGroupReply(UUID groupID, bool success) |
1233 | { | 1233 | { |
1234 | } | 1234 | } |
@@ -1318,7 +1318,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1318 | { | 1318 | { |
1319 | } | 1319 | } |
1320 | #endregion | 1320 | #endregion |
1321 | 1321 | ||
1322 | public void SendRebakeAvatarTextures(UUID textureID) | 1322 | public void SendRebakeAvatarTextures(UUID textureID) |
1323 | { | 1323 | { |
1324 | } | 1324 | } |
@@ -1326,15 +1326,15 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1326 | public void SendAvatarInterestsReply(UUID avatarID, uint wantMask, string wantText, uint skillsMask, string skillsText, string languages) | 1326 | public void SendAvatarInterestsReply(UUID avatarID, uint wantMask, string wantText, uint skillsMask, string skillsText, string languages) |
1327 | { | 1327 | { |
1328 | } | 1328 | } |
1329 | 1329 | ||
1330 | public void SendGroupAccountingDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID, int amt) | 1330 | public void SendGroupAccountingDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID, int amt) |
1331 | { | 1331 | { |
1332 | } | 1332 | } |
1333 | 1333 | ||
1334 | public void SendGroupAccountingSummary(IClientAPI sender,UUID groupID, uint moneyAmt, int totalTier, int usedTier) | 1334 | public void SendGroupAccountingSummary(IClientAPI sender,UUID groupID, uint moneyAmt, int totalTier, int usedTier) |
1335 | { | 1335 | { |
1336 | } | 1336 | } |
1337 | 1337 | ||
1338 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) | 1338 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) |
1339 | { | 1339 | { |
1340 | } | 1340 | } |
@@ -1354,7 +1354,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1354 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, UUID ownerID, string ownerFirstName, string ownerLastName, UUID objectId) | 1354 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, UUID ownerID, string ownerFirstName, string ownerLastName, UUID objectId) |
1355 | { | 1355 | { |
1356 | } | 1356 | } |
1357 | 1357 | ||
1358 | public void SendAgentTerseUpdate(ISceneEntity presence) | 1358 | public void SendAgentTerseUpdate(ISceneEntity presence) |
1359 | { | 1359 | { |
1360 | } | 1360 | } |