aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteAssetData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-30* Optimized usingslbsa711-56/+69
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-2/+2
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-17* Some asset loading refactoringlbsa711-9/+12
2007-10-13Asset server implementation. Again one of these "plumbing" releases, where ↵Tleiades Hax1-1/+22
no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from.
2007-09-11move the locks closer to the data, sqlite for assets now works like a champSean Dague1-31/+34
2007-09-11add DeleteAssetSean Dague1-10/+14
this also moves commit points around a bit for debuging, though this will change back now the MW has worked out synchronization
2007-09-10added some debugging for tracing where asset code isn't working with sqliteSean Dague1-1/+20
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ↵MW1-3/+19
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-09-07added SQLiteAssetData class first pass. This should work,Sean Dague1-0/+237
but it will current store local and temporary assets as well. Will fix that later.