summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
AgeCommit message (Collapse)Author
2014-03-03merge changes for 3.7.2-releaseOz Linden
2014-02-26MAINT-3746 FIXED After replacing LLEnvManagerNew::setRegionChangeCallback ↵Mnikolenko ProductEngine
with LLAgent::addRegionChangedCallback we should call RegionChanged callbacks to update NavMesh status.
2014-02-12merge with releaseRichard Linden
2014-02-11mergeBrad Payne (Vir Linden)
2014-01-23merge changes for 3.6.13-releaseOz Linden
2014-01-03merge changes for 3.6.12-releaseOz Linden
2013-12-18STORM-1831 Changing addRegionChangedCallback to more closely resemble the ↵Ima Mechanique
feature it replaces. This fixes the crashes reported by Whirly ;-)
2013-12-17add LLAgent::removeRegionChangedCallbackOz Linden
2013-12-05mergeBrad Payne (Vir Linden)
2013-12-02merge with releaseRichard Linden
2013-11-20STORM-68 Reapply changes to inventory processing lost in the merge.Jonathan Yap
Move call to updateCap back to where it was. The place it was moved to was too early in the login sequence and was causing a crash.
2013-11-19merge up to 3.6.10-release; some of the storm-68 changes lostOz Linden
2013-11-19STORM-68 Place initial call to send cap in new, better location.Jonathan Yap
Make processing of debug setting names a little more elegant.
2013-11-19replace uses of LLEnvManagerNew::setRegionChangeCallback with ↵Oz Linden
LLAgent::addRegionChangedCallback
2013-11-19add documentation to LLAgent::addRegionChangedCallback and improve loggingOz Linden
2013-11-18add callbacks to LLAgent for Region and Parcel changesOz Linden
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-11-11Merge 3.6.11 for RC-abilityGraham Linden
2013-10-25Fix release merge issues (included upstream changes not yet in release from ↵Graham Linden
bear)
2013-10-16mergeBrad Payne (Vir Linden)
2013-10-15SH-3455 WIP - llstartup cleanupBrad Payne (Vir Linden)
2013-10-08merge from viewer-releaseRichard Linden
2013-09-23SH-3455 WIP - post-SSA cleanup, including removal of mUseServerBakes and ↵Brad Payne (Vir Linden)
related methods
2013-09-19SH-3455 WIP - removing bake upload codeBrad Payne (Vir Linden)
2013-09-19SH-3455 WIP - removing bake upload codeBrad Payne (Vir Linden)
2013-09-19SH-3455 WIP - removing bake upload codeBrad Payne (Vir Linden)
2013-09-18sunshine cleanup annotationsBrad Payne (Vir Linden)
2013-09-18sunshine cleanup annotationsBrad Payne (Vir Linden)
2013-09-09merge with viewer-releaseRichard Linden
2013-09-09eliminate some redundant geometry rebuilding operations during teleportingXiaohong Bao
2013-09-04mergeBrad Payne (Vir Linden)
2013-08-30fix for SH-4295: Interesting: Teleporting to previous location leave some ↵Xiaohong Bao
objects invisible.
2013-08-26Merge downstream code from CHUIStorm releasesimon
2013-08-26Merge downstream code for CHUIStormsimon
2013-08-22MAINT-2904 FIXED (Users of "LittleSight" viewer are invisible but can listen ↵Mnikolenko ProductEngine
to spatial chat)
2013-08-19merge changes for DRTVWR-285Oz Linden
2013-08-16merge with viewer-releaseNyx 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-07-25CHOP-962: Make LLControlVariable::setPersist() accept only enum.Nat Goodspeed
Initial change made LLControlVariable::mPersist an enum, but retained bool/BOOL public API. setPersist(true) set one value, setPersist(false) set another, forcePersist() set the third. Per code review, expose enum to public, make setPersist() (and LLControlVariable constructor, and LLControlGroup:: declareControl(), and all the LLControlGroup::declareMumble() methods, and all the unit-test dummy declareMumble() method bodies) accept that enum. Remove forcePersist(). Fix calls to LLControlGroup::declareMumble() accordingly. Also rename PERSIST_YES to PERSIST_NONDFT, also per code review.
2013-07-18SH-3875 FIX Failure to bake face wrinklesNyx Linden
Wrinkles have been a deprecated/non-functional feature for a few years now. Removing the user-facing sliders to prevent confusion.
2013-07-11MAINT-2879 : Viewer should revoke animation permissions with "Stop Animating Me"simon
Reviewed by Kelly
2013-06-21Automated merge with file:///F:%5Cviewer-bearDave Parks
2013-06-19Pull merge lindenlab/viewer-releaseMerov Linden
2013-06-05merge with viewer-releaseRichard Linden
2013-05-10SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect standard naming conventions for handlers vs. reactors
2013-05-10BUILDFIX capitalization errorNyx Linden
2013-05-10DEBUG adding additional logging for avatar heightNyx Linden
usually disabled, enable avatar in logcontrol.xml to get output.
2013-05-08SH-4048 SH-4171 SH-4046 FIX avatar sinks into ground, updates sent to observersNyx Linden
Avatar preview code was triggering avatar size updates, which were causing the avatar's height above the ground to change when the previews were rendered. Also added code to suppress appearance updates being sent out while in appearance editing mode.
2013-05-05Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵Richard Linden
dependencies