aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/MapImage (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+1
|\ | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto2015-09-041-1/+1
| | | | | | | | OpenSim.Framework.
* | bad merge?UbitUmarov2015-09-011-2/+64
|\ \ | |/ |/|
| * Change the map tile system to be multi-grid hosting compatibleMelanie Thielker2014-08-231-3/+5
| |
| * Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie Thielker2014-06-211-8/+11
| |\ | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
| * | Add delete maptile ability to MapImageService - yet untestedMelanie Thielker2014-03-181-0/+60
| | |
* | | Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-3/+7
| | |
* | | Add delete maptile ability to MapImageService - yet untestedMelanie Thielker2014-03-181-0/+60
| |/ |/|
* | Give the caller AddMapTile a valid reason response if this failed due to ↵Justin Clark-Casey (justincc)2013-10-291-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-091-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.
* Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ↵Justin Clark-Casey (justincc)2012-02-071-2/+3
| | | | exception in service connectors
* Don't register a region twice on both official registration and maptile ↵Justin Clark-Casey (justincc)2011-11-191-1/+3
| | | | | | regeneration. Maptile storage appears orthogonal to region registration
* add test for resizing one part in a groupJustin Clark-Casey (justincc)2011-07-161-1/+0
|
* V2 map now working in grids too. WARNING: A few visible configuration ↵Diva Canto2011-06-131-41/+40
| | | | variables added in order for this to work. See .ini.example changes
* First pass at making the V2 map work. Standalones only for now. There are ↵Diva Canto2011-06-121-0/+158
some issues with the zoom level -- TBD.