-
- Downloads
DEV-2925: Added a new remote object inspector.
This is used to display details about objects that may not be in the current scene (the existing object inspector is tied to selection and only works for objects in the scene). The remote inspector lets you see the name and owner of the object. You can also teleport to the object's location, view the location on the map, or mute the object. I've also added more information to the notification you receive when an object sends you an IM via llInstantMessage(). This notification now has an "Inspect" button that brings up the remote object inspector.
Showing
- indra/newview/CMakeLists.txt 2 additions, 0 deletionsindra/newview/CMakeLists.txt
- indra/newview/llinspectremoteobject.cpp 200 additions, 0 deletionsindra/newview/llinspectremoteobject.cpp
- indra/newview/llinspectremoteobject.h 40 additions, 0 deletionsindra/newview/llinspectremoteobject.h
- indra/newview/llviewerfloaterreg.cpp 2 additions, 0 deletionsindra/newview/llviewerfloaterreg.cpp
- indra/newview/llviewermessage.cpp 27 additions, 1 deletionindra/newview/llviewermessage.cpp
- indra/newview/skins/default/xui/en/inspect_remote_object.xml 99 additions, 0 deletionsindra/newview/skins/default/xui/en/inspect_remote_object.xml
- indra/newview/skins/default/xui/en/notifications.xml 5 additions, 0 deletionsindra/newview/skins/default/xui/en/notifications.xml
Loading
Please register or sign in to comment