Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-18 | Cleanup of headless client (was: DisableRendering mode) | Don Kjer | |
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes. | |||
2011-02-18 | Add LLAgent operations to set/query avatar orientation. | Nat Goodspeed | |
2011-02-18 | Merge with head | callum | |
2011-02-18 | Pull in autobuild derrived jpeglib (version 8c) for Windows MSVC 2010 | callum | |
2011-02-18 | Implemented path resolution. Should be able to test this now. | Joshua Bell | |
2011-02-18 | Initial stub for getValue() and path walker | Joshua Bell | |
2011-02-18 | pull changes from vs2010 | Oz Linden | |
2011-02-18 | Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010 | Oz Linden | |
2011-02-18 | merge max fixes from merov. | Andrew A. de Laix | |
2011-02-18 | Introduce and use new sendReply() function for LLEventAPI methods. | Nat Goodspeed | |
Each LLEventAPI method that generates a reply needs to extract the name of the reply LLEventPump from the request, typically from a ["reply"] key, copy the ["reqid"] value from request to reply, locate the reply LLEventPump and send the enriched reply object. Encapsulate in sendReply() function before we proliferate doing all that by hand too many more times. | |||
2011-02-18 | BUG STORM-1004 FIXED Unblocking/blocking name sometimes deletes identically ↵ | paul_productengine | |
named entry, but of different TYPE LLMuteList stores muted objects in two sets: set of names and set of ids. Avatar objects are stored by ids (set of ids), other objects can be stored both by name(set of names) or ids - Delete items from corresponding set (from set of names or ids), not form both sets at time. - Improved isMuted method's logic. Now if avatar is tested whether it's muted or not, don't search its name in the set of names. | |||
2011-02-18 | merge changes for viewer-vs2010 | Oz Linden | |
2011-02-18 | merge mac autobuild fix from Merov | Oz Linden | |
2011-02-17 | Autobuild: fix for Mac build using XCode | Merov Linden | |
2011-02-17 | VWR-24917 Use mIsDisplayNameDefault to reduce name redundancy in nearby chat ↵ | Ardy Lay | |
history * Clean up changes based upon feedback from reviewers. * Improve comment based upon feedback from reviewers. | |||
2011-02-17 | merge changes from jenn_linden/viewer-vs2010 | Oz Linden | |
2011-02-17 | Automated merge with https://bitbucket.org/jenn_linden/viewer-vs2010 | Alain Linden | |
2011-02-17 | update to latest apr_suite package. | Alain Linden | |
2011-02-17 | Automated merge with ↵ | Nat Goodspeed | |
http://pdp47.lindenlab.com/cgi-bin/hgwebdir.cgi/brad/viewer-development/ | |||
2011-02-17 | Ported over mani's patch for handling finding of the RO appdata dir when ↵ | brad kittenbrink | |
running from the debugger. ported from changeset https://hg.lindenlab.com/alain/indra-common/changeset/99a9d1876e83/ reviewed by Richard. | |||
2011-02-17 | Automated merge with file:///Users/oz/Work/viewer-vs2010 | Oz Linden | |
2011-02-17 | Added an EventAPI listener to LLWindow for hooking into key and mouse inputs. | brad kittenbrink | |
2011-02-17 | merge up from viewer-autobuild | Oz Linden | |
2011-02-17 | adjust parameters for integration build | Oz Linden | |
2011-02-17 | Automated merge with file:///Users/oz/Work/V-DR | Oz Linden | |
2011-02-17 | STORM-842 FIXED displaying favorites list at login screen when user name is ↵ | Seth ProductEngine | |
typed like "firstname.lastname" or "firstname_lastname" or user name consists of a single word. | |||
2011-02-17 | merge changes for storm-937 | Oz Linden | |
2011-02-17 | Cherrypick Merov's fix for update_version_files.py. | Christian Goetze (CG) | |
2011-02-17 | merge changes for storm-937 | Oz Linden | |
2011-02-17 | catch up with viewer-beta branch | Eli Linden | |
2011-02-17 | merge changes for viewer-autobuild | Oz Linden | |
2011-02-17 | merge lastest changes from viewer-vs2010 | Oz Linden | |
2011-02-17 | explicity call python scripts with python so they work on all platforms. | Andrew A. de Laix | |
2011-02-17 | try disabling parallel builds in TC for Linux | Oz Linden | |
2011-02-16 | STORM-987 : Allow more flexibility around input and output lists | Merov Linden | |
2011-02-16 | Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010 | Oz Linden | |
2011-02-16 | Automated merge with file:///Users/oz/Work/viewer-autobuild | Oz Linden | |
2011-02-16 | fix dos line endings | Oz Linden | |
2011-02-16 | STORM-987 : Implement in and out list of files and pattern matching | Merov Linden | |
2011-02-16 | SOCIAL-544 PARTIAL move skylight skin to viewer repo | Richard Linden | |
2011-02-16 | turn off parallel linux builds; they don't work for autobuild driven builds. | Alain Linden | |
2011-02-16 | for now, turn off precompiled header usage by default (so Incredibuild will ↵ | Alain Linden | |
work). | |||
2011-02-16 | temporarily turn off precompiled header usage to work around Incredibuild ↵ | Alain Linden | |
issues. | |||
2011-02-16 | Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010 | Oz Linden | |
2011-02-16 | merging in latest viewer-development | Oz Linden | |
2011-02-16 | use new packages. | Alain Linden | |
2011-02-16 | fix for INTEGRATION_TEST_llcapabilitylistener (include Python to run with ↵ | Alain Linden | |
correct python executable). | |||
2011-02-16 | merge changes for storm-981 | Oz Linden | |
2011-02-16 | STORM-977 llmediaplugintest shows up even though -DLL_TESTS:BOOL=OFF has ↵ | Jonathan Yap | |
been used | |||
2011-02-16 | SWAT-484, SWAT-485: add LLSideTrayListener, a new LLEventAPI. | Nat Goodspeed | |
Expand XUI-visible LLUICtrl::CommitCallbackRegistry operations to include "SideTray.Toggle" and "SideTray.Collapse". Give LLSideTrayListener friend access to LLSideTray so it can query the attached and detached tabs. Introduce tab_cast template to deal with the unavailability of the LLSideTrayTab class outside of llsidetray.cpp. |