aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent
diff options
context:
space:
mode:
authorUbitUmarov2012-03-15 02:24:13 +0000
committerUbitUmarov2012-03-15 02:24:13 +0000
commit84ca09f7c5cec051014181853083e52691bb7e07 (patch)
treed7c2730dd58c96599b84789b017d78542aba4875 /OpenSim/Region/OptionalModules/Agent
parentbug fixs, added a default physics shape estimator based on being a mesh or no... (diff)
downloadopensim-SC_OLD-84ca09f7c5cec051014181853083e52691bb7e07.zip
opensim-SC_OLD-84ca09f7c5cec051014181853083e52691bb7e07.tar.gz
opensim-SC_OLD-84ca09f7c5cec051014181853083e52691bb7e07.tar.bz2
opensim-SC_OLD-84ca09f7c5cec051014181853083e52691bb7e07.tar.xz
added ObjectPhysicsProperties http event message to send viewer that data. For now on caps/EventQueue, and still only used on a material change...
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
index 18f8f34..1e87eed 100644
--- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
+++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
@@ -1703,5 +1703,10 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
1703 public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) 1703 public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data)
1704 { 1704 {
1705 } 1705 }
1706
1707 public void SendPartPhysicsProprieties(ISceneEntity entity)
1708 {
1709 }
1710
1706 } 1711 }
1707} 1712}