summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindinglinkset.cpp
AgeCommit message (Collapse)Author
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-04-25Removing windows line endings from .h and .cpp files.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-06Putting into place a work-around for missing "modifiable" field datum in the ↵Todd Stinson
linksets service.
2012-03-06Updating the pathfinding linksets service to reference the new navmesh ↵Todd Stinson
category field. Also, still supporting the old permanent/walkable field names until fully deprecated from all server builds.
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-25Replacing the asserts that the modifiable bit is sent across now with the ↵William Todd Stinson
latest server deploys.
2012-02-25PATH-292: Adding the ability to view and edit pathfinding attributes of the ↵William Todd Stinson
terrain.
2012-02-23PATH-292: Reworking how and where linksets are requested and managed.Todd Stinson
2012-02-16PATH-292: Clearing up an assert case that could happen in practice.Todd Stinson
2012-02-16Removing some old code checking for both the float and integer versions of ↵Todd Stinson
the walkability coefficients. All server-side code has these values as integers now.
2012-02-16PATH-292: First pass at implementing the new design of the linksets floater.Todd Stinson
2012-01-30PATH-187: Consolidating field names for the cap service into local defines.Todd Stinson
2012-01-27PATH-187: Moving the filtered pathfinding linksets class into its own file.Todd Stinson