diff options
author | UbitUmarov | 2016-08-25 09:51:34 +0100 |
---|---|---|
committer | UbitUmarov | 2016-08-25 09:51:34 +0100 |
commit | d5f376a4b10ffdb5acc17d4e350a0a523ba0e9f5 (patch) | |
tree | b609e2426f3238a1eef0c61e06596e3fad5e5c86 /OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server | |
parent | suspend the use of SelectedObjects list. It is not threadSafe and is not in ... (diff) | |
download | opensim-SC-d5f376a4b10ffdb5acc17d4e350a0a523ba0e9f5.zip opensim-SC-d5f376a4b10ffdb5acc17d4e350a0a523ba0e9f5.tar.gz opensim-SC-d5f376a4b10ffdb5acc17d4e350a0a523ba0e9f5.tar.bz2 opensim-SC-d5f376a4b10ffdb5acc17d4e350a0a523ba0e9f5.tar.xz |
send selected objects Proprieties udp part outside update queues and as a physics single caps message per selection request
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index e21d69f..427b48e 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1753,6 +1753,10 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1753 | { | 1753 | { |
1754 | } | 1754 | } |
1755 | 1755 | ||
1756 | public void SendSelectedPartsProprieties(List<ISceneEntity> parts) | ||
1757 | { | ||
1758 | } | ||
1759 | |||
1756 | public void SendPartPhysicsProprieties(ISceneEntity entity) | 1760 | public void SendPartPhysicsProprieties(ISceneEntity entity) |
1757 | { | 1761 | { |
1758 | } | 1762 | } |