diff options
author | mingchen | 2007-07-15 21:02:13 +0000 |
---|---|---|
committer | mingchen | 2007-07-15 21:02:13 +0000 |
commit | 6510aea0ed33134c09d25be690a69e1fff4a3282 (patch) | |
tree | 977e759a9ae61b788439e68ce01bd94dfae4c1fc /OpenSim/Region/ClientStack/ClientView.API.cs | |
parent | * Primitives are now loaded from Datastore during scene initialisation. (diff) | |
download | opensim-SC_OLD-6510aea0ed33134c09d25be690a69e1fff4a3282.zip opensim-SC_OLD-6510aea0ed33134c09d25be690a69e1fff4a3282.tar.gz opensim-SC_OLD-6510aea0ed33134c09d25be690a69e1fff4a3282.tar.bz2 opensim-SC_OLD-6510aea0ed33134c09d25be690a69e1fff4a3282.tar.xz |
*Added support for the "show" button that highlights objects over the selected Objects
*Known bug, client does some weird "showing" when more than 255 objects are meant to be selected (linked objects count as one object)
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.API.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.API.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs index 5458795..cf0e294 100644 --- a/OpenSim/Region/ClientStack/ClientView.API.cs +++ b/OpenSim/Region/ClientStack/ClientView.API.cs | |||
@@ -84,6 +84,7 @@ namespace OpenSim.Region.ClientStack | |||
84 | public event ParcelDivideRequest OnParcelDivideRequest; | 84 | public event ParcelDivideRequest OnParcelDivideRequest; |
85 | public event ParcelJoinRequest OnParcelJoinRequest; | 85 | public event ParcelJoinRequest OnParcelJoinRequest; |
86 | public event ParcelPropertiesUpdateRequest OnParcelPropertiesUpdateRequest; | 86 | public event ParcelPropertiesUpdateRequest OnParcelPropertiesUpdateRequest; |
87 | public event ParcelSelectObjects OnParcelSelectObjects; | ||
87 | 88 | ||
88 | public event EstateOwnerMessageRequest OnEstateOwnerMessage; | 89 | public event EstateOwnerMessageRequest OnEstateOwnerMessage; |
89 | 90 | ||