Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-05 | Fixing issues with not detecting when LLSD XML parsing fails. Changing most ↵ | Don Kjer | |
http error handlers to understand LLSD error responses. Fleshing out most http error handler message spam. | |||
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2013-01-04 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-12-13 | Fixed whitespace issues for merge. | Aura Linden | |
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-19 | merge with viewer-development | Richard Linden | |
2012-11-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
cleaning up build moved most includes of windows.h to llwin32headers.h to disable min/max macros, etc streamlined Time class and consolidated functionality in BlockTimer class llfasttimer is no longer included via llstring.h, so had to add it manually in several places | |||
2012-11-12 | Ported slplugin and some other missing components for cocoa. | Aura Linden | |
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-09-10 | Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵ | William Todd Stinson | |
repository. | |||
2012-06-06 | MAINT-1144: Defend against NULL LLPluginProcessParent::mProcess. | Nat Goodspeed | |
The change from LLProcessLauncher to LLProcess introduces the possibility of a NULL (default-constructed) LLProcessPtr. Add certain static LLProcess methods accepting LLProcessPtr, forwarding to nonstatic method when non-NULL but doing something reasonable with NULL. Use these methods in LLPLuginProcessParent. | |||
2012-01-21 | Convert LLProcess consumers from LLSD to LLProcess::Params block. | Nat Goodspeed | |
Using a Params block gives compile-time checking against attribute typos. One might inadvertently set myLLSD["autofill"] = false and only discover it when things behave strangely at runtime; but trying to set myParams.autofill will produce a compile error. However, it's excellent that the same LLProcess::create() method can accept either LLProcess::Params or a properly-constructed LLSD block. | |||
2012-01-20 | Per Richard, replace LLProcessLauncher with LLProcess. | Nat Goodspeed | |
LLProcessLauncher had the somewhat fuzzy mandate of (1) accumulating parameters with which to launch a child process and (2) sometimes tracking the lifespan of the ensuing child process. But a valid LLProcessLauncher object might or might not have ever been associated with an actual child process. LLProcess specifically tracks a child process. In effect, it's a fairly thin wrapper around a process HANDLE (on Windows) or pid_t (elsewhere), with lifespan management thrown in. A static LLProcess::create() method launches a new child; create() accepts an LLSD bundle with child parameters. So building up a parameter bundle is deferred to LLSD rather than conflated with the process management object. Reconcile all known LLProcessLauncher consumers in the viewer code base, notably the class unit tests. | |||
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-29 | merge | Dave Parks | |
2011-11-28 | bumped up MSVC warning level to 3 to catch more stuff that gcc catches | Richard Linden | |
2011-11-28 | merge | Brad Payne (Vir Linden) | |
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-21 | Greatly reduced the number of memcpy operations done on the media plug-in ↵ | Leslie Linden | |
message output pipe by removing 's = s.substr()' type operations. The output string is now cleared via 's.clear()' when its entire contents have been pumped and the beginning of the data is stored as an index when necessary, rather than modifying the initial string. Reviewed by davep. | |||
2011-11-04 | SH-2652 Don't allocate 6000+ strings every frame | Dave Parks | |
2011-10-28 | Merge with head | callum | |
2011-10-25 | EXP-1471 WIP Add support for zooming web pages by a scale facxtor | callum | |
2011-10-14 | Merge backout of b782a75c99e6 | Dave Parks | |
2011-10-14 | Backed out changeset b782a75c99e6 | Dave Parks | |
2011-09-12 | Removed windows line endings to conform to coding policy. | Leslie Linden | |
2011-09-02 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-08-31 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Nelson | |
2011-08-31 | Merge | Xiaohong Bao | |
2011-08-29 | EXP-1122 FIX (Viewer) LLQtWebKit should support a JavaScript/content ↵ | callum | |
debugger to help content creators Viewer side changes to enable Web debugger. | |||
2011-08-26 | EXP-1111 FIX LLQtWebKit (and related media system) should log events, ↵ | callum | |
progress etc. to make debugging problems easier | |||
2011-08-19 | merge changes for storm-1564 | Oz Linden | |
2011-08-17 | convert tabs to spaces where they are forbidden | Oz Linden | |
2011-08-11 | Automated merge with file:///e:\code\viewer-experience | Richard Linden | |
2011-08-09 | EXP-700 WIP SLPlugin(s) takes high CPU% | Richard Linden | |
clamp maximum framerate of slplugin to 100Hz also added assert to catch cases where we're requesting infinite framerate | |||
2011-08-08 | merge | Dave Parks | |
2011-08-05 | fix for SH-2215: [crashhunters] crash at LLPluginClassMedia | Xiaohong Bao | |
2011-08-04 | fix DOS line endings | Oz Linden | |
2011-07-15 | Merge from viewer-development | Xiaohong Bao | |
2011-06-09 | EXP-676 FIX As a web developer, I want to access information about the ↵ | callum | |
current state of the SL client, such as avatar location | |||
2011-05-25 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-05-25 | Added support for pushing agent global location on grid and agent ↵ | callum | |
orientation out to LLQtWebKit | |||
2011-05-13 | EXP-676 FIX As a web developer, I want to access information about the ↵ | callum | |
current state of the SL client, such as avatar location | |||
2011-03-25 | SOCIAL-688 FIX Multiple SLurls error given in minimal skin when clicking ↵ | callum | |
links in web profile Also fixes SOCIAL-521 and SOCIAL-428 | |||
2011-03-17 | SOCIAL-634 FIX Error condition content for Destination Guide, Avatar Picker, | callum | |
and Help if S3 content or web content is not available. (Included refs to new LLQtWebKit that supports functionality) | |||
2011-04-19 | merge | Dave Parks | |
2011-03-16 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-01 | SOCIAL-595 FIX Global Volume control does not affect volume of MOAP in ↵ | Richard Linden | |
minimal skin on Windows made slplugin.exe start with correct working directory (llplugin) | |||
2011-02-23 | Merge | Xiaohong Bao | |