diff options
author | Justin Clarke Casey | 2008-04-25 21:31:40 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-25 21:31:40 +0000 |
commit | 6fec9c789b509a8dd2ca636edd61e5f5cd510d11 (patch) | |
tree | 22355179323b36cf8c234510ecb0b5ca16a2609d /OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |
parent | * Fixes Mantis: 1049. Y Texture repeat not being applied to resulting animat... (diff) | |
download | opensim-SC_OLD-6fec9c789b509a8dd2ca636edd61e5f5cd510d11.zip opensim-SC_OLD-6fec9c789b509a8dd2ca636edd61e5f5cd510d11.tar.gz opensim-SC_OLD-6fec9c789b509a8dd2ca636edd61e5f5cd510d11.tar.bz2 opensim-SC_OLD-6fec9c789b509a8dd2ca636edd61e5f5cd510d11.tar.xz |
* Check in odds and ends which remain as an attempt to get the item properties panel for a prim's contents working
* Temporarily hacked things to bring our protocol data flow to be pretty much completely identical to the Linden's for this - to absolutely no avail.
* Leaving commented code in as a springboard for some future attempt
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs index bd75e6f..7251e9c 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |||
@@ -1880,7 +1880,10 @@ namespace OpenSim.Region.Environment.Scenes | |||
1880 | proper.ObjectData[0].FromTaskID = LLUUID.Zero; | 1880 | proper.ObjectData[0].FromTaskID = LLUUID.Zero; |
1881 | proper.ObjectData[0].GroupID = LLUUID.Zero; | 1881 | proper.ObjectData[0].GroupID = LLUUID.Zero; |
1882 | proper.ObjectData[0].InventorySerial = (short) m_rootPart.InventorySerial; | 1882 | proper.ObjectData[0].InventorySerial = (short) m_rootPart.InventorySerial; |
1883 | |||
1883 | proper.ObjectData[0].LastOwnerID = m_rootPart.LastOwnerID; | 1884 | proper.ObjectData[0].LastOwnerID = m_rootPart.LastOwnerID; |
1885 | // proper.ObjectData[0].LastOwnerID = LLUUID.Zero; | ||
1886 | |||
1884 | proper.ObjectData[0].ObjectID = UUID; | 1887 | proper.ObjectData[0].ObjectID = UUID; |
1885 | proper.ObjectData[0].OwnerID = m_rootPart.OwnerID; | 1888 | proper.ObjectData[0].OwnerID = m_rootPart.OwnerID; |
1886 | proper.ObjectData[0].TouchName = Helpers.StringToField(m_rootPart.TouchName); | 1889 | proper.ObjectData[0].TouchName = Helpers.StringToField(m_rootPart.TouchName); |
@@ -1893,6 +1896,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
1893 | proper.ObjectData[0].GroupMask = m_rootPart.GroupMask; | 1896 | proper.ObjectData[0].GroupMask = m_rootPart.GroupMask; |
1894 | proper.ObjectData[0].EveryoneMask = m_rootPart.EveryoneMask; | 1897 | proper.ObjectData[0].EveryoneMask = m_rootPart.EveryoneMask; |
1895 | proper.ObjectData[0].BaseMask = m_rootPart.BaseMask; | 1898 | proper.ObjectData[0].BaseMask = m_rootPart.BaseMask; |
1899 | // proper.ObjectData[0].AggregatePerms = 53; | ||
1900 | // proper.ObjectData[0].AggregatePermTextures = 0; | ||
1901 | // proper.ObjectData[0].AggregatePermTexturesOwner = 0; | ||
1896 | 1902 | ||
1897 | client.OutPacket(proper, ThrottleOutPacketType.Task); | 1903 | client.OutPacket(proper, ThrottleOutPacketType.Task); |
1898 | } | 1904 | } |
@@ -2448,4 +2454,4 @@ namespace OpenSim.Region.Environment.Scenes | |||
2448 | } | 2454 | } |
2449 | } | 2455 | } |
2450 | } | 2456 | } |
2451 | } \ No newline at end of file | 2457 | } |