updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi branch, so when they have a trunk version that is 1.18 ready, best to update again).

Started some work on a userProfile/inventory cache.
This commit is contained in:
MW
2007-07-11 14:39:03 +00:00
parent bc49882fa4
commit 9d989612b0
11 changed files with 245 additions and 34 deletions

View File

@@ -56,6 +56,10 @@ namespace OpenSim.Framework.Data
/// </summary>
public LLUUID avatarID;
/// <summary>
/// The creator of this folder
/// </summary>
public LLUUID creatorsID;
/// <summary>
/// The name of the inventory item (must be less than 64 characters)
/// </summary>
public string inventoryName;
@@ -94,6 +98,14 @@ namespace OpenSim.Framework.Data
/// The UUID for this folder
/// </summary>
public LLUUID folderID;
/// <summary>
/// Tyep of Items normally stored in this folder
/// </summary>
public ushort type;
/// <summary>
///
/// </summary>
public ushort version;
}
/// <summary>