aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/MapImage/MapImageServicesConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-2/+64
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-8/+75
2012-05-09Where 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-07Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ↵Justin Clark-Casey (justincc)1-2/+3
exception in service connectors
2011-11-19Don'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-16add test for resizing one part in a groupJustin Clark-Casey (justincc)1-1/+0
2011-06-13V2 map now working in grids too. WARNING: A few visible configuration ↵Diva Canto1-41/+40
variables added in order for this to work. See .ini.example changes
2011-06-12First pass at making the V2 map work. Standalones only for now. There are ↵Diva Canto1-0/+158
some issues with the zoom level -- TBD.