Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-08-18 | Don't need to try both AssetService.Get and GetCached in GetMesh since Get ↵ | Justin Clark-Casey (justincc) | 1 | -36/+9 | |
always calls GetCached and code paths were identical | |||||
2011-05-08 | Comment verbose debug message in GetTexture | Diva Canto | 1 | -1/+1 | |
2011-05-06 | remove further mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2011-05-05 | Squish a warning | Melanie | 1 | -1/+0 | |
2011-05-02 | Fix the GetTexture path to /CAPS/GetTexture for now until we have real ↵ | Diva Canto | 1 | -1/+1 | |
capabilities. | |||||
2011-05-02 | WebFetchInventoryDescendents working. Tested with robust. | Diva Canto | 3 | -0/+379 | |
2011-05-02 | Refactored the GetMesh module into a handler and a module, to be the same as ↵ | Diva Canto | 4 | -0/+222 | |
GetTexture. | |||||
2011-05-02 | Works! | Diva Canto | 2 | -9/+6 | |
2011-05-01 | Broke down Caps.cs into a generic Caps object that simply ↵ | Diva Canto | 1 | -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-01 | How this might look like from a configuration perspective. Changes ↵ | Diva Canto | 1 | -0/+13 | |
OpenSimDefaults.ini. | |||||
2011-05-01 | Added OpenSim.Capabilities.Handlers. For the moment it has only the ↵ | Diva Canto | 2 | -0/+429 | |
GetTexture handler. The region module in Linden space uses it. WARNING: nothing of this works yet, it just compiles. | |||||
2011-04-30 | Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll | Diva Canto | 27 | -0/+3490 | |