aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* try to patch getmesh Throttle (test)UbitUmarov2013-01-131-2/+8
|
* Prevent a failed user relogi from throwing exceptions in poll servicesMelanie2012-12-141-1/+1
|
* Merge branch 'avination' into careminsterMelanie2012-11-221-7/+35
|\
| * * While this is not producing any problems.. and does help in low bandwidth ↵teravus2012-11-221-7/+35
| | | | | | | | situations I can't demonstrate that it's better then just letting the client request what it needs in terms of responsiveness of the mesh in the scene yet.
* | Merge branch 'avination' into careminsterMelanie2012-11-201-18/+72
|\ \ | |/
| * * Plumbing and basic setting of the GetMesh Cap Throttler.teravus2012-11-171-18/+72
| | | | | | | | * Last step is to flip the throttle distribution.
* | Merge commit '619c39e5144f15aca129d6d999bcc5c34133ee64' into careminsterMelanie2012-11-201-12/+348
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs
| * * Prep work switching the GetMeshModule over to a poll service.teravus2012-11-091-13/+349
| | | | | | | | * This still has the image throttler in it.. as is... so it's not suitable for live yet.... The throttler keeps track of the task throttle but doesn't balance the UDP throttle yet.
* | Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
| |
* | Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
|/ | | | grepping for remaining uses
* Implement optional name and description on http stream handlers so that we ↵Justin Clark-Casey (justincc)2012-05-031-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.
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-08-161-3/+3
|
* comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)2011-08-111-2/+2
|
* Test m_Enabled on RemoveRegion.Diva Canto2011-05-041-0/+3
|
* Refactored the GetMesh module into a handler and a module, to be the same as ↵Diva Canto2011-05-021-113/+38
| | | | GetTexture.
* Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto2011-04-301-0/+211