Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-10 | Merge from viewer-development | Monroe Linden | |
2010-12-09 | STORM-728 FIXED Fixed crash when choosing to send snapshot by email in ↵ | Vadim ProductEngine | |
mouselook mode. - Fixed dereferencing a NULL pointer. - Added EMAIL SNAPSHOT floater to the list of floaters allowed in mouselook mode. | |||
2010-12-08 | EXP-465 FIX Viewer window does not fill screen on Mac and Linux using ↵ | Richard Linden | |
--fullscreen disabled fullscreen mode for merge to viewer-development | |||
2010-12-08 | merge with viewer-dev | Richard Linden | |
2010-12-03 | merge change to default transparency | Oz Linden | |
2010-12-03 | STORM-544 ADDITIONAL FIX Set default transparency for inactive floaters to 65%. | Vadim ProductEngine | |
2010-12-02 | merge | Monroe Linden | |
2010-11-29 | Fix UpdaterServiceURL setting default. update.secondlife.com requires https ↵ | brad kittenbrink | |
access. | |||
2010-11-19 | Merged latest lindenlab/viewer-development with mani_linden/viewer-development | brad kittenbrink | |
2010-11-19 | merge fix for STORM-560 | Oz Linden | |
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |
2010-11-18 | STORM-560 FIXED Implemented preference that allows users to select default ↵ | Andrew Productengine | |
behavior when pressing letter keys. - Added check to LLViewerWindow::handleKey() that gives focus to nearby chat if "Pressing letter keys starts local chat" option is selected, key is not special (and no modifier key is held except Shift), camera is not in mouselook and no view currently has keyboard focus. - The choice of what should happen when letter keys are pressed is saved in new setting added in this fix- "LetterKeysFocusChatBar". | |||
2010-11-18 | automated merge from viewer-development-shining | Loren Shih | |
2010-11-15 | merge | Richard Linden | |
2010-11-15 | Automated merge with https://bitbucket.org/vadim_productengine/storm-52 | Oz Linden | |
2010-11-12 | Merge simon_linden/viewer-dev to get avatar motion prediction code. | Dave SIMmONs | |
2010-11-13 | STORM-52 FIXED Made it possible to use an external script editor. | Vadim ProductEngine | |
The editor can be specified: * via "ExternalEditor" setting in settings.xml * via LL_SCRIPT_EDITOR variable Removed obsolete XUIEditor setting in favor of the new one. | |||
2010-11-12 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2010-11-11 | STORM-102: Merge from viewer-development | Wolfpup Lowenhar | |
2010-11-11 | merge performance data tracking system STORM-104 | Oz Linden | |
2010-11-09 | merge storm-102 branch back to default | Oz Linden | |
2010-11-09 | STORM-535 FIXED PLEASE allow adjustable transparency of "Nearby Chat" ↵ | Paul Guslisty | |
window, Chat History and Chat "Toasts" in Viewer 2.0! - Added to the settings.xml values of transparency for active and inactive floaters - Added three members to the LLFloater. These members store current transparency of floater, transparency of active and inactive floaters. - Added callbacks that update transparency value of active and inactive floater. Also in these callbacks value of current floater transparency updated. - In panel preferences advanced added two spinners: transparency of active floaters and inactive ones. See screenshot. | |||
2010-11-08 | pull beta changes back to development | Oz Linden | |
2010-11-08 | Automated merge up from viewer-development | Loren Shih | |
2010-11-08 | STORM-102: STORM-143: Refactored the STORM-103 code to pull the proper plain ↵ | Wolfpup Lowenhar | |
test log no matter when it was generated or if it has the date stamp in the name of the log or not. --HG-- branch : storm-102 | |||
2010-11-05 | Merge latest lindenlab/viewer-development with mani_linden/viewer-development. | brad kittenbrink | |
2010-11-05 | merge | Kent Quirk | |
2010-11-05 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2010-11-05 | SH-410 Opaque Water Project version 2.0 | Loren Shih | |
First implementation with UI changes. | |||
2010-11-04 | merge with viewer-development | Merov Linden | |
2010-11-04 | checker working with v1.0 update protocol. | Andrew A. de Laix | |
2010-11-04 | ER-281: Object cache limit is too low in the viewer | Kyle Ambroff | |
* Bump CacheNumberOfRegionsForObjects up to 20k in the default settings. * Make LLVOCache *actually* use this setting, with no upper bound. Reviewed with Kelly. | |||
2010-11-04 | automated merge from http://hg.secondlife.com/viewer-beta | Loren Shih | |
2010-11-04 | Automated merge up from viewer-development | Loren Shih | |
2010-11-03 | SH-281 Make UI in snapshot off by default. | Dave Parks | |
2010-11-02 | STORM-422 FIXED Added command line option "-disablecrashlogger" to disable ↵ | Vadim ProductEngine | |
crash logger. This is a patch originally written by Robin Cornelius. I made it work with Google Breakpad. | |||
2010-11-04 | SH-325 FIXED Add terminal / to SearchURL in viewer settings.xml | Loren Shih | |
Trivial fix to add "/" to the search string. | |||
2010-11-04 | SH-281 Make UI in snapshot off by default. | Loren Shih | |
2010-11-01 | Merge | Mark Palange (Mani) | |
2010-11-01 | Merge | Mark Palange (Mani) | |
2010-11-01 | VWR-23666 Removed setting VersionChannelName. LLVersionInfo::resetChannel() ↵ | Mark Palange (Mani) | |
and unit tests. Reviewed by brad. | |||
2010-10-29 | restore 1hr polling frequency | Andrew A. de Laix | |
2010-10-29 | added periodic retry to look for updates | Andrew A. de Laix | |
2010-10-27 | STORM-105 : improve decompression perf gathering, allow perf name to be ↵ | Merov Linden | |
passed on the command line, fix crash in analysis phase | |||
2010-10-27 | CHOP-122 Initializing Facade service in the viewer. Rev. by Brad. | Mark Palange (Mani) | |
2010-10-27 | Made changes to setting names and in pannel_preferences_chat.xml for better ↵ | Wolfpup Lowenhar | |
understanding as per Esbee's comments in STORM-255 | |||
2010-10-26 | This is the setting of the core file name date stamp code and settings ↵ | Wolfpup Lowenhar | |
files for Chat, Group and IM Logs. --HG-- branch : storm-102 | |||
2010-10-26 | EXP-299 WIP Pass end-user IP and MAC from Gaikai to login.cgi | Richard Linden | |
2010-10-26 | Automated merge up from viewer-development | Loren Shih | |
2010-10-25 | EXP-322 FIXED Able spawn World map in Skylight Viewer with llMapDestination ↵ | Richard Linden | |
function |