aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Can now turn on/off server side permission checking (on prim editing etc) ↵MW2007-08-211-0/+4
| | | | | | | from the opensim.ini file. Just add a line to the Startup section like : serverside_object_permissions = true Changes /editing that are made to clothing/ body parts in your inventory should now be saved between logins/ restarts.
* Deleted some unused code.MW2007-08-131-17/+0
|
* Added checks to the last commit to make sure the xml files exist before it ↵MW2007-08-081-2/+5
| | | | tries to load them.
* The startup set of assets in the local asset server can now be set from a ↵MW2007-08-081-3/+42
| | | | | | | xml file (OpenSimAssetSet.xml). (remember to make changes to the set, you will also need to delete the old asset .yap file, so that it is recreated). Also the set of items in the OpenSim inventory Library can also now be set from a xml file (OpenSimLibrary.xml).
* a couple of changes in the new Sceneobject classes, just committing so ↵MW2007-08-071-3/+1
| | | | things are kept in sync.
* Should now have version 0.1 of our new ruth default avatar. At the moment, ↵MW2007-07-271-9/+40
| | | | | | | | you only see your own avatar correctly, all other user's avatars show up as the old ruth. This will be fixed soon. We also need better clothing for the new ruth and to edit the body shape. To get this working you will need to delete your asset yap file and also in grid mode the user server needs to be updated.
* A few changes so that the number of warnings is less but without deleting ↵MW2007-07-271-1/+1
| | | | | | | | everything. Like, I removed the Obsolete from the old caps method as at this time not all caps calls can use the new Caps stream method as it doesn't properly deal with LLSD Arrays. Now down to 3 warnings on the events in IClientAPI and for now I think we have to live with them as I think most of those events will be used.
* More work on inventory and opensim library.MW2007-07-261-10/+52
| | | | | Fixed a number of bugs in the AssetCache related to asset downloading.
* Added the default shape to the OpenSim library. Now need to get the new ruth ↵MW2007-07-251-11/+39
| | | | into asset format and add that.
* Start of the OpenSim library , for now only contains a few textures. MW2007-07-251-0/+89