summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerparcelmgr.cpp
AgeCommit message (Collapse)Author
2014-06-24MAINT-875 FIXED Display notification if user is not allowed to terraform ↵Mnikolenko ProductEngine
hovered parcel.
2014-05-07Merge downstream version 3.7.8 codesimon
2014-03-21MAINT-1805 FIXED "Back" button doesn't teleport user to correct location ↵andreykproductengine
after performing several teleports to a different locations Agent position gets reseted frequently while not all varibles are uptadet, as result it is not reliable for inter-region teleportation. Changed to value from message.
2014-02-12merge with releaseRichard Linden
2013-11-18add callbacks to LLAgent for Region and Parcel changesOz Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-02-13Merge from viewer-betaprep
2013-01-24merging in viewer-beta.Nyx Linden
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh.
2013-01-24MAINT-2277 Yellow "fence" (selection) of the parcel doesn't update after ↵Kelly Washington
selecting the other parcel * Removed bogus check on matching parcel data coming in.
2013-01-10MAINT-2209 Parcel name not updating after teleportKelly Washington
2012-09-21MAINT-1601 Land remains for sale after purchasing for group.Kelly Washington
reviewed with Simon
2012-08-22mergeBrad Payne (Vir Linden)
2012-08-17Expanding region flags to 64 bits. Adding region protocol flagsDon Kjer
2012-08-16merge up to latest viewer-developmentOz Linden
2012-08-09MAINT-113 Fix for flashing property lines when selecting objects.davep@spiral.lindenlab.com
2012-07-31merge up to latest viewer-developmentOz Linden
2012-05-14STORM-1812 Tweak how music is restarted for teleport within a parcelJonathan Yap
2012-04-16storm-1843: remove unused ParcelMediaURLFilter capabilityOz Linden
2012-02-15STORM-1812 Music stream does not always restart after teleportingJonathan Yap
2011-12-08Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-12-06merge changes for storm-591Oz Linden
2011-12-05STORM-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-28simple code cleanupRichard Linden
2011-11-23STORM-591 Trivial code cleanupJonathan Yap
2011-11-11STORM-591 Remove dead line of code to fix mac/linux compile error.Jonathan Yap
2011-10-28STORM-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-28STORM-1105 "Traffic: 0" shown for two cases (traffic actually 0, and waiting ↵Jonathan Yap
for data)
2011-05-20fix more DOS line endingsOz Linden
2011-05-12Merge.brad kittenbrink
2011-05-10ER-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-05Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵brad kittenbrink
a bunch of unnecesary header dependencies.
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.
2010-11-15mergeRichard Linden
2010-10-29EXP-359 WIP Disable MOAPRichard Linden
fixed AudioStreamingMusic and AudioStreamingMedia so they are independent this way we can keep audio on but disable html content
2010-10-11EXP-172 FIXED Property lines flash on and off when right clicking on land in ↵Richard Nelson
Skylight viewer
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-02notification fixesleyla
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-04-13Fixed 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-02MergeJames Cook
2010-02-16EXT-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-11converted llfloaternearbymedia to llpanelnearbymediarichard
moved from LLTransientDockableFloater model to popup panel model like volume popup
2010-02-11MergeJames Cook
2010-02-05MergeLeyla Farazha
2010-02-05EXT-4252 Streaming Audio lost after TPLeyla Farazha
reviewed by Rick
2010-02-04Converted all gCacheName->getName to getFullName for SLID compatibilityJames 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.