diff options
author | Teravus Ovares | 2007-12-28 05:36:28 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-12-28 05:36:28 +0000 |
commit | 5bd5770ed2a5c2087a75489ed512ea59f7f25a1a (patch) | |
tree | e0041517433d012b22edac4cc76f145c01ba157b /OpenSim/Region | |
parent | * Added ability to create new prim on existing prim (rezzing prim from invent... (diff) | |
download | opensim-SC_OLD-5bd5770ed2a5c2087a75489ed512ea59f7f25a1a.zip opensim-SC_OLD-5bd5770ed2a5c2087a75489ed512ea59f7f25a1a.tar.gz opensim-SC_OLD-5bd5770ed2a5c2087a75489ed512ea59f7f25a1a.tar.bz2 opensim-SC_OLD-5bd5770ed2a5c2087a75489ed512ea59f7f25a1a.tar.xz |
* Patch from Melanie. Thanks Melanie!
* This patch addresses a regression where 5 default textures, including the default "new prim" texture, would not be shown unless in viewer cache.
* Further, it supplies a new plywood texture as the base texture, which is purpose-made from locally photo-sourced material (means i took a picture and made it into a tile), which is closer in appearance and color to the Linden one.
* It changes the default new prim texture UUID to match the UUID generated by the viewer when "default" is clicked, which is a texture UUID hardcoded in some scripts as well, so it would cause compatibility issues if not addressed.
* The patch fixes a number of UUID duplications (same UUID for asset and inventory items) and capitalization issues in the XML files.
* It also includes new versions of 4 other textures, which were no longer loadable in grid mode.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index e8ae2a7..dcb1a47 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -3520,7 +3520,7 @@ namespace OpenSim.Region.ClientStack | |||
3520 | shape.PathTaperY = addPacket.ObjectData.PathTaperY; | 3520 | shape.PathTaperY = addPacket.ObjectData.PathTaperY; |
3521 | shape.PathTwist = addPacket.ObjectData.PathTwist; | 3521 | shape.PathTwist = addPacket.ObjectData.PathTwist; |
3522 | shape.PathTwistBegin = addPacket.ObjectData.PathTwistBegin; | 3522 | shape.PathTwistBegin = addPacket.ObjectData.PathTwistBegin; |
3523 | LLObject.TextureEntry ntex = new LLObject.TextureEntry(new LLUUID("00000000-0000-0000-9999-000000000005")); | 3523 | LLObject.TextureEntry ntex = new LLObject.TextureEntry(new LLUUID("89556747-24cb-43ed-920b-47caed15465f")); |
3524 | shape.Textures = ntex; | 3524 | shape.Textures = ntex; |
3525 | return shape; | 3525 | return shape; |
3526 | } | 3526 | } |
@@ -3537,4 +3537,4 @@ namespace OpenSim.Region.ClientStack | |||
3537 | OutPacket(logReply, ThrottleOutPacketType.Task); | 3537 | OutPacket(logReply, ThrottleOutPacketType.Task); |
3538 | } | 3538 | } |
3539 | } | 3539 | } |
3540 | } \ No newline at end of file | 3540 | } |