From 1cc154166fe504e17735669b7b9e366f93e34d64 Mon Sep 17 00:00:00 2001 From: Tank_Master Date: Tue, 20 Dec 2011 22:17:20 -0800 Subject: STORM-1738 - Add autocorrect functionality Ported with owner permission from Firestorm, inital work done by LordGregGreg Back --- indra/newview/app_settings/settings.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index aa8ad53a3d..c132cc6ea2 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -346,6 +346,17 @@ Value 0 + AutoCorrectCount + + Comment + How many words have been auto replaced. + Persist + 1 + Type + S32 + Value + 0 + AutoAcceptNewInventory Comment @@ -1606,6 +1617,17 @@ Value 0 + CmdLineAutocorrect + + Comment + Command for adding new entries to autocorrect + Persist + 1 + Type + String + Value + /addac + CmdLineDisableVoice Comment @@ -2775,6 +2797,17 @@ Value 1 + EnableAutoCorrect + + Comment + Enables or disables the autocorrect function + Persist + 1 + Type + Boolean + Value + 0 + EnableGroupChatPopups Comment -- cgit v1.2.3 From 9c66ac87fd46db3987e60ae50989b2497099480b Mon Sep 17 00:00:00 2001 From: Kitty Barnett Date: Fri, 20 Jan 2012 18:06:32 +0100 Subject: STORM-276 Basic spellchecking framework --- indra/newview/app_settings/settings.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 1ea623791d..1ad3ee1dd1 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -12082,6 +12082,28 @@ Value 10.0 + SpellCheck + + Comment + Enable spellchecking on line and text editors + Persist + 1 + Type + Boolean + Value + 1 + + SpellCheckDictionary + + Comment + Current primary and secondary dictionaries used for spell checking + Persist + 1 + Type + String + Value + English (United States) + UseNewWalkRun Comment -- cgit v1.2.3 From d3a7a7ad4bd3d2c921f6e829aa283fece0a9da6a Mon Sep 17 00:00:00 2001 From: Jonathan Yap Date: Thu, 2 Feb 2012 11:00:11 -0500 Subject: STORM-1738 Settings cleanup warn-on-failure:open-license --- indra/newview/app_settings/settings.xml | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 060ec8bd5a..16fa3a1cb2 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -346,17 +346,17 @@ Value 0 - AutoCorrectCount - - Comment - How many words have been auto replaced. - Persist - 1 - Type - S32 - Value - 0 - + AutoCorrect + + Comment + Replaces common spelling mistakes with correct word + Persist + 1 + Type + Boolean + Value + 0 + AutoAcceptNewInventory Comment @@ -2808,17 +2808,6 @@ Value 1 - EnableAutoCorrect - - Comment - Enables or disables the autocorrect function - Persist - 1 - Type - Boolean - Value - 0 - EnableGroupChatPopups Comment -- cgit v1.2.3 From e60dac5ce486f55fe69949a6a3a2949d4f868193 Mon Sep 17 00:00:00 2001 From: Kitty Barnett Date: Thu, 29 Mar 2012 21:07:09 +0200 Subject: STORM-276 Added dictionaries.xml and the Second Life glossary dictionary (enabled by default) --- indra/newview/app_settings/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index e15822ed1f..7dc06cda0e 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -12168,7 +12168,7 @@ Type String Value - English (United States) + English (United States),Second Life Glossary UseNewWalkRun -- cgit v1.2.3 From 41d9bd0e6d018af9201f376a17ce52f59463e7b9 Mon Sep 17 00:00:00 2001 From: prep Date: Thu, 16 Feb 2012 15:59:54 -0500 Subject: Path-278 Debug option to download multiple navmeshes to the viewer. --- indra/newview/app_settings/settings.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 0e26013152..631e45d0ec 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13483,5 +13483,16 @@ Value 0 + RetrieveNeighboringRegion + + Comment + Download a neighboring region when visualize a navmesh (default val 99 is for the current region). + Persist + 1 + Type + U32 + Value + 6 + -- cgit v1.2.3 From 399d0da9ef5802e85894e8d7e6e52e893653e24c Mon Sep 17 00:00:00 2001 From: prep Date: Fri, 17 Feb 2012 11:01:48 -0500 Subject: Path-317: debug option to enable vbo rendering of navmeshes --- indra/newview/app_settings/settings.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 631e45d0ec..331ae02223 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13494,5 +13494,17 @@ Value 6 + EnableVBOForNavMeshVisualization + + Comment + Enable the use of VBOs for navmesh visualization. + Persist + 1 + Type + Boolean + Value + 0 + + -- cgit v1.2.3 From 485a8e76b84b9d2aaf566662cb2836e1da3076d0 Mon Sep 17 00:00:00 2001 From: Paul ProductEngine Date: Tue, 17 Apr 2012 20:11:01 +0300 Subject: MAINT-966 FIXED ([PUBLIC]typo on viewer Second Life 3.3.2 (253914) Apr 14) - Fixed typo in word "browser" --- indra/newview/app_settings/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index c11f3cf978..bed139d9df 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -7241,7 +7241,7 @@ WebContentWindowLimit Comment - Maximum number of web brower windows that can be open at once in the Web content floater (0 for no limit) + Maximum number of web browser windows that can be open at once in the Web content floater (0 for no limit) Persist 1 Type -- cgit v1.2.3 From d953cce3868cf53b3f84e1fdd97119c83d3dff7d Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Thu, 19 Apr 2012 17:29:32 -0500 Subject: MAINT-775 Cleanup of some weird corner cases on animated child prims. --- indra/newview/app_settings/settings.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index bed139d9df..c3fb23750f 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -8060,6 +8060,18 @@ 0 + RenderDepthPrePass + + Comment + EXPERIMENTAL: Prime the depth buffer with simple prim geometry before rendering with textures. + Persist + 1 + Type + Boolean + Value + 0 + + RenderDepthOfField Comment -- cgit v1.2.3 From f611c10c8cb2db98fa54cd41ef19aced685d1d22 Mon Sep 17 00:00:00 2001 From: prep Date: Tue, 28 Feb 2012 15:54:19 -0500 Subject: Turn off the neighbor region query when loading a navmesh --- indra/newview/app_settings/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 331ae02223..77a76e6bf7 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13492,7 +13492,7 @@ Type U32 Value - 6 + 99 EnableVBOForNavMeshVisualization -- cgit v1.2.3 From 901ed57e6bc1fae1c3c0a6f6790c0361298c5744 Mon Sep 17 00:00:00 2001 From: prep Date: Wed, 28 Mar 2012 13:11:45 -0400 Subject: Added support for customizing the colors used in the navmesh visualizer. --- indra/newview/app_settings/settings.xml | 249 ++++++++++++++++++++++++++++++++ 1 file changed, 249 insertions(+) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index eb2b0834e9..aac04ae15f 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13516,6 +13516,255 @@ Value 0 + NavMeshClearRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 0.0 + 0.0 + 0.0 + + + WalkableRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 255.0 + 255.0 + 255.0 + + + WalkableA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + + ObstacleRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 255.0 + 0.0 + 0.0 + + + ObstacleA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + + MaterialRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 255.0 + 255.0 + 0.0 + + + MaterialA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + + ExclusionRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 255.0 + 0.0 + 0.0 + + + ExclusionA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + +ConnectedEdgeRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 0.0 + 40.0 + 114.0 + + + ConnectedEdgeA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + +BoundaryEdgeRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 170.0 + 0.0 + 0.0 + + + BoundaryEdgeA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + +HeatColorBase + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 0.0 + 40.0 + 114.0 + + + HeatColorBaseA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + +HeatColorMax + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 0.0 + 40.0 + 114.0 + + + HeatColorMaxA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 75 + + FaceColorRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 0.0 + 255.0 + 255.0 + + + FaceColorA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 0 + -- cgit v1.2.3 From 5722c5923cb763a165c50c1d2be426b2e532ea65 Mon Sep 17 00:00:00 2001 From: prep Date: Wed, 28 Mar 2012 14:55:55 -0400 Subject: Fixed blend caps for navmesh tris and updated navmesh face alpha to be totally opaque. --- indra/newview/app_settings/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index aac04ae15f..37e4a43449 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13763,7 +13763,7 @@ Type F32 Value - 0 + 255 -- cgit v1.2.3 From f9a0f79838d2431894bd6cc1e244f743e8581ccb Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Wed, 28 Mar 2012 18:26:00 -0700 Subject: Updating the navmesh colors based on discussions with Leo. --- indra/newview/app_settings/settings.xml | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 37e4a43449..829a5b75b1 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13526,9 +13526,9 @@ Vector3 Value - 0.0 - 0.0 - 0.0 + 0.1960784313725490196078431372549 + 0.1960784313725490196078431372549 + 0.1960784313725490196078431372549 WalkableRGB @@ -13541,9 +13541,9 @@ Vector3 Value + 0.0 255.0 - 255.0 - 255.0 + 0.0 WalkableA @@ -13593,9 +13593,9 @@ Vector3 Value - 255.0 - 255.0 + 128.0 0.0 + 255.0 MaterialA @@ -13620,7 +13620,7 @@ Value 255.0 - 0.0 + 255.0 0.0 @@ -13645,9 +13645,9 @@ Vector3 Value - 0.0 - 40.0 - 114.0 + 220.0 + 220.0 + 220.0 ConnectedEdgeA @@ -13659,7 +13659,7 @@ Type F32 Value - 75 + 255 BoundaryEdgeRGB @@ -13671,7 +13671,7 @@ Vector3 Value - 170.0 + 255.0 0.0 0.0 @@ -13685,7 +13685,7 @@ Type F32 Value - 75 + 255 HeatColorBase @@ -13698,8 +13698,8 @@ Value 0.0 - 40.0 - 114.0 + 1.0 + 0.5 HeatColorBaseA @@ -13711,7 +13711,7 @@ Type F32 Value - 75 + 1.0 HeatColorMax @@ -13724,8 +13724,8 @@ Value 0.0 - 40.0 - 114.0 + 1.0 + 1.0 HeatColorMaxA @@ -13737,7 +13737,7 @@ Type F32 Value - 75 + 1.0 FaceColorRGB -- cgit v1.2.3 From 07f2cc34befae376cf7398650a285be3eced073d Mon Sep 17 00:00:00 2001 From: "Todd Stinson (stinson@lindenlab.com)" Date: Wed, 28 Mar 2012 22:50:46 -0700 Subject: Altering the default navmesh color. --- indra/newview/app_settings/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 829a5b75b1..4c673e08db 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13749,7 +13749,7 @@ Vector3 Value - 0.0 + 255.0 255.0 255.0 -- cgit v1.2.3 From 0e7311caa73e598e8a2df626c67a74bdff23446e Mon Sep 17 00:00:00 2001 From: prep Date: Thu, 29 Mar 2012 11:20:32 -0400 Subject: Exposed star(valid/invalid) and test path colors. Refactored path drawing code to use ll f()'s --- indra/newview/app_settings/settings.xml | 79 ++++++++++++++++++++++++++++++++- 1 file changed, 78 insertions(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 4c673e08db..9dcf43cd8d 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13765,6 +13765,83 @@ Value 255 - + StarValidColorRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 214.0 + 212.0 + 212.0 + + + StarValidColorA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 255 + + StarInvalidRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 255.0 + 0.0 + 255.0 + + + StarInvalidA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 255 + + TestPathColorRGB + + Comment + yay! + Persist + 1 + Type + Vector3 + Value + + 96.0 + 96.0 + 96.0 + + + TestPathColorA + + Comment + yay! + Persist + 1 + Type + F32 + Value + 255 + -- cgit v1.2.3 From e07af906968d3aec49cd04a28d6439bc1759759f Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Thu, 29 Mar 2012 12:13:11 -0700 Subject: Updating the test path and universe colors based on Leo's direction. --- indra/newview/app_settings/settings.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 9dcf43cd8d..1d616a76fb 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13526,9 +13526,9 @@ Vector3 Value - 0.1960784313725490196078431372549 - 0.1960784313725490196078431372549 - 0.1960784313725490196078431372549 + 0.5 + 0.5 + 0.5 WalkableRGB @@ -13775,9 +13775,9 @@ Vector3 Value - 214.0 - 212.0 - 212.0 + 200.0 + 120.0 + 0.0 StarValidColorA @@ -13827,9 +13827,9 @@ Vector3 Value - 96.0 - 96.0 - 96.0 + 255.0 + 150.0 + 0.0 TestPathColorA -- cgit v1.2.3 From 32e352ece9e3cc2e20044f621338ec07a2484773 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Fri, 30 Mar 2012 16:05:57 -0700 Subject: Adding in some debug functionality to allow permanent and/or character flags on objects to be hidden from the viewer. This enables testing of the server-side enforcement of object rules. --- indra/newview/app_settings/settings.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 1d616a76fb..8e9a82a77d 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13842,6 +13842,28 @@ F32 Value 255 - + + PathfindingDisablePermanentObjects + + Comment + Disables the viewer from seeing the permanent object flag. Useful for testing server-side enforcement of permanent object rules. + Persist + 0 + Type + Boolean + Value + 0 + + PathfindingDisableCharacterObjects + + Comment + Disables the viewer from seeing the character object flag. Useful for testing server-side enforcement of character object rules. + Persist + 0 + Type + Boolean + Value + 0 + -- cgit v1.2.3 From 6e184e33018a5395bfbb2c92812229d115944ab5 Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Mon, 2 Apr 2012 17:55:04 -0500 Subject: Cleaner render of walkables and materials. Convert Vector3 color parameters to Color4. --- indra/newview/app_settings/settings.xml | 237 ++++++++------------------------ 1 file changed, 59 insertions(+), 178 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 1d616a76fb..d18df2d9b2 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13516,332 +13516,213 @@ Value 0 - NavMeshClearRGB + PathfindingNavMeshClear Comment yay! Persist 1 Type - Vector3 + Color4 Value 0.5 0.5 0.5 + 1.0 - WalkableRGB + PathfindingWalkable Comment yay! Persist 1 Type - Vector3 + Color4 Value 0.0 - 255.0 + 1.0 0.0 + 0.3 - WalkableA - - Comment - yay! - Persist - 1 - Type - F32 - Value - 75 - - ObstacleRGB + PathfindingObstacle Comment yay! Persist 1 Type - Vector3 + Color4 Value - 255.0 + 1.0 0.0 0.0 + 0.3 - ObstacleA - - Comment - yay! - Persist - 1 - Type - F32 - Value - 75 - - MaterialRGB + PathfindingMaterial Comment yay! Persist 1 Type - Vector3 + Color4 Value - 128.0 + 0.5 0.0 - 255.0 + 1.0 + 0.3 - MaterialA - - Comment - yay! - Persist - 1 - Type - F32 - Value - 75 - - ExclusionRGB + PathfindingExclusion Comment yay! Persist 1 Type - Vector3 + Color4 Value - 255.0 - 255.0 + 1.0 + 1.0 0.0 + 0.3 - ExclusionA - - Comment - yay! - Persist - 1 - Type - F32 - Value - 75 - -ConnectedEdgeRGB + PathfindingConnectedEdge Comment yay! Persist 1 Type - Vector3 + Color4 Value - 220.0 - 220.0 - 220.0 + 0.86 + 0.86 + 0.86 + 1.0 - ConnectedEdgeA + PathfindingBoundaryEdge Comment yay! Persist 1 Type - F32 - Value - 255 - -BoundaryEdgeRGB - - Comment - yay! - Persist - 1 - Type - Vector3 + Color4 Value - 255.0 + 1.0 0.0 0.0 + 1.0 - BoundaryEdgeA + PathfindingHeatColorBase Comment yay! Persist 1 Type - F32 - Value - 255 - -HeatColorBase - - Comment - yay! - Persist - 1 - Type - Vector3 + Color4 Value 0.0 1.0 0.5 + 1.0 - HeatColorBaseA - - Comment - yay! - Persist - 1 - Type - F32 - Value - 1.0 - -HeatColorMax + PathfindingHeatColorMax Comment yay! Persist 1 Type - Vector3 + Color4 Value 0.0 1.0 1.0 + 1.0 - HeatColorMaxA - - Comment - yay! - Persist - 1 - Type - F32 - Value - 1.0 - - FaceColorRGB + PathfindingFaceColor Comment yay! Persist 1 Type - Vector3 + Color4 Value - 255.0 - 255.0 - 255.0 + 1.0 + 1.0 + 1.0 + 1.0 - FaceColorA - - Comment - yay! - Persist - 1 - Type - F32 - Value - 255 - - StarValidColorRGB + PathfindingStarValidColor Comment yay! Persist 1 Type - Vector3 + Color4 Value - 200.0 - 120.0 + 0.78 + 0.47 0.0 + 1.0 - StarValidColorA - - Comment - yay! - Persist - 1 - Type - F32 - Value - 255 - - StarInvalidRGB + PathfindingStarInvalidColor Comment yay! Persist 1 Type - Vector3 + Color4 Value - 255.0 + 1.0 0.0 - 255.0 + 1.0 + 1.0 - StarInvalidA + PathfindingTestPathColor Comment yay! Persist 1 Type - F32 - Value - 255 - - TestPathColorRGB - - Comment - yay! - Persist - 1 - Type - Vector3 + Color4 Value - 255.0 - 150.0 + 1.0 + 0.59 0.0 + 1.0 - TestPathColorA - - Comment - yay! - Persist - 1 - Type - F32 - Value - 255 - - + -- cgit v1.2.3 From 817f1629bdafd6c28efa2a868a7aad75eb8a9514 Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Tue, 3 Apr 2012 02:52:34 -0500 Subject: Pathfinding visualization WIP -- add many controls for x-ray render, add lighting, and better combat z-fighting and noise from wireframes and overlays --- indra/newview/app_settings/settings.xml | 84 ++++++++++++++++++++++++++++----- 1 file changed, 73 insertions(+), 11 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 8e2d69ea9b..ed9bcb0380 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13519,7 +13519,7 @@ PathfindingNavMeshClear Comment - yay! + Background color Persist 1 Type @@ -13535,7 +13535,7 @@ PathfindingWalkable Comment - yay! + Walkable color Persist 1 Type @@ -13551,7 +13551,7 @@ PathfindingObstacle Comment - yay! + Obstacle color Persist 1 Type @@ -13567,7 +13567,7 @@ PathfindingMaterial Comment - yay! + Material volume color Persist 1 Type @@ -13583,7 +13583,7 @@ PathfindingExclusion Comment - yay! + Exclusion volume color Persist 1 Type @@ -13599,7 +13599,7 @@ PathfindingConnectedEdge Comment - yay! + Connected edge color Persist 1 Type @@ -13615,7 +13615,7 @@ PathfindingBoundaryEdge Comment - yay! + Boundary edge color Persist 1 Type @@ -13631,7 +13631,7 @@ PathfindingHeatColorBase Comment - yay! + Least walkable heat map color Persist 1 Type @@ -13647,7 +13647,7 @@ PathfindingHeatColorMax Comment - yay! + Most walkable heat map color Persist 1 Type @@ -13663,7 +13663,7 @@ PathfindingFaceColor Comment - yay! + Nav mesh color? Persist 1 Type @@ -13724,6 +13724,66 @@ 1.0 + PathfindingAmbiance + + Comment + Ambiance of lit pathfinding displays. + Persist + 0 + Type + F32 + Value + 0.5 + + + PathfindingXRayTint + + Comment + Amount to darken/lighten x-ray lines in pathfinding display + Persist + 0 + Type + F32 + Value + 0.8 + + + PathfindingXRayOpacity + + Comment + Opacity of xray lines in pathfinding display. + Persist + 0 + Type + F32 + Value + 0.25 + + + PathfindingLineWidth + + Comment + Width of volume outlines in pathfinding display. + Persist + 0 + Type + F32 + Value + 2.0 + + + PathfindingLineOffset + + Comment + Depth offset of volume outlines in pathfinding display. + Persist + 0 + Type + F32 + Value + 1.6 + + PathfindingDisablePermanentObjects Comment @@ -13746,5 +13806,7 @@ Value 0 - + + + -- cgit v1.2.3 From 6b64ea6779a6d35bb6c9f94e354f5635ee633366 Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Tue, 3 Apr 2012 17:05:44 -0500 Subject: Switch x-ray render to non-wirefrmae by default. --- indra/newview/app_settings/settings.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index ed9bcb0380..425f624180 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13760,6 +13760,18 @@ 0.25 + PathfindingXRayWireframe + + Comment + Render pathfinding xray as a wireframe. + Persist + 0 + Type + Boolean + Value + 0 + + PathfindingLineWidth Comment -- cgit v1.2.3 From 5c68a69af0249728cef2b1e58683c03ecf462e95 Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Tue, 3 Apr 2012 17:52:32 -0500 Subject: Cleanup -- use falcon's default colors -- fix bug where screen remains blank after closing pathfinding console --- indra/newview/app_settings/settings.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 425f624180..7988aba954 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13526,9 +13526,9 @@ Color4 Value - 0.5 - 0.5 - 0.5 + 0 + 0 + 0 1.0 @@ -13542,10 +13542,10 @@ Color4 Value - 0.0 + 0.5 + 0.5 + 0.5 1.0 - 0.0 - 0.3 PathfindingObstacle @@ -13561,7 +13561,7 @@ 1.0 0.0 0.0 - 0.3 + 1.0 PathfindingMaterial @@ -13591,8 +13591,8 @@ Value 1.0 - 1.0 - 0.0 + 0.01 + 0.1 0.3 @@ -13638,9 +13638,9 @@ Color4 Value - 0.0 1.0 - 0.5 + 0.0 + 0.07 1.0 @@ -13654,9 +13654,9 @@ Color4 Value - 0.0 - 1.0 1.0 + 0.93 + 0.936 1.0 @@ -13793,7 +13793,7 @@ Type F32 Value - 1.6 + 2.3 PathfindingDisablePermanentObjects -- cgit v1.2.3 From 59f57a7b67ba200135b8a2d2c8904b4168edbb32 Mon Sep 17 00:00:00 2001 From: prep Date: Wed, 4 Apr 2012 11:35:45 -0400 Subject: Support for navmesh vbo. Navmesh vb supports heat map. --- indra/newview/app_settings/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 7988aba954..9fff0b398c 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13514,7 +13514,7 @@ Type Boolean Value - 0 + 1 PathfindingNavMeshClear -- cgit v1.2.3 From 2d011abb6b09e35ab64b6133fbed8d617d2add88 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Thu, 19 Apr 2012 12:32:17 -0700 Subject: Cleaning up the navmesh colors a bit. --- indra/newview/app_settings/settings.xml | 37 ++++++++++++--------------------- 1 file changed, 13 insertions(+), 24 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index ab119e37fa..d702ae4766 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13526,24 +13526,13 @@ U32 Value 99 - - EnableVBOForNavMeshVisualization - - Comment - Enable the use of VBOs for navmesh visualization. - Persist - 1 - Type - Boolean - Value - 1 PathfindingNavMeshClear Comment Background color Persist - 1 + 0 Type Color4 Value @@ -13559,7 +13548,7 @@ Comment Walkable color Persist - 1 + 0 Type Color4 Value @@ -13575,7 +13564,7 @@ Comment Obstacle color Persist - 1 + 0 Type Color4 Value @@ -13591,7 +13580,7 @@ Comment Material volume color Persist - 1 + 0 Type Color4 Value @@ -13607,7 +13596,7 @@ Comment Exclusion volume color Persist - 1 + 0 Type Color4 Value @@ -13623,7 +13612,7 @@ Comment Connected edge color Persist - 1 + 0 Type Color4 Value @@ -13639,7 +13628,7 @@ Comment Boundary edge color Persist - 1 + 0 Type Color4 Value @@ -13655,7 +13644,7 @@ Comment Least walkable heat map color Persist - 1 + 0 Type Color4 Value @@ -13671,7 +13660,7 @@ Comment Most walkable heat map color Persist - 1 + 0 Type Color4 Value @@ -13687,7 +13676,7 @@ Comment Nav mesh color? Persist - 1 + 0 Type Color4 Value @@ -13703,7 +13692,7 @@ Comment yay! Persist - 1 + 0 Type Color4 Value @@ -13719,7 +13708,7 @@ Comment yay! Persist - 1 + 0 Type Color4 Value @@ -13735,7 +13724,7 @@ Comment yay! Persist - 1 + 0 Type Color4 Value -- cgit v1.2.3 From 00f5158699ad081a133ebb377f8943e0f6fffbc1 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Fri, 20 Apr 2012 12:20:12 -0700 Subject: Updating the pathfinding object colors to Leo's recommendations. --- indra/newview/app_settings/settings.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index d702ae4766..aa73694bca 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13553,9 +13553,9 @@ Color4 Value - 0.5 - 0.5 - 0.5 + 0.45490196078431372549019607843137 + 0.93333333333333333333333333333333 + 0.38823529411764705882352941176471 1.0 @@ -13651,7 +13651,7 @@ 1.0 0.0 - 0.07 + 0.0 1.0 @@ -13666,8 +13666,8 @@ Value 1.0 - 0.93 - 0.936 + 1.0 + 1.0 1.0 -- cgit v1.2.3 From a4adebb116e6e32f35f94e7b34d83a1b3a8fce0a Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Fri, 20 Apr 2012 14:46:14 -0700 Subject: Updating the pathfinding object colors to Leo's recommendations. --- indra/newview/app_settings/settings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index aa73694bca..e67425e5f4 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13602,8 +13602,8 @@ Value 1.0 - 0.01 - 0.1 + 1.0 + 0.0 0.3 -- cgit v1.2.3 From c32f12afd3e6d22614a84a81918c26b5f82e5efa Mon Sep 17 00:00:00 2001 From: prep Date: Tue, 24 Apr 2012 12:14:17 -0400 Subject: Added support for rendering the regions water height. Also added initial support for a simple shape vb which allows us to create and expand from for one off shapes --- indra/newview/app_settings/settings.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index e67425e5f4..e5b13ca508 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13732,7 +13732,7 @@ 1.0 0.59 0.0 - 1.0 + 0.9 PathfindingAmbiance @@ -13829,6 +13829,22 @@ Value 0 + PathfindingWaterColor + + Comment + yay! + Persist + 0 + Type + Color4 + Value + + 0.0 + 0.0 + 1.0 + 1.0 + + -- cgit v1.2.3 From 9bdb1d82f867147af44def8c1cca3dfb8259b99c Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Fri, 11 May 2012 12:22:43 -0400 Subject: rename feature from "autocorrect" to "autoreplace", change names accordingly --- indra/newview/app_settings/settings.xml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 4adf93e7aa..bc5c293625 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -346,10 +346,10 @@ Value 0 - AutoCorrect + AutoReplace Comment - Replaces common spelling mistakes with correct word + Replaces keywords with a configured word or phrase Persist 1 Type @@ -1650,17 +1650,6 @@ Value 0 - CmdLineAutocorrect - - Comment - Command for adding new entries to autocorrect - Persist - 1 - Type - String - Value - /addac - CmdLineDisableVoice Comment -- cgit v1.2.3 From 061da28f58b29954d06f7a6699474b12bb9f4c63 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Mon, 21 May 2012 14:01:31 -0700 Subject: EXP-1941: Adding in debug setting to force enable purchase flow disregarding other checks including maturity. --- indra/newview/app_settings/settings.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index ee8c15752b..12e2ff71fd 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13494,5 +13494,16 @@ Value 0 + AdultCheckEnablePurchse + + Comment + Hack to allow QA testing of purchasing land regardless of maturity rating. + Persist + 0 + Type + Boolean + Value + 0 + -- cgit v1.2.3 From b7cfd8c7f09a1a913c5678a5a25a951307593eb3 Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Mon, 21 May 2012 23:33:25 -0500 Subject: MAINT-616 Factor out calls to glGenFoo where possible, add setting to control synchronizing strategy WRT occlusion queries, add experimental transform feedback driven LoD update --- indra/newview/app_settings/settings.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index bd109120cf..8cb456b4fd 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -9162,7 +9162,7 @@ RenderUseVAO Comment - Use GL Vertex Array Objects + [EXPERIMENTAL] Use GL Vertex Array Objects Persist 1 Type @@ -9170,7 +9170,19 @@ Value 0 - RenderVBOMappingDisable + RenderUseTransformFeedback + + Comment + [EXPERIMENTAL] Use transform feedback shaders for LoD updates + Persist + 1 + Type + Boolean + Value + 0 + + + RenderVBOMappingDisable Comment Disable VBO glMapBufferARB @@ -12140,6 +12152,17 @@ Value 1 + RenderSynchronousOcclusion + + Comment + Don't let occlusion queries get more than one frame behind (block until they complete). + Persist + 1 + Type + Boolean + Value + 1 + RenderDelayVBUpdate Comment -- cgit v1.2.3 From 890c58328987fe8e05308d9151dd183b3cc69c2f Mon Sep 17 00:00:00 2001 From: Paul ProductEngine Date: Tue, 22 May 2012 20:01:22 +0300 Subject: MAINT-119 FIXED (PUBLIC]no-transfer textures not searchable via texture picker) - Implemented Richard's and Leo's spec - Also fixed an issue when applying no-transfer texture for an object using texture picker, creates redundant copies of the texture in the object's content --- indra/newview/app_settings/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 8cb456b4fd..01683e58a1 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -148,7 +148,7 @@ Value 1 - ApplyTextureImmediately + TextureLivePreview Comment Preview selections in texture picker immediately -- cgit v1.2.3 From efda0814cbae7917fde634c5e245c81915b17a9c Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Thu, 24 May 2012 10:50:48 -0500 Subject: MAINT-616 Fix for corrupted mipmaps. Cleanup based on code review feedback. --- indra/newview/app_settings/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 01683e58a1..3b782c16a4 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -7852,7 +7852,7 @@ Type Boolean Value - 0 + 1 RenderDebugNormalScale -- cgit v1.2.3 From c0de0645ee59721907bfead962a3e3f4c1654ca6 Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Thu, 24 May 2012 14:23:47 -0500 Subject: MAINT-616 Fix for accidental check in -- DON'T enable debug GL by default. --- indra/newview/app_settings/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 3b782c16a4..01683e58a1 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -7852,7 +7852,7 @@ Type Boolean Value - 1 + 0 RenderDebugNormalScale -- cgit v1.2.3 From 9b27e32a8d73e2f50a86562cf79f4ef637e83dae Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Thu, 24 May 2012 16:07:31 -0700 Subject: Removing unused setting that is blocking my path to commit the subsequent change. --- indra/newview/app_settings/settings.xml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 12e2ff71fd..a048f52556 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -6345,17 +6345,6 @@ Value 0 - NumpadControl - - Comment - How numpad keys control your avatar. 0 = Like the normal arrow keys, 1 = Numpad moves avatar when numlock is off, 2 = Numpad moves avatar regardless of numlock (use this if you have no numlock) - Persist - 1 - Type - S32 - Value - 0 - ObjectCacheEnabled Comment -- cgit v1.2.3 From c2f0a8ef02d04664bb894eff4b2ca815c3f93d1f Mon Sep 17 00:00:00 2001 From: Jonathan Yap Date: Mon, 4 Jun 2012 16:23:16 -0400 Subject: STORM-1872 A line break is missing in ..\app_settings\settings.xml --- indra/newview/app_settings/settings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 05c05b9393..bad82f6486 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -10784,7 +10784,8 @@ F32 Value 0.1 - ToolTipFadeTime + + ToolTipFadeTime Comment Seconds over which tooltip fades away -- cgit v1.2.3 From d42d78a58a6b3bd40029629fbaa6b5925623efd3 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Tue, 12 Jun 2012 18:27:05 -0700 Subject: EXP-1941: Backed out changeset: 2f6546ac7e5e --- indra/newview/app_settings/settings.xml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 7771bcb1cf..55bc6ba36d 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13505,16 +13505,5 @@ Value 0 - AdultCheckEnablePurchse - - Comment - Hack to allow QA testing of purchasing land regardless of maturity rating. - Persist - 0 - Type - Boolean - Value - 0 - -- cgit v1.2.3 From e053c0a5cfd2a75a1128e5094fd3762c113ede77 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Wed, 20 Jun 2012 12:59:53 -0700 Subject: PATh-762: Adding a debug flag for server testing to always show the rebake navmesh button on dirty regions regardless of whether the user has permissions. --- indra/newview/app_settings/settings.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index dbadad7056..fb1395712f 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13829,7 +13829,18 @@ Value 0 - PathfindingWaterColor + PathfindingEnableAlwaysAllowRebakeNavMesh + + Comment + Always allows the rebake navmesh button to appear on dirty regions, regardless of whether the user has permissions. + Persist + 0 + Type + Boolean + Value + 0 + + PathfindingWaterColor Comment yay! @@ -13845,7 +13856,5 @@ 1.0 - - -- cgit v1.2.3 From 2cd321eaa9b9b9872318ce3977acd9a2f782872f Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Tue, 26 Jun 2012 14:09:07 -0700 Subject: Updating the pathfinding-specific settings with appropriate comments and an unified naming scheme. --- indra/newview/app_settings/settings.xml | 44 ++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index f144e9f007..0f3ae89fa8 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13595,10 +13595,10 @@ Value 0 - RetrieveNeighboringRegion + PathfindingRetrieveNeighboringRegion Comment - Download a neighboring region when visualize a navmesh (default val 99 is for the current region). + Download a neighboring region when visualizing a pathfinding navmesh (default val 99 means do not download neighbors). Persist 1 Type @@ -13609,7 +13609,7 @@ PathfindingNavMeshClear Comment - Background color + Background color when displaying pathfinding navmesh. Persist 0 Type @@ -13625,7 +13625,7 @@ PathfindingWalkable Comment - Walkable color + Color of walkable objects when displaying pathfinding navmesh object types. Persist 0 Type @@ -13641,7 +13641,7 @@ PathfindingObstacle Comment - Obstacle color + Color of static obstacle objects when displaying pathfinding navmesh object types. Persist 0 Type @@ -13657,7 +13657,7 @@ PathfindingMaterial Comment - Material volume color + Color of material volumes when displaying pathfinding navmesh object types. Persist 0 Type @@ -13673,7 +13673,7 @@ PathfindingExclusion Comment - Exclusion volume color + Color of exclusion volumes when displaying pathfinding navmesh object types. Persist 0 Type @@ -13689,7 +13689,7 @@ PathfindingConnectedEdge Comment - Connected edge color + Color of a connected (crossable) edge when displaying pathfinding navmesh. Persist 0 Type @@ -13705,7 +13705,7 @@ PathfindingBoundaryEdge Comment - Boundary edge color + Color of a boundary (non-crossable) edge when displaying pathfinding navmesh. Persist 0 Type @@ -13721,7 +13721,7 @@ PathfindingHeatColorBase Comment - Least walkable heat map color + Color of the least walkable value when displaying the pathfinding navmesh as a heatmap. Persist 0 Type @@ -13737,7 +13737,7 @@ PathfindingHeatColorMax Comment - Most walkable heat map color + Color of the most walkable value when displaying the pathfinding navmesh as a heatmap. Persist 0 Type @@ -13753,7 +13753,7 @@ PathfindingFaceColor Comment - Nav mesh color? + Color of the faces when displaying the default view of the pathfinding navmesh. Persist 0 Type @@ -13766,10 +13766,10 @@ 1.0 - PathfindingStarValidColor + PathfindingTestPathValidEndColor Comment - yay! + Color of the pathfinding test-pathing tool end-point when the path is valid. Persist 0 Type @@ -13782,10 +13782,10 @@ 1.0 - PathfindingStarInvalidColor + PathfindingTestPathInvalidEndColor Comment - yay! + Color of the pathfinding test-pathing tool end-point when the path is invalid. Persist 0 Type @@ -13801,7 +13801,7 @@ PathfindingTestPathColor Comment - yay! + Color of the pathfinding test-path when the path is valid. Persist 0 Type @@ -13817,7 +13817,7 @@ PathfindingAmbiance Comment - Ambiance of lit pathfinding displays. + Ambiance of lit pathfinding navmesh displays. Persist 0 Type @@ -13829,7 +13829,7 @@ PathfindingXRayTint Comment - Amount to darken/lighten x-ray lines in pathfinding display + Amount to darken/lighten x-ray lines in pathfinding display. Persist 0 Type @@ -13853,7 +13853,7 @@ PathfindingXRayWireframe Comment - Render pathfinding xray as a wireframe. + Render pathfinding navmesh xray as a wireframe. Persist 0 Type @@ -13865,7 +13865,7 @@ PathfindingLineWidth Comment - Width of volume outlines in pathfinding display. + Width of volume outlines in pathfinding navmesh display. Persist 0 Type @@ -13922,7 +13922,7 @@ PathfindingWaterColor Comment - yay! + Color of water plane when displaying pathfinding navmesh. Persist 0 Type -- cgit v1.2.3 From e61785a45f7ad1ace4937423f421ea1f0b956e23 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Thu, 12 Jul 2012 14:29:11 -0700 Subject: Removing debug settings that were in place for pathfinding simulator testing. --- indra/newview/app_settings/settings.xml | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 0f3ae89fa8..f57a63cd03 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13886,39 +13886,6 @@ 2.3 - PathfindingDisablePermanentObjects - - Comment - Disables the viewer from seeing the permanent object flag. Useful for testing server-side enforcement of permanent object rules. - Persist - 0 - Type - Boolean - Value - 0 - - PathfindingDisableCharacterObjects - - Comment - Disables the viewer from seeing the character object flag. Useful for testing server-side enforcement of character object rules. - Persist - 0 - Type - Boolean - Value - 0 - - PathfindingEnableAlwaysAllowRebakeNavMesh - - Comment - Always allows the rebake navmesh button to appear on dirty regions, regardless of whether the user has permissions. - Persist - 0 - Type - Boolean - Value - 0 - PathfindingWaterColor Comment -- cgit v1.2.3