Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-07-27 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | Todd Stinson | |
2012-07-27 | CHUI-151 FIXED (Implement conversation log) | Paul ProductEngine | |
A brief explanation of what have been implemented. More information can be found in comments. 1. Created conversation history viewer (llfloaterconversationpreview) 2. Created LLConversation and LLConversationLog classes which represent and hold data of conversations (llconversationlog) 3. Created LLConversationLogList and LLConversationLogListItem which are the visual representation of LLConversationLog and LLConversation respectively 4. Created LLFloaterConversationLog - which holds and displays LLConversationLogList | |||
2012-07-24 | merge to viewer-developmento | Oz Linden | |
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-06-28 | merge | Dave Parks | |
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-22 | merge | Dave Parks | |
2012-06-21 | merge changes for DRTVWR-168 | Oz Linden | |
2012-06-18 | merge to pathfinding development branch | Oz Linden | |
2012-06-15 | MAINT-775 Fix for particle index pool corruption on teleport. | Dave Parks | |
2012-06-12 | PATH-735: Limit and clean up grid selection | Oz Linden | |
2012-06-04 | merge changes for DRTVWR-157 | Oz Linden | |
2012-05-30 | Minor instrumentation tweaks -- add a couple of asserts, a timer, and fix ↵ | Dave Parks | |
VBO accounting. | |||
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-05-01 | merge changes for storm-1842 | Oz Linden | |
2012-05-01 | STORM-1842 Change variable setting from TRUE to true | Jonathan Yap | |
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-10 | STORM-1842 Don't save per-account settings if login not fully successful | Zi Ree | |
Repo created from Firestorm patch by Jonathan Yap | |||
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-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 | |