Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-03 | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵ | Mike Mazur | 1 | -1/+1 | |
plugins. | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -3/+3 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -1/+1 | |
PluginLoader. Fix issue 1871. | |||||
2008-07-07 | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 1 | -1/+0 | |
2008-06-27 | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 1 | -0/+1 | |
Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders. | |||||
2008-04-23 | changes to allow asset_source to be specified in the opensim.ini | Sean Dague | 1 | -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 Frisby | 1 | -3/+0 | |
(this took a while to run). | |||||
2008-04-17 | Update svn properties. Add copyright info to some source files. | Jeff Ames | 1 | -0/+27 | |
2008-04-02 | remove really odd utf character at the front of this class | Sean Dague | 1 | -1/+1 | |
2008-04-02 | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 1 | -0/+1 | |
were implicitly included before). Everything builds again. Now off to testing. | |||||
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 1 | -1/+1 | |
2008-04-02 | reorganizing namespaces to put all the Data stuff into it's own namespace | Sean Dague | 1 | -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-29 | Set svn:eol-style. | Jeff Ames | 1 | -20/+20 | |
2008-03-28 | * Introduced common abstract AssetDataBase implementing IAssetProvider | lbsa71 | 1 | -0/+20 | |
* changed the semantics of SQLiteBase to SQLiteUtils * Added abstract placeholder files for the other db providers |