aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/LandUpdateArgs.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-08-30 21:24:08 +0100
committerJustin Clark-Casey (justincc)2010-08-30 21:24:08 +0100
commitdd14c539af0fdfb6a489f62860b94b9c6b5282fb (patch)
tree48d1dd69f76d6ff69d5a51ecfc92cc84a642324c /OpenSim/Framework/LandUpdateArgs.cs
parentReport exception message as well as stack trace if a region fails to register... (diff)
parentFix a casting operation to use ToString() (diff)
downloadopensim-SC_OLD-dd14c539af0fdfb6a489f62860b94b9c6b5282fb.zip
opensim-SC_OLD-dd14c539af0fdfb6a489f62860b94b9c6b5282fb.tar.gz
opensim-SC_OLD-dd14c539af0fdfb6a489f62860b94b9c6b5282fb.tar.bz2
opensim-SC_OLD-dd14c539af0fdfb6a489f62860b94b9c6b5282fb.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/LandUpdateArgs.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Framework/LandUpdateArgs.cs b/OpenSim/Framework/LandUpdateArgs.cs
index 9760a1d..ed496a1 100644
--- a/OpenSim/Framework/LandUpdateArgs.cs
+++ b/OpenSim/Framework/LandUpdateArgs.cs
@@ -49,5 +49,12 @@ namespace OpenSim.Framework
49 public UUID SnapshotID; 49 public UUID SnapshotID;
50 public Vector3 UserLocation; 50 public Vector3 UserLocation;
51 public Vector3 UserLookAt; 51 public Vector3 UserLookAt;
52 public string MediaType;
53 public string MediaDescription;
54 public int MediaHeight;
55 public int MediaWidth;
56 public bool MediaLoop;
57 public bool ObscureMusic;
58 public bool ObscureMedia;
52 } 59 }
53} 60}