From b1013ca76072531340779919d55a1a4f628989e5 Mon Sep 17 00:00:00 2001 From: prep Date: Tue, 22 May 2012 14:59:00 -0400 Subject: Fix for path-648: shapes are now positioned correctly in neighboring regions. Renamed api to better reflect it's purpose --- autobuild.xml | 12 ++++++------ indra/newview/llpathfindingnavmeshzone.cpp | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index db67f2556e..f306a3daab 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1110,9 +1110,9 @@ archive hash - a1c20a15a9e62c422c6c21afcca4695d + 63b8600252fc018d653f9fe005f0f012 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/256784/arch/Darwin/installer/llphysicsextensions-0.1-darwin-20120514.tar.bz2 + http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/257778/arch/Darwin/installer/llphysicsextensions-0.1-darwin-20120522.tar.bz2 name darwin @@ -1122,9 +1122,9 @@ archive hash - c2a41401c6b6e4f34f3404dd68a17b92 + a613fe925aeb8d4d1a7ab0cfbb15a0d6 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/256784/arch/Linux/installer/llphysicsextensions-0.1-linux-20120514.tar.bz2 + http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/257778/arch/Linux/installer/llphysicsextensions-0.1-linux-20120522.tar.bz2 name linux @@ -1134,9 +1134,9 @@ archive hash - 25d9403584f13f3fcbbcff14eb2d923c + 022a014a7efffdf5296c9e4d4692d171 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/256784/arch/CYGWIN/installer/llphysicsextensions-0.1-windows-20120514.tar.bz2 + http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/257778/arch/CYGWIN/installer/llphysicsextensions-0.1-windows-20120522.tar.bz2 name windows diff --git a/indra/newview/llpathfindingnavmeshzone.cpp b/indra/newview/llpathfindingnavmeshzone.cpp index f7872f6e29..816c94e25e 100644 --- a/indra/newview/llpathfindingnavmeshzone.cpp +++ b/indra/newview/llpathfindingnavmeshzone.cpp @@ -332,7 +332,7 @@ void LLPathfindingNavMeshZone::updateStatus() llassert(LLPathingLib::getInstance() != NULL); if (LLPathingLib::getInstance() != NULL) { - LLPathingLib::getInstance()->stitchNavMeshes(); + LLPathingLib::getInstance()->processNavMeshData(); } #ifdef XXX_STINSON_DEBUG_NAVMESH_ZONE llinfos << "STINSON DEBUG: Navmesh zone update stitching is done" << llendl; -- cgit v1.2.3