summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-04-18 16:03:33 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-04-18 16:03:33 -0700
commit1cdef4903daea1622923550b1328b659a594b029 (patch)
tree5e51aebd5be3f30fc4c7fed394488e72482130f7
parentdb7ad38170d957ce4caed2cd1686e53a51c41138 (diff)
Updating to the latest llphysicextensions pre-built package with the now lowercased version of the header file names.
-rw-r--r--autobuild.xml8
-rw-r--r--indra/llprimitive/llmodel.cpp2
-rw-r--r--indra/newview/llappviewer.cpp2
-rw-r--r--indra/newview/llfloaterpathfindingconsole.cpp2
-rw-r--r--indra/newview/llfloaterpathfindingconsole.h2
-rw-r--r--indra/newview/llmeshrepository.h2
-rw-r--r--indra/newview/llpathfindingnavmeshzone.cpp2
-rw-r--r--indra/newview/llpathfindingpathtool.cpp2
-rw-r--r--indra/newview/llpathfindingpathtool.h2
-rw-r--r--indra/newview/pipeline.cpp2
10 files changed, 13 insertions, 13 deletions
diff --git a/autobuild.xml b/autobuild.xml
index 6833401ec9..0072ff9eb1 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -1122,9 +1122,9 @@
<key>archive</key>
<map>
<key>hash</key>
- <string>92b2ffc0f0cfe8567f3c33c61d68d500</string>
+ <string>06446d6e1afa0f796473e75ba92190f3</string>
<key>url</key>
- <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/254001/arch/Linux/installer/llphysicsextensions-0.1-linux-20120417.tar.bz2</string>
+ <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/254110/arch/Linux/installer/llphysicsextensions-0.1-linux-20120418.tar.bz2</string>
</map>
<key>name</key>
<string>linux</string>
@@ -1134,9 +1134,9 @@
<key>archive</key>
<map>
<key>hash</key>
- <string>4533982dc840a35682d06909222f059e</string>
+ <string>f187c07e492ee0e011d1efe64dc766ef</string>
<key>url</key>
- <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/254001/arch/CYGWIN/installer/llphysicsextensions-0.1-windows-20120416.tar.bz2</string>
+ <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/254110/arch/CYGWIN/installer/llphysicsextensions-0.1-windows-20120418.tar.bz2</string>
</map>
<key>name</key>
<string>windows</string>
diff --git a/indra/llprimitive/llmodel.cpp b/indra/llprimitive/llmodel.cpp
index 768d3a6ae8..cb32a510b8 100644
--- a/indra/llprimitive/llmodel.cpp
+++ b/indra/llprimitive/llmodel.cpp
@@ -28,7 +28,7 @@
#include "llmodel.h"
#include "llmemory.h"
-#include "LLConvexDecomposition.h"
+#include "llconvexdecomposition.h"
#include "llsdserialize.h"
#include "llvector4a.h"
#if LL_MSVC
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index c1217fc402..b7afea89ce 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -106,7 +106,7 @@
#include "llvfsthread.h"
#include "llvolumemgr.h"
#include "llxfermanager.h"
-#include "LLPhysicsExtensions.h"
+#include "llphysicsextensions.h"
#include "llnotificationmanager.h"
#include "llnotifications.h"
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp
index fec26f9722..59f72edc61 100644
--- a/indra/newview/llfloaterpathfindingconsole.cpp
+++ b/indra/newview/llfloaterpathfindingconsole.cpp
@@ -48,7 +48,7 @@
#include "lltoolmgr.h"
#include "lltoolfocus.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#define XUI_RENDER_HEATMAP_NONE 0
#define XUI_RENDER_HEATMAP_A 1
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h
index 7e0f8a4eaa..ff8a1d5517 100644
--- a/indra/newview/llfloaterpathfindingconsole.h
+++ b/indra/newview/llfloaterpathfindingconsole.h
@@ -30,7 +30,7 @@
#include "llfloater.h"
#include "llhandle.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#include "llpathfindingmanager.h"
#include "llpathfindingnavmeshzone.h"
#include "llpathfindingpathtool.h"
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h
index 4139b9725b..da81bb057b 100644
--- a/indra/newview/llmeshrepository.h
+++ b/indra/newview/llmeshrepository.h
@@ -35,7 +35,7 @@
#define LLCONVEXDECOMPINTER_STATIC 1
-#include "LLConvexDecomposition.h"
+#include "llconvexdecomposition.h"
#include "lluploadfloaterobservers.h"
class LLVOVolume;
diff --git a/indra/newview/llpathfindingnavmeshzone.cpp b/indra/newview/llpathfindingnavmeshzone.cpp
index 4f8ca39987..9c7b493701 100644
--- a/indra/newview/llpathfindingnavmeshzone.cpp
+++ b/indra/newview/llpathfindingnavmeshzone.cpp
@@ -35,7 +35,7 @@
#include "llpathfindingmanager.h"
#include "llviewercontrol.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#include <string>
#include <vector>
diff --git a/indra/newview/llpathfindingpathtool.cpp b/indra/newview/llpathfindingpathtool.cpp
index 23fdd43b0b..04ea400090 100644
--- a/indra/newview/llpathfindingpathtool.cpp
+++ b/indra/newview/llpathfindingpathtool.cpp
@@ -32,7 +32,7 @@
#include "llviewerwindow.h"
#include "llviewercamera.h"
#include "llpathfindingmanager.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#include <boost/function.hpp>
#include <boost/signals2.hpp>
diff --git a/indra/newview/llpathfindingpathtool.h b/indra/newview/llpathfindingpathtool.h
index fd55dd8335..492304e4a4 100644
--- a/indra/newview/llpathfindingpathtool.h
+++ b/indra/newview/llpathfindingpathtool.h
@@ -30,7 +30,7 @@
#include "llsingleton.h"
#include "lltool.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#include <boost/function.hpp>
#include <boost/signals2.hpp>
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index f069c1f06a..9120d0efa2 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -104,7 +104,7 @@
#include "lltoolpie.h"
#include "llcurl.h"
#include "llnotifications.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#include "llfloaterpathfindingconsole.h"
#include "llpathfindingpathtool.h"