aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IAssetService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-3/+3
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-1/+8
|
* Add method doc to IAssetService.Get(string, object, AssetRetrieved) ↵Justin Clark-Casey (justincc)2012-10-301-1/+5
| | | | | | outlining the situations in which AssetRetrieved may be called back with a null AssetBase. These situations include asset not found and remote service not responding.
* Don't need to try both AssetService.Get and GetCached in GetMesh since Get ↵Justin Clark-Casey (justincc)2011-08-181-2/+6
| | | | always calls GetCached and code paths were identical
* Make all the objects in a coalescence reappears after being loaded from an ↵Justin Clark-Casey (justincc)2011-04-151-0/+5
| | | | | | | IAR. This still doesn't work proprerly since some required textures/contained item assets might be missing. From pure code inspection, it looks like the uuid gatherer may get most asset uuids because the scene object serializer naively pulls non-root parts from all contained scene objects into one mega-object. However, root part uuids may well still be missing, and there may be other odd artifacts from this bug. It appears that storing the size of the coalescence and the offsets is redundant, since one can work out this information from the position data already in the scene object groups.
* * Adds IAssetService.GetCached() to allow asset fetching from the local ↵John Hurliman2010-04-081-0/+7
| | | | | | | cache only * Adds GetTextureModule that implements the "GetTexture" capability, aka HTTP texture fetching. This is a significantly optimized path that does not require any server-side JPEG2000 decoding, texture priority queue, or UDP file transfer * Sanity check for null reference in LLClientView.RefreshGroupMembership()
* * Fixing incorrect documentation for the continuation passing style ↵John Hurliman2010-04-071-1/+2
| | | | | | IAssetService.Get() method * Changing the SimianGrid asset service connector to match the corrected documentation
* 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
| | | | | | for asset retrieval (full asset only) to ease migration to the new system
* More additions to the nextgen reference UGAIMMelanie Thielker2009-05-081-0/+53