summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpie.cpp
AgeCommit message (Collapse)Author
2011-03-11SOCIAL-530 WIP When double clicking a nearby location I want my avatar to ↵Richard Linden
walk to that spot can drag objects in front of avatar in opposite direction now reliably release mouse capture min rotation radius is now scaled by camera distance from rotation center
2011-03-10SOCIAL-530 WIP When double clicking a nearby location I want my avatar to ↵Richard Linden
walk to that spot Initial mouse-based steering and single click to walk
2011-02-25SOCIAL-548 FIX shorten delay for avatar inspector tooltipsRichard Linden
2010-11-15mergeRichard Linden
2010-10-08EXP-170 Able to buy objects in Skylight viewer (viewer code and default ↵callum
settings changes) Note: this also adds a setting to turn off 'Pay' too.
2010-09-28added settings to toggle grab and alt-zoom abilityRichard Linden
2010-09-16MergeLeyla Farazha
2010-09-08simplifying the inspector tooltip logicLeyla Farazha
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-09-03Merge between james/viewer-identity-evolution and dessie/viewer-publicAimee Linden
2010-08-26VWR-20715 Double-click teleportAimee Linden
SNOW-352/SNOW-421/SNOW-462 Imported from Snowglobe 2 By Twisted Laws and Thickbrick Sleaford
2010-08-24remove parens from mini-inspector if not using display namesLeyla Farazha
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-20Merge from dessie/viewer-releaseLeyla Farazha
2010-08-19fixed line endingsLeyla Farazha
2010-08-19synchronous llavatarcachename::get calls now return true even if entry is ↵Leyla Farazha
expired
2010-08-13fixed nametag reverting to legacy name ever 3 minutesLeyla Farazha
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-07merge from viewer-releaseTofu Linden
2010-08-06Fixes for EXT-8563 "VWR-20156: Prim Media on HUDs has no Audio or Interactivity"Monroe Linden
Backed out changeset 1b65d0d42c67 (the fix for EXT-5205), and replaced it with a check in LLPanelPrimMediaControls::nextZoomLevel(). Made LLViewerMediaImpl::calculateInterest() not attempt to calculate distances to HUD attachments, since their global positions are invalid.
2010-07-30deprecated LLPanel::child*() methodsRichard Nelson
2010-07-19Merge with dessie/viewer-releaseLeyla Farazha
2010-07-09EXT-8296 FIXED Format currency properly in tooltips and the about land window.Aimee Linden
2010-06-01Clean up some commentsJames Cook
2010-05-18Rename mSLID to mUsername to match the name of the field in the UIJames Cook
Product made a late-breaking request to change the name of this field. The wire protocol for People API has not yet changed.
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-04-16EXT-5205 MoAP auto zoom should not work on prims attached as HUDsLeyla Farazha
Reviewed by Richard CC#192
2010-04-08EXT-6503 Setting a "click to" action in the Build tool breaks Shared Media ↵Leyla Farazha
interaction reviewed by richard cc#182
2010-03-29Merge latest viewer-hotfix, approximately equal to Viewer 2.0 finalJames Cook
2010-03-29MergeLoren Shih
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp".
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar".
2010-03-26EXT-EXT-6317 - cursor does not indicate clicking will trigger an action when ↵Richard Nelson
over transparent objects reviewed by Leyla
2010-03-26EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Superficial cleanup so that all instances of gAgent.getAvatarObject() use "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject".
2010-03-25automated mergeLoren Shih
2010-03-23EXT-2959 : Full out camera functions from llagent to llagentcameraLoren Shih
First check-in; only compiles, nothing more.
2010-03-16mergeRichard Linden
2010-03-09EXT-2418 add price to object tooltipangela
2010-03-08EXT-2418 Object hover tips no longer show price, description or ownerangela
2010-03-05EXT-2418 added open/sit/buy mouse cursorsRichard Linden
2010-03-02MergeJames Cook
2010-02-18Preference to set what fields name tags display, andJames Cook
first attempt at "use display names" menu item which doesn't work yet
2010-02-15CID-39Tofu Linden
Checker: DEADCODE Function: LLToolPie::handleMediaClick(const LLPickInfo &) File: /indra/newview/lltoolpie.cpp simply some redundant checking, cleared-up for clarity
2010-02-11Created stub LLAvatarNameCache for display name lookup, asJames Cook
well as LLAvatarName base data object. Reviewed with Kelly.
2010-02-11MergeJames Cook
2010-02-11CID-73Tofu Linden
Checker: FORWARD_NULL Function: LLToolPie::pickRightMouseDownCallback() File: /indra/newview/lltoolpie.cpp
2010-02-08Converted names build from avatar object LLNameValue pairs to SLIDJames Cook
Added temporary getDisplayName() to LLCacheName Moved temporary placeholder display names into LLCacheName Eliminated rarely used LLAgentUI::buildName in favor of buildFullName Standardized buildFullName capitalization
2010-01-28FIX EXT-4630 EXT-4670: Show inspector tooltip over media, don't show it if ↵Rick Pasetto
media is playing Review #91 This is a different take from my prior implementation. This has two changes to the "rules" for showing the inspector tooltip: 1. Do not show the inspector tooltip if hovering over a face that has media displaying 2. If you hover over a face with media *data* on it, show the inspector tooltip, subject to rule #1 (i.e. only if media is not displaying)