summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindinglinksets.cpp
AgeCommit message (Collapse)Author
2012-01-27PATH-187: Refactoring to make the appropriate class able to be inlined.Todd Stinson
2012-01-27PATH-187 : Renaming the walkability parameters to be more descriptive.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-20PATH-226: Removing the extraneous checks for both the old and new CAP ↵Todd Stinson
service names as the new server-side code has been fully deployed.
2012-01-20Ensuring that the new path state radio items are properly enabled/disabled ↵Todd Stinson
based on selection.
2012-01-20Setting initial sorting of the linksets to be ascending by name.Todd Stinson
2012-01-20Fixing an issue with the linkset filtering that was not properly excluding ↵Todd Stinson
obstacle linksets.
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-226: Implementing a check for the multiple names of the ↵Todd Stinson
ObjectNavMeshProperties service until the new service name is fully deployed.
2012-01-18PATH-186: Removing unnecessary this-> reference.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: Ensuring to not send PUT data with no parameters specified.Todd Stinson
2012-01-18PATH-186: Removing fake data code.Todd Stinson
2012-01-18PATH-186: Completing the linkset editing functionality. Updating the ↵Todd Stinson
walkability coefficients in the POST body to be upper-case to match server-side. Also, updating the "fixed" parameter to be "permanent" to reflect the upcoming server-side nomenclature change.
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-13Updating to the latest llpathinglib package.Todd Stinson
2012-01-12PATH-145: Preserving all possible selected items between filter changes.Todd Stinson
2012-01-12Adding some fake data to the linksets UI grid for development purposes.Todd Stinson
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