aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/GetMesh (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
* 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-022-0/+222
GetTexture.