Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 2014-03-18 | 1 | -0/+60 |
| | |||||
* | Give the caller AddMapTile a valid reason response if this failed due to ↵ | Justin Clark-Casey (justincc) | 2013-10-29 | 1 | -8/+11 |
| | | | | | | blank response from server or connection failure. Raise log lines which indicate problems to warning from debug | ||||
* | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵ | Justin Clark-Casey (justincc) | 2012-05-09 | 1 | -0/+159 |
the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes. |