aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't need to try both AssetService.Get and GetCached in GetMesh since Get ↵Justin Clark-Casey (justincc)2011-08-181-36/+9
| | | | always calls GetCached and code paths were identical
* Comment verbose debug message in GetTextureDiva Canto2011-05-081-1/+1
|
* Squish a warningMelanie2011-05-051-1/+0
|
* Fix the GetTexture path to /CAPS/GetTexture for now until we have real ↵Diva Canto2011-05-021-1/+1
| | | | capabilities.
* WebFetchInventoryDescendents working. Tested with robust.Diva Canto2011-05-022-0/+375
|
* Refactored the GetMesh module into a handler and a module, to be the same as ↵Diva Canto2011-05-024-0/+222
| | | | GetTexture.
* Works!Diva Canto2011-05-022-9/+6
|
* Added OpenSim.Capabilities.Handlers. For the moment it has only the ↵Diva Canto2011-05-012-0/+429
GetTexture handler. The region module in Linden space uses it. WARNING: nothing of this works yet, it just compiles.