Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 2009-05-13 | 1 | -26/+1 |
| | |||||
* | * Add basic asset cache get test | Justin Clarke Casey | 2009-03-09 | 1 | -8/+29 |
| | |||||
* | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 2009-03-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | This method fetches metadata for a subset of the entries in the assets database. This functionality is used in the ForEach calls in the asset storage providers in AssetInventoryServer. With this implemented, frontends such as the BrowseFrontend should now work. - MySQL: implemented, sanity tested - SQLite: implemented, sanity tested - MSSQL: implemented, not tested - NHibernate: not implemented | ||||
* | * Reverted the AssetServer fix, apparently something was dependent on ↵ | lbsa71 | 2009-02-19 | 1 | -0/+1 |
| | | | | IAssetDataPlugin being in OpenSim.Data | ||||
* | * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ↵ | lbsa71 | 2009-02-19 | 1 | -1/+0 |
| | | | | | | | rid of ugly CoreModules dependency on AssetServer.exe * And yes, the IAssetDataPlugin is misnomed, which became apparent on extracting it. | ||||
* | - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to | Mike Mazur | 2009-02-03 | 1 | -3/+3 |
| | | | | | | OpenSim/Data/IAssetData.cs - remove some trailing whitespace | ||||
* | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵ | Mike Mazur | 2009-02-03 | 1 | -1/+1 |
| | | | | plugins. | ||||
* | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵ | Justin Clarke Casey | 2008-12-11 | 1 | -0/+53 |
sprouting another one |