aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetTransactions.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Can now set the plugins for standalone mode's Inventory database (default ↵MW2007-08-161-1/+6
| | | | sqlite) and for its user database (default DB4o). Currently changing the user plugin to MySql should work (if you have MySql setup (should be same as for grid mode). There is also a MySql provider for the inventory but not 100% certain if that is finished and functional (will need to check with Adam on that).
* More work on inventory, can now create other inventory types, like Clothes ↵MW2007-08-151-6/+108
| | | | and body parts. [Note while you can edit these, at the moment your changes won't be saved between restarts. This will be fixed very soon.]
* preliminary support for editing notecards and scripts. MW2007-08-141-2/+2
| | | | | Although there seems to sometimes be a problem of when you login again, old notecards and scripts will have their permissions messed up and you won't be able to even view their text. This seems to be related to the client's cache, and if you clear your client's cache, on the next login they should be fine again. [I have a couple of ideas about what might be causing this so hopefully will have it fixed soon.]
* Start of inventory items, when you upload a texture the data will now be ↵MW2007-08-141-2/+2
| | | | | | | stored in the inventory database and you will still have that texture in inventory on later logins (Again only in standalone mode with authentication.) Also there might be some problems if you upload textures in other regions to the start one (due to us not updating the CAPS url properly).
* Start of the OpenSim library , for now only contains a few textures. MW2007-07-251-274/+274
|
* Couple of small changesMW2007-07-221-2/+2
|
* Think I've recovered my deleted files, so hopefully it works now. MW2007-07-221-0/+275