Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-18 | Point the events profiles and other components to the new events | Roxie Linden | |
web pages | |||
2010-10-15 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-10-15 | added schema to settings.xml | Richard Linden | |
2010-10-15 | pull fix for STORM-376 | Oz Linden | |
2010-10-15 | automated merge | Roxie Linden | |
2010-10-14 | Merge | callum | |
2010-10-14 | EXP-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-14 | Merge from http://hg.secondlife.com/viewer-identity (display names) | Leyla Farazha | |
2010-10-14 | removed fastquit | Richard Linden | |
2010-10-14 | automated merge | Roxie Linden | |
2010-10-14 | Automated merge with file:///Users/oz/Work/viewer-beta | Oz Linden | |
2010-10-14 | STORM-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-13 | made destination guide url configurable on command line | Richard Linden | |
2010-10-13 | SH-325 FIXED Add terminal / to SearchURL in viewer settings.xml | Loren Shih | |
Added "/". Simple fix. | |||
2010-10-13 | automated merge | Roxie Linden | |
2010-10-12 | removed some unused settings | Richard Linden | |
2010-10-12 | EVE-47 - Event formatting should appear in "Profile" window | Roxie 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-12 | ECC-10 FIXED Antialiasing is broken | Loren Shih | |
Updated default RenderUseFBO setting to "TRUE" in settings.xml. | |||
2010-10-12 | Initial 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-12 | ECC-10 FIXED Antialiasing is broken | Loren Shih | |
Updated some legacy files to correspond to default settings. | |||
2010-10-12 | Initial hooks for web profiles support | Brad Payne (Vir Linden) | |
2010-10-11 | EXP-172 FIXED Property lines flash on and off when right clicking on land in ↵ | Richard Nelson | |
Skylight viewer | |||
2010-10-08 | merge | Richard Linden | |
2010-10-08 | added "FastQuit" option for forceful termination, default is off | Richard Linden | |
2010-10-08 | EXP-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-07 | EXP-167: Quit On Login Page Activated - viewer code /default setting | callum | |
2010-10-07 | Adding viewer hint for setting display name the when edit profile is opened ↵ | Leyla Farazha | |
with no display name set | |||
2010-10-06 | EXP-156 WIP Implement custom Skylight hints | Richard Nelson | |
2010-10-06 | Added DisableExternalBrowser setting. | Monroe Linden | |
Reviewed by Callum. | |||
2010-10-06 | Add support for debug setting to disable link highlight & follow in URLs ↵ | callum | |
that appear in XUI widgets | |||
2010-10-05 | Fix 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-04 | Test merge | callum | |
2010-10-04 | EXP-142 FIXED Disable mouselook in Skylight | Richard Nelson | |
2010-10-04 | Automated merge up from viewer-development | Loren Shih | |
2010-10-04 | SH-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-09-30 | custom skylight key bindings | Richard Linden | |
2010-09-30 | converted keys.ini to keys.xml and use LLInitParam parsing | Richard Linden | |
2010-09-28 | merge | Richard Linden | |
2010-09-28 | added settings to toggle grab and alt-zoom ability | Richard Linden | |
2010-09-28 | EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as ↵ | callum | |
per 1.x viewer. | |||
2010-09-27 | Merge | Leyla 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. | |||
2010-09-24 | Added the VoiceDisableMic debug setting to completely disable the ability to ↵ | Monroe Linden | |
open the mic. Also hoisted PTT key handling from LLVivoxVoiceClient up to LLVoiceClient. This cleans up LLVoiceModuleInterface a bit and makes the PTT logic more centralized. Reviewed by Richard. | |||
2010-09-22 | cleaned up notifications.xml and made global notifications toggle not use or ↵ | Richard Linden | |
modify saved responses | |||
2010-09-22 | merge | Richard Linden | |
2010-09-22 | EXP-111 WIP Automatically provide default responses to all notifications | Richard Linden | |
2010-09-21 | EXP-94 Disable local file system access | callum | |
2010-09-21 | SH-178 FIXED As a non-god, I don't want to see admin options | Loren Shih | |
Admin options are now enabled by a debug setting. | |||
2010-09-17 | Automated merge with http://bitbucket.org/seraph/viewer-development-shining | Xiaohong Bao | |
2010-09-17 | updated comment on MediaEnablePopups setting to reflect new behavior | Richard Linden | |