From 89a510de10c48ebcf82b98a962e4bf66477dcc93 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 4 Sep 2009 01:56:20 -0500 Subject: Applied Kitty Barnett's RLVa 1.0.1h (Restrained Life) patch. Made a few non-functional changes to help it apply. --- linden/indra/newview/app_settings/settings.xml | 101 ++++++++++++++++++++- .../newview/app_settings/settings_per_account.xml | 13 ++- 2 files changed, 112 insertions(+), 2 deletions(-) (limited to 'linden/indra/newview/app_settings') diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml index 5c76185..628936c 100644 --- a/linden/indra/newview/app_settings/settings.xml +++ b/linden/indra/newview/app_settings/settings.xml @@ -1,7 +1,106 @@ - AFKTimeout + RestrainedLife + + Comment + Toggles the RestrainedLife features (BDSM lockable toys support). Needs a restart of the viewer. + Persist + 1 + Type + Boolean + Value + 0 + + RestrainedLifeDebug + + Comment + Toggles the RestrainedLife debug mode (displays the commands when in debug mode). + Persist + 1 + Type + Boolean + Value + 0 + + RestrainedLifeNoSetEnv + + Comment + When TRUE, forbids to set the environment (time of day and Windlight settings) via RestrainedLife. Needs a restart of the viewer. + Persist + 1 + Type + Boolean + Value + 0 + + RestrainedLifeForbidGiveToRLV + + Comment + When FALSE, allows to give sub-folders to the #RLV RestrainedLife folder. + Persist + 1 + Type + Boolean + Value + 1 + + RLVaEnableLegacyNaming + + Comment + Enables legacy naming convention for folders + Persist + 1 + Type + Boolean + Value + 1 + + RLVaEnableWear + + Comment + When TRUE, enables the "Wear" option on the inventory item context menu for attachments. + Persist + 1 + Type + Boolean + Value + 0 + + RLVaHideLockedLayers + + Comment + When TRUE, hides worn but "remove outfit" restricted clothing layers from @getoufit + Persist + 1 + Type + Boolean + Value + 0 + + RLVaHideLockedAttachments + + Comment + When TRUE, hides worn but "no detach" restricted attachments from @getattach + Persist + 1 + Type + Boolean + Value + 0 + + RLVaShowNameTags + + Comment + Display of names above avatars is subject to the general "Show Names" setting when @shownames=n restricted + Persist + 1 + Type + Boolean + Value + 0 + + AFKTimeout Comment Time before automatically setting AFK (away from keyboard) mode (seconds) diff --git a/linden/indra/newview/app_settings/settings_per_account.xml b/linden/indra/newview/app_settings/settings_per_account.xml index 90c7b11..59caac4 100644 --- a/linden/indra/newview/app_settings/settings_per_account.xml +++ b/linden/indra/newview/app_settings/settings_per_account.xml @@ -1,6 +1,17 @@ - BusyModeResponse + RLVaLoginLastLocation + + Comment + Determines whether the next login will be forced to the last logoff location (set by the viewer) + Persist + 1 + Type + Boolean + Value + 1 + + BusyModeResponse Comment Auto response to instant messages while in busy mode. -- cgit v1.1