aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2007-07-22 11:44:36 +0000
committerMW2007-07-22 11:44:36 +0000
commit70fa30204272e874b8e3acccdc2e22cd4e42b2b2 (patch)
tree2f6c3c0f3b3bd60d5972f8dea6b3abeae4dc9065 /prebuild.xml
parent* Aerobic erosion now uses Navier Stokes algorithms for wind calculations. (diff)
downloadopensim-SC_OLD-70fa30204272e874b8e3acccdc2e22cd4e42b2b2.zip
opensim-SC_OLD-70fa30204272e874b8e3acccdc2e22cd4e42b2b2.tar.gz
opensim-SC_OLD-70fa30204272e874b8e3acccdc2e22cd4e42b2b2.tar.bz2
opensim-SC_OLD-70fa30204272e874b8e3acccdc2e22cd4e42b2b2.tar.xz
* Some work in progress code: Inventory cache, start of inventory server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be).
* Fixed some of the problems with crossing regions when flying: you should no longer sink to ground level when crossing (should keep roughly your right height). Should no longer sometimes get sent back to the centre of the current region when attempting to border cross. But instead sometimes you will find you avatar stop at the edge of region and you will need to start moving again to retry the crossing (which should then work). This code is partly based on Babblefrog's issue #212 patch. [I think I have some ideas of how to solve the stopping at edges problem, just want to get the inventory code done first] * Capabilities code has now been moved to the OpenSim.Framework.Communications project as some of the caps code will be tightly tied to inventory/asset handling and it was causing a two way reference problem when it was in its own project/dll. This is a Big commit as I was going to keep my inventory work local until I had it in a working state, in case it brakes anything, but its getting harder to keep in sync with svn.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml82
1 files changed, 28 insertions, 54 deletions
diff --git a/prebuild.xml b/prebuild.xml
index ae1d26e..83c5142 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -157,54 +157,6 @@
157 </Files> 157 </Files>
158 </Project> 158 </Project>
159 159
160 <Project name="OpenSim.Region.Caches" path="OpenSim/Region/Caches" type="Library">
161 <Configuration name="Debug">
162 <Options>
163 <OutputPath>../../../bin/</OutputPath>
164 </Options>
165 </Configuration>
166 <Configuration name="Release">
167 <Options>
168 <OutputPath>../../../bin/</OutputPath>
169 </Options>
170 </Configuration>
171
172 <ReferencePath>../../../bin/</ReferencePath>
173 <Reference name="System"/>
174 <Reference name="System.Xml"/>
175 <Reference name="libsecondlife.dll"/>
176 <Reference name="OpenSim.Framework"/>
177 <Reference name="OpenSim.Framework.Data"/>
178 <Files>
179 <Match pattern="*.cs" recurse="true"/>
180 </Files>
181 </Project>
182
183 <Project name="OpenSim.Region.Capabilities" path="OpenSim/Region/Capabilities" type="Library">
184 <Configuration name="Debug">
185 <Options>
186 <OutputPath>../../../bin/</OutputPath>
187 </Options>
188 </Configuration>
189 <Configuration name="Release">
190 <Options>
191 <OutputPath>../../../bin/</OutputPath>
192 </Options>
193 </Configuration>
194
195 <ReferencePath>../../../bin/</ReferencePath>
196 <Reference name="System"/>
197 <Reference name="System.Xml"/>
198 <Reference name="libsecondlife.dll"/>
199 <Reference name="OpenSim.Framework"/>
200 <Reference name="OpenSim.Framework.Servers"/>
201 <Reference name="OpenSim.Region.Caches"/>
202 <Reference name="XMLRPC.dll"/>
203
204 <Files>
205 <Match pattern="*.cs" recurse="true"/>
206 </Files>
207 </Project>
208 160
209 <!-- Grid Server Plug-ins --> 161 <!-- Grid Server Plug-ins -->
210 <Project name="OpenSim.Region.GridInterfaces.Local" path="OpenSim/Region/GridInterfaces/Local" type="Library"> 162 <Project name="OpenSim.Region.GridInterfaces.Local" path="OpenSim/Region/GridInterfaces/Local" type="Library">
@@ -427,6 +379,33 @@
427 </Files> 379 </Files>
428 </Project> 380 </Project>
429 381
382 <Project name="OpenSim.Framework.InventoryServiceBase" path="OpenSim/Framework/InventoryServiceBase" type="Library">
383 <Configuration name="Debug">
384 <Options>
385 <OutputPath>../../../bin/</OutputPath>
386 </Options>
387 </Configuration>
388 <Configuration name="Release">
389 <Options>
390 <OutputPath>../../../bin/</OutputPath>
391 </Options>
392 </Configuration>
393
394 <ReferencePath>../../../bin/</ReferencePath>
395 <Reference name="System" localCopy="false"/>
396 <Reference name="System.Data" localCopy="false"/>
397 <Reference name="System.Xml" localCopy="false"/>
398 <Reference name="XMLRPC.dll"/>
399 <Reference name="OpenSim.Framework"/>
400 <Reference name="OpenSim.Framework.Console"/>
401 <Reference name="OpenSim.Framework.Data"/>
402 <Reference name="libsecondlife.dll"/>
403
404 <Files>
405 <Match pattern="*.cs" recurse="true"/>
406 </Files>
407 </Project>
408
430 <!-- OpenSim.Framework.Communications --> 409 <!-- OpenSim.Framework.Communications -->
431 <Project name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> 410 <Project name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library">
432 <Configuration name="Debug"> 411 <Configuration name="Debug">
@@ -532,10 +511,9 @@
532 <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> 511 <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
533 <Reference name="OpenSim.Framework"/> 512 <Reference name="OpenSim.Framework"/>
534 <Reference name="OpenSim.Framework.Console"/> 513 <Reference name="OpenSim.Framework.Console"/>
514 <Reference name="OpenSim.Framework.Data" />
535 <Reference name="OpenSim.Region.Physics.Manager"/> 515 <Reference name="OpenSim.Region.Physics.Manager"/>
536 <Reference name="OpenSim.Framework.Servers"/> 516 <Reference name="OpenSim.Framework.Servers"/>
537 <Reference name="OpenSim.Region.Caches"/>
538 <Reference name="OpenSim.Region.Capabilities"/>
539 <!-- For scripting in funny languages by default --> 517 <!-- For scripting in funny languages by default -->
540 <Reference name="Microsoft.JScript"/> 518 <Reference name="Microsoft.JScript"/>
541 <Reference name="XMLRPC.dll"/> 519 <Reference name="XMLRPC.dll"/>
@@ -571,7 +549,6 @@
571 <Reference name="OpenSim.Framework.Communications"/> 549 <Reference name="OpenSim.Framework.Communications"/>
572 <Reference name="OpenSim.Region.Physics.Manager"/> 550 <Reference name="OpenSim.Region.Physics.Manager"/>
573 <Reference name="OpenSim.Framework.Servers"/> 551 <Reference name="OpenSim.Framework.Servers"/>
574 <Reference name="OpenSim.Region.Caches"/>
575 <Reference name="OpenSim.Framework.Data"/> 552 <Reference name="OpenSim.Framework.Data"/>
576 <Reference name="XMLRPC.dll"/> 553 <Reference name="XMLRPC.dll"/>
577 554
@@ -636,7 +613,6 @@
636 <Reference name="OpenSim.Region.ClientStack"/> 613 <Reference name="OpenSim.Region.ClientStack"/>
637 <Reference name="OpenSim.Framework.Communications"/> 614 <Reference name="OpenSim.Framework.Communications"/>
638 <Reference name="OpenSim.Region.Communications.OGS1"/> 615 <Reference name="OpenSim.Region.Communications.OGS1"/>
639 <Reference name="OpenSim.Region.Caches"/>
640 <Reference name="XMLRPC.dll"/> 616 <Reference name="XMLRPC.dll"/>
641 <Reference name="OpenSim.Framework.UserManagement" /> 617 <Reference name="OpenSim.Framework.UserManagement" />
642 <Reference name="OpenSim.Region.Communications.Local"/> 618 <Reference name="OpenSim.Region.Communications.Local"/>
@@ -673,13 +649,11 @@
673 <Reference name="OpenSim.Framework.UserManagement"/> 649 <Reference name="OpenSim.Framework.UserManagement"/>
674 <Reference name="OpenSim.Framework.Data"/> 650 <Reference name="OpenSim.Framework.Data"/>
675 <Reference name="OpenSim.Region.Physics.Manager"/> 651 <Reference name="OpenSim.Region.Physics.Manager"/>
676 <Reference name="OpenSim.Region.Capabilities"/>
677 <Reference name="XMLRPC.dll"/> 652 <Reference name="XMLRPC.dll"/>
678 <Reference name="OpenSim.Region.GridInterfaces.Local"/> 653 <Reference name="OpenSim.Region.GridInterfaces.Local"/>
679 <Reference name="OpenSim.Framework.Servers"/> 654 <Reference name="OpenSim.Framework.Servers"/>
680 <Reference name="OpenSim.Framework.Communications"/> 655 <Reference name="OpenSim.Framework.Communications"/>
681 <Reference name="OpenSim.Region.Communications.Local"/> 656 <Reference name="OpenSim.Region.Communications.Local"/>
682 <Reference name="OpenSim.Region.Caches"/>
683 <Reference name="OpenSim.Region.ClientStack"/> 657 <Reference name="OpenSim.Region.ClientStack"/>
684 <Reference name="OpenSim.Region.Environment"/> 658 <Reference name="OpenSim.Region.Environment"/>
685 <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> 659 <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>