aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pipe Throttle Update Event to EventManager, client --> ScenePresence --> ↵teravus2012-11-041-0/+42
| | | | EventManager, so that modules can know when throttles are updated. The event contains no client specific data to preserve the possibility of 'multiple clients' and you must still call ControllingClient.GetThrottlesPacked(f) to see what the throttles actually are once the event fires. Hook EventManager.OnUpdateThrottle to GetTextureModule.
* Make texture sedning use only two threads to make things less harsh on bandwidthMelanie2012-10-141-2/+2
|
* just remove the damm thingUbitUmarov2012-09-261-1/+1
|
* Seems nothing actually need the request body for getevents. so changeUbitUmarov2012-09-261-10/+2
| | | | control flag to false
* more changes to PollServiceUbitUmarov2012-09-261-1/+6
|
* missed changeUbitUmarov2012-09-251-1/+2
|
* change GetTextureModule processingUbitUmarov2012-09-251-29/+31
|
* Protect the responses map with a lock. Also remove ugly "this." type ofMelanie2012-09-231-6/+8
| | | | member notation.
* add some locks to GetTextureModuleUbitUmarov2012-09-171-10/+13
|
* Revamp the HTTP textures handler to allow a maximum of four fetchesMelanie2012-09-141-44/+179
| | | | at any time and to drop requests for avatars n longer in the scene
* Implement optional name and description on http stream handlers so that we ↵Justin Clark-Casey (justincc)2012-05-031-1/+3
| | | | | | 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-2/+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-0/+2
| | | | GetTexture.
* Works!Diva Canto2011-05-021-5/+22
|
* Start to drill down on GetTexture. Read the config and do different things.Diva Canto2011-05-011-4/+12
|
* Change GetTextureModule.cs to conform to the new IRegion module interface. ↵Diva Canto2011-05-011-6/+21
| | | | NOTHING OF THIS WORKS. Compiles.
* Added OpenSim.Capabilities.Handlers. For the moment it has only the ↵Diva Canto2011-05-011-311/+4
| | | | GetTexture handler. The region module in Linden space uses it. WARNING: nothing of this works yet, it just compiles.
* Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto2011-04-301-0/+404