summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
AgeCommit message (Collapse)Author
2010-10-20Fix for broken shadows on rigged attachments when attachment penetrates ↵Dave Parks
shadow frustum near clip plane.
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-19EXP-258 FIX Help url is overwritten by login.cgicallum
Settings have to be persistent otherwise the layering mechanism doesn't work
2010-10-18EXP-250 FIX Option to disable beaconsRichard Linden
hud arrow also controlled by RenderTrackerBeacon setting
2010-10-18EXP-250 FIX Option to disable beaconsRichard Linden
2010-10-18Point the events profiles and other components to the new eventsRoxie Linden
web pages
2010-10-15Automated merge with file:///Users/oz/Work/viewer-developmentOz Linden
2010-10-15added schema to settings.xmlRichard Linden
2010-10-15pull fix for STORM-376Oz Linden
2010-10-15automated mergeRoxie Linden
2010-10-14Mergecallum
2010-10-14EXP-225 FIX Add debug setting to quit the viewer after N seconds of AFK ↵callum
behavior. Viewer specific setting for this feature including default value in settings file
2010-10-14Merge from http://hg.secondlife.com/viewer-identity (display names)Leyla Farazha
2010-10-14removed fastquitRichard Linden
2010-10-14automated mergeRoxie Linden
2010-10-14Automated merge with file:///Users/oz/Work/viewer-betaOz Linden
2010-10-14STORM-376 FIXED Toast close button sometimes didn't disappear.Vadim ProductEngine
Reason: Each toast's panel lies on an invisible floater which is a bit bigger than the panel. Notification toasts were displayed so close to each other that the floaters were overlapped by 2 pixels. Because of the overlapping, toasts sometimes didn't receive mouse-leave events, thus not hiding their close buttons. Fix: Increased padding between toasts by 2 pixels (from 5 to 7) to eliminate overlapping.
2010-10-13made destination guide url configurable on command lineRichard Linden
2010-10-13SH-325 FIXED Add terminal / to SearchURL in viewer settings.xmlLoren Shih
Added "/". Simple fix.
2010-10-13automated mergeRoxie Linden
2010-10-12removed some unused settingsRichard Linden
2010-10-12EVE-47 - Event formatting should appear in "Profile" windowRoxie Linden
EVE-74 - Change in-viewer support for 'notify me' to be maintainable via app slurl EVE-72 - Modify viewer to make the event profile window be an html control This is basically a reworking of the event profile display to remove all in-viewer specific event display rendering, in preparation for richtext descriptions. Most was removal of code.
2010-10-12ECC-10 FIXED Antialiasing is brokenLoren Shih
Updated default RenderUseFBO setting to "TRUE" in settings.xml.
2010-10-12Initial work on viewer motion interpolation. Changes include:Dave SIMmONs
* InterpolationTime and InterpolationPhaseOut values in settings.xml to control new object interpolation code. Use zero to revert to old logic * Viewer motion interpolation lasts InterpolationTime and will start to phase out after InterpolationPhaseOut seconds * Changed LLWorld::getMinAllowedZ() to take a world-position as a parameter * Added LLVOAvatarSelf::resetRegionCrossingTimer() * Actually reset LLVOAvatarSelf::mRegionCrossingTimer so we get sensible timing data for region crossings * LLVOAvatarSelf::updateRegion() will update position value due to region changes Code reviewed by Ambroff *
2010-10-12ECC-10 FIXED Antialiasing is brokenLoren Shih
Updated some legacy files to correspond to default settings.
2010-10-12Make viewer mesh cost scaler match current sim mesh cost scaler.Dave Parks
2010-10-11EXP-172 FIXED Property lines flash on and off when right clicking on land in ↵Richard Nelson
Skylight viewer
2010-10-08mergeRichard Linden
2010-10-08added "FastQuit" option for forceful termination, default is offRichard Linden
2010-10-08EXP-170 Able to buy objects in Skylight viewer (viewer code and default ↵callum
settings changes) Note: this also adds a setting to turn off 'Pay' too.
2010-10-07EXP-167: Quit On Login Page Activated - viewer code /default settingcallum
2010-10-07Adding viewer hint for setting display name the when edit profile is opened ↵Leyla Farazha
with no display name set
2010-10-06EXP-156 WIP Implement custom Skylight hintsRichard Nelson
2010-10-06Added DisableExternalBrowser setting.Monroe Linden
Reviewed by Callum.
2010-10-06Add support for debug setting to disable link highlight & follow in URLs ↵callum
that appear in XUI widgets
2010-10-06ATI compatibility passDave Parks
2010-10-05Fix for EXP-131 "Call dialog shown in locked position when a Resident calls ↵Monroe Linden
a Skylight visitor" Added the setting VoiceCallsRejectAll, which causes the viewer to silently reject all incoming voice calls. Reviewed by Callum.
2010-10-04Test mergecallum
2010-10-04EXP-142 FIXED Disable mouselook in SkylightRichard Nelson
2010-10-04Automated merge up from viewer-developmentLoren Shih
2010-10-04SH-270 FIXED As a SL user, I want my speaker order settings to persist ↵Loren Shih
between sessions SH-271 FIXED Add #ifdefs to llparticipantlist.h Changed speaker order to store its speaker ordering using settings.xml. Did some superficial code cleanup.
2010-10-01always send crash reportsDave Parks
2010-09-30custom skylight key bindingsRichard Linden
2010-09-30converted keys.ini to keys.xml and use LLInitParam parsingRichard Linden
2010-09-29SH-224 Add new streaming cost algorithm debug displays to viewer.Dave Parks
Add the ability to clear LOD slots. Make triangle count UI more responsive to Generate LOD button. Add triangle count debug display for current selection. Reviewed by Nyx
2010-09-28mergeRichard Linden
2010-09-28added settings to toggle grab and alt-zoom abilityRichard Linden
2010-09-28EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as ↵callum
per 1.x viewer.
2010-09-27MergeLeyla Farazha
2010-09-27[STORM-255] As a user I would like to disable incoming Group/IM toasts from ↵Wolfpup Lowenhar
showing up. This will also take care of STORM-221 since the person that would be affected by the toast cha now disable them.