summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindingmanager.cpp
AgeCommit message (Collapse)Author
2012-04-27PATH-585: Adding an initial notification for when a server-side automatic ↵Todd Stinson
unfreeze occurs.
2012-04-24PATH-580: BUGFIX Adding functionality to detect when the region's ↵Todd Stinson
capabilities have not yet been loading and deferring requests for the navmesh query until the capabilities are fully loaded.
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-14PATH-302: Adding in status reporting for the simulator navmesh status. ↵Todd Stinson
Separating the viewer status messaging from the simulator status.
2012-03-13PATH-394: First pass at handling the sim-to-viewer message reporting the ↵Todd Stinson
change from FROZEN to UNFROZEN state.
2012-03-13PATH-304: Proper handling of the sim-to-viewer message.Todd Stinson
2012-03-13PATH-304: Adding more debug messaging and correcting the camel-case of the ↵Todd Stinson
NavMesh update message.
2012-03-12PATH-304: Adding an extra state for the pathfinding console to report that ↵Todd Stinson
the status of the navmesh is being checked.
2012-03-12PATH-304: Making the navmesh version information work for both Premium ↵Todd Stinson
Wilderness regions (old pathfinding simulator build with missing capabilities) as well as the new pathfinding simulator builds with the version services.
2012-03-08PATH-304: Adding functionality to handle the reloading of out-of-date navmeshes.Todd Stinson
2012-03-07Removing unreferenced parameters from the post data.Todd Stinson
2012-03-06PATH-205,PATH-304: More work to handle downloading of out-of-date navmeshes.Todd Stinson
2012-03-06Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-06Updating the freeze/unfreeze service with the new field names. Also, still ↵Todd Stinson
supporting the old field names until fully deprecated from all server builds.
2012-03-02PATH-304,PATH-205: Initial reworking of the navmesh download functionality.Todd Stinson
2012-02-27PATH-292: Ensuring that the terrain linkset is not visible and/or editable ↵Todd Stinson
to a non-estate non-god agent.
2012-02-25PATH-292: Adding the ability to view and edit pathfinding attributes of the ↵William Todd Stinson
terrain.
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: Reworking how and where linksets are requested and managed.Todd Stinson
2012-02-22Adding a missing base constructor to the list.Todd Stinson
2012-02-21PATH-296: Refining the behavior of the freeze/unfreeze functionality to ↵Todd Stinson
support both basic and edit/test pathfinding floaters open at the same time.
2012-02-17PATH-292: Implementing the new freeze/unfreeze functionality on the basic panel.Todd Stinson