aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventoryStore.db (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Seems like I commited OpenSim.ini and inventoryStore.db unintentionally in ↵Tedd Hansen2007-08-221-0/+0
| | | | last commit...
* GC.GetTotalMemory(true) was blocking.Tedd Hansen2007-08-221-0/+0
| | | | | We now support individual scripts on individual prims. Do the script dance... \o/ \o\ /o/ \o/ .o.
* Start of Inventory service, currently only (partially) functional in ↵MW2007-08-141-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.