diff options
author | Diva Canto | 2013-07-20 17:58:32 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-21 09:01:44 -0700 |
commit | b5ab0698d6328c90d779c2af29914da840335233 (patch) | |
tree | c78baed03c24a8f78ff210962bb6e9acf302c653 /OpenSim/Framework/IClientAPI.cs | |
parent | Filter certain viewer effects depending on distance between the avatar that i... (diff) | |
download | opensim-SC-b5ab0698d6328c90d779c2af29914da840335233.zip opensim-SC-b5ab0698d6328c90d779c2af29914da840335233.tar.gz opensim-SC-b5ab0698d6328c90d779c2af29914da840335233.tar.bz2 opensim-SC-b5ab0698d6328c90d779c2af29914da840335233.tar.xz |
EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to lkalif for telling me how to route the information. The viewer effect is under the distance filter, so only avatars with cameras < 10m away see the beams.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index f39eb0c..98358e5 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1476,7 +1476,7 @@ namespace OpenSim.Framework | |||
1476 | void SendChangeUserRights(UUID agentID, UUID friendID, int rights); | 1476 | void SendChangeUserRights(UUID agentID, UUID friendID, int rights); |
1477 | void SendTextBoxRequest(string message, int chatChannel, string objectname, UUID ownerID, string ownerFirstName, string ownerLastName, UUID objectId); | 1477 | void SendTextBoxRequest(string message, int chatChannel, string objectname, UUID ownerID, string ownerFirstName, string ownerLastName, UUID objectId); |
1478 | 1478 | ||
1479 | void StopFlying(ISceneEntity presence); | 1479 | void SendAgentTerseUpdate(ISceneEntity presence); |
1480 | 1480 | ||
1481 | void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data); | 1481 | void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data); |
1482 | } | 1482 | } |