aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Land/LandServicesConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.