Commit History

Author SHA1 Message Date
  lbsa71 8c901e9347 * Introduced common abstract AssetDataBase implementing IAssetProvider 16 years ago
  Jeff Ames 47180080f0 Formatting cleanup. 16 years ago
  Adam Frisby 1277f68f43 * Fix for SQLiteAssetData - We now ignore duplicate assets. We shouldn't support replacing a asset with a fixed UUID as this leads to potential collisions and revisioning issues when proxying down the road. 16 years ago
  Sean Dague 6340fa0aab Ensure resolution of mantis 113 16 years ago
  Jeff Ames 6ed5283bc0 Converted logging to use log4net. 16 years ago
  Justin Clarke Casey c15eec2cb0 * Restore non dash asset UUID persistence which was made dashed in r3069 16 years ago
  Sean Dague b49ae37e89 my Exists check was slow and wrong. This fixes issues people 16 years ago
  Sean Dague 20cf62b417 good bye ADO.NET to assets, notice faster startup time 16 years ago
  lbsa71 efd90b56b7 * Optimized usings 17 years ago
  Justin Clarke Casey 57b2bc21a9 Log message tweaking 17 years ago
  Justin Clarke Casey f1ebe79824 Fix up other sqlite db interactions to use non-hyphenated uuid 17 years ago
  Jeff Ames af6eb67999 saved OpenSim source code from the giant rampaging unterminated copyright notice of doom 17 years ago
  lbsa71 67e12b95ea * Optimized usings 17 years ago
  MW 3d8219f6c7 as per the "Filesystem cleanup for OpenSim repository" mailing list thread. 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. 17 years ago
  lbsa71 26b8018bcc * Some asset loading refactoring 17 years ago
  Tleiades Hax 1232eb1c58 Asset server implementation. Again one of these "plumbing" releases, where 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. 17 years ago
  Sean Dague a1e2fea7c1 move the locks closer to the data, sqlite for assets now works like a champ 17 years ago
  Sean Dague 207bf2e4cf add DeleteAsset 17 years ago
  Sean Dague a1be7f4be5 added some debugging for tracing where asset code isn't working with sqlite 17 years ago
  Sean Dague ffe9c9374a mass update of urls in source code to new website 17 years ago
  MW 15423539f9 hooked up sdague new sqlite asset database provider to the old asset system. So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. 17 years ago
  Sean Dague 294572d7bb added SQLiteAssetData class first pass. This should work, 17 years ago