aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Land (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-9/+20
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-2/+2
|
* 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.
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-1/+0
| | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-2/+2
| | | | properly
* * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-2/+1
|
* Improve some logging in LandConnectorJustin Clark-Casey (justincc)2010-08-191-6/+10
| | | | This also eliminate the last 'OGS1' logging message (in this case, an erroneous one)
* Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-1/+4
| | | | | in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity.
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-5/+8
| | | | minimally. A few bugs to catch now.
* Update svn properties.Jeff Ames2009-06-221-125/+125
|
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-141-0/+125
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.