aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/GetMesh/GetMeshServerConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Removed unused files: Texture/Mesh server connectors"root2014-07-211-0/+79
| | | | This reverts commit f6ea5088f4cc76eddb05b20b5d768f761b0fbd15.
* Removed unused files: Texture/Mesh server connectorsOren Hurvitz2014-07-211-79/+0
|
* Implement optional name and description on http stream handlers so that we ↵Justin Clark-Casey (justincc)2012-05-031-7/+8
| | | | | | can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing.
* Squish a warningMelanie2011-05-051-1/+0
|
* Refactored the GetMesh module into a handler and a module, to be the same as ↵Diva Canto2011-05-021-0/+79
GetTexture.