From 798d367d54a6c6379ad355bd8345fa40e31e7fe9 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 6 Sep 2008 18:24:57 -0500 Subject: Second Life viewer sources 1.21.0-RC --- linden/indra/newview/app_settings/keywords.ini | 3 + linden/indra/newview/app_settings/settings.xml | 207 +++++++++++++++++++------ 2 files changed, 164 insertions(+), 46 deletions(-) (limited to 'linden/indra/newview/app_settings') diff --git a/linden/indra/newview/app_settings/keywords.ini b/linden/indra/newview/app_settings/keywords.ini index b6892dc..23c88dc 100644 --- a/linden/indra/newview/app_settings/keywords.ini +++ b/linden/indra/newview/app_settings/keywords.ini @@ -404,6 +404,9 @@ PRIM_SCULPT_TYPE_SPHERE Stitch edges in a sphere-like way PRIM_SCULPT_TYPE_TORUS Stitch edges in a torus-like way PRIM_SCULPT_TYPE_PLANE Do not stitch edges PRIM_SCULPT_TYPE_CYLINDER Stitch edges in a cylinder-like way +PRIM_SCULPT_TYPE_MASK Mask used to determine stitching type +PRIM_SCULPT_FLAG_INVERT Flag to specify that the surface normals should be inverted +PRIM_SCULPT_FLAG_MIRROR Flag to specify that the prim should be reflected along X axis MASK_BASE Base permissions MASK_OWNER Owner permissions diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml index e31c149..c181ce8 100644 --- a/linden/indra/newview/app_settings/settings.xml +++ b/linden/indra/newview/app_settings/settings.xml @@ -23,6 +23,22 @@ Value 0 + UserChatColor + + Comment + Color of your chat messages + Persist + 1 + Type + Color4 + Value + + 0.0196078431372 + 0.6862745098039 + 0.9803921568627 + 1 + + AgentChatColor Comment @@ -670,6 +686,17 @@ Value http://www.secondlife.com + BlockAvatarAppearanceMessages + + Comment + Ignore's appearance messages (for simulating Ruth) + Persist + 1 + Type + Boolean + Value + 0 + BrowserProxyAddress Comment @@ -888,7 +915,7 @@ Type S32 Value - 3 + 8 ButtonFlashRate @@ -899,7 +926,7 @@ Type F32 Value - 2.0 + 1.25 ButtonHPad @@ -1131,7 +1158,7 @@ Type F32 Value - 15.0 + 20.0 ChatShowTimestamps @@ -1864,7 +1891,7 @@ Type F32 Value - 0.40000000596 + 0.700 ConsoleBufferSize @@ -2594,7 +2621,7 @@ Type String Value - speaker_name + speaking_status FloaterAdvancedSkyRect @@ -4126,6 +4153,17 @@ Value 0 + LSLFindCaseInsensitivity + + Comment + Use case insensitivity when searching in LSL editor + Persist + 1 + Type + Boolean + Value + 0 + LSLHelpRect Comment @@ -4175,6 +4213,17 @@ Value default + LanguageIsPublic + + Comment + Let other residents see our language information + Persist + 1 + Type + Boolean + Value + 1 + LastFeatureVersion Comment @@ -4439,6 +4488,17 @@ Value 20.0 + MainloopTimeoutDefault + + Comment + Timeout duration for mainloop lock detection, in seconds. + Persist + 1 + Type + F32 + Value + 10.0 + MapOverlayIndex Comment @@ -4461,17 +4521,6 @@ Value 128.0 - MapShowClassifieds - - Comment - Show locations associated with classified ads on world map - Persist - 1 - Type - Boolean - Value - 1 - MapShowEvents Comment @@ -4911,17 +4960,6 @@ Value 0 - NoQuickTime - - Comment - Disable quicktime playback. - Persist - 1 - Type - Boolean - Value - 0 - NoVerifySSLCert Comment @@ -5025,10 +5063,10 @@ Color4 Value - 0.699999988079 - 0.899999976158 - 0.699999988079 - 1.0 + 1 + 0.5 + 0.0 + 1 OpenDebugStatAdvanced @@ -5217,6 +5255,28 @@ Value 0.34999999404 + PicksPerSecondMouseMoving + + Comment + How often to perform hover picks while the mouse is moving (picks per second) + Persist + 1 + Type + F32 + Value + 5.0 + + PicksPerSecondMouseStationary + + Comment + How often to perform hover picks while the mouse is stationary (picks per second) + Persist + 1 + Type + F32 + Value + 0.0 + PieMenuLineWidth Comment @@ -5569,6 +5629,17 @@ Value 0 + LandBrushForce + + Comment + Multiplier for land modification brush force. + Persist + 1 + Type + F32 + Value + 1.0 + RecentItemsSortOrder Comment @@ -5635,6 +5706,28 @@ Value 0 + RenderAttachedLights + + Comment + Render lighted prims that are attached to avatars + Persist + 1 + Type + Boolean + Value + 1 + + RenderAttachedParticles + + Comment + Render particle systems that are attached to avatars + Persist + 1 + Type + Boolean + Value + 1 + RenderAvatarCloth Comment @@ -5721,7 +5814,7 @@ Type Boolean Value - 0 + 1 RenderDebugPipeline @@ -6792,17 +6885,6 @@ Value 0 - ShowDepthBuffer - - Comment - Show depth buffer contents - Persist - 1 - Type - Boolean - Value - 0 - ShowDirectory Comment @@ -6968,12 +7050,23 @@ Value 1 + ShowInInventory + + Comment + Automatically opens inventory to show accepted objects + Persist + 1 + Type + Boolean + Value + 1 + ShowObjectUpdates Comment Show when update messages are received for individual objects Persist - 1 + 0 Type Boolean Value @@ -7089,7 +7182,18 @@ Value 0 - ShowVoiceChannelPopup + ShowTutorial + + Comment + Show tutorial window on login + Persist + 1 + Type + Boolean + Value + 0 + + ShowVoiceChannelPopup Comment Controls visibility of the current voice channel popup above the voice tab @@ -7305,6 +7409,17 @@ Value 0 + SnapshotFormat + + Comment + Save snapshots in this format (0 = PNG, 1 = JPEG, 2 = BMP) + Persist + 1 + Type + S32 + Value + 0 + SnapshotLocalLastResolution Comment @@ -9935,7 +10050,7 @@ Type Boolean Value - 0 + 1 WaterEditPresets -- cgit v1.1