aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie Thielker2017-11-14 12:12:07 +0000
committerMelanie Thielker2017-11-14 12:12:07 +0000
commitd35ab8c86ceb721302bfde309815107911fb1c02 (patch)
tree910cadca68fca5d79cb995635074acf42d94cfd7 /prebuild.xml
parent add AGENT_LIST_EXCLUDENPC bit mask option to llGetAgentList scope to exclude... (diff)
downloadopensim-SC_OLD-d35ab8c86ceb721302bfde309815107911fb1c02.zip
opensim-SC_OLD-d35ab8c86ceb721302bfde309815107911fb1c02.tar.gz
opensim-SC_OLD-d35ab8c86ceb721302bfde309815107911fb1c02.tar.bz2
opensim-SC_OLD-d35ab8c86ceb721302bfde309815107911fb1c02.tar.xz
Donating the Avination Mute Module
This lived out-of-tree and therefore wasn't part of the big code drop. It's classic Avination, tied to MySQL and a direct database connection and I don't have the bandwidth to fix it to core methods. However, it has all the strange mute logic that OpenSim was missing and maybe someone can step up to make it work in an open grid context.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f31f749..94e3ec9 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1393,6 +1393,7 @@
1393 <Reference name="System.Xml.Linq"/> 1393 <Reference name="System.Xml.Linq"/>
1394 <Reference name="System.Drawing"/> 1394 <Reference name="System.Drawing"/>
1395 <Reference name="System.Web"/> 1395 <Reference name="System.Web"/>
1396 <Reference name="System.Data"/>
1396 <Reference name="Microsoft.CSharp" /> 1397 <Reference name="Microsoft.CSharp" />
1397 <Reference name="NDesk.Options" path="../../../bin/"/> 1398 <Reference name="NDesk.Options" path="../../../bin/"/>
1398 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 1399 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
@@ -1402,6 +1403,7 @@
1402 <Reference name="Warp3D" path="../../../bin/"/> 1403 <Reference name="Warp3D" path="../../../bin/"/>
1403 <Reference name="OpenSim.Capabilities"/> 1404 <Reference name="OpenSim.Capabilities"/>
1404 <Reference name="OpenSim.Data"/> 1405 <Reference name="OpenSim.Data"/>
1406 <Reference name="OpenSim.Data.MySQL"/>
1405 <Reference name="OpenSim.Framework"/> 1407 <Reference name="OpenSim.Framework"/>
1406 <Reference name="OpenSim.Framework.Console"/> 1408 <Reference name="OpenSim.Framework.Console"/>
1407 <Reference name="OpenSim.Framework.Monitoring"/> 1409 <Reference name="OpenSim.Framework.Monitoring"/>
@@ -1417,6 +1419,7 @@
1417 <Reference name="OpenSim.Services.Base"/> 1419 <Reference name="OpenSim.Services.Base"/>
1418 <Reference name="OpenSim.Services.Interfaces"/> 1420 <Reference name="OpenSim.Services.Interfaces"/>
1419 <Reference name="Ionic.Zip" path="../../../bin/"/> 1421 <Reference name="Ionic.Zip" path="../../../bin/"/>
1422 <Reference name="MySql.Data" path="../../../bin/"/>
1420 1423
1421 <Reference name="GlynnTucker.Cache" path="../../../bin/"/> 1424 <Reference name="GlynnTucker.Cache" path="../../../bin/"/>
1422 1425