aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-21/+308
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-15/+43
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
grepping for remaining uses
2012-05-03Implement optional name and description on http stream handlers so that we ↵Justin Clark-Casey (justincc)1-5/+7
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.
2011-08-16minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-3/+3
2011-08-11comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)1-2/+2
2011-05-04Test m_Enabled on RemoveRegion.Diva Canto1-0/+3
2011-05-02Refactored the GetMesh module into a handler and a module, to be the same as ↵Diva Canto1-113/+38
GetTexture.
2011-04-30Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto1-1/+1
2011-04-30Moved several cap-based-service-providing modules from where they were into ↵Diva Canto1-1/+1
a newly created CoreModules/Caps. Not all.
2011-04-21some mesh config astheticsBlueWall1-1/+1
2011-04-18Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future ↵Justin Clark-Casey (justincc)1-4/+3
config parameters. Default remains true. OpenSimDefault.ini changed so if you haven't overriden this switch then you don't need to do anything.
2011-04-14Add ColladaMesh switchBlueWall1-2/+11
2011-04-13Add ColladaMesh switchBlueWall1-2/+11
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+3
2011-01-18Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)1-1/+1
Didn't touch the appearance related stuff.
2010-10-14* Replacing Magic numbers with EnumsTeravus Ovares (Dan Olivares)1-2/+2
2010-10-14* A few additional cleanup elementsTeravus Ovares (Dan Olivares)1-0/+1
* At this point, I want to make sure to thank the fabulous developers of the LibOpenMetaverse library for tirelessly keeping things updated and hammering away at the protocols and providing excellent tools to figure out where things go wrong. * Special thanks to John Hurliman and Latif Khalifa for their valuable insight.
2010-10-14* Whoops, That was supposed to use the HTTP VERB 'GET' not 'POST'Teravus Ovares (Dan Olivares)1-1/+1
* At this point. Visually, Mesh works OK. Remember peeps, this is still highly experimental from the viewer side as well as the Simulator side. There are known problems with the new beta viewers and attachment breaking so be careful until that's fixed. Additionally there some new properties in the Mesh Viewer that determine physics settings that are non-functional. More work will be done on that.
2010-10-14* Tweaked the upload response and now at least uploading the mesh works.Teravus Ovares (Dan Olivares)1-2/+2
* Binary error on downloading the mesh though.. so still not yet working.
2010-10-14* Partially complete stuff for Mesh support that Melanie wanted to see ↵Teravus Ovares (Dan Olivares)1-0/+201
before it was done. * Shouldn't break the build. * Doesn't work yet either.