aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-17fixing me some line endingsSean Dague1-17/+17
2007-09-11Trying some locks on asset database access. MW1-10/+21
2007-09-10added some debugging for tracing where asset code isn't working with sqliteSean Dague1-298/+299
2007-09-10A couple of fixes to make sure db4o gets set as the default asset database. ↵MW1-0/+1
Also added a couple of console output lines to try to make it easier to tell which asset storage system is in use.
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ↵MW1-160/+65
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.
2007-08-27Deleted a few old files that are no longer used.MW1-403/+392
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.
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ↵MW1-3/+5
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)
2007-08-13Deleted some unused code.MW1-27/+0
2007-08-08Added checks to the last commit to make sure the xml files exist before it ↵MW1-0/+3
tries to load them.
2007-08-08The startup set of assets in the local asset server can now be set from a ↵MW1-2/+31
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).
2007-08-03Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee1-2/+2
configdir, datadir.
2007-07-27Should now have version 0.1 of our new ruth default avatar. At the moment, ↵MW1-0/+60
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.
2007-07-26More work on inventory and opensim library.MW1-0/+30
Fixed a number of bugs in the AssetCache related to asset downloading.
2007-07-19Some work on Inventory (not yet finished or enabled)MW1-0/+12
2007-07-17* debugged quite a lot of db-related strangeness and various refactoring goofslbsa711-133/+116
2007-07-16changed to native line ending encodingSean Dague1-311/+311
2007-07-13* Fixed bug reported by xyzo - region assets are now stored in ↵Adam Frisby1-2/+2
"regionassets.yap", asset server assets are now in "gridassets.yap"
2007-07-10preliminary inter region communications (between regions in different ↵MW1-0/+1
instances) now works, so child agents and border crossings (and teleporting) now work. The .net remoting is still very basic: we need security sinks added. And we really need the OGS 2 protocol as soon as possible.
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-15/+13
* added some licensing info
2007-06-28*Fixed UserServer and OpenSim so now they start without crashing.mingchen1-1/+1