summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindingnavmeshzone.cpp
AgeCommit message (Collapse)Author
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
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-26Updating the pathfinding-specific settings with appropriate comments and an ↵Todd Stinson
unified naming scheme.
2012-06-22PATH-759: Removing XXX_STINSON_DEBUG_NAVMESH_ZONE ifdefs.Todd Stinson
2012-06-18PATH-705: Creating a path to pull in the state of the current region navmesh ↵Todd Stinson
without downloading the navmesh binary.
2012-05-22Fix for path-648: shapes are now positioned correctly in neighboring ↵prep
regions. Renamed api to better reflect it's purpose
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-18Updating to the latest llphysicextensions pre-built package with the now ↵Todd Stinson
lowercased version of the header file names.
2012-04-09Fix for path-506. Removed usevbo flag from stitchnavmesh apiprep
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-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-07PATH-205,PATh-304: Fixing a crash issue with loading multiple navmeshes ↵Todd Stinson
during the second refresh.
2012-03-06PATH-205,PATH-304: More work to handle downloading of out-of-date navmeshes.Todd Stinson
2012-03-06Storing the slots for the registered signal listeners. Before, this was ↵Todd Stinson
creating the artifact of crashing the Viewer on the second close of the pathfinding console.
2012-03-05Wrapping all cases of LLPathingLib::getInstance in null pointer checks.Todd Stinson
2012-03-05PATH-205,PATH-304: More work to handle downloading of out-of-date navmeshes.Todd Stinson