aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMelanie Thielker2008-08-23 16:15:17 +0000
committerMelanie Thielker2008-08-23 16:15:17 +0000
commitd2d9808742c0ffe47fb7aa6464faf1b2dfb216bf (patch)
tree26d20bc3072e560563a773351513d20a569e622e /OpenSim/Framework
parentmore work on new meshing routines... (diff)
downloadopensim-SC_OLD-d2d9808742c0ffe47fb7aa6464faf1b2dfb216bf.zip
opensim-SC_OLD-d2d9808742c0ffe47fb7aa6464faf1b2dfb216bf.tar.gz
opensim-SC_OLD-d2d9808742c0ffe47fb7aa6464faf1b2dfb216bf.tar.bz2
opensim-SC_OLD-d2d9808742c0ffe47fb7aa6464faf1b2dfb216bf.tar.xz
Thank you, salahzar, for a patch that adds llGetNumberOfSides and will
also enable LSLconformance on some texture functions as well. Applied the part of the patch in Shared/. The part for Common/ needs to be reworked to remove the reference into Shared/
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Communications/Capabilities/Caps.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs
index 6946561..18ddd9e 100644
--- a/OpenSim/Framework/Communications/Capabilities/Caps.cs
+++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs
@@ -631,7 +631,7 @@ namespace OpenSim.Framework.Communications.Capabilities
631 } 631 }
632 } 632 }
633 633
634 //Console.WriteLine("asset upload request via CAPS" + llsdRequest.inventory_type +" , "+ llsdRequest.asset_type); 634 //System.Console.WriteLine("asset upload request via CAPS" + llsdRequest.inventory_type +" , "+ llsdRequest.asset_type);
635 635
636 string assetName = llsdRequest.name; 636 string assetName = llsdRequest.name;
637 string assetDes = llsdRequest.description; 637 string assetDes = llsdRequest.description;