diff options
author | UbitUmarov | 2014-08-21 00:49:10 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-21 00:49:10 +0100 |
commit | 5bf145a3977a55c474106bbe2a6c107dd9457f0d (patch) | |
tree | b43c772cdb4c15de78e8262b366a26af3d2fefae /OpenSim/Region/OptionalModules/Agent | |
parent | revert droping udp packet resends after 6 retries, keep resending. (diff) | |
download | opensim-SC_OLD-5bf145a3977a55c474106bbe2a6c107dd9457f0d.zip opensim-SC_OLD-5bf145a3977a55c474106bbe2a6c107dd9457f0d.tar.gz opensim-SC_OLD-5bf145a3977a55c474106bbe2a6c107dd9457f0d.tar.bz2 opensim-SC_OLD-5bf145a3977a55c474106bbe2a6c107dd9457f0d.tar.xz |
add a direct sendpartfullUpdate to send a full object update to a part,
optionally overriding its parentID. check what it does to attachments
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index f35ea92..2112b71 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1702,5 +1702,8 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1702 | { | 1702 | { |
1703 | } | 1703 | } |
1704 | 1704 | ||
1705 | public void SendPartFullUpdate(ISceneEntity ent, uint? parentID) | ||
1706 | { | ||
1707 | } | ||
1705 | } | 1708 | } |
1706 | } | 1709 | } |