summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
AgeCommit message (Collapse)Author
2013-01-04Automated merge with http://bitbucket.org/lindenlab/viewer-developmentRichard Linden
2012-11-19merge with viewer-developmentRichard Linden
2012-11-13Pull and merge from https://bitbucket.org/lindenlab/viewer-development.William Todd Stinson
2012-10-17SH-3405 WIP convert existing stats to lltrace systemRichard Linden
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling
2012-10-16MAINT-1737: Adding a menu option to the Pathfinding menu to allow rebuilding ↵William Todd Stinson
of the region's navmesh.
2012-10-16MAINT-1737: Moving files around to replace the Rebake_Region button with a ↵William Todd Stinson
menu option.
2012-10-15SH-3405 WIP convert existing stats to lltrace systemRichard Linden
converted all remaining LLViewerStats to lltrace
2012-07-23Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-06-26Renaming the rebake navmesh panel class.Todd Stinson
2012-06-22Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-06-21merge changes for DRTVWR-171Oz Linden
2012-06-19PATH-702: Positioning the rebake navmesh button to align with the ↵Todd Stinson
Stand/StopFlying buttons. Also, parenting the buttons to the toolbar UI elements.
2012-06-13EXP-1959: Marking the teleport entry access notifications as unique so they ↵Todd Stinson
do not stack.
2012-06-05EXP-1942: BUGFIX Ensuring to clear the flag indicating that maturity changed ↵Todd Stinson
during teleport when the maturity level change fails.
2012-06-01EXP-1942: Ensuring that the teleport cancel works in the case of restarting ↵Todd Stinson
a teleport. Also, ensuring to pull down the teleport screen if we time out of a maturity request with a pending teleport queued.
2012-05-31Reloading the the pathfinding object floaters when the god level is changed.Todd Stinson
2012-09-12Possible crash fix in LLAgent::doTeleportViaLocationAnsariel
2012-05-29Re-adding a line of code that was unintentionally removed.Todd Stinson
2012-05-29EXP-1942,EXP-1945: Pulling down the teleport screen in the scenario of ↵Todd Stinson
waiting for a maturity preference change that is still being posted to the server.
2012-05-29EXP-1942,EXP-1945: Ensuring that the teleport process waits for the maturity ↵Todd Stinson
preferences to be synced between viewer and server.
2012-05-25EXP-1942,EXP-1945: More robust handling and syncing of the maturity preference.Todd Stinson
2012-05-25EXP-1942, EXP-1945: Improved handling of the maturity preference change ↵Todd Stinson
response. Still needs work though.
2012-05-24EXP-1942,EXP-1945: Altering behavior when setting maturity preference to ↵Todd Stinson
check the server response in an effort to ensure the viewer and server remain in sync. This is a partial commit as I still need to add user behavior and notifications when things go wrong.
2012-05-24EXP-1948: Ensuring that we show the maturity changed notification in the ↵Todd Stinson
case of a teleport failure on the second attempt.
2012-05-23Removing some code that allowed the viewer to toggle the user's maturity ↵Todd Stinson
access level. But only toggling it in the viewer leads to some really bad discontinuities with the server's actual access level for the user.
2012-05-23Removing cruft code that is no longer used.Todd Stinson
2012-05-17EXP-1940: BUGFIX Correcting issue with changing maturity setting and ↵Todd Stinson
teleporting from dialog did not work on agni. Problem stemmed from 2 issues. 1) The server responded with different results between aditi and agni due to some changes in the Pathfinding project. 2) The viewer was actually sending two separate requests to change to the same preference setting. This fixes both issues.
2012-05-17EXP-1928: Constructing the new maturity preferences flow for the case of a ↵Todd Stinson
teleport via lure (which cannot be restared).
2012-05-17EXP-1928: Minor tweak to ensure that the case of the copy for content type ↵Todd Stinson
is lower-case.
2012-05-17EXP-1928: Handling the rare case that the user preferences cannot be ↵Todd Stinson
successfully changed, and reporting that to the user.
2012-05-15EXP-1928: Removing ability to restart a teleport via lure because the ↵Todd Stinson
re-attempt will fail on the server.
2012-05-15EXP-1928: Removing some commented asserts following more development testing.Todd Stinson
2012-05-11EXP-1928: First pass at building the functionality to restart teleport after ↵Todd Stinson
increasing the maturity preference level to match the intended teleport region. There are probably still some cases that are broken and bugs.
2012-05-10EXP-1928: Adding fundamentals for managing a teleport request in such a way ↵Todd Stinson
that it can be restarted.
2012-05-02SH-3128 FIX - log message cleanup for avatar rezzingBrad Payne (Vir Linden)
2012-05-02merge viewer-release to dranoBrad Payne (Vir Linden)
2012-04-19Move phase tracking to its own set of classes inside LLViewerStats - ↵Brad Payne (Vir Linden)
simplifies llvoavatar and allows adding such tracking to classes that live outside the avatar lifetime
2012-04-05Removing unneeded code because we have the pathfinding console working to ↵Todd Stinson
correctly when teleporting or crossing region boundaries.
2012-04-02Automated merge with https://bitbucket.org/VirLinden/runwayNyx (Neal Orman)
2012-04-02SH-3041 FIX use server-sent baked texture IDs while waiting for avatar to loadNyx (Neal Orman)
Prevents the avatar's baked texture UUIDs sent by the server's first objectUpdate message from being overwritten until the wearable cache results come back.
2012-03-21SH-3039 WIP - trying to close phases where neededBrad Payne (Vir Linden)
2012-03-20Cleaning up miscellaneous differences between the pathfinding repository and ↵Todd Stinson
the latest viewer-development.
2012-03-16SH-3044 FIX - change avatar log message to LL_DEBUGS to allow effective ↵Brad Payne (Vir Linden)
toggling when default is INFO
2012-03-16SH-3044 - tag avatar log messages LL_INFOS(Avatar)Brad Payne (Vir Linden)
2012-03-13Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-13pull and merge from viewer-developmentprep
2012-03-13Removing an unreferenced .h file and replacing it with a more specific one.Todd Stinson
2012-03-12SH-2970 WIP - scoped phase tweaking, removed auto-phase-stop on metrics sendBrad Payne (Vir Linden)
2012-03-12SH-2970 WIP - send per-appearance-change metrics packet (disabled)Brad Payne (Vir Linden)
2012-03-12path-405: Avatar is no longer frozen when pathing window is up and when ↵prep
avatar crosses a region boundary the resident is informed with a message in the pathing window.