From 38a800400ae8c61eef0770b8c49aa6e637478e58 Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 24 Jun 2007 15:24:02 +0000 Subject: Disabled the CheckSum Server as it seems that isn't used by viewer 1.18. Started to add support for asset uploads over CAPS (the asset is uploaded but seems to come out corrupt). Started to cleanup/rewrite the AssetCache. Fixed bug in MapBlock requests, where data for some regions wasn't being sent. Renamed PrimData's Texture to TextureEntry. most likely a few other small changes. --- OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs') diff --git a/OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs b/OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs index fa1abc8..8a7893e 100644 --- a/OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs +++ b/OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs @@ -97,7 +97,7 @@ namespace OpenSim.Storage.LocalStorageSQLite sql += "\"" + prim.PathTaperY.ToString() + "\","; sql += "\"" + prim.PathTwist.ToString() + "\","; sql += "\"" + prim.PathTwistBegin.ToString() + "\","; - sql += "\"" + prim.Texture.ToString() + "\","; + sql += "\"" + prim.TextureEntry.ToString() + "\","; sql += "\"" + prim.CreationDate.ToString() + "\","; sql += "\"" + prim.OwnerMask.ToString() + "\","; sql += "\"" + prim.NextOwnerMask.ToString() + "\","; -- cgit v1.1