aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common
diff options
context:
space:
mode:
authorUbitUmarov2012-03-15 02:24:13 +0000
committerUbitUmarov2012-03-15 02:24:13 +0000
commit84ca09f7c5cec051014181853083e52691bb7e07 (patch)
treed7c2730dd58c96599b84789b017d78542aba4875 /OpenSim/Tests/Common
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/Tests/Common')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index be6b81b..2fe22a5 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1258,5 +1258,9 @@ namespace OpenSim.Tests.Common.Mock
1258 public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) 1258 public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data)
1259 { 1259 {
1260 } 1260 }
1261
1262 public void SendPartPhysicsProprieties(ISceneEntity entity)
1263 {
1264 }
1261 } 1265 }
1262} 1266}