Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-18 | merge to pathfinding development branch | Oz Linden | |
2012-06-12 | PATH-735: Limit and clean up grid selection | Oz Linden | |
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |
2012-05-24 | merge changes for DRTVWR-151 | Oz Linden | |
2012-05-01 | for SH-3118: add a toggle "TextureFetchDebuggerEnabled" to turn the console ↵ | Xiaohong Bao | |
on and off. | |||
2012-04-26 | For SH-3121: collect time of reloading all textures from cache and through ↵ | Xiaohong Bao | |
HTTP when all objects loading are done. | |||
2012-04-25 | for subtasks SH-3118, SH-3112, SH-3110, SH-3106, SH-3091 for SH-3086: | Xiaohong Bao | |
As a viewer architect, I would like to understand how fast each of the components of the texture pipeline can run in isolation | |||
2012-04-18 | Updating to the latest llphysicextensions pre-built package with the now ↵ | Todd Stinson | |
lowercased version of the header file names. | |||
2012-04-13 | Final pull from viewer-thx1138 | Merov Linden | |
2012-04-13 | SH-3080 : Fix wrong settings reading code (will crash on some machine) | Merov Linden | |
2012-04-13 | Pull from viewer-thx1138 | Merov Linden | |
2012-04-12 | SH-3080 : Implement the TextureReverseByteRange setting so we can play with ↵ | Merov Linden | |
that parameter | |||
2012-04-12 | merge | Brad Payne (Vir Linden) | |
2012-04-11 | Automated merge with https://hg.lindenlab.com/merov/viewer-thx1138 | Xiaohong Bao | |
2012-04-09 | merge viewer-release to runway | Brad Payne (Vir Linden) | |
2012-04-03 | For SH-3072: do not pause texture fetching when FPS is low. | Xiaohong Bao | |
2012-04-02 | SH-3060 : Preliminary implementation of the new byte range computation, ↵ | Merov Linden | |
implement setting to turn it on or off | |||
2012-03-30 | MAINT-778, MAINT-793 Fix for crash when enabling Debug GL on Mobile Intel 4 ↵ | Dave Parks | |
Express. Don't pop up driver update notification if GPU class is < 1 | |||
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-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-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. |