summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingobjects.cpp
AgeCommit message (Collapse)Author
2017-01-16MAINT-1689 The object that was created after opening Linkset is not ↵Mnikolenko Productengine
presented in linkset list
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-12-15fix for some std::pair/STL syntaxcallum_linden
2013-11-19replace uses of LLEnvManagerNew::setRegionChangeCallback with ↵Oz Linden
LLAgent::addRegionChangedCallback
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-08-14PATH-849: Group objects were losing their [group] identifier following the ↵Todd Stinson
last commit. This should fix that issue.
2012-08-14PATH-849: Refactoring the behavior after loading the owner name of a ↵Todd Stinson
pathfinding object into the avatar name cache so that each object can simply update its respective row in the scroll list rather than rebuilding from scratch after all names are loaded.
2012-06-29PATH-797: BUGFIX Altering how the rows are being added to the scrolllist ↵Todd Stinson
widget to avoid a regression that occurred after merging from viewer-release recently caused the time to load a large number of elements to increase substainally.
2012-06-28Cleaning up new files in preparation for merge into viewer-release.Todd Stinson
2012-06-26Updating the header licensing comments.Todd Stinson
2012-06-26Updating the teleport-me-to-it behavior for the characters and linksets. ↵Todd Stinson
Firstly, to remove the direct call to gAgent.teleportRequest() which is being made into a private function. Secondly, to check the viewer object list to see if the object exists there, and if so, to use that location as the teleport destination.
2012-06-25Correcting a state message when setting values on the linkset floater.Todd Stinson
2012-06-25PATH-717: Minor UI changes from Leo. Also, adding a notification when ↵Todd Stinson
attempting to return or delete multiple items.
2012-06-22PATH-764,PATH-765: Adding in a context menu option on right-click of an ↵Todd Stinson
object to show in the linksets floater if all objects are non-characters, or to show in the characters floater if all objects are characters.
2012-06-15BUGFIX: Correcting a behavior where moving the cursor over a selected object ↵Todd Stinson
inappropriately called updateControls(). Fix was to break the updateControl() functionality into two separate handlers updateControlsOnScrollListChange() and updateControlsOnInWorldSelectionChange().
2012-06-05PATH-682: Correcting behavior for the case where setting the linksets and ↵Todd Stinson
the response returned is an error, and this causes the viewer to crash. This commit should remove the viewer crash.
2012-06-04BUGFIX: Correcting selection behavior where the floater edit fields were not ↵Todd Stinson
being updated if the object selected was not in range of the viewer.
2012-06-04Ensuring that the scroll list is rebuilt after any missing avatar names are ↵Todd Stinson
loaded into cache.
2012-06-01Adding an automatic refresh to the pathfinding object floaters.Todd Stinson
2012-06-01Migrated restoration of physics capsule into pathing characterprep
2012-06-01Migrated physics capsule logic into pathing character objectprep
2012-06-01Update to latest llphysics extensions libraryprep
2012-05-31Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-05-31A bit more class clean-up for the LLFloaterPathfindingObjects.Todd Stinson
2012-05-31WIP:Displaying physics capsule for a character - it is currently disabled.prep
2012-05-31Reloading the the pathfinding object floaters when the god level is changed.Todd Stinson
2012-05-30Cleaning up some unreferenced headers and classes definitions from previous ↵Todd Stinson
refactoring.
2012-05-30First pass at refactoring the pathfinding linksets and pathfinding ↵Todd Stinson
characters classes to reduce code duplication, as both functionalities were heavily duplicated.