aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventoryStore.db (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-27remove inventory, this is auto created nowSean Dague1-0/+0
2007-08-22Seems like I commited OpenSim.ini and inventoryStore.db unintentionally in ↵Tedd Hansen1-0/+0
last commit...
2007-08-22GC.GetTotalMemory(true) was blocking.Tedd Hansen1-0/+0
We now support individual scripts on individual prims. Do the script dance... \o/ \o\ /o/ \o/ .o.
2007-08-14Start of Inventory service, currently only (partially) functional in ↵MW1-0/+0
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.