aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IAssetService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better error-handling when storing assets: recognize that 'null' is an error ...Oren Hurvitz2014-04-201-1/+1
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-021-0/+7
* Add method doc to IAssetService.Get(string, object, AssetRetrieved) outlining...Justin Clark-Casey (justincc)2012-10-301-1/+5
* Don't need to try both AssetService.Get and GetCached in GetMesh since Get al...Justin Clark-Casey (justincc)2011-08-181-2/+6
* Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)2011-04-151-0/+5
* * Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman2010-04-081-0/+7
* * Fixing incorrect documentation for the continuation passing style IAssetSer...John Hurliman2010-04-071-1/+2
* Add standard doc and standard doc formatting to IAssetServiceJustin Clark-Casey (justincc)2009-08-141-9/+37
* Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker2009-05-101-0/+5
* More additions to the nextgen reference UGAIMMelanie Thielker2009-05-081-0/+53