In-world feature request: Announce in chat when someone has taken a snapshot.

AnnounceSnapshots debug setting.
"Announce when someone takes a snapshot" added to Vanity Main Preferences.
took_a_snapshot translatable string added to strings.xml

Also in this commit:
Turned PlayTypingSound check into LLCachedControl.
In preparation for the crippling of all old viewers, the Vanity Main tab shall henceforth only be called Main, not Main  (General)
This change has been made in the code comments and the UI itself.
This commit is contained in:
Lirusaito
2012-12-29 07:58:06 -05:00
parent 23469c00de
commit cf5838505f
6 changed files with 41 additions and 7 deletions

View File

@@ -843,6 +843,20 @@ This should be as low as possible, but too low may break functionality</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>AnnounceSnapshots</key>
<map>
<key>Comment</key>
<string>
Announce if someone nearby has taken a snapshot in chat
(Won't work on people who hide/quiet snapshots)
</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>AnnounceStreamMetadata</key>
<map>
<key>Comment</key>