aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2015-11-17 03:42:46 +0000
committerUbitUmarov2015-11-17 03:42:46 +0000
commit1e87e909156a73752c6c772a63da5e5713109e8b (patch)
tree7f0e8b6cd2f41cf7a62f692546c8ce63f834ed40 /OpenSim
parent work around some 'tests' errors: suspend TestllSetLinkPrimitiveParamsForAgen... (diff)
downloadopensim-SC_OLD-1e87e909156a73752c6c772a63da5e5713109e8b.zip
opensim-SC_OLD-1e87e909156a73752c6c772a63da5e5713109e8b.tar.gz
opensim-SC_OLD-1e87e909156a73752c6c772a63da5e5713109e8b.tar.bz2
opensim-SC_OLD-1e87e909156a73752c6c772a63da5e5713109e8b.tar.xz
work around some 'tests' errors: allow sitTargetposition and orientation to be read from OAR on opensim, they are reset at avination, this may cause issues with old sits
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs b/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
index 406f4a8..40589de 100644
--- a/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
+++ b/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs
@@ -599,10 +599,11 @@ namespace OpenSim.Region.CoreModules.World.Archiver
599 // being no copy/no mod for everyone 599 // being no copy/no mod for everyone
600 lock (part.TaskInventory) 600 lock (part.TaskInventory)
601 { 601 {
602/* avination code disabled for opensim
602 // And zap any troublesome sit target information 603 // And zap any troublesome sit target information
603 part.SitTargetOrientation = new Quaternion(0, 0, 0, 1); 604 part.SitTargetOrientation = new Quaternion(0, 0, 0, 1);
604 part.SitTargetPosition = new Vector3(0, 0, 0); 605 part.SitTargetPosition = new Vector3(0, 0, 0);
605 606*/
606 // Fix ownership/creator of inventory items 607 // Fix ownership/creator of inventory items
607 // Not doing so results in inventory items 608 // Not doing so results in inventory items
608 // being no copy/no mod for everyone 609 // being no copy/no mod for everyone