aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server
diff options
context:
space:
mode:
authorDiva Canto2013-07-20 17:58:32 -0700
committerDiva Canto2013-07-21 09:01:44 -0700
commitb5ab0698d6328c90d779c2af29914da840335233 (patch)
treec78baed03c24a8f78ff210962bb6e9acf302c653 /OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server
parentFilter certain viewer effects depending on distance between the avatar that i... (diff)
downloadopensim-SC_OLD-b5ab0698d6328c90d779c2af29914da840335233.zip
opensim-SC_OLD-b5ab0698d6328c90d779c2af29914da840335233.tar.gz
opensim-SC_OLD-b5ab0698d6328c90d779c2af29914da840335233.tar.bz2
opensim-SC_OLD-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/Region/OptionalModules/Agent/InternetRelayClientView/Server')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
index 9b69da3..23a435d 100644
--- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
+++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
@@ -1673,7 +1673,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
1673 { 1673 {
1674 } 1674 }
1675 1675
1676 public void StopFlying(ISceneEntity presence) 1676 public void SendAgentTerseUpdate(ISceneEntity presence)
1677 { 1677 {
1678 } 1678 }
1679 1679