aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorTedd Hansen2008-01-12 14:30:22 +0000
committerTedd Hansen2008-01-12 14:30:22 +0000
commitbacbade369a5244f9bcc611488b59f3bd4c8a564 (patch)
tree2cd909eff401066a69dba96615cbf736fdd73be5 /prebuild.xml
parent* Trying something to see if it helps teleports and border crossings (diff)
downloadopensim-SC_OLD-bacbade369a5244f9bcc611488b59f3bd4c8a564.zip
opensim-SC_OLD-bacbade369a5244f9bcc611488b59f3bd4c8a564.tar.gz
opensim-SC_OLD-bacbade369a5244f9bcc611488b59f3bd4c8a564.tar.bz2
opensim-SC_OLD-bacbade369a5244f9bcc611488b59f3bd4c8a564.tar.xz
Major reorganizing of DotNetEngine. Moved common script engine parts to ScriptEngine.Common, only .Net-specific code in DotNetEngine. AppDomains, event handling, event execution queue and multithreading, script load/unload queue, etc has been moved to ScriptEngine.Common.
Loads of things has been put into interfaces instead of the specific class. We are now one step closer to ScriptServer, and its very easy to implement new script languages. Just a few lines required to make them a OpenSim script module with all its glory.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 55c4be6..e546907 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1119,6 +1119,13 @@
1119 <Reference name="OpenSim.Framework"/> 1119 <Reference name="OpenSim.Framework"/>
1120 <Reference name="OpenSim.Region.Environment" /> 1120 <Reference name="OpenSim.Region.Environment" />
1121 <Reference name="OpenSim.Framework.Console"/> 1121 <Reference name="OpenSim.Framework.Console"/>
1122 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
1123 <Reference name="Nini.dll" />
1124 <Reference name="RAIL.dll"/>
1125 <Reference name="OpenSim.Framework.Console"/>
1126 <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
1127 <Reference name="Nini.dll" />
1128
1122 <Files> 1129 <Files>
1123 <Match pattern="*.cs" recurse="true"/> 1130 <Match pattern="*.cs" recurse="true"/>
1124 </Files> 1131 </Files>
@@ -1158,9 +1165,6 @@
1158 </Files> 1165 </Files>
1159 </Project> 1166 </Project>
1160 1167
1161
1162
1163
1164 <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe"> 1168 <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe">
1165 <Configuration name="Debug"> 1169 <Configuration name="Debug">
1166 <Options> 1170 <Options>