diff options
author | teravus | 2013-01-20 08:18:16 -0500 |
---|---|---|
committer | teravus | 2013-01-20 08:18:16 -0500 |
commit | 2c517d792f0440c2705458e01a5067628b6b2c7c (patch) | |
tree | e15a2fb08f80223138f19926c3d0f0cf20aff5c2 /prebuild.xml | |
parent | * Dumping BulletSimNPlugin in favor of combining the API (diff) | |
download | opensim-SC_OLD-2c517d792f0440c2705458e01a5067628b6b2c7c.zip opensim-SC_OLD-2c517d792f0440c2705458e01a5067628b6b2c7c.tar.gz opensim-SC_OLD-2c517d792f0440c2705458e01a5067628b6b2c7c.tar.bz2 opensim-SC_OLD-2c517d792f0440c2705458e01a5067628b6b2c7c.tar.xz |
This updates prebuild to remove BulletSimN, implements the BulletSim API in BulletSPlugin using the BulletXNA Bullet physics engine. It also updates the BulletXNA library to be compatible with the changes. OpenSimDefaults has been updated to describe how to switch engines and terrain implementations.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/prebuild.xml b/prebuild.xml index bb9b7d6..37b406c 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1759,40 +1759,6 @@ | |||
1759 | </Files> | 1759 | </Files> |
1760 | </Project> | 1760 | </Project> |
1761 | 1761 | ||
1762 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSNPlugin" path="OpenSim/Region/Physics/BulletSNPlugin" type="Library"> | ||
1763 | <Configuration name="Debug"> | ||
1764 | <Options> | ||
1765 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
1766 | </Options> | ||
1767 | </Configuration> | ||
1768 | <Configuration name="Release"> | ||
1769 | <Options> | ||
1770 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
1771 | </Options> | ||
1772 | </Configuration> | ||
1773 | |||
1774 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1775 | <Reference name="System"/> | ||
1776 | <Reference name="System.Core"/> | ||
1777 | <Reference name="System.Xml"/> | ||
1778 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1779 | <Reference name="Nini.dll" path="../../../../bin/"/> | ||
1780 | <Reference name="OpenSim.Framework"/> | ||
1781 | <Reference name="OpenSim.Region.Framework"/> | ||
1782 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1783 | <Reference name="OpenSim.Framework.Console"/> | ||
1784 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
1785 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
1786 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> | ||
1787 | <Reference name="log4net.dll" path="../../../../bin/"/> | ||
1788 | |||
1789 | <Files> | ||
1790 | <Match pattern="*.cs" recurse="true"> | ||
1791 | <Exclude name="Tests" pattern="Tests"/> | ||
1792 | </Match> | ||
1793 | </Files> | ||
1794 | </Project> | ||
1795 | |||
1796 | <!-- OpenSim app --> | 1762 | <!-- OpenSim app --> |
1797 | <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 1763 | <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1798 | <Configuration name="Debug"> | 1764 | <Configuration name="Debug"> |