diff options
author | Arthur Valadares | 2009-05-21 20:28:59 +0000 |
---|---|---|
committer | Arthur Valadares | 2009-05-21 20:28:59 +0000 |
commit | a85f496f4d097a4441ae9e6df8e282c4b327e75a (patch) | |
tree | 794b7cec23fab7803c7f3b4f496868ef96d01f53 /OpenSim/Client/Linden/Resources | |
parent | normalize quats before applying llSetRot() (diff) | |
download | opensim-SC_OLD-a85f496f4d097a4441ae9e6df8e282c4b327e75a.zip opensim-SC_OLD-a85f496f4d097a4441ae9e6df8e282c4b327e75a.tar.gz opensim-SC_OLD-a85f496f4d097a4441ae9e6df8e282c4b327e75a.tar.bz2 opensim-SC_OLD-a85f496f4d097a4441ae9e6df8e282c4b327e75a.tar.xz |
* Upgraded LLStandaloneLoginModule, LLProxyLoginModule and LLClientStackModule to new
region modules. This was needed because the stand alone and grid modules weren't deleting
old scenes, which caused an issue when deleting and recreating a region with same name
on same x,y coordinates. Tested it on standalone and issue is fixed. Requires prebuild
to be run again.
Fixes Mantis #3699
Diffstat (limited to 'OpenSim/Client/Linden/Resources')
-rw-r--r-- | OpenSim/Client/Linden/Resources/LindenModules.addin.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/OpenSim/Client/Linden/Resources/LindenModules.addin.xml b/OpenSim/Client/Linden/Resources/LindenModules.addin.xml new file mode 100644 index 0000000..6a55ce8 --- /dev/null +++ b/OpenSim/Client/Linden/Resources/LindenModules.addin.xml | |||
@@ -0,0 +1,15 @@ | |||
1 | <Addin id="OpenSim.Client.Linden.LindenModules" version="0.2"> | ||
2 | <Runtime> | ||
3 | <Import assembly="OpenSim.Client.Linden.dll"/> | ||
4 | </Runtime> | ||
5 | |||
6 | <Dependencies> | ||
7 | <Addin id="OpenSim" version="0.5" /> | ||
8 | </Dependencies> | ||
9 | |||
10 | <Extension path = "/OpenSim/RegionModules"> | ||
11 | <RegionModule id="LLStandaloneLoginModule" type="OpenSim.Client.Linden.LLStandaloneLoginModule" /> | ||
12 | <RegionModule id="LLProxyLoginModule" type="OpenSim.Client.Linden.LLProxyLoginModule" /> | ||
13 | <RegionModule id="LLClientStackModule" type="OpenSim.Client.Linden.LLClientStackModule" /> | ||
14 | </Extension> | ||
15 | </Addin> | ||