aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-27 change threading on GetTexture and getMesh and WebFetch Modules.UbitUmarov1-16/+14
2015-11-27 change threading on GetTexture and GetMesh NonSharable region modulesUbitUmarov1-17/+22
2015-09-02seems to compile ( tests comented out)UbitUmarov1-45/+5
2015-08-24 turn off KeepAliveUbitUmarov1-2/+2
2015-08-18do keepalive on mesh and texture GET. Dont use reusecontext any where.UbitUmarov1-2/+2
2015-03-05revised GetMesh to not use intermediate base64 coding schemeFreaky Tech1-14/+45
2014-11-25Allow GetMesh capability to be served directly by a server like GetTextureJustin Clark-Casey (justincc)1-18/+15
2014-08-29make use of it in GetMeshModule, and meshs are Assets not Task itens,UbitUmarov1-43/+4
2013-01-13 try to patch getmesh Throttle (test)UbitUmarov1-2/+8
2012-12-14Prevent a failed user relogi from throwing exceptions in poll servicesMelanie1-1/+1
2012-11-22* While this is not producing any problems.. and does help in low bandwidth ...teravus1-7/+35
2012-11-17* Plumbing and basic setting of the GetMesh Cap Throttler.teravus1-18/+72
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
2012-11-09* Prep work switching the GetMeshModule over to a poll service.teravus1-13/+349
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-5/+7
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
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 a...Diva Canto1-1/+1
2011-04-21some mesh config astheticsBlueWall1-1/+1
2011-04-18Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future co...Justin Clark-Casey (justincc)1-4/+3
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
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
2010-10-14* Whoops, That was supposed to use the HTTP VERB 'GET' not 'POST'Teravus Ovares (Dan Olivares)1-1/+1
2010-10-14* Tweaked the upload response and now at least uploading the mesh works.Teravus Ovares (Dan Olivares)1-2/+2
2010-10-14* Partially complete stuff for Mesh support that Melanie wanted to see before...Teravus Ovares (Dan Olivares)1-0/+201