aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* minor: method documentationJustin Clark-Casey (justincc)2011-06-241-6/+8
|
* Added SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on ↵Diva Canto2011-06-131-22/+49
| | | | | | the contents of the response. Changed the experimental capability introduced a couple of commits ago: now sending that extra information as part of the response in the SimulatorFeatures cap.
* Same processing of the "/" in the MapImageService Cap as the one in the ↵Diva Canto2011-06-131-0/+6
| | | | login service.
* Added experimental new capability URL called MapImageService meant to work ↵Diva Canto2011-06-131-0/+119
| | | | with Kokua viewer if devs are willing to do it.
* Test m_Enabled on RemoveRegion.Diva Canto2011-05-043-0/+9
|
* Fixed: EventQueueGet and other caps were being wrongly deregistered. Also ↵Diva Canto2011-05-022-5/+3
| | | | CapabilitiesModule was being instantiated twice (damn Mono.Addins).
* WebFetchInventoryDescendents working. Tested with robust.Diva Canto2011-05-022-279/+137
|
* Refactored the GetMesh module into a handler and a module, to be the same as ↵Diva Canto2011-05-022-113/+40
| | | | GetTexture.
* Works!Diva Canto2011-05-024-10/+34
|
* Start to drill down on GetTexture. Read the config and do different things.Diva Canto2011-05-011-4/+12
|
* Broke down Caps.cs into a generic Caps object that simply ↵Diva Canto2011-05-014-3/+1300
| | | | | | | registers/unregisters capabilities and a specific bunch of capability implementations in Linden space called BunchOfCaps. Renamed a few methods that were misnomers. Compiles but doesn't work.
* Change GetTextureModule.cs to conform to the new IRegion module interface. ↵Diva Canto2011-05-011-6/+21
| | | | NOTHING OF THIS WORKS. Compiles.
* Move CapabilitiesModule back to CoreModules. This one belongs there.Diva Canto2011-05-011-257/+0
|
* 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-307-0/+1893
|
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-302-0/+1128