Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | STORM-1812 Music stream does not always restart after teleporting | Jonathan Yap | |
2011-12-08 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-12-06 | merge changes for storm-591 | Oz Linden | |
2011-12-05 | STORM-591 Made change per code review request: disable audio when teleport ↵ | Jonathan Yap | |
progress bar is present Added code to start counting the fade in time on login when STATE_STARTED is set | |||
2011-11-28 | simple code cleanup | Richard Linden | |
2011-11-23 | STORM-591 Trivial code cleanup | Jonathan Yap | |
2011-11-11 | STORM-591 Remove dead line of code to fix mac/linux compile error. | Jonathan Yap | |
2011-10-28 | STORM-591 As a music fan, I want audio to fade in gently so my immersion is ↵ | Jonathan Yap | |
increased Co-written with Robin Cornelius | |||
2011-10-28 | STORM-1105 "Traffic: 0" shown for two cases (traffic actually 0, and waiting ↵ | Jonathan Yap | |
for data) | |||
2011-05-20 | fix more DOS line endings | Oz Linden | |
2011-05-12 | Merge. | brad kittenbrink | |
2011-05-10 | ER-480 Viewer work for abandoned land. | Kelly Washington | |
* Support group members with the right powers buying land set for sale to a group * Add dialogs for abandoned land related notifications. | |||
2011-05-05 | Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵ | brad kittenbrink | |
a bunch of unnecesary header dependencies. | |||
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. | |||
2010-11-15 | merge | Richard Linden | |
2010-10-29 | EXP-359 WIP Disable MOAP | Richard Linden | |
fixed AudioStreamingMusic and AudioStreamingMedia so they are independent this way we can keep audio on but disable html content | |||
2010-10-11 | EXP-172 FIXED Property lines flash on and off when right clicking on land in ↵ | Richard Nelson | |
Skylight viewer | |||
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-02 | notification fixes | leyla | |
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-04-13 | Fixed normal bug EXT-6624 ('Land for sale' icon isn't showed in Navigation ↵ | Paul Guslisty | |
bar after teleport from another land for sale with 'Moderate' rating) - Reason: after teleport, Agent's content rate compares with just teleported Region's content rate, to check whether Agent can buy a Parcel in this Region. But it compares with old Region ones. Because In method 'LLViewerParcelMgr::canAgentBuyParcel' the call of 'LLViewerParcelMgr::getInstance()->getSelectionRegion()' returns last selected parcel. So after teleport this method call will always return old Region. Solution: In 'LLViewerParcelMgr::canAgentBuyParcel' determine current Parcel Agent is in, then determine Region using Agent's Parcel information and use actual Region. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/222/ --HG-- branch : product-engine | |||
2010-03-02 | Merge | James Cook | |
2010-02-16 | EXT-5270: Implement "dynamic" controls based on the selected item in Nearby ↵ | Rick Pasetto | |
Media Review #112 This change adds controls that change state based on the selection in the nearby media panel. There are basically 3 sets: - Time-based - Web-based ("Normal") - Disabled Again, these change based on what you've got selected in the panel | |||
2010-02-11 | converted llfloaternearbymedia to llpanelnearbymedia | richard | |
moved from LLTransientDockableFloater model to popup panel model like volume popup | |||
2010-02-11 | Merge | James Cook | |
2010-02-05 | Merge | Leyla Farazha | |
2010-02-05 | EXT-4252 Streaming Audio lost after TP | Leyla Farazha | |
reviewed by Rick | |||
2010-02-04 | Converted all gCacheName->getName to getFullName for SLID compatibility | James Cook | |
Also eliminated notification "ObjectGiveItemUnknownUser" because the SLURL-based name lookup will always retrieve the user name. Fixed a bug with ObjectGiveItem where the SLURL would be incorrect for a group. | |||
2010-02-03 | Backed out changeset 83d2ec4d4a5e, a hack that forces you to fall when ↵ | Vadim Savchuk | |
entering a parcel with no rights to fly in it. --HG-- branch : product-engine | |||
2010-02-01 | (EXT-2987) Parcel Characteristics icons aren't refreshed | Sergei Litovchuk | |
after changing restrictions - LLViewerParcelMgr refactoring. Changed parcel characteristics accessors to get selected parcel properties. --HG-- branch : product-engine | |||
2010-01-29 | Partial fix for normal (EXT-4722) Ability to fly in a parcel when flying is ↵ | Sergei Litovchuk | |
disabled in the About Land - Added forced flying off when entering a parcel with no rights to fly in it. --HG-- branch : product-engine | |||
2010-01-29 | Fixed bug EXT-4437 ([BSI] console warning flood when viewing profile) by ↵ | Vadim Savchuk | |
suppressing duplicated warnings. --HG-- branch : product-engine | |||
2010-01-29 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-29 | got rid of lloverlaybar, llmediaremotectrl, llvoiceremotectrl dependencies, ↵ | Igor Borovkov | |
updated cmake list --HG-- branch : product-engine | |||
2010-01-28 | Fixed normal bug (EXT-4610) [BSI] parcel settings icons do not match parcel ↵ | Sergei Litovchuk | |
settings - Changed parcel settings behavior to match viewer 1.23. --HG-- branch : product-engine | |||
2010-01-15 | fix casting error in gooey merge. | Tofu Linden | |
2010-01-15 | EXT-4133 MissingString(AllEstatesYouOwn) when adding/removing from ↵ | Leyla Farazha | |
REGION/ESTATE, Estate tab reviewed by James | |||
2010-01-14 | EXT-3795 First run messages still display (click & drag on map, Build tools ↵ | angela | |
open, movement controlled, etc) | |||
2010-01-05 | Lots of fixes to parcel audio playing/stopping/autoplaying/firstuse policy. | Tofu Linden | |
2010-01-05 | DEV-44775 pref incorrectly named 'AudioSteamingMedia' in many places | Tofu Linden | |
2009-12-11 | implemented EXT-2323 “Get rid from obsolete notification widgets”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-09 | Fixed normal bug EXT-3139 (Invalid Region/Parcel name is shown for | Andrew Dyukov | |
intra-region teleports in the back/fwd history). --HG-- branch : product-engine | |||
2009-11-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
Cuts number of includes of llnotifications.h from 300+ to 40. | |||
2009-11-24 | Removed llnotifications.h from all headers by adding llnotificationsptr.h | James Cook | |
Fixed many more includes | |||
2009-11-23 | Initial implementation of parcel property icons and maturity string on nav bar | James Cook | |
Added new LLAgentUI location format, renamed unclear old one Renamed ShowCoordinatesOption to NavBarShowCoordinates Extended LLLocationInputCtrl to show icons. Reviewed with Rick | |||
2009-10-26 | EXT-1548 - Fix for Crash on restart of a region | Steve Bennetts | |
2009-10-22 | EXT-1651 Fix "You cannot close the Buy Land window" error message that ↵ | James Cook | |
prevents buying land more than once per login session. Made LLFloaterBuyLandUI destroy itself on close, which cleans up pending currency transactions. Changed LLViewerParcelMgr::deleteBuyInfo() signature because I found it confusing. Reviewed with Richard. | |||
2009-10-02 | merge of latest viewer/viewer-20 | Mark Palange (Mani) | |
2009-09-30 | DEV-35039 Viewer 2.0 Help System - Viewer Development | Adam Moss | |
svn merge -r134800:134805 svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer2help-3 |