aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Land/RemoteLandServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+1
|
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-131-0/+2
|
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-3/+4
| | | | properly
* Forward-port a small improvement to the land out connectorMelanie Thielker2010-08-211-1/+2
|
* Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-3/+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.
* Make the landmark properties work againMelanie Thielker2010-08-071-1/+1
|
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-1/+2
| | | | minimally. A few bugs to catch now.
* 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-116/+116
|
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-141-0/+116
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.