summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-22set "RenderVBOMappingDisable" to be true by default to stop VBO memory leaking.Xiaohong Bao
2011-02-22Automated merge with https://bitbucket.org/jenn_linden/viewer-vs2010Alain Linden
2011-02-22update google_breakpad archive usage on windows.Alain Linden
2011-02-22more fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵Xiaohong Bao
leaking.
2011-02-22STORM-28 FIXED Added the ability to send agent's own calling card to others.Seth ProductEngine
- Added creating own calling card for the user to be able to share it with other residents. - Moved calling cards synchronization with friends list to the viewer start up. Previously synchronized upon opening the Friends tab in People side panel. - Calling cards for non-friends are not removed upon calling cards synchronization with friends list. - Enabled "Share" menu item for calling cards in inventory.
2011-02-22STORM-889 FIXED Put Link/Unlink in Edit PanelPaul ProductEngine
- Moved callbacks for Link/Unlink to the LLSelectMgr - Binded Link/Unlink callbacks with buttons in Build Floater - Replaced view_listener_t usage for Link, Unlink, EnableLink, EnableUnlink with boost::bind
2011-02-21Changes windows build and PNG cmake to reflect latests libpng buildssquire
2011-02-21Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2011-02-21Automated merge with ssh://hg.lindenlab.com/josh/vea2-uiautoNat Goodspeed
2011-02-19Do not add <jsonpath>/include/json as an include director. Instead use ↵Nicky
<jsonpath>/include. Otherwise include/json/features.h will mask /usr/include/features.
2011-02-23Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010Oz Linden
2011-02-21change host reverse lookup test to use our own host (linux.org failed)Oz Linden
2011-02-19Pull in FreeType 2.4.4 for Windows (built using AutoBuild)callum
2011-02-19Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010Oz Linden
2011-02-19Automated merge with file:///Users/oz/Work/V-DOz Linden
2011-02-19make sure parallel builds are off for my test repos (and clean out some ↵Oz Linden
obsolete entries)
2011-02-18Merge.brad kittenbrink
2011-02-18Fix for failure to link Release builds due to :Release being an invalid path ↵brad kittenbrink
name on windows.
2011-02-18Fix for packaging failure. Installer was missing the SecondLife.exe binarybrad kittenbrink
due to improperly disabled msvcrt manifest checking. reviewed by jenn.
2011-02-18use improved packaging for jsoncppOz Linden
2011-02-18Automated merge with ssh://bitbucket.org/oz_linden/viewer-vs2010Oz Linden
2011-02-19Fix for more instances of dereferencing gKeyboard in headless client.Don Kjer
2011-02-18Fix up path resolution.Joshua Bell
2011-02-19Merge with viewer-developmentDon Kjer
2011-02-19Merge of ssh://hg.lindenlab.com/nat/viewer-eventapi2/Don Kjer
2011-02-18Automated merge with https://bitbucket.org/jenn_linden/viewer-vs2010Alain Linden
2011-02-18remove installable mesa for windows; not used.Alain Linden
2011-02-18More cleanup from self-reviewing headless client changesDon Kjer
2011-02-18Cleanup 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-18Add LLAgent operations to set/query avatar orientation.Nat Goodspeed
2011-02-18Merge with headcallum
2011-02-18Pull in autobuild derrived jpeglib (version 8c) for Windows MSVC 2010callum
2011-02-18Implemented path resolution. Should be able to test this now.Joshua Bell
2011-02-18Initial stub for getValue() and path walkerJoshua Bell
2011-02-18pull changes from vs2010Oz Linden
2011-02-18Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010Oz Linden
2011-02-18merge max fixes from merov.Andrew A. de Laix
2011-02-18Introduce 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-18BUG 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-18merge changes for viewer-vs2010Oz Linden
2011-02-18merge mac autobuild fix from MerovOz Linden
2011-02-17Autobuild: fix for Mac build using XCodeMerov Linden
2011-02-17VWR-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-17merge changes from jenn_linden/viewer-vs2010Oz Linden
2011-02-17Automated merge with https://bitbucket.org/jenn_linden/viewer-vs2010Alain Linden
2011-02-17update to latest apr_suite package.Alain Linden
2011-02-17Automated merge with ↵Nat Goodspeed
http://pdp47.lindenlab.com/cgi-bin/hgwebdir.cgi/brad/viewer-development/
2011-02-17Ported 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-17Automated merge with file:///Users/oz/Work/viewer-vs2010Oz Linden
2011-02-17Added an EventAPI listener to LLWindow for hooking into key and mouse inputs.brad kittenbrink