summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/settings.xml
AgeCommit message (Collapse)Author
2013-09-17MAINT-3161 : Clean up avatar muting code and prototype featuresimon
2013-09-12SH-4489 New debug/dev settings for control over new mesh behaviorMonty Brandenberg
While giving myself a full project code review, found a bug in the MeshUseGetMesh1 setting. Mostly defaulted to old configuration but used the GetMesh2 caps which would have been a huge DoS resource sink. Did some documentation maintenance as well while I was in there. More for the to-do list, etc.
2013-09-11SH-4489 New debug/dev settings for control over new mesh behaviorMonty Brandenberg
Added 'MeshUseGetMesh1' and 'MeshUseHttpRetryAfter' debug settings to control mesh transport behavior. First forces the use of the legacy mesh fetch style with high concurrency and connection churn. The second, on by default, honors Retry-After values if they are reasonable. If off or unreasonable, internal delay times are used.
2013-09-09merge with viewer-releaseRichard Linden
2013-09-03ACME-789: Remove SLShareHost setting from settings.xmlGilbert Gonzales
2013-08-29add some debug settings for easier tuning up performance.Xiaohong Bao
2013-08-28merging viewer releaseGilbert Gonzales
2013-08-27SH-4453 Interesting: SceneLoadingMonitorEnabled does not work until the ↵Richard Linden
camera turns made sceneloadingmonitor setting not persist
2013-08-26Merge. Pull in viewer-release after SSA merge.Monty Brandenberg
2013-08-26Merge downstream code from CHUIStorm releasesimon
2013-08-26Merge the CHUIstorm 3.6.5Graham Linden
2013-08-26merge changes for 3.6.4-releaseOz Linden
2013-09-19Merge downstream codesimon_linden
2013-08-26Merge downstream code for CHUIStormsimon
2013-08-22merging viewer releaseGilbert Gonzales
2013-08-20merge changes for 3.6.3-releaseOz Linden
2013-08-20MAINT-3005 FIXED Set max persistent notifications to reduce log-in timemaxim@mnikolenko
2013-08-19MergeXiaohong Bao
2013-08-19merge changes for DRTVWR-285Oz Linden
2013-08-19merge changes for 3.6.3-releaseOz Linden
2013-08-19Merge in viewer-releaseGraham Linden
2013-10-23Merge latest viewer-release with FBCsimon
2013-10-21MAINT-3339 fix for invalid default permissions in Adjust Content Permissions ↵Maestro Linden
floater. Reviewed by Simon.
2013-10-09MAINT-3285 : RenderDepthOfField debug setting needs description tweaksimon_linden
2013-08-13added read_from_master parameter for ACME-829Cho
2013-08-09Removing rogue debugAura Linden
2013-08-07merge changes for DRTVWR-333Oz Linden
2013-08-05Change the setting for GetMesh2 meshes to Mesh2MaxConcurrentRequests.Monty Brandenberg
While linking GetMesh2 to the old setting was simpler from a user point-of-view, they really shouldn't be linked and the old one will go away. This one may be renamed to AssetMaxConcurrentRequests or something similar if we get to the mesh/texture unification step.
2013-08-02Switching SLShareHost to pdp locationGilbert Gonzales
2013-08-01ACME: add SLShareHost variable to settings.xml, which allows changing the fb ↵Gilbert Gonzales
service host location as needed.
2013-07-30fix for SH-4297: interesting: viewer-interesting starts loading cached scene ↵Xiaohong Bao
late
2013-07-25VITA test framework - record events supportJeff (Gioffredo Linden)
2013-07-23MergeXiaohong Bao
2013-07-22Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2013-07-21NORSPEC-311 NORSPEC-312 remove unused shader and correct default for display ↵Graham Linden
gamma exposed in settings
2013-07-21NORSPEC-311 fix alpha / opaque lighting diffsGraham Linden
2013-07-15SH-4299 FIX: Interesting: High fps shown temporarily off scale in statistics ↵Richard Linden
console timing of scene load recording extension now guaranteed > requested time step removed double add of recorded data removed spam
2013-07-15Pull merge from lindenlab/viewer-releaseMerov Linden
2013-07-15merge changes for CHOP-963Oz Linden
2013-07-15NORSPEC-291 WIP clean-up and make materials rendering underwater a runtime ↵Graham Linden
setting
2013-07-13CHOP-963: Add a new --update-service command line argument for QA useOz Linden
2013-07-11MAINT-2879 : Viewer should revoke animation permissions with "Stop Animating Me"simon
Reviewed by Kelly
2013-07-02CHOP-959: Introduce CmdLineChannel settings var, map --channel to it.Nat Goodspeed
2013-07-02CHOP-959: Introduce CmdLineLoginLocation var for --url and --slurl.Nat Goodspeed
Route --url and --slurl command-line switches through a common settings variable. Treat them uniformly now. (Previously, passing --url would notice a grid-specific SLURL and preselect that grid; --slurl wouldn't. Now both do.)
2013-07-01CHOP-959: Introduce and use settings vars for some cmd_line switches.Nat Goodspeed
The cmd_line.xml entries: analyzeperformance crashonstartup debugsession disablecrashlogger logmetrics logperformance noquicktime replaysession all specify map-to settings.xml variables -- none of which existed! Introduce such variables. Instead of detecting the presence of a particular switch in the command-line parser, use the value of its corresponding settings variable.
2013-06-28Merge with viewer-bear which was just merged with viewer-releasecallum_linden
2013-06-28merge changes for 3.6.1-releaseOz Linden
2013-06-27Merge with viewer-releasecallum_linden
2013-06-27CHOP-959: Make settings.xml actually valid XML LLSD.Nat Goodspeed
UserLoginInfo block had <key>Value</key> without the required subsequent element to provide any actual value. This confused at least the Python LLSD reader.
2013-07-02Pull merge lindenlab/viewer-releasemaksymsproductengine