aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-08Comment verbose debug message in GetTextureDiva Canto1-1/+1
2011-05-06remove further mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2011-05-05Squish a warningMelanie1-1/+0
2011-05-02Fix the GetTexture path to /CAPS/GetTexture for now until we have real ↵Diva Canto1-1/+1
capabilities.
2011-05-02WebFetchInventoryDescendents working. Tested with robust.Diva Canto3-0/+379
2011-05-02Refactored the GetMesh module into a handler and a module, to be the same as ↵Diva Canto4-0/+222
GetTexture.
2011-05-02Works!Diva Canto2-9/+6
2011-05-01Broke down Caps.cs into a generic Caps object that simply ↵Diva Canto1-1235/+26
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.
2011-05-01How this might look like from a configuration perspective. Changes ↵Diva Canto1-0/+13
OpenSimDefaults.ini.
2011-05-01Added OpenSim.Capabilities.Handlers. For the moment it has only the ↵Diva Canto2-0/+429
GetTexture handler. The region module in Linden space uses it. WARNING: nothing of this works yet, it just compiles.
2011-04-30Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dllDiva Canto27-0/+3490