Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-23 | added minimal skin XUI files to project | Richard Linden | |
2011-02-23 | fixed filename output on XUI parse errors | Richard Linden | |
2011-02-23 | STORM-1020 Use tabs instead of spaces in fix. | Jonathan Yap | |
2011-02-23 | SOCIAL-545 FIX Figure out how to configure skylight-specific settings | Richard Linden | |
removed extraneous configuration variables | |||
2011-02-23 | STORM-1020 It is sometimes necessary to press ALT+CTRL+D twice to get the ↵ | Jonathan Yap | |
Debug menu on the login screen | |||
2011-02-23 | update windows to use new libndofdev and google-mock archives. | Alain Linden | |
2011-02-23 | Automated merge with ssh://hg@bitbucket.org/lindenlab/viewer-development | Oz Linden | |
2011-02-23 | STORM-1019 Add ability to display beacons for Media on a Prim objects | Robin Cornelius | |
Changes merged into viewer 2 by Jonathan Yap | |||
2011-02-23 | SOCIAL-545 FIX Figure out how to configure skylight-specific settings | Richard Linden | |
added comments and cleaned up code | |||
2011-02-23 | separate vertex buffer and index buffer when map/unmap VBO. can be treated ↵ | Xiaohong Bao | |
as part of STORM-1011. reviewed by davep. | |||
2011-02-22 | SOCIAL-545 WIP Figure out how to configure skylight-specific settings while ↵ | Richard Linden | |
retaining relevant user settings (login account name, etc.) converted settings_file.xml to use param block descriptions for easier modification added session settings file and user session settings file for per-session config overrides | |||
2011-02-22 | removed useless autologin setting | Richard Linden | |
2011-02-22 | SOCIAL-545 WIP Figure out how to configure skylight-specific settings while ↵ | Richard Linden | |
retaining relevant user settings (login account name, etc.) | |||
2011-02-22 | windows uses updated ogg-vorbis archive. | Alain Linden | |
2011-02-22 | update vstool to support vs2010. | Alain Linden | |
2011-02-22 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-22 | set "RenderVBOMappingDisable" to be true by default to stop VBO memory leaking. | Xiaohong Bao | |
2011-02-22 | Automated merge with https://bitbucket.org/jenn_linden/viewer-vs2010 | Alain Linden | |
2011-02-22 | update google_breakpad archive usage on windows. | Alain Linden | |
2011-02-22 | more fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-22 | STORM-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-22 | STORM-889 FIXED Put Link/Unlink in Edit Panel | Paul 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-21 | Changes windows build and PNG cmake to reflect latests libpng builds | squire | |
2011-02-19 | Do 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-23 | Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010 | Oz Linden | |
2011-02-21 | change host reverse lookup test to use our own host (linux.org failed) | Oz Linden | |
2011-02-19 | Pull in FreeType 2.4.4 for Windows (built using AutoBuild) | callum | |
2011-02-19 | Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010 | Oz Linden | |
2011-02-19 | Automated merge with file:///Users/oz/Work/V-D | Oz Linden | |
2011-02-19 | make sure parallel builds are off for my test repos (and clean out some ↵ | Oz Linden | |
obsolete entries) | |||
2011-02-18 | Merge. | brad kittenbrink | |
2011-02-18 | Fix for failure to link Release builds due to :Release being an invalid path ↵ | brad kittenbrink | |
name on windows. | |||
2011-02-18 | Fix for packaging failure. Installer was missing the SecondLife.exe binary | brad kittenbrink | |
due to improperly disabled msvcrt manifest checking. reviewed by jenn. | |||
2011-02-18 | use improved packaging for jsoncpp | Oz Linden | |
2011-02-18 | Automated merge with ssh://bitbucket.org/oz_linden/viewer-vs2010 | Oz Linden | |
2011-02-18 | Automated merge with https://bitbucket.org/jenn_linden/viewer-vs2010 | Alain Linden | |
2011-02-18 | remove installable mesa for windows; not used. | Alain Linden | |
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 | 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 | 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 | |