summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/settings.xml
AgeCommit message (Collapse)Author
2013-06-18Occlusion culling overhaul.Dave Parks
2013-06-03NORSPEC-227 fix settings XML merge derpGraham Madarasz
2013-05-24merge changes for maint-2724Oz Linden
2013-05-23MAINT-2724: Make viewer explicitly set coroutine stack size.Nat Goodspeed
Introduce LLCoros::setStackSize(), with a compile-time default value we hope we never have to use. Make LLAppViewer call it with the value of the new settings variable CoroutineStackSize as soon as we've read settings files. (While we're at it, notify interested parties that we've read settings files.) Give CoroutineStackSize a default value four times the previous default stack size. Make LLCoros::launch() pass the saved stack size to each new coroutine instance. Re-enable lleventcoro integration test. Use LLSDMap() construct rather than LLSD::insert(), which used to return the modified object but is now void.
2013-05-22merge changes for 3.5.3-releaseOz Linden
2013-05-21CHOP-948: correctly persist the UpdaterWillingToTest preferenceOz Linden
2013-05-15NORSPEC-152 better default norm/spec textures which read better in the UI ↵Graham Madarasz
and provide better default spec feedback
2013-05-14NORSPEC-151 NORSPEC-152 fix handling of disable of bumpy and shiny in ↵Graham Madarasz
graphics panel to also disable deferred properly and add hooks for default norm and spec textures in texture picker
2013-05-11Merge viewer-dev-materials and bugfix in LLPanelFace::getState using ↵Graham Madarasz
material instead of mMaterial
2013-05-10merge changes for 3.5.2-beta4Oz Linden
2013-05-08merge changes for 3.5.1-releaseOz Linden
2013-04-30Merge 3.5.1 into MaterialsGraham Madarasz
2013-04-30merge changes for CHOP-913Oz Linden
2013-04-29MAINT-2613: remove duplicate entry for ↵Oz Linden
"DisablePrecacheDelayAfterTeleporting", and fix a few other llsd validity problems
2013-04-26Fix Xui cloud raining on sunshinybumpinessGraham Madarasz
2013-04-26Merge vwr-dev-matGraham Madarasz
2013-04-25Merge 3.5.1 into MaterialsGraham Madarasz
2013-04-25Bump resolution on lightFunc to avoid banding.Dave Parks
2013-04-19merge up to latest viewer-development for merge to 3.5.2Oz Linden
2013-04-17Merge with viewer-developmentcallum_linden
2013-04-16merge up to 3.5.2 developmentOz Linden
2013-04-01merge changes for 3.5.0-beta7Oz Linden
2013-03-25NORSPEC-54 Potential fix for crashing on all sorts of random operations.Dave Parks
2013-03-22Disabled QAModeMetrics by default, prior to general releaseBrad Payne (Vir Linden)
2013-03-20Merge with viewer-chuiprep@lindenlab.com
2013-03-15CHUI-816 [CHUIBUG]CHUI does not remember undocked state and position of ↵AlexanderP ProductEngine
Nearby Chat
2013-03-15CHUI-830 FIXED Button for collapsing torn-off floater(to a single input ↵Mnikolenko ProductEngine
line) is added. Show toasts for new messages for that conversation, regardless of other prefs.
2013-03-11CHUI-793 : Fixed! Introduced ChatLoadGroupTimeout and ↵merov
ChatLoadGroupMaxMembers to mitigate slow group loading.
2013-03-11mergeprep
2013-03-11mergeprep
2013-03-11Viewer-chui mergeprep
2013-03-05Adding debug setting to allow overriding appearance service urlDon Kjer
2013-03-03Adding DebugAvatarExperimentalServerAppearanceUpdate setting to test sending ↵Don Kjer
full cof contents
2013-02-27SH-3899 WIP - more verbose logging of appearance request status, debug ↵Brad Payne (Vir Linden)
option to force failures for testing
2013-02-19SH-3792 WIP - changed local texture loading to be consistent with ↵Brad Payne (Vir Linden)
viewer_development - this fixes the gray head issue. There is still some remaining issue with bakes not uploading at full resolution, probably due to a bad image asset.
2013-02-12merge up to 3.4.5-releaseOz Linden
2013-02-06CHUI-744 FIXED KeepConversationLogTranscripts setting is moved to ↵Mnikolenko ProductEngine
settings_per_account.xml
2013-01-30Pull merge from lindenlab/viewer-developementMerov Linden
2013-01-28rename "Lighting and Shadows" (deferred rendering) to "Advanced Lighting Model"Oz Linden
2013-01-24merging in viewer-beta.Nyx Linden
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh.
2013-01-24CHUI-578 FIXED Move preferences for conversation logs/transcripts to chat tabmaksymsproductengine
2013-01-18first push - patch from CmdCupCake plus force FMODEX oncallum_linden
2013-01-16CHUI-683 : Default sort order for Blocked was wrong, unrecognized value was ↵Merov Linden
not tested.
2013-01-11SH-3639 WIP - cleaned up some diagnostics and added fault injection ability. ↵Brad Payne (Vir Linden)
Disabled inventory retries for now.
2013-01-10Merge pull from lindenlab/viewer-betaMerov Linden
2013-01-10SH-3142: Added a debug option that circumvents the precache delay when ↵prep
teleporting.
2012-12-21CHUI-619 FUI button and conversation line items blink at different rates:AlexanderP ProductEngine
changed rate
2012-12-20CHUI-606 Default settings in CHUI viewer do not keep IM logs for users: ↵AlexanderP ProductEngine
Preferences > Chat > Keep a convers. log was turned on
2012-12-12CHUI-526: Slight bug fix. Problem was that the 'Teleport Offer' sound was ↵Gilbert Gonzales
turn on by default when the user cleared their settings. Resolution: Inside settings.xml changed the PlaySoundTeleportOffer to no longer have an intial value of 1 (true). Now it is 0 (false).
2012-12-12Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.William Todd Stinson