summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
AgeCommit message (Collapse)Author
2014-11-11Pull merge from lindenlanb/viewer-releaseMerov Linden
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-10-29merge changes for MAINT-4560Oz Linden
2014-10-15MAINT-4560: turn on display of group title by defaultOz Linden
2014-10-06Pull merge from lindenlab/viewer-releaseMerov Linden
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-10-02DD-174 : WIP : Use the correct icon for the marketplace listing FUI ↵Merov Linden
(toolbar) button
2014-09-28Pull merge from lindenlab/viewer-releaseMerov 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-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-09Merge viewer-release and become version 3.7.16maksymsproductengine
2014-08-18merge changes for STORM-2040Oz Linden
2014-08-15STORM-2064: Changed: Reverted previous changes since Merov has clarified ↵NiranV
that it is intended behavior.
2014-08-15STORM-2064: Changed: Renamed 'Scanlines' filter to 'Video' and removed the ↵NiranV
old 'Video' one.
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-10Changed: 'Sepia' filter to proper sepia only. No corrections, just plain ↵NiranV
sepia colors.
2014-08-10Changed: 'Black and White' filter to proper b&w only. No corrections, just ↵NiranV
plain greyscale.
2014-08-10STORM-2064: Changed: 'Scanlines' filter to a original picture like look with ↵NiranV
scanlines.
2014-08-09STORM-2065: Added: 'Scanlines' filter, we now got a 'Video' one for that ↵NiranV
poorly recorded bright video style and one that looks like only scanlines were added.
2014-08-06merge changes for STORM-2040Oz Linden
2014-08-05DRTVWR-373 Merge with viewer-release 3.7.13maksymsproductengine
2014-08-04Merge with head of viewer-releaseCallum Prentice
2014-08-04Merge. Refresh from viewer-library-refresh after 3.7.13 release.Monty Brandenberg
2014-07-30STORM-2046: Changed: Defaulted snapshot panel to "extended" state.NiranV
2014-07-25Changed: Snapshot floater layout.NiranV
Changed: Snapshots to disk default to 'Custom' (Window Resolution) Added: Big Auto-scaling integrated image Preview. Can be toggled. Added: Fixed german translations for the new floater layout. Removed: Need to have SnapshotFiltersEnabled to see the filter dropdown. Removed: SnapshotFiltersEnabled debug.
2014-07-22Sync merge with lindenlab/viewer-releaseMerov Linden
2014-07-22viewer-release 3.7.13 mergemaksymsproductengine
2014-07-21Merge with head of viewer-releaseCallum Prentice
2014-07-15Merge with viewer-releaseCallum Prentice
2014-07-10merge changes for 3.7.12-releasemaksymsproductengine
2014-07-07Merge viewer-release and become version 3.7.12simon
2014-07-07MAINT-2980 Back out most changes related to upping the 512MB texture cap to ↵Dave Parks
unblock RC.
2014-07-07Merge downstream code and become 3.7.12simon
2014-07-04MAINT-3089 FIXED Tooltip documentation was addedMnikolenko ProductEngine
2014-06-24Pull downstream viewer-tiger and become version 3.7.11simon
2014-06-24Merge viewer-release and become version 3.7.11simon
2014-06-23MAINT-2980 Up texture memory slider cap to 4096MB. Make "Texture Memory" ↵Dave Parks
default to 1/3rd of video memory. Add description on debug setting and tooltip to explain why.
2014-06-23Automated merge with ssh://bitbucket.org/monty_linden/viewer-library-refreshMonty Brandenberg
2014-06-23MAINT-4127: New default mode when clicking links: Linden links open in ↵AndreyL ProductEngine
viewer, third-party links open in user's browser
2014-06-23First HTTP pipelining viewer. Enable pipelining forMonty Brandenberg
GetTexture and GetMesh2 at a pipeline depth of 5. Create global debug option, HttpPipelining, to enable and disable HTTP pipelining (defaults to true). Tweak texture and mesh low- and high-water request levels based on pipelining status and depth. Fixup texture console which was damaged in a recent release. Split logging of the no-request HTTP error case into two cases: one for missing URL in HTTP request, one for HTTP request not created. A refactor in llcorehttp is coming: I will be moving all libcurl- using code into libcurl-specific modules.
2014-06-23merge changes for 3.7.10-releaseOz Linden
2014-06-23viewer-release mergeChris Baker
2014-06-18Merge downstream codesimon