summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindinglinksets.cpp
AgeCommit message (Collapse)Author
2022-10-05SL-18295 Use yellow color on all floaters' search fields when non-emptyMnikolenko Productengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-08-27PATH-868: Ensuring that walkability values are reset to a previous value if ↵Todd Stinson
the empty string is entered.
2012-08-14PATH-856: Adding a new notification to indicate when the user will be ↵Todd Stinson
toggling the phantom flag of a linkset through the Pathfinding Linksets floater.
2012-08-14PATH-854: Adding support to display whether linksets are scripted or not in ↵Todd Stinson
the pathfinding linksets floater.
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-07-24Adding a group identifier to the group objects in the pathfinding linksets ↵Todd Stinson
and characters floaters.
2012-07-12Cleaning up some runtime output warning messages about invalid XUI syntax.Todd Stinson
2012-07-10Adding the example use type labels to the pathfinding linksets floater.Todd Stinson
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-28Ensuring that the linksets filters are cleared before attempting to select ↵Todd Stinson
an object from right-click in-world menu.
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-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-15Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-premium-wilderness.
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-11PATH-706: Removing enforcement on frozen/unfrozen state from the linksets ↵Todd Stinson
floater. Also, removing handlers for agent state change.
2012-06-05BUGFIX: Correcting an assert behavior where the LLSD returned from calls to ↵Todd Stinson
convertObjectsIntoScrollListData() should be required to be an array type.
2012-06-04Ensuring that the scroll list is rebuilt after any missing avatar names are ↵Todd Stinson
loaded into cache.
2012-05-31A bit more class clean-up for the LLFloaterPathfindingObjects.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.
2012-05-09Adding an owner field to the pathfinding linksets console. Making the ↵Todd Stinson
scroll list just wide enough for the additional field, but not cleaning up the rest of the floater until Leo has a chance to review.
2012-05-07PATh-621: BUGFIX Fixing an issue where attempting to apply changes from the ↵Todd Stinson
pathfinding linksets floater with no real data changes causes a viewer crash.
2012-05-01Switching the functionality of the linksets and character request handling ↵Todd Stinson
to no longer return values directly, but rather to report status only through the callbacks.
2012-04-25Removing windows line endings from .h and .cpp files.Todd Stinson
2012-04-06Altering the layout of the pathfinding console based on feedback.Todd Stinson
2012-04-05PATH-482: BUGFIX Automatically reloading the character and linksets floaters ↵Todd Stinson
on region crossing.
2012-03-27Refactoring the characters floater code.Todd Stinson
2012-03-19Adding non-volume status to the pathfinding linkset to restrict non-convex ↵Todd Stinson
linksets from being set to be a material or exclusion volume.
2012-03-06Storing the slots for the registered signal listeners. Before, this was ↵Todd Stinson
creating the artifact of crashing the Viewer on the second close of the pathfinding console.
2012-03-06Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-06Attempting to set the scroll position back to the original value on refresh.Todd Stinson
2012-03-02PATH-304,PATH-205: Initial reworking of the navmesh download functionality.Todd Stinson
2012-03-01BUGFIX Correcting a problem with the object selection code in the ↵Todd Stinson
pathfinding characters and linksets floaters. The code was not seeing the callback from the object update message of the selection manager.
2012-02-27PATH-292: Ensuring that the terrain linkset use is clearly called out as ↵Todd Stinson
unmodifiable.
2012-02-27PATH-292: Adding better usability and warning notifications for the handling ↵Todd Stinson
of locked linksets.
2012-02-25PATH-341: BUGFIX Clamping the walkability coefficient text inputs to maximum ↵William Todd Stinson
value.
2012-02-25PATH-341: BUGFIX Allowing walkability coefficients to be set to zero.William Todd Stinson
2012-02-25PATH-292: Adding the ability to view and edit pathfinding attributes of the ↵William Todd Stinson
terrain.
2012-02-23PATH-292: Re-enabling filtering for the linksets floater.Todd Stinson
2012-02-23PATH-292: Fixing an issue where clicking Apply Edits without any changes ↵Todd Stinson
resulted in an usable floater state.
2012-02-23PATH-292: Fixing the post-modify update handler to update the linkset list ↵Todd Stinson
rather than overwrite it.
2012-02-23PATH-292: Reworking how and where linksets are requested and managed.Todd Stinson
2012-02-16PATH-292: Adding an additional show beacons checkbox for the linksets floater.Todd Stinson
2012-02-16PATH-292: Implementing the action buttons for the linksets floater.Todd Stinson
2012-02-16PATH-292: First pass at implementing the new design of the linksets floater.Todd Stinson
2012-02-07Adding functionality to better handle the cause where the capability service ↵Todd Stinson
does not exist to the linksets floater.