Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 1 | -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 Canto | 2015-09-04 | 1 | -1/+1 |
| | | | | | | | | OpenSim.Framework. | ||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 1 | -2/+64 |
|\ \ | |/ |/| | |||||
| * | Change the map tile system to be multi-grid hosting compatible | Melanie Thielker | 2014-08-23 | 1 | -3/+5 |
| | | |||||
| * | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster | Melanie Thielker | 2014-06-21 | 1 | -8/+11 |
| |\ | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | ||||
| * | | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 2014-03-18 | 1 | -0/+60 |
| | | | |||||
* | | | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 1 | -3/+7 |
| | | | |||||
* | | | 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/+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-07 | 1 | -2/+3 |
| | | | | exception in service connectors | ||||
* | Don't register a region twice on both official registration and maptile ↵ | Justin Clark-Casey (justincc) | 2011-11-19 | 1 | -1/+3 |
| | | | | | | regeneration. Maptile storage appears orthogonal to region registration | ||||
* | add test for resizing one part in a group | Justin Clark-Casey (justincc) | 2011-07-16 | 1 | -1/+0 |
| | |||||
* | V2 map now working in grids too. WARNING: A few visible configuration ↵ | Diva Canto | 2011-06-13 | 1 | -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 Canto | 2011-06-12 | 1 | -0/+158 |
some issues with the zoom level -- TBD. |