summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindinglinksets.h
AgeCommit message (Collapse)Author
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-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-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.
2012-01-30PATH-187: Using handles instead of pointers for safer implementation.Todd Stinson
2012-01-27PATH-187: Moving the filtered pathfinding linksets class into its own file.Todd Stinson
2012-01-27PATH-187 : Moving the PathfindingLinkset definition into its own file.Todd Stinson
2012-01-26PATH-187: Started refactoring of the CAP service by moving the translation ↵Todd Stinson
to an LLSD into the Linkset class where it should have been anyway.
2012-01-26Introducing changes to prepare for the upcoming server-side change of the ↵Todd Stinson
walkability coeefficients from real to integer data types.
2012-01-20PATH-187: Starting to refactor the capability service for querying/editing ↵Todd Stinson
linksets.
2012-01-20Ensuring that the new path state radio items are properly enabled/disabled ↵Todd Stinson
based on selection.
2012-01-19PATH-225: Replacing the Fixed and Walkable columns with a single State column.Todd Stinson
2012-01-19PATH-225: Adding ability to filter and edit linksets using the pathing state ↵Todd Stinson
values of walkable, obstacle, or ignored.
2012-01-19PATH-227: Adding code to update the scroll list after a PUT response.Todd Stinson
2012-01-18Changing the camel case of Navmesh to be NavMesh.Todd Stinson
2012-01-18PATH-186: Changing the base type for internal storage of the walkability ↵Todd Stinson
coefficients to be S32 instead of F32 to avoid precision errors in comparing values when determining which values need to be updated through the PUT service.
2012-01-18PATH-186: Sending the PUT to update the modified fields. However, still ↵Todd Stinson
relying on the GET response handlers for now.
2012-01-17PATH-186: Enabling and disabling the edit fields based on whether linksets ↵Todd Stinson
are selected.
2012-01-13PATH-186: Starting to build some baseline UI functionality to support the ↵Todd Stinson
editing of linnkset fields.
2012-01-11PATH-145: Implementing the basics of filtering on the pathfinding linksets ↵Todd Stinson
console. Still need some refinments in usability.
2012-01-11Changing the name of the fetch states to be more informative.Todd Stinson
2012-01-10PATH-142: Pulling the new data fields for position and walkable from the ↵Todd Stinson
ObjectNavmesh capability service. PATH-145: Started building foundation to support filtering of pathfinding linksets.
2012-01-10PATH-142: Implementing some basic distance from viewer calculation per ↵Todd Stinson
linksets. Note that this does not return all distances because some objects are in the region but the viewer is not aware of yet.
2012-01-09PATH-142: Refined the linksets status messaging functionlity.Todd Stinson
2012-01-09PATH-142: Initial pass at hooking up the NavmeshData GET service to the UI.Todd Stinson
2012-01-04Hijaking the land status messaging for temporary development of the ↵Todd Stinson
pathfinding linksets floater.
2011-12-16Adding functionality for the linksets button on the console to open the ↵Todd Stinson
linksets floater.
2011-12-15Introducing the initial hooks for building the pathfinding linkset floater.Todd Stinson