diff options
author | Dr Scofield | 2009-04-29 09:05:01 +0000 |
---|---|---|
committer | Dr Scofield | 2009-04-29 09:05:01 +0000 |
commit | a89f60d4c99ec5a06becbf25974341ae405cfb82 (patch) | |
tree | 00e8fc73700dd037986fded2709c10325ff19fe3 /prebuild.xml | |
parent | Flipping check_session xmlrpc's keep-alive to false, because some clients hang. (diff) | |
download | opensim-SC_OLD-a89f60d4c99ec5a06becbf25974341ae405cfb82.zip opensim-SC_OLD-a89f60d4c99ec5a06becbf25974341ae405cfb82.tar.gz opensim-SC_OLD-a89f60d4c99ec5a06becbf25974341ae405cfb82.tar.bz2 opensim-SC_OLD-a89f60d4c99ec5a06becbf25974341ae405cfb82.tar.xz |
From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>
- Adds an admin_modify_region call to allow changing of parcel voice
settings and changing of public/private status
- add boolean "public" and boolean "enable_voice" to
admin_create_region XmlRpc call to allow specifying of
public/private status and to allow enabling voice for all parcels;
also added config variables to allow setting of defaults for those
- fixing cut-and-paste artefacts
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 27d3dc4..76ea4ff 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1588,7 +1588,9 @@ | |||
1588 | <Reference name="Mono.Addins.dll" /> | 1588 | <Reference name="Mono.Addins.dll" /> |
1589 | <Reference name="System"/> | 1589 | <Reference name="System"/> |
1590 | <Reference name="System.Xml"/> | 1590 | <Reference name="System.Xml"/> |
1591 | <Reference name="OpenMetaverse.dll" /> | ||
1591 | <Reference name="OpenMetaverseTypes.dll" /> | 1592 | <Reference name="OpenMetaverseTypes.dll" /> |
1593 | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
1592 | <Reference name="Nini.dll" /> | 1594 | <Reference name="Nini.dll" /> |
1593 | <Reference name="XMLRPC.dll" /> | 1595 | <Reference name="XMLRPC.dll" /> |
1594 | <Reference name="OpenSim"/> | 1596 | <Reference name="OpenSim"/> |