Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 1 | -1/+1 | |
OpenSim.Framework. | |||||
2014-08-23 | Change the map tile system to be multi-grid hosting compatible | Melanie Thielker | 1 | -3/+5 | |
Conflicts: OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs | |||||
2014-08-23 | Change the map tile system to be multi-grid hosting compatible | Melanie Thielker | 1 | -3/+5 | |
2014-05-23 | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 1 | -3/+7 | |
2014-03-18 | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 1 | -0/+60 | |
2014-03-18 | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 1 | -0/+60 | |
2013-10-29 | Give the caller AddMapTile a valid reason response if this failed due to ↵ | Justin Clark-Casey (justincc) | 1 | -8/+11 | |
blank response from server or connection failure. Raise log lines which indicate problems to warning from debug | |||||
2012-05-09 | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵ | Justin Clark-Casey (justincc) | 1 | -0/+0 | |
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. | |||||
2012-02-07 | Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ↵ | Justin Clark-Casey (justincc) | 1 | -2/+3 | |
exception in service connectors | |||||
2011-11-19 | Don't register a region twice on both official registration and maptile ↵ | Justin Clark-Casey (justincc) | 1 | -1/+3 | |
regeneration. Maptile storage appears orthogonal to region registration | |||||
2011-07-16 | add test for resizing one part in a group | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
2011-06-13 | V2 map now working in grids too. WARNING: A few visible configuration ↵ | Diva Canto | 1 | -41/+40 | |
variables added in order for this to work. See .ini.example changes | |||||
2011-06-12 | First pass at making the V2 map work. Standalones only for now. There are ↵ | Diva Canto | 1 | -0/+158 | |
some issues with the zoom level -- TBD. |