aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Land/LandHandlers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+2
|
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-1/+1
| | | | properly
* Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-1/+3
| | | | | 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.
* Update svn properties.Jeff Ames2009-06-221-94/+94
|
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-141-0/+94
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.