aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/AssetDataBase.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-23changes to allow asset_source to be specified in the opensim.iniSean Dague1-0/+1
this will work for sqlite and nhibernate, but will be ignored for mysql and mssql (reverting to their ini files) until someone writes that bit.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-3/+0
(this took a while to run).
2008-04-17Update svn properties. Add copyright info to some source files.Jeff Ames1-0/+27
2008-04-02remove really odd utf character at the front of this classSean Dague1-1/+1
2008-04-02fix ups to include OpenSim.Framework explicit includes (theySean Dague1-0/+1
were implicitly included before). Everything builds again. Now off to testing.
2008-04-02attempt to fix up all refernces to new directory structureSean Dague1-1/+1
2008-04-02reorganizing namespaces to put all the Data stuff into it's own namespaceSean Dague1-0/+0
/ dir structure. This is coming in over a few changesets so consider trunk broken for the next 30 minutes as these get pulled together.
2008-03-29Set svn:eol-style.Jeff Ames1-20/+20
2008-03-28* Introduced common abstract AssetDataBase implementing IAssetProviderlbsa711-0/+20
* changed the semantics of SQLiteBase to SQLiteUtils * Added abstract placeholder files for the other db providers