aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-273-11/+47
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* * Started major restructusing of comms to prepare for better grid and region ↵lbsa712007-09-243-7/+7
| | | | | | | | functionality * Working towards one shared set of services * Killed off two projects with very little functionality
* * Encapsulated all CommunicationsManager serviceslbsa712007-09-241-5/+4
|
* fixing me some line endingsSean Dague2007-09-172-410/+410
|
* Hopefully fixed the build error that I introduced with my last commit.MW2007-09-151-1/+1
|
* Testing to see if this fixes the editing appearance crash, or makes it (or ↵MW2007-09-151-1/+9
| | | | anything else) worse.
* move the locks closer to the data, sqlite for assets now works like a champSean Dague2007-09-111-9/+3
|
* Trying some locks on asset database access. MW2007-09-111-10/+21
|
* added some debugging for tracing where asset code isn't working with sqliteSean Dague2007-09-101-298/+299
|
* mass update of urls in source code to new websiteSean Dague2007-09-107-7/+7
|
* A couple of fixes to make sure db4o gets set as the default asset database. ↵MW2007-09-102-0/+2
| | | | Also added a couple of console output lines to try to make it easier to tell which asset storage system is in use.
* hooked up sdague new sqlite asset database provider to the old asset system. ↵MW2007-09-103-8/+305
| | | | | | | | So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o.
* Some work on Module loading/management.MW2007-09-041-1/+6
| | | | | | | | Some more modules templates classes (hoping that someone will pick some of these and work on implementing them). Early version of the "Dynamic Texture Module", although currently there are no render modules included (so not really functional without them). Added osSetDynamicTextureURL script function, for attaching a dynamic texture to a prim. Some work on the console command handling. Added "change-region <regionname>" and "exit-region" so that after the use of change-region, the commands entered will apply to that region only. Then use exit-region to return to the top level (so commands then function as they did before and either apply to all regions or to the first region) (Note: this hasn't been tested very much)
* Added some place holder classes for various modules.MW2007-08-301-36/+39
| | | | | Some work on the asset cache, can people please test this. including on one of the public systems so we can see if it causes problems with multiple users.
* Deleted a few old files that are no longer used.MW2007-08-273-4/+396
| | | | | | Deleted the GridInterfaces projects, and for now moved the old local asset server into Framework.Communications, as we prepare to rewrite the asset cache and asset server. Deleted Framework.manager as I am sure this is no longer in use.
* Stopped EntityBase from implementing IScriptHost, as don't think it should, ↵MW2007-08-271-1/+1
| | | | | | | multiple objects are based on entitybase and they all don't want the baggage from IScriptHost. SceneObjectPart already implements it anyway. Added llGetOwner function, and tested the ll functions that I added in last commit.
* Another small tweak to image sending.MW2007-08-271-1/+2
| | | | | Implemented a few ll Functions, llSetObjectName llGetObjectName, llLoadURL (all currently untested).
* Tweaks to assetcache to make texture downloading better (I hope)Brian McBee2007-08-271-13/+14
|
* See if this fixes the 0x0 texture size problems, and speeds up texture ↵MW2007-08-261-2/+3
| | | | downloads in general a little bit.
* Another attempt to fix the image sending bug (next week, I intend to rewrite ↵MW2007-08-263-35/+80
| | | | | | | | the assetcache and asset server). Attempt to fix bug # 326. (crashing when using save-xml and hollow prims) Attempt to fix bug # 328 (limit of 50 items in a folder)
* Second attempt to commit : Test to see if this change improves or makes ↵MW2007-08-251-1/+1
| | | | worse the texture sending bug
* A little bit of cleaning up.MW2007-08-221-1/+1
|
* Can now turn on/off server side permission checking (on prim editing etc) ↵MW2007-08-213-11/+23
| | | | | | | 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.
* Sqlite datastore should now save the textures and extraparams data (used by ↵MW2007-08-191-2/+2
| | | | | | | | | | | | | sculpties) correctly. [Really need to add a ExtraParams field to the sqlite database though, but for now I have combined their data so that we don't lose backward compatibility, know a couple of people have been using the datastore already]. Now have a rough day/night cycle (the movement of the sun needs to be made smoother but for now it is better than we had I think). Added dalien's patch (issue 294) for saving and loading prims to a xml file (think he will be modifying these to be import/export functions and maybe writing a xml datastore for backups). Some preliminary work on task inventory (ie object's/prim's inventory). Added place holder data for AvatarProperties (ie a avatar's profile). Should we store this sort of data on the user server or have another server for it (a normal webserver should work). Added a few more method to IClientAPI. Sure there is something I'm forgeting.
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ↵MW2007-08-163-27/+78
| | | | if left in inventory will still be there after restarts. (as with the rest of inventory it will only fully work in standalone mode with account authentication turned on).
* 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-152-11/+139
| | | | 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-142-2/+10
| | | | | 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.]
* Can now create some new empty inventory items (like notecards and scripts) ↵MW2007-08-141-2/+0
| | | | from the create menu in the inventory window. Although currently you can't update/edit them (and have those changes saved).
* Start of inventory items, when you upload a texture the data will now be ↵MW2007-08-143-4/+23
| | | | | | | 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).
* More inventory work, should be able to now create new inventory folders and ↵MW2007-08-142-25/+38
| | | | | | | them be stored in database (so are there on next login). Again only works in standalone mode with Account/password authentication turned on. [Creating new inventory items should be working very soon.] The test is to make sure that it hasn't broke grid mode at all.
* Start of Inventory service, currently only (partially) functional in ↵MW2007-08-142-3/+18
| | | | | | | | 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.
* Deleted some unused code.MW2007-08-131-17/+0
|
* Making sure my local working copy is in sync with svn before I start the job ↵MW2007-08-091-3/+5
| | | | of enabling the new SceneObject classes.
* Fixed the asset download problem I think, solution might not be ideal but ↵MW2007-08-081-12/+9
| | | | works for now.
* Hopefully improved texture downloading (including the speed at which they ↵MW2007-08-081-35/+83
| | | | download), but still a few problems, it seems that the client has a quite short timeout for receiving a texture and if the whole texture isn't sent within this time, the client will request the texture again, With quite small textures this is fine, but it seems that with larger textures we can't send them fast enough and a infinite loop develops where the client keeps requesting a texture and we keep trying to send it, but are never fast enough. So I've for now put code in that so that the server will try to send a texture only once and then after that will ignore future requests from that client for that texture.
* 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.
* Deleting objects should now work. But beware they aren't send to your trash ↵MW2007-07-291-0/+1
| | | | folder or anything so there is at the moment no way to recover deleted objects.
* Commit 1/2Adam Frisby2007-07-291-1/+1
| | | | | | | * DB4o no longer crashes the sim on Startup * DB4o now crashes the sim on shutdown. * Variety of console verbosity fixes.
* Should now have version 0.1 of our new ruth default avatar. At the moment, ↵MW2007-07-272-17/+47
| | | | | | | | 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-263-347/+514
| | | | | 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-257-1289/+1424
|
* Couple of small changesMW2007-07-221-2/+2
|
* Think I've recovered my deleted files, so hopefully it works now. MW2007-07-226-0/+1290