aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Land/LocalLandServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-4/+21
|
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-131-2/+3
|
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-1/+2
| | | | 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.
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Update svn properties.Jeff Ames2009-06-221-135/+135
|
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-141-0/+135
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.