diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/llcontroldef.cpp | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2 meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz |
Second Life viewer sources 1.17.0.12
Diffstat (limited to 'linden/indra/newview/llcontroldef.cpp')
-rw-r--r-- | linden/indra/newview/llcontroldef.cpp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/linden/indra/newview/llcontroldef.cpp b/linden/indra/newview/llcontroldef.cpp index 01d7edf..2b394e9 100644 --- a/linden/indra/newview/llcontroldef.cpp +++ b/linden/indra/newview/llcontroldef.cpp | |||
@@ -742,6 +742,9 @@ void declare_settings() | |||
742 | // Threading | 742 | // Threading |
743 | gSavedSettings.declareBOOL("RunMultipleThreads", FALSE, "If TRUE keep background threads active during render"); | 743 | gSavedSettings.declareBOOL("RunMultipleThreads", FALSE, "If TRUE keep background threads active during render"); |
744 | 744 | ||
745 | // Cooperative Multitasking | ||
746 | gSavedSettings.declareS32("BackgroundYieldTime", 40, "Amount of time to yield every frame to other applications when SL is not the foreground window (milliseconds)"); | ||
747 | |||
745 | // Camera control | 748 | // Camera control |
746 | gSavedSettings.declareBOOL("AutoPilotLocksCamera", FALSE, "Keep camera position locked when avatar walks to selected position"); | 749 | gSavedSettings.declareBOOL("AutoPilotLocksCamera", FALSE, "Keep camera position locked when avatar walks to selected position"); |
747 | //gSavedSettings.declareBOOL("AvatarLooksAtCamera", TRUE, "[NOT USED]"); | 750 | //gSavedSettings.declareBOOL("AvatarLooksAtCamera", TRUE, "[NOT USED]"); |
@@ -1143,10 +1146,12 @@ void declare_settings() | |||
1143 | // Time in seconds. | 1146 | // Time in seconds. |
1144 | gSavedSettings.declareF32("NotifyTipDuration", 4.f, "Length of time that notification tips stay on screen (seconds)"); | 1147 | gSavedSettings.declareF32("NotifyTipDuration", 4.f, "Length of time that notification tips stay on screen (seconds)"); |
1145 | 1148 | ||
1146 | |||
1147 | gSavedSettings.declareBOOL("NotifyMoneyChange", TRUE, "Pop up notifications for all L$ transactions"); | 1149 | gSavedSettings.declareBOOL("NotifyMoneyChange", TRUE, "Pop up notifications for all L$ transactions"); |
1150 | |||
1148 | gSavedSettings.declareBOOL("ShowNewInventory", TRUE, | 1151 | gSavedSettings.declareBOOL("ShowNewInventory", TRUE, |
1149 | "Automatic Previews of new notecards/textures/landmarks"); | 1152 | "Automatically views new notecards/textures/landmarks"); |
1153 | gSavedSettings.declareBOOL("AutoAcceptNewInventory", FALSE, | ||
1154 | "Automatically accept new notecards/textures/landmarks"); | ||
1150 | 1155 | ||
1151 | // Bitfield | 1156 | // Bitfield |
1152 | // 1 = by date | 1157 | // 1 = by date |
@@ -1245,6 +1250,7 @@ void declare_settings() | |||
1245 | // CP: making this TRUE by default since there is no internal Web browser | 1250 | // CP: making this TRUE by default since there is no internal Web browser |
1246 | // now and other components may interrogate this setting | 1251 | // now and other components may interrogate this setting |
1247 | gSavedSettings.declareBOOL("UseExternalBrowser", TRUE, "[NOT USED]"); | 1252 | gSavedSettings.declareBOOL("UseExternalBrowser", TRUE, "[NOT USED]"); |
1253 | gSavedSettings.declareBOOL("CookiesEnabled", TRUE, "Accept cookies from Web sites?"); | ||
1248 | 1254 | ||
1249 | // browser home page | 1255 | // browser home page |
1250 | gSavedSettings.declareString("BrowserHomePage", "http://www.secondlife.com", "[NOT USED]"); | 1256 | gSavedSettings.declareString("BrowserHomePage", "http://www.secondlife.com", "[NOT USED]"); |