summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingcharacters.h
AgeCommit message (Collapse)Author
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-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-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-20PATH-738: Removing SERVER_SIDE_CHARACTER_SHAPE_ROLLOUT_COMPLETE ifdef.Todd Stinson
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-07Physics capsules now inherit the rotations of their parent vo when rendered. ↵prep
API update.
2012-06-05Altering the method name.Todd Stinson
2012-06-04BUGFIX: Ensuring that the viewer will still work on regions that have older ↵Todd Stinson
pathfinding server code with the character shape data.
2012-06-04PATH-676: Correcting selection behavior so that the first selected object ↵Todd Stinson
does remain invisible after changing the selection.
2012-06-04Some class refactoring.Todd Stinson
2012-06-04Ensuring that the scroll list is rebuilt after any missing avatar names are ↵Todd Stinson
loaded into cache.
2012-06-01Migrated restoration of physics capsule into pathing characterprep
2012-06-01Migrated physics capsule logic into pathing character objectprep
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-04-25Removing windows line endings from .h and .cpp files.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-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-13PATH-284: Hooking up the characters button to open the characters floater.Todd Stinson
2012-02-09PATH-245: Adding initial functionality for rendering debug beacons for ↵Todd Stinson
selected pathfinding characters.
2012-02-09PATH-245: Fixing an issue with character selection.Todd Stinson
2012-02-07PATH-245: Integrating with the working sim-side cap service.Todd Stinson
2012-02-07PATH-245: Hooking the characters floater up to the character service. Also, ↵Todd Stinson
adding in an additional state to handle the floater when the service does not exist.
2012-02-02PATH-245: First pass at laying out the characters floater. Functionality is ↵Todd Stinson
mostly stubbed in. The data is currently tied to the same cap service as the linkset data, so that will need to change as soon as the new service is available.