Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-28 | MAINT-793 Pop up notification when drivers are likely out of date. Allow ↵ | Dave Parks | |
Lighting and Shadows on Intel when drivers are up to date. | |||
2012-03-19 | MAINT-141, MAINT-95, MAINT-62 FIXED Don't delete files using masks starting ↵ | Vadim ProductEngine | |
with "/". Encountering such a mask will show a warning message and throw a debug assertion. | |||
2012-03-15 | Explicitly clean up all LLLeap instances during viewer shutdown. | Nat Goodspeed | |
This code replaces the previous cleanup of DLLs loaded by APR. | |||
2012-03-14 | Fix --leap assumption that LeapCommand setting is ALWAYS an array. | Nat Goodspeed | |
Nuance of command-line processing: when there's exactly one --leap switch, the resulting LLSD is a scalar string rather than an array with one entry. Fix processing code to handle either case. | |||
2012-03-14 | SH-2970 FIX - per-region logging of basic avatar stats | Brad Payne (Vir Linden) | |
2012-03-14 | Add --leap command-line switch to launch one or more LEAP plugins. | Nat Goodspeed | |
You can specify one or more instances of --leap 'command line'. Each such command line is parsed using bash-like conventions, notably honoring double quotes, e.g. --leap '"c:/Program Files/Something/something.exe" arg1 arg2'. (Specifying such an argument in a Windows Command Prompt may be tricky.) Such a program should read its stdin and write to its stdout using LLSD Event API Plugin protocol: length:serialized_LLSD where 'length' is the decimal integer count of bytes in serialized_LLSD, ':' is a literal colon character, and 'serialized_LLSD' is notation-format LLSD. A typical LLSD object is a map containing 'pump' and 'data' keys, where 'pump' is the name of the LLEventPump on which to send 'data' (or on which 'data' was received). In particular, the initial LLSD object on stdin mentions the name of this plugin's reply LLEventPump: the LLEventPump that will send every subsequent received event to the plugin's stdin. Anything written to the plugin's stderr will be logged in the viewer log. In addition to being generally useful, this helps debug problems with particular plugins. | |||
2012-03-03 | SH-2970 WIP - avatar metrics | Brad Payne (Vir Linden) | |
2012-03-01 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-02-29 | SH-3018 WIP - removed audit texture, other unused diagnostic code | Brad Payne (Vir Linden) | |
2012-02-14 | SH-2973 Rearrange shutdown operations to prevent crash on exit on OSX | Dave Parks | |
2012-02-13 | SH-2973 Potential fix for crash in ~LLVOAvatarSelf | Dave Parks | |
2012-03-29 | Minor fix for GCC | Kitty Barnett | |
2012-03-25 | Merge with viewer-release | Kitty Barnett | |
2012-02-24 | Merge with viewer-development | Kitty Barnett | |
2012-03-02 | MAINT-708 Use texture compression to minimize memory bloat (experimental) | Dave Parks | |
2012-02-14 | SH-2973 Rearrange shutdown operations to prevent crash on exit on OSX | Dave Parks | |
2012-02-13 | SH-2973 Potential fix for crash in ~LLVOAvatarSelf | Dave Parks | |
2012-01-30 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-01-30 | merge changes for vmrg-219 | Oz Linden | |
2012-01-27 | BUILDFIX header file capitalization | Nyx (Neal Orman) | |
Will clean this up to be more in line with our standards later | |||
2012-01-27 | PATH-192 FIX fixed last issues with convex decomp merge | Nyx (Neal Orman) | |
2012-01-25 | Introduce two new parameters "CurlUseMultipleThreads" and ↵ | Xiaohong Bao | |
"CurlRequestTimeOut" for QA to test Curl. | |||
2012-01-23 | Merge with viewer-development | Kitty Barnett | |
2012-01-20 | STORM-276 Basic spellchecking framework | Kitty Barnett | |
2012-01-17 | EXP-1804 FIX -- Drag and drop operations can be blocked by modal dialogs | Leslie Linden | |
* Added support for marketplace notifications that don't display the dialog until the next frame, leaving room for the drag and drop operation to properly complete before the notification shows up and interferes. | |||
2012-01-17 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/ | Richard Linden | |
2012-01-09 | Merge from viewer-development | Leslie Linden | |
2012-01-04 | Merge from viewer-experience | Leslie Linden | |
2012-01-04 | merge | Brad Payne (Vir Linden) | |
2011-12-21 | EXP-1693 FIXED the date localization in Item Profile window, Voice Morphs ↵ | Seth ProductEngine | |
window and in scroll list widget in general. - Added a customizable date format string to be used for scroll list cell of "date" type. - The date localization does not change the value of a scroll list cell changing only its string representation. - Added using localized week days and month names from strings.xml for all locales not only Ja and Pl as it was before. - Changed the date format in Item Profile window (French locale) as noted in the issue description. - For this fix the French locale still needs the localization of the following strings in strings.xml: <string name="dateTimeWeekdaysNames"> <string name="dateTimeWeekdaysShortNames"> <string name="dateTimeMonthNames"> <string name="dateTimeMonthShortNames"> <string name="dateTimeDayFormat"> <string name="dateTimeAM"> <string name="dateTimePM"> | |||
2011-12-16 | Merge from viewer-pre-beta for IM toasts crash fix | Leslie Linden | |
2011-12-16 | EXP-1742 FIX -- Clicking IM notification or receiving multiple IM ↵ | Leslie Linden | |
notifications in quick succession crashes to desktop * Moved toast logic for mouse hover out of the draw call to avoid chain of callbacks that lead to reordering of the draw list while we are iterating over it. | |||
2011-12-12 | Merge with latest from viewer-experience | Leslie Linden | |
2011-12-12 | merge | Brad Payne (Vir Linden) | |
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-07 | Refactored marketplace inventory import HTTP requests and surrounding ↵ | Leslie Linden | |
support to remove it from the UI panel code. | |||
2011-12-05 | SH-2652 WIP -- Add timers to relevant areas, pause render pipeline while ↵ | Dave Parks | |
occlusion queries from previous frame are still pending and perform texture decode work. | |||
2011-12-01 | fix for sh-2735: LLCurl causes SL to freeze when logout | Xiaohong Bao | |
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-29 | merge | Dave Parks | |
2011-11-28 | EXP-1485 FIX -- Viewer should have a minimum size | Richard Linden | |
moved min size logic into LLWindow | |||
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-22 | merge | Brad Payne (Vir Linden) | |
2011-11-21 | fix for sh-2601: [crashhunters] crash in LLBufferArray::countAfter() | Xiaohong Bao | |
sh-2602: [crashhunters] crash on exit in ~LLPumpIO() | |||
2011-11-15 | merge | Dave Parks | |
2011-11-11 | EXP-1527 FIX Debug values for windowwidth and windowheight can be set below ↵ | callum | |
minimum required values and EXP-1528 Launching viewer with a settings.xml file with windowwidth and windowheight set below minimum values, launches to those values not minimum window size | |||
2011-11-10 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-08 | SH-24114 Remove unused vectorization code (outdated/unused with SSE2 ↵ | Dave Parks | |
requirement and llvetor4a et al) | |||
2011-11-07 | finished removing remnants of media browser | Richard Linden | |
2011-11-02 | merge | Dave Parks | |