aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Land/LandServicesConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* useless change that doesn't fix anythingUbitUmarov2016-12-161-5/+14
|
* 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-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into careminsterMelanie2012-05-101-1/+1
| |
* | varregion: many replacements of in-place arithmetic with calls toRobert Adams2013-11-281-1/+1
|/ | | | | the Util functions for converting world addresses to region addresses and converting region handles to locations.
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2012-05-091-0/+133
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.