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