Details
-
Story
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Second Life 1.22.5 (107013) Dec 31 2008 13:30:40 (Second Life Release Candidate)
Release Notes
You are at 154462.2, 327232.0, 31.2 in Artificial Isle located at sim4479.agni.lindenlab.com (63.210.158.129:13001)
Second Life Server 1.24.10.106829
Release Notes
CPU: Intel Core 2 Series Processor (2999 MHz)
Memory: 3070 MB
OS Version: Microsoft Windows Vista Service Pack 1 (Build 6001)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 8800 GTS/PCI/SSE2
OpenGL Version: 2.1.2
libcurl Version: libcurl/7.16.4 OpenSSL/0.9.7c zlib/1.2.3
J2C Decoder Version: KDU
LLMozLib Version: [LLMediaImplLLMozLib] - 2.01.20940 (Mozilla GRE version 1.8.1.13_0000000000)
Packets Lost: 0/868 (0.0%)Second Life 1.22.5 (107013) Dec 31 2008 13:30:40 (Second Life Release Candidate) Release Notes You are at 154462.2, 327232.0, 31.2 in Artificial Isle located at sim4479.agni.lindenlab.com (63.210.158.129:13001) Second Life Server 1.24.10.106829 Release Notes CPU: Intel Core 2 Series Processor (2999 MHz) Memory: 3070 MB OS Version: Microsoft Windows Vista Service Pack 1 (Build 6001) Graphics Card Vendor: NVIDIA Corporation Graphics Card: GeForce 8800 GTS/PCI/SSE2 OpenGL Version: 2.1.2 libcurl Version: libcurl/7.16.4 OpenSSL/0.9.7c zlib/1.2.3 J2C Decoder Version: KDU LLMozLib Version: [LLMediaImplLLMozLib] - 2.01.20940 (Mozilla GRE version 1.8.1.13_0000000000) Packets Lost: 0/868 (0.0%)
-
Code Review, Product Owner
Description
Currently llDialog popups have no mute option, as a result objects can spam a person with dialog's and it's difficult to easily block them. Adding a mute button to the dialog popup menu like is already present on many other menus would solve this problem. Thusly I proprose a mute option be added to dialog popups that will mute any further dialog popups from that object and any objects owners by the same person when pressed.
Repro:
Create an object with a Dialog popup on touch such as with this LSL...
string SPAM_DIALOG = "Try and mute me...";
list SPAM_MENU = ["SPAM","SPAM","SPAM","SPAM","SPAM","SPAM"];
default
{
touch_start(integer total_number)
}
Touch the object and notice the lack of a mute button on the popup as pictured in the attached image.
Attachments
Issue Links
- related
-
STORM-956 Ability to mute dialogs by muting object (or object owner)
-
- Closed
-