summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/settings.xml
AgeCommit message (Collapse)Author
2014-12-22mergeBrad Payne (Vir Linden)
2014-12-19merge changes of 3.7.23-releasemaksymsproductengine
2014-12-19Pull merge from lindenlab/viewer-releaseMerov Linden
2014-12-18MAINT-4708 better grouping of ack messages between viewer and serverandreykproductengine
2014-12-12STORM-2082 Merge Hardware floater into main graphics preferences displayJonathan Yap
Change notifications so they are emitted only when an error occurs Put active preset at top of list Add Maximum ARC slider Merge two small methods into slider update code
2014-12-03STORM-2082 Remove Apply button.Jonathan Yap
Add new control variable to track which preset is active. Save settings to active preset when clicking on Ok button. Initial work to make pulldown operational. Still to do: add pretty icon for current preset. Notifications do not appear when called from this panel.
2014-12-01Improve display of avatar rendering info, remove last use of ↵Oz Linden
RenderAutoMuteFunctions
2014-11-26mergeBrad Payne (Vir Linden)
2014-11-25STORM-2082 Add tab containers, remove buttons and obsolete debug settingJonathan Yap
2014-11-24Merge downstream code and become version 3.7.21simon
2014-11-23STORM-2082 Allow saving and loading of graphic settingsJonathan Yap
2014-11-11Pull merge from lindenlanb/viewer-releaseMerov Linden
2014-11-11merge changes with 3.7.20-releasemaksymsproductengine
2014-11-11Merge changes for 3.7.20-releasemaksymsproductengine
2014-11-07DD-272 : Be more consistent when updating the count on hand in SLM, also ↵Merov Linden
prevent multiple folder update when receiving data from SLM
2014-11-05mergeBrad Payne (Vir Linden)
2014-11-03Pull in viewer-release and become version 3.7.20simon
2014-11-03Merge downstream code and become 3.7.20simon
2014-10-31MAINT-3560 FIXED Unused setting MaxFPS was deletedMnikolenko ProductEngine
2014-10-29merge changes for MAINT-4560Oz Linden
2014-10-21Merge with viewer-release 3.7.19maksymsproductengine
2014-10-16MAINT-4405 FIXED ImporterDebug defaults to false nowMnikolenko ProductEngine
2014-10-15MAINT-4560: turn on display of group title by defaultOz Linden
2014-10-13MAINT-4169 FIXED Suppress initial display of the path portion of URLs from ↵maksymsproductengine
other users and scripts
2014-10-10MAINT-2477 FIXED Environment settings won't persist across logins by ↵Mnikolenko ProductEngine
default, but it may be changed by using EnvironmentPersistAcrossLogin setting
2014-10-06Pull merge from lindenlab/viewer-releaseMerov Linden
2014-10-07Merge 3.7.18maksymsproductengine
2014-10-06Merge. Refresh from viewer-release after 3.7.17 release.Monty Brandenberg
2014-10-05DD-170 : Handle 503 answer from SLM and added a MARKET_MERCHANT_NOT_MIGRATED ↵Merov Linden
state to the UI, showing only the relevant UI to the user (i.e. Merchant Outbox or Marketplace Listings).
2014-09-28Pull merge from lindenlab/viewer-releaseMerov Linden
2014-09-25Simple viewer-side hack to adjust avatar positionBrad Payne (Vir Linden)
2014-09-25Merge viewer-release 3.7.17Graham Linden
2014-09-22Merge with top of viewer-releasecallum_linden
2014-09-22Merge. Refresh from viewer-release after 3.7.16 release.Monty Brandenberg
2014-09-19Pulled merge from viewer-tigerAura Linden
2014-09-08Pulled merge from release.Aura Linden
2014-09-08Pull merge from lindenlab/viewer-releaseMerov Linden
2014-09-08Merge with head of viewer-releasecallum_linden
2014-09-08Merge. Update from viewer-release after 3.7.15 release.Monty Brandenberg
2014-09-04Pipelining work. Extend transfer timeout by the pipeline depthMonty Brandenberg
as transfers can appear delayed with deep pipelining and more requests in the pool. Added bad HTTP status error (typically getting a 0 back as HTTP status from libcurl) to the list of retryable errors. There's a response stream problem with libcurl and pipelining that induces this problem. Retrying helps but may not be entirely safe. Watch bug 1420 on the libcurl sourceforge bug tracker. Extend options of test/example program to include un-ranged requests. Document the excessive data transfer induced when ranged requests are disabled. This is an abnormal mode for very rare users so we'll just eat that for now.
2014-09-04Added code to allow alternate directory destination for vivox log.Aura Linden
2014-08-28Make ImporterDebug facilities work againGraham Linden
2014-09-09Merge viewer-release and become version 3.7.16maksymsproductengine
2014-08-15Added delay to Windows shutdown to let SLVoice die a good death.Aura Linden
2014-08-13Ported from defective branch.Aura Linden
2014-08-12Pull merge from lindenlab/viewer-releaseMerov Linden
2014-08-12Better support for dynamic option changes in llcorehttp. Libcurl hasMonty Brandenberg
some problems disabling pipelining on a multi handle with outstanding requests so build a more conservative system that allows requests to drain before setting curl multi options. Would rather not have this but it is significantly safer. "HttpPipelining" debug setting is now fully dynamic. Connection limits can also be made dynamic in the near future. Upped the default connection count back to 8 for now but will revisit this in the tuning phase. It might be time to combine mesh and textures into a single asset class. For normal server operations that would be a clear path, but for server under load, the current scheme may be better. Minor cleanup in logging to elminate some redundant strings. Might add some more tracing to the stall logic 'just in case'.
2014-08-11Add 'HttpRangeRequestsDisable' debug setting to inhibit use of 'Range:' header.Monty Brandenberg
Intended for users with bad networking gear or twitchy ISPs, if set to True, forces plain GET requests to asset servers for textures and meshes. This change kicked off a slight refactor in the mesh repository code which made it resilient against unexpected 200's and responses not covering the requested start range. There's still too much data copying in the Mesh code (always has been). Would love to fix that and get rid of the monolithic temp buffer. Cleaned up white space damage caused by unnamed linden who likes to drag his magical editor through code.
2014-08-06merge changes for STORM-2040Oz Linden
2014-08-05DRTVWR-373 Merge with viewer-release 3.7.13maksymsproductengine