Start of Inventory service, currently only (partially) functional in standalone mode and using sqlite).

In standalone mode, if you have account authenticate turned on (setting in opensim.ini) then when you create a new account, a set of inventory is created for that account and stored in database (currently only a set of empty folders). Then during login the database is search for that set and sent to the client in the login response.
More functions will be added soon, like creating new folders (and a bit later items) from the client inventory window.
This commit is contained in:
MW
2007-08-14 13:54:46 +00:00
parent 7b2663a41e
commit a228b5984e
14 changed files with 663 additions and 30 deletions

View File

@@ -467,7 +467,7 @@ namespace OpenSim.DataStore.MonoSqliteStorage
addPrim(prim, obj.UUID);
}
MainLog.Instance.Verbose("Attempting to do database update....");
// MainLog.Instance.Verbose("Attempting to do database update....");
primDa.Update(ds, "prims");
shapeDa.Update(ds, "primshapes");
// MainLog.Instance.Verbose("Dump of prims:", ds.GetXml());